123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- ***** BEGIN LICENSE BLOCK *****
- - This file is part of DotClear.
- - Copyright (c) 2004 Olivier Meunier and contributors. All rights
- - reserved.
- -
- - DotClear is free software; you can redistribute it and/or modify
- - it under the terms of the GNU General Public License as published by
- - the Free Software Foundation; either version 2 of the License, or
- - (at your option) any later version.
- -
- - DotClear is distributed in the hope that it will be useful,
- - but WITHOUT ANY WARRANTY; without even the implied warranty of
- - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- - GNU General Public License for more details.
- -
- - You should have received a copy of the GNU General Public License
- - along with DotClear; if not, write to the Free Software
- - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- -
- - ***** END LICENSE BLOCK ***** -->
- <html>
- <head>
- <title>Entries</title>
- </head>
- <body>
- <h1>Creation of entries</h1>
-
- <p>To begin the editing of an entry, you have to go to the
- <em>Entries</em> section then click on <em>new entry</em>.</p>
-
- <p>An entry must contain at least a title, and its content. You can
- can also choose a category.</p>
-
- <h2>Fields</h2>
-
- <dl>
- <dt id="category">Category</dt>
- <dd>The category of your entry. To create a new category,
- go to the <em>Categories</em> section.</dd>
-
- <dt id="format">Format</dt>
- <dd>You can edit your entries in two formats; Wiki or HTML.
- Wiki format is a simplified syntax which allows you to quickly type
- an entry, with minimal training. On another hand HTML format gives you
- a complete scope for the format of your writings.</dd>
-
- <dt id="status">Status</dt>
- <dd>Status allows you to choose if the entry will be online or offline
- after recording.</dd>
-
- <dt id="comment">Comments</dt>
- <dd>This field allows to define if you authorize or not comments
- for this entry.</dd>
-
- <dt id="trackback">Trackbacks</dt>
- <dd>Trackbacks are comments sent by an other weblog
- refering to your entry, or its subject. This field allows to define
- if you authorize or not trackbacks.</dd>
-
- <dt id="language">Language</dt>
- <dd>The language code for your entry. By default, it's your own language code.
- You can change it for another language code, for
- example "en", "en-us". This code is free, it will be included in the display
- of entries.</dd>
-
- <dt id="selected">Selection</dt>
- <dd>To mark an entry as selected can allow you to create a list of
- important entries upon which you want to draw attention for any given reason.</dd>
-
- <dt id="title">Title</dt>
- <dd>The title of the entry. This field is required.</dd>
-
- <dt id="title_url">URLed title</dt>
- <dd>The URLed title is the "URLish" form of the title. Accents and
- disturbing characters for URL are deleted. The DC Engine can build it
- except if you determine a specific one. You can click the "Use" link
- to fill the field according to your category's title.
- Contrary to the categories, the title of an entry in URLed form is not
- mandatory, simply advised.</dd>
-
- <dt id="abstract">Abstract</dt>
- <dd>The abstract allows you to write a short introduction for a longer
- entry. In this case the continuation (content) will be readable after
- clicking on a link.</dd>
-
- <dt id="entry">Entry</dt>
- <dd>The body of your entry. This field is required.</dd>
-
- <dt id="insertImage">Image insertion</dt>
- <dd>When you click on the <em>Internal image</em> icon, a popup window appears
- so you can choose an image to insert in the body of your entry.</dd>
-
- <dt id="notepad">Notepad</dt>
- <dd>The notepad is a small text zone which allows you to keep notes,
- links or whatever you are thinking about while writing your entry.
- The content of this field will not be displayed on your weblog, it's only there
- in case of need.</dd>
-
- <dt id="datetime">Date and Hour</dt>
- <dd>You can change the date and the hour of the entry as displayed
- on your weblog.</dd>
- </dl>
-
- <h2>Actions</h2>
- <dl>
- <dt>preview</dt>
- <dd>To visualize summarily your entry before saving.
- Note that if you use the smileys, they won't be visible while using
- this feature.
- <br /><strong>Shortcut : alt+v</strong>.</dd>
-
- <dt>save</dt>
- <dd>To save or update your entry.
- <br /><strong>Shortcut : alt+s</strong>.</dd>
-
- <dt>delete</dt>
- <dd>To suppress <strong>definitely</strong> your entry.</dd>
- </dl>
-
- <h2>add comments</h2>
- <p>You can attach a comment to the entry directly from the
- administration interface but you can do so only if the entry is already saved.</p>
-
- </body>
- </html>
|