[d-feet] Add help files
- From: Thomas Bechtold <toabctl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet] Add help files
- Date: Sun, 19 May 2013 07:28:41 +0000 (UTC)
commit 34a3a9d370ee0df6a000f5ea19ec3f022bb5439a
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date: Sun May 19 08:01:40 2013 +0200
Add help files
help/C/basics.page | 27 +++++++++++++++++++++++++++
help/C/figures/icon.png | Bin 0 -> 1002 bytes
help/C/index.page | 34 ++++++++++++++++++++++++++++++++++
help/Makefile.am | 12 ++++++++++++
4 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/help/C/basics.page b/help/C/basics.page
new file mode 100644
index 0000000..e24c882
--- /dev/null
+++ b/help/C/basics.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="basics">
+
+<info>
+ <link type="guide" xref="index#contents"/>
+ <credit type="author">
+ <name>Thomas Bechtold</name>
+ <email>thomasbechtold jpberlin de</email>
+ <years>2012-2013</years>
+ </credit>
+ <desc>Basic usage of d-feet</desc>
+</info>
+
+
+<title>Basics</title>
+<section id="quick-guide">
+ <title>Quick guide</title>
+ <p>Here is the quick guide howto use d-feet</p>
+ <steps>
+ <item><p>Select a bus you want to connect to (System Bus or Session Bus)</p></item>
+ <item><p>Select a service you want information about</p></item>
+ <item><p>Select a property or a method of the service</p></item>
+ </steps>
+</section>
+
+</page>
diff --git a/help/C/figures/icon.png b/help/C/figures/icon.png
new file mode 100644
index 0000000..0915dde
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..652ccb7
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="index">
+
+<info>
+ <!-- This shows in the title bar so does not show [icon] -->
+ <title type="text">d-feet</title>
+ <desc>The <app>d-feet</app> help.</desc>
+ <credit type="author">
+ <name>Thomas Bechtold</name>
+ <email>thomasbechtold jpberlin de</email>
+ <years>2012</years>
+ </credit>
+ <license href="http://creativecommons.org/licenses/by-sa/3.0/">
+ <p>Creative Commons Attribution-Share Alike 3.0 Unported License</p>
+ </license>
+</info>
+
+<title>
+<!-- This shows on the page in title font -->
+<!-- the icon only shows when installed -->
+<media type="image" mime="image/png" src="figures/icon.png">[icon]</media>
+<app>d-feet</app> Help
+</title>
+
+<p>This is for d-feet - a dbus debugger.</p>
+
+<!-- This is the visible index -->
+<section id="contents" style="2column">
+<!-- other pages needs to have a link to index#contents for this to work -->
+<title>Contents</title>
+</section>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..458a36c
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,12 @@
+ YELP_HELP_RULES@
+
+HELP_ID = d-feet
+
+HELP_LINGUAS =
+
+HELP_MEDIA = \
+ figures/icon.png
+
+HELP_FILES = \
+ index.page \
+ basics.page
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]