tinycm diff content/wiki/en/help.txt @ rev 18

Add a desktop file and up doc about images
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 05 01:03:58 2014 +0100 (2014-01-05)
parents 81cc9819e295
children 75c2b9d58c4e
line diff
     1.1 --- a/content/wiki/en/help.txt	Sat Jan 04 08:59:32 2014 +0000
     1.2 +++ b/content/wiki/en/help.txt	Sun Jan 05 01:03:58 2014 +0100
     1.3 @@ -3,8 +3,10 @@
     1.4  <h2>Help</h2>
     1.5  
     1.6  <p>
     1.7 -TinyCM lets you easily create nice web content. Clean, fast and CGI SHell powered!
     1.8 -TinyCM provides a simple Wiki syntax, a JavaScript code helper, diff interface, dashboard, Hg integration and a plugin system. It can also be multi-user and a great collaboration tool.
     1.9 +TinyCM lets you easily create nice web content. Clean, fast and CGI SHell
    1.10 +powered! TinyCM provides a simple Wiki syntax, a JavaScript code helper, 
    1.11 +diff interface, dashboard, Hg integration and a plugin system. It can also
    1.12 +be multi-user and a great collaboration tool.
    1.13  </p>
    1.14  
    1.15  <h3>Titles</h3>
    1.16 @@ -24,22 +26,27 @@
    1.17  
    1.18  <h3>Page link and URL</h3>
    1.19  <p>
    1.20 -To create a new page you have to create a new link to it. Then you can edit and add content to your new page. First the link title then the path to a new or existing page:
    1.21 +To create a new page you have to create a new link to it. Then you can edit 
    1.22 +and add content to your new page. First the link title then the path to a 
    1.23 +new or existing page:
    1.24  </p>
    1.25  <pre>
    1.26  [Help|en/help]
    1.27  </pre>
    1.28  <p>
    1.29 -You can also copy/paste a full URL such as:
    1.30 +You can also use a full URL. Thos time we separate the link name of the URL
    1.31 +with an exclamation !
    1.32  </p>
    1.33  <pre>
    1.34 -http://www.slitaz.org/
    1.35 +[SliTaz!http://www.slitaz.org/]
    1.36  </pre>
    1.37  
    1.38  <h3>Images</h3>
    1.39  <p>
    1.40 -You can have some images in your content folder or use one from the web. Just paste the URL to the PNG image:
    1.41 +You can have some images in your content folder or use one from the web.
    1.42 +Just paste the URL to the PNG image or use the image name:
    1.43  </p>
    1.44  <pre>
    1.45 -http://site.com/path/image.png
    1.46 +[http://site.com/path/image.png]
    1.47 +[image.png]
    1.48  </pre>