Dotclear

source: plugins/pages/locales/en/help/page.html @ 232:3793b0896c86

Revision 232:3793b0896c86, 6.2 KB checked in by amalgame <philippe@…>, 13 years ago (diff)

fixed typos and deleted attach file option in pages plugin help files

Line 
1<html>
2<head>
3  <title>Editing a page</title>
4</head>
5
6<body>
7
8<h3>Editing a page</h3>
9
10<dl>
11  <dt>Page title</dt>
12  <dd>Type in the page title. This field is mandatory.</dd>
13 
14  <dt>Excerpt</dt>
15  <dd>This field is optional.</dd>
16 
17  <dt>Content</dt>
18  <dd>The content of your page. This field is mandatory.</dd>
19 
20  <dt>Notes</dt>
21  <dd>This text area is for personal use, for notes or memos. What you enter here
22  will never be displayed on the blog..</dd>
23 
24  <dt>Page status</dt>
25  <dd>Allows you to choose your page's status:
26    <ul>
27      <li><strong>pending:</strong> the publication status has not yet been decided.</li>
28      <li><strong>scheduled:</strong> the page will be set online at the time and date
29      set in the <em>Published on</em> field.</li>
30      <li><strong>unpublished:</strong> the page is offline.</li>
31      <li><strong>published:</strong> the page is online.</li>
32    </ul>
33  </dd>
34 
35  <dt>Published on</dt>
36  <dd>Here you can change the page's publication date and time. If the page's
37  status is <em>scheduled</em>,  it will come online at the said date and time.</dd>
38 
39  <dt>Text formating</dt>
40  <dd>To choose the page syntax. Wiki is a simplified syntax
41  and will be converted to valid xhtml&nbsp;; Unless you have a perfect
42  understanding of xhtml, we advise you to choose the wiki syntax.
43  See the Wiki syntax reference for more information.</dd>
44 
45  <dt>Accept comments</dt>
46  <dd>Select this box to allow your visitors to comment the page. The corresponding
47  global setting is to be found in the blog settings.</dd>
48 
49  <dt>Accept trackbacks</dt>
50  <dd>A trackback is a way to let a portion of your page as a comment on
51  another blog. Select this box to allow others to trackback your page. The
52  corresponding global setting is to be found in the blog settings.</dd>
53
54  <dt>Page position</dt>
55  <dd>Allows to order pages according to this number.
56  This field is used by Pages widget (<em>Order by page position</em>).</dd>
57
58  <dt>Page language</dt>
59  <dd>The two character language code of your page. It defaults to your (as a
60  user) language but you can change it to whatever language code you want, ie.
61  "en" or "fr-qc". This code is used for the page's display, no check is made
62  on it.</dd>
63 
64  <dt>Page password</dt>
65  <dd>You can enter a password for your page. A password protected page will
66  not be displayed on your blog, it will only be reachable to those you will
67  give the page url (see the <em>view page</em> link) and password.</dd>
68 
69  <dt>Basename</dt>
70  <dd>By clicking on its lock, you can unprotect this field and and choose another
71  URL for your page. If the URL you're trying to use is already used by another
72  page, a number will be added to it.</dd>
73</dl>
74
75<h3>Comments</h3>
76<dl>
77  <dt>Comment list</dt>
78  <dd>On the <em>Comments</em> tab, you can read and change the status of
79  your page's comments. If you're allowed to by the blog administrator,
80  you will be able to set your comments online or offline, to delete them or
81  to mark them as junk.</dd>
82 
83  <dt>Add a comment</dt>
84  <dd>On the <em>Add a comment</em> tab, you can reply to one of your page's
85  comments without leaving your blog's backend. The syntax to be used here is
86  plain, unlimited, xhtml. Use the fields as if you were modifying a comment.</dd>
87</dl>
88
89<h3>Wiki syntax reference</h3>
90
91<p>The wiki syntax is a way to enhance your text with a minimal set
92of tags, studied to cover the basic needs (titles, paragraphs, quotes,
93lists...)</p>
94
95<dl>
96<dt>Block elements</dt>
97<dd>
98<ul>
99  <li>Leave an empty line between two similar blocks.</li>
100  <li><strong>Paragraph</strong>: free text, ended by an empty line if
101  another paragraph is to follow.</li>
102  <li><strong>Title</strong>: <code>!!! title</code>, <code>!! title</code>
103  or <code>! title</code>, allowing you to use three  different levels of
104  heading.</li>
105  <li><strong>Horizontal line</strong>: <code>----</code></li>
106  <li><strong>Lists</strong>: Start each line with
107  <code>*</code> or <code>#</code> for unnumbered or numbered lists respectively.
108  List imbrication is done by mixing list markers this way:
109<pre>
110* item 1
111** item 1.1
112* item 2
113*# item 2.1
114...
115</pre>
116  </li>
117  <li><strong>Preformatted text</strong>: each line must start with a space.</li>
118  <li><strong>Block quote</strong>: each line must start with a semicolon (<code>&gt;</code>).</li>
119</ul>
120</dd>
121
122<dt>Formatting tags</dt>
123<dd>
124<ul>
125  <li><strong>Emphasis</strong>: two quotes <code>''text''</code></li>
126  <li><strong>Strong emphasis</strong>: two underscore <code>__text__</code></li>
127  <li><strong>New line</strong>: <code>%%%</code></li>
128  <li><strong>Insertion</strong>: two plusses <code>++text++</code></li>
129  <li><strong>Deletion</strong>: two minuses <code>--text--</code></li>
130  <li><strong>Link</strong>: <code>[url]</code>, <code>[name|url]</code>,
131    <code>[name|url|language]</code> or <code>[name|url|languagee|title]</code></li>
132  <li><strong>Image</strong>:
133    <code>((url|alternative text))</code>,
134    <code>((url|alternative text|position))</code> or
135    <code>((url|alternative text|position|long description))</code>.
136    <br />The position can be either L or G (left), R or D (right) or C (centered).</li>
137  <li><strong>Anchor</strong>: <code>~anchor~</code></li>
138  <li><strong>Acronym</strong>: <code>??acronym|title??</code></li>
139  <li><strong>Inline HTML</strong>: two backquotes <code>``html code``</code></li>
140  <li><strong>Inline quote</strong>: <code>{{quote}}</code>,
141    <code>{{quote|language}}</code> or <code>{{quote|language|url}}</code></li>
142  <li><strong>Code</strong>: <code>@@code@@</code></li>
143  <li><strong>Footnotes</strong>: <code>$$footnote$$</code></li>
144</ul>
145</dd>
146
147<dt>Unformatted text</dt>
148<dd>If you don't want one formatting character to be interpreted as such, add a
149<code>\</code> just before it. This way:
150<code>\[text in brackets without being a link\]</code>
151</dd>
152
153<dt>HTML Code</dt>
154<dd>Even if you chose the wiki syntax, you may sometimes need a more
155powerful formatting, i.e. HTML syntax. Do it the following way:
156<pre>
157///html
158&lt;p style="color:red"&gt;my text in red&lt;/p&gt;
159///
160</pre>
161</dd>
162</dl>
163
164</body>
165</html>
Note: See TracBrowser for help on using the repository browser.

Sites map