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 <[email protected]> Authored: Sat Jan 28 10:26:08 2012 +0100 Committer: Jukka Zitting <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
