[2534] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>Editing a page</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | <h4>Editing a page</h4> |
---|
| 10 | |
---|
| 11 | <dl> |
---|
| 12 | <dt>Page title</dt> |
---|
| 13 | <dd>Type in the page title. This field is mandatory.</dd> |
---|
| 14 | |
---|
| 15 | <dt>Excerpt</dt> |
---|
| 16 | <dd>This field is optional.</dd> |
---|
| 17 | |
---|
| 18 | <dt>Content</dt> |
---|
| 19 | <dd>The content of your page. This field is mandatory.</dd> |
---|
| 20 | |
---|
| 21 | <dt>Notes</dt> |
---|
| 22 | <dd>This text area is for personal use, for notes or memos. What you enter here |
---|
| 23 | will never be displayed on the blog.</dd> |
---|
| 24 | |
---|
| 25 | <dt>Page status</dt> |
---|
| 26 | <dd>Allows you to choose your page status: |
---|
| 27 | <ul> |
---|
| 28 | <li><strong>Pending:</strong> The publication status has not yet been decided (not published yet).</li> |
---|
| 29 | <li><strong>Scheduled:</strong> The page will be set online at the time and date |
---|
| 30 | set in the <em>Published on</em> field.</li> |
---|
| 31 | <li><strong>Unpublished:</strong> The page is offline.</li> |
---|
| 32 | <li><strong>Published:</strong> The page is online.</li> |
---|
| 33 | </ul> |
---|
| 34 | </dd> |
---|
| 35 | |
---|
| 36 | <dt>Publication date and hour</dt> |
---|
| 37 | <dd>Here you can change the page publication date and time. If the page |
---|
[2569] | 38 | status is <em>Scheduled</em>, it will be online at the given date and time.</dd> |
---|
[2534] | 39 | |
---|
| 40 | <dt>Page language</dt> |
---|
| 41 | <dd>Select the language code of your entry. It defaults to your (as a |
---|
| 42 | user) language but you can change it to whatever language code you want, e.g. |
---|
| 43 | "en" or "es-ar". This code is used for the entry's display.</dd> |
---|
| 44 | |
---|
| 45 | <dt>Text formatting</dt> |
---|
| 46 | <dd>Choose the page syntax. Wiki is a simplified syntax |
---|
| 47 | and will be converted to valid XHTML. Unless you have a perfect |
---|
| 48 | understanding of XHTML, we advise you to choose the Wiki syntax. |
---|
| 49 | See the Wiki syntax reference for more information.</dd> |
---|
| 50 | |
---|
| 51 | <dt>Page position</dt> |
---|
[2569] | 52 | <dd>Orders pages according to this number. |
---|
[2534] | 53 | This field is used by the <strong>Pages</strong> widget (<em>Order by page position</em>).</dd> |
---|
| 54 | |
---|
| 55 | <dt>Attachments</dt> |
---|
| 56 | <dd>Attachments are media files added to the page. You can use the <strong>Add files to this entry</strong> button to select media files to add to the entry.<br /> |
---|
| 57 | This option will appear after you save your entry.<br /> |
---|
| 58 | Please check the Media manager help for more information.</dd> |
---|
| 59 | |
---|
| 60 | <dt>Accept comments</dt> |
---|
| 61 | <dd>Check this box to allow your visitors to comment on this page. The corresponding global setting can be found in the blog settings.</dd> |
---|
| 62 | |
---|
| 63 | <dt>Accept trackbacks</dt> |
---|
| 64 | <dd>A trackback is a way to let a portion of your page as a comment on |
---|
| 65 | another blog. Check this box to allow others to trackback your page. The |
---|
| 66 | corresponding global setting is to be found in the blog settings.</dd> |
---|
| 67 | |
---|
| 68 | <dt>Hide in widget Pages</dt> |
---|
| 69 | <dd>If this option is checked, the page will be active but will not be listed in the Pages widget.</dd> |
---|
| 70 | |
---|
| 71 | <dt>Password</dt> |
---|
| 72 | <dd>You can enter a password for your page. A password protected page will |
---|
| 73 | not be displayed on your blog, it will only be accessible to those you will |
---|
| 74 | give the entry URL to (see the <strong>Go to this page on the site</strong> link) and password. |
---|
| 75 | |
---|
| 76 | <dt>Basename</dt> |
---|
[2569] | 77 | <dd>By clicking on its lock, you can unprotect this field and choose another |
---|
[2534] | 78 | URL for your page. If the URL you're trying to use is already used by another |
---|
| 79 | page, a number will be added to it.</dd> |
---|
| 80 | |
---|
| 81 | </dl> |
---|
| 82 | |
---|
| 83 | </body> |
---|
| 84 | </html> |
---|