[gnome-builder] Add user docs



commit 3ab9673145a0a28e35c07e9f3554376874b4cddb
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Wed Jan 27 11:17:03 2016 +0100

    Add user docs

 Makefile.am              |    2 +-
 configure.ac             |    8 ++++++++
 help/C/figures/icon.png  |  Bin 0 -> 3857 bytes
 help/C/index.page        |   21 +++++++++++++++++++++
 help/C/introduction.page |   29 +++++++++++++++++++++++++++++
 help/C/legal.xml         |   12 ++++++++++++
 help/Makefile.am         |   16 ++++++++++++++++
 7 files changed, 87 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a5b435a..913bfe6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . build contrib data libide src plugins tools po tests doc
+SUBDIRS = . build contrib data libide src plugins tools po tests doc help
 
 INTLTOOL_FILES = \
        intltool-extract.in \
diff --git a/configure.ac b/configure.ac
index dbd0ad9..98ac633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,12 @@ AM_GLIB_GNU_GETTEXT
 
 
 dnl ***********************************************************************
+dnl User documentation
+dnl ***********************************************************************
+YELP_HELP_INIT
+
+
+dnl ***********************************************************************
 dnl Check for Required Programs
 dnl ***********************************************************************
 AC_PROG_CC
@@ -431,6 +437,8 @@ AC_CONFIG_FILES([
        doc/reference/libide/Makefile
        doc/reference/libide/version.xml
 
+       help/Makefile
+
        po/Makefile.in
 
        src/Makefile
diff --git a/help/C/figures/icon.png b/help/C/figures/icon.png
new file mode 100644
index 0000000..d95f2c3
Binary files /dev/null and b/help/C/figures/icon.png differ
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..7c8f19a
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,21 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide"
+      id="index">
+
+  <info>
+    <revision pkgversion="3.20" date="2016-01-23" status="stub" />
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <title>
+    <media type="image" mime="image/png" its:translate="no" src="figures/icon.png" />
+    Builder
+  </title>
+
+  <section id="features" style="2column">
+    <title>Features</title>
+  </section>
+
+</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
new file mode 100644
index 0000000..159d4ec
--- /dev/null
+++ b/help/C/introduction.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic"
+      id="introduction">
+
+  <info>
+    <link type="guide" xref="index"/>
+<!--
+    <link type="guide" xref="index#features"/>
+    <link type="seealso" xref="anotherpageid"/>
+-->
+    <revision pkgversion="3.9" date="2016-01-23" status="stub" />
+ 
+    <credit type="author">
+      <name>Alexandre Franke</name>
+      <email its:translate="no">afranke gnome org</email>
+      <years>2016</years>
+    </credit>
+ 
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Welcome to Builder</desc>
+  </info>
+
+  <title>Introduction</title>
+
+  <p>Builder is an Integrated Development Environment (IDE) for the GNOME desktop environment.</p>
+
+</page>
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..42fd3db
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,12 @@
+<license xmlns="http://projectmallard.org/1.0/";
+         href="http://creativecommons.org/licenses/by-sa/4.0/";>
+
+  <p>This work is licensed under a
+  <link href="http://creativecommons.org/licenses/by-sa/4.0/";>Creative Commons
+  Attribution-ShareAlike 4.0 International</link> license.</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/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..cc6745c
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,16 @@
+ YELP_HELP_RULES@
+
+HELP_ID = gnome-builder
+
+# Media files
+HELP_MEDIA = \
+       figures/icon.png
+
+# Help pages
+HELP_FILES = \
+       index.page \
+       introduction.page \
+       legal.xml
+
+# Translated languages, blank means no translation exists yet
+HELP_LINGUAS =


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