Friday, December 16, 2011

git commit: oak: Add a skeleton for docbook documentation

Updated Branches:
refs/heads/master 6fba88685 -> bdde69087


oak: Add a skeleton for docbook documentation


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

Branch: refs/heads/master
Commit: bdde69087d735546c27985fc9d33946564ce4942
Parents: 6fba886
Author: Jukka Zitting <jukka@apache.org>
Authored: Fri Dec 16 22:37:03 2011 +0100
Committer: Jukka Zitting <jukka@apache.org>
Committed: Fri Dec 16 22:37:03 2011 +0100

----------------------------------------------------------------------
oak.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/labs-oak/blob/bdde6908/oak.xml
----------------------------------------------------------------------
diff --git a/oak.xml b/oak.xml
new file mode 100644
index 0000000..e607345
--- /dev/null
+++ b/oak.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<book version="5.0" xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:m="http://www.w3.org/1998/Math/MathML"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xmlns:db="http://docbook.org/ns/docbook">
+ <info>
+ <title>Apache Oak</title>
+
+ <author>
+ <personname><firstname></firstname><surname></surname></personname>
+
+ <affiliation>
+ <orgname></orgname>
+ </affiliation>
+ </author>
+
+ <pubdate></pubdate>
+ </info>
+
+ <chapter>
+ <title>Introduction</title>
+
+ <section>
+ <title>TODO</title>
+
+ <para></para>
+ </section>
+ </chapter>
+</book>


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

No comments:

Post a Comment