Changeset 368 for branches

Show
Ignore:
Timestamp:
03/04/07 21:12:26 (21 months ago)
Author:
fboender
Message:

Explanation about each document.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/site/pages/documentation.php

    r359 r368  
    22<p> 
    33<ul> 
    4         <li><a href="http://dev.mvblog.org/trac/wiki/Installation" title="Installation">Installation</a></li> 
    5         <li><a href="http://dev.mvblog.org/trac/wiki/Template" title="index">How to create your own index page</a></li> 
    6         <li><a href="http://dev.mvblog.org/trac/wiki/CSS" title="CSS documentation">CSS documentation</a></li> 
    7         <li><a href="http://dev.mvblog.org/trac/browser/trunk/LICENSE" title="License">License</a></li> 
    8         <li><a href="http://dev.mvblog.org/static-trac/mvblog_apidoc/" title="Api reference">Api reference</a></li> 
     4        <li> 
     5        <b><a href="http://dev.mvblog.org/trac/wiki/Installation" title="Installation">Installation</a></b><br /> 
     6        <p>This document contains information and a guide on how to install MvBlog on your server.</p> 
     7    </li> 
     8        <li> 
     9        <b><a href="http://dev.mvblog.org/trac/wiki/Template" title="index">How to create your own index page</a></b><br /> 
     10        <p>You can find information on how to create your own index page for MvBlog. This is mostly usefull for people how wish to change the look of MvBlog or who want to include MvBlog posts in another page.</p> 
     11    </li> 
     12        <li> 
     13        <b><a href="http://dev.mvblog.org/trac/wiki/CSS" title="CSS documentation">CSS documentation</a></b><br /> 
     14        <p>CSS Documentation covers information on how to completely change the look of MvBlog.</p> 
     15    </li> 
     16        <li> 
     17        <b><a href="http://dev.mvblog.org/trac/browser/trunk/LICENSE" title="License">License</a></b><br /> 
     18        <p>MvBlog is released under the GNU GENERAL PUBLIC LICENSE. More information about this license can be found in this document.</p> 
     19    </li> 
     20        <li> 
     21        <b><a href="http://dev.mvblog.org/static-trac/mvblog_apidoc/" title="Api reference">API reference</a></b><br /> 
     22        <p>Application Program Interface documentation. For developers of MvBlog.</p> 
     23    </li> 
    924</ul>