You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ju...@apache.org on 2012/01/28 11:01:46 UTC

git commit: oak - First integration test. Name and affiliation metadata.

Updated Branches:
  refs/heads/master bdde69087 -> f306e3c93


First integration test.
Name and affiliation metadata.


Project: http://git-wip-us.apache.org/repos/asf/labs-oak/repo
Commit: http://git-wip-us.apache.org/repos/asf/labs-oak/commit/f306e3c9
Tree: http://git-wip-us.apache.org/repos/asf/labs-oak/tree/f306e3c9
Diff: http://git-wip-us.apache.org/repos/asf/labs-oak/diff/f306e3c9

Branch: refs/heads/master
Commit: f306e3c9320cd07b173b7be3b61a82aa9724b970
Parents: bdde690
Author: Jukka Zitting <ju...@apache.org>
Authored: Sat Jan 28 10:26:08 2012 +0100
Committer: Jukka Zitting <ju...@apache.org>
Committed: Sat Jan 28 10:26:08 2012 +0100

----------------------------------------------------------------------
 oak.xml |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/labs-oak/blob/f306e3c9/oak.xml
----------------------------------------------------------------------
diff --git a/oak.xml b/oak.xml
index e607345..1b62295 100644
--- a/oak.xml
+++ b/oak.xml
@@ -26,14 +26,14 @@
     <title>Apache Oak</title>
 
     <author>
-      <personname><firstname></firstname><surname></surname></personname>
+      <personname><firstname>Jukka</firstname><surname>Zitting</surname></personname>
 
       <affiliation>
-        <orgname></orgname>
+        <orgname>The Apache Software Foundation</orgname>
       </affiliation>
     </author>
 
-    <pubdate></pubdate>
+    <pubdate/>
   </info>
 
   <chapter>
@@ -42,7 +42,23 @@
     <section>
       <title>TODO</title>
 
-      <para></para>
+      <para/>
+    </section>
+  </chapter>
+
+  <chapter>
+    <title>Getting started</title>
+
+    <section>
+      <title/>
+
+      <para>After starting Oak, use the <application>curl</application>
+      program to access it:</para>
+
+      <screen>$ curl http://localhost:8080/
+{}</screen>
+
+      <para/>
     </section>
   </chapter>
 </book>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org