tinycm rev 14

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 04 08:59:32 2014 +0000 (2014-01-04)
parents b7629d639756
children 5a312bd55038
files content/wiki/en/help.txt
line diff
     1.1 --- a/content/wiki/en/help.txt	Sat Jan 04 05:46:42 2014 +0100
     1.2 +++ b/content/wiki/en/help.txt	Sat Jan 04 08:59:32 2014 +0000
     1.3 @@ -3,8 +3,8 @@
     1.4  <h2>Help</h2>
     1.5  
     1.6  <p>
     1.7 -TinyCM let you easely create nice web content. Clean, fast and CGI SHell powered!
     1.8 -TinyCM provide a simple Wiki syntax, JavaScript code helper, diff interface, a dashboard, Hg integration and a plugin system. It can be also multi-user and a greate collaboration tool.
     1.9 +TinyCM lets you easily create nice web content. Clean, fast and CGI SHell powered!
    1.10 +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.11  </p>
    1.12  
    1.13  <h3>Titles</h3>
    1.14 @@ -16,7 +16,7 @@
    1.15  
    1.16  <h3>Text formating</h3>
    1.17  <p>
    1.18 -This how to make <strong>bold</strong>, <em>emphasis</em> and <u>underline</u> text:
    1.19 +This is how to make <strong>bold</strong>, <em>emphasis</em> and <u>underline</u> text:
    1.20  </p>
    1.21  <pre>
    1.22  **bold** ''emphasis'' __underline__
    1.23 @@ -24,13 +24,13 @@
    1.24  
    1.25  <h3>Page link and URL</h3>
    1.26  <p>
    1.27 -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 an existing page:
    1.28 +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.29  </p>
    1.30  <pre>
    1.31  [Help|en/help]
    1.32  </pre>
    1.33  <p>
    1.34 -You can also copy/past a full URL such as:
    1.35 +You can also copy/paste a full URL such as:
    1.36  </p>
    1.37  <pre>
    1.38  http://www.slitaz.org/
    1.39 @@ -38,7 +38,7 @@
    1.40  
    1.41  <h3>Images</h3>
    1.42  <p>
    1.43 -You can have some images in your content folder or use on from the web. Just paste the URL to the PNG image:
    1.44 +You can have some images in your content folder or use one from the web. Just paste the URL to the PNG image:
    1.45  </p>
    1.46  <pre>
    1.47  http://site.com/path/image.png