~didrocks/quickly/foo7

« back to all changes in this revision

Viewing changes to help/C/index.page

  • Committer: Didier Roche
  • Date: 2011-10-06 06:29:48 UTC
  • Revision ID: didier.roche@canonical.com-20111006062948-nr3napxpdbvzp0ic
Initial project creation with Quickly!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="guide"
 
3
      id="index">
 
4
 
 
5
<info>
 
6
  <!-- This shows in the title bar so does not show [icon] -->
 
7
  <title type="text">Bar</title>
 
8
  <desc>The <app>Bar</app> help.</desc>
 
9
  <credit type="author">
 
10
    <name>Your Name</name>
 
11
    <email>Your E-mail</email>
 
12
    <years>2010</years>
 
13
  </credit>
 
14
  <license href="http://creativecommons.org/licenses/by-sa/3.0/">
 
15
  <p>Creative Commons Attribution-Share Alike 3.0 Unported License</p>
 
16
  </license>
 
17
</info>
 
18
 
 
19
<title>
 
20
<!-- This shows on the page in title font -->
 
21
<!-- the icon only shows when installed -->
 
22
<media type="image" mime="image/png" src="figures/icon.png">[icon]</media>
 
23
<app>Bar</app> Help
 
24
</title>
 
25
 
 
26
<p>This is an example guide page. It's main function is to link together the help topics.</p>
 
27
 
 
28
<!-- This is the visible index -->
 
29
<section id="contents" style="2column">
 
30
<!-- other pages needs to have a link to index#contents for this to work -->
 
31
<title>Contents</title>
 
32
</section>
 
33
 
 
34
<note>
 
35
  <!-- delete this note -->
 
36
  <p>
 
37
    Your script or application looks better if it has help files similar to other applications in ubuntu.
 
38
  </p>
 
39
  <p>
 
40
    Some people think that help files are only for apps that are difficult to use.
 
41
  </p>
 
42
</note>
 
43
 
 
44
</page>