1 | <html> |
---|
2 | <head> |
---|
3 | <title>Editing a page</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <h4>Editing a page</h4> |
---|
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 ; 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 | <h4>Comments</h4> |
---|
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 | </body> |
---|
90 | </html> |
---|