[gnome-devel-docs/wip/develguide: 4/14] Add index and Makefile to devel-guide



commit fbe94b09c471dd5491fa42e7edb60ecc2d028c60
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Apr 30 09:17:53 2014 +0100

    Add index and Makefile to devel-guide

 devel-guide/C/index.page |   17 +++++++++++++++++
 devel-guide/C/legal.xml  |   12 ++++++++++++
 devel-guide/Makefile.am  |   11 +++++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/devel-guide/C/index.page b/devel-guide/C/index.page
new file mode 100644
index 0000000..e90c935
--- /dev/null
+++ b/devel-guide/C/index.page
@@ -0,0 +1,17 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide" style="task"
+      id="index">
+
+  <info>
+    <revision pkgversion="3.13" date="2014-04-30" status="draft"/>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc></desc>
+
+  </info>
+
+  <title>GNOME developer guide</title>
+
+</page>
diff --git a/devel-guide/C/legal.xml b/devel-guide/C/legal.xml
new file mode 100644
index 0000000..8a07c6a
--- /dev/null
+++ b/devel-guide/C/legal.xml
@@ -0,0 +1,12 @@
+<license xmlns="http://projectmallard.org/1.0/";
+         href="http://creativecommons.org/licenses/by-sa/3.0/";>
+
+  <p>This work is licensed under a
+  <link href="http://creativecommons.org/licenses/by-sa/3.0/";>Creative Commons
+  Attribution-ShareAlike 3.0 Unported License</link>.</p>
+
+  <p>As a special exception, the copyright holders give you permission to copy,
+  modify, and distribute the example code contained in this documentation under
+  the terms of your choosing, without restriction.</p>
+
+</license>
diff --git a/devel-guide/Makefile.am b/devel-guide/Makefile.am
new file mode 100644
index 0000000..7caeb51
--- /dev/null
+++ b/devel-guide/Makefile.am
@@ -0,0 +1,11 @@
+ YELP_HELP_RULES@
+
+HELP_ID = devel-guide
+
+HELP_FILES = \
+       index.page \
+       legal.xml
+
+HELP_MEDIA =
+
+HELP_LINGUAS =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]