(** Required stuff starts (this is the index page for a software and please remove this line and any other that appear in parenthesis))

<page xmlns="http://projectmallard.org/1.0/"
      xmlns:e="http://projectmallard.org/experimental/"
      type="guide" (this tag makes this page the guide for your software)
      id="index">  (this tag makes this page the index for your guide) 

  <info>
    <revision pkgversion="2.28" version="0.1" date=" " status="incomplete"/>

    <revision pkgversion="2.28" version="0.1" date=" " status="review">
      <!--

      <e:review by="your_email" date="YYYY-MM-DD" status="done"/>

      -->
    </revision>

    <revision pkgversion="current_pkgversion (right now 2.28)" version="0.2" date="YYYY-MM-DD" status="review"/>

    <credit type="author">
      <name>Your Name</name>
      <email>Your email</email>
    </credit>
    <copyright>
      <year>2009</year>
      <name>GNOME Documentation Project</name>
    </copyright>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
  </info>

(** Required stuff ends here (here is the link to the preview the page http://library.gnome.org/users/empathy/2.27/))

  <title>Your Software's name</title>

  <section id="a unique id for this section like text-conv" style="if you want more than one column do 2columns for 2 columns">
    <title>This will show up as the first big title on your webpage, its usually introduction</title>
  </section>

  <section id="another id" style="2column"> (this is the 2 column parameter, if and only if you add this parameter here, you can branch your sub-topic here into smaller topics)
    <title>Other title</title>
  </section>
  
  <section id="another id" style=" "> 
    <title>Another title</title>
  </section>

  <section id="another id 2" style="">
    <title>Another title</title>
  </section>

  <section id="another id 3" style=" ">
    <title>Another title</title>
  </section>

  <section id="problems" style=" ">
    <title>Common Problems (this is kind of required because its the solution to some of the most common problems that exist with a software)</title>
  </section>

</page>

This ends the index page for your software, please use the style tag only if you want more than one column, most of it is recursive and thus not very complicated. Make full use of this template and I hope this helps you out.

VikramDhillon/Sandbox (last edited 2009-11-07 20:55:11 by VikramDhillon)