entry.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3. - This file is part of DotClear.
  4. - Copyright (c) 2004 Olivier Meunier and contributors. All rights
  5. - reserved.
  6. -
  7. - DotClear is free software; you can redistribute it and/or modify
  8. - it under the terms of the GNU General Public License as published by
  9. - the Free Software Foundation; either version 2 of the License, or
  10. - (at your option) any later version.
  11. -
  12. - DotClear is distributed in the hope that it will be useful,
  13. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. - GNU General Public License for more details.
  16. -
  17. - You should have received a copy of the GNU General Public License
  18. - along with DotClear; if not, write to the Free Software
  19. - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. -
  21. - ***** END LICENSE BLOCK ***** -->
  22. <html>
  23. <head>
  24. <title>Entries</title>
  25. </head>
  26. <body>
  27. <h1>Creation of entries</h1>
  28. <p>To begin the editing of an entry, you have to go to the
  29. <em>Entries</em> section then click on <em>new entry</em>.</p>
  30. <p>An entry must contain at least a title, and its content. You can
  31. can also choose a category.</p>
  32. <h2>Fields</h2>
  33. <dl>
  34. <dt id="category">Category</dt>
  35. <dd>The category of your entry. To create a new category,
  36. go to the <em>Categories</em> section.</dd>
  37. <dt id="format">Format</dt>
  38. <dd>You can edit your entries in two formats; Wiki or HTML.
  39. Wiki format is a simplified syntax which allows you to quickly type
  40. an entry, with minimal training. On another hand HTML format gives you
  41. a complete scope for the format of your writings.</dd>
  42. <dt id="status">Status</dt>
  43. <dd>Status allows you to choose if the entry will be online or offline
  44. after recording.</dd>
  45. <dt id="comment">Comments</dt>
  46. <dd>This field allows to define if you authorize or not comments
  47. for this entry.</dd>
  48. <dt id="trackback">Trackbacks</dt>
  49. <dd>Trackbacks are comments sent by an other weblog
  50. refering to your entry, or its subject. This field allows to define
  51. if you authorize or not trackbacks.</dd>
  52. <dt id="language">Language</dt>
  53. <dd>The language code for your entry. By default, it's your own language code.
  54. You can change it for another language code, for
  55. example "en", "en-us". This code is free, it will be included in the display
  56. of entries.</dd>
  57. <dt id="selected">Selection</dt>
  58. <dd>To mark an entry as selected can allow you to create a list of
  59. important entries upon which you want to draw attention for any given reason.</dd>
  60. <dt id="title">Title</dt>
  61. <dd>The title of the entry. This field is required.</dd>
  62. <dt id="title_url">URLed title</dt>
  63. <dd>The URLed title is the "URLish" form of the title. Accents and
  64. disturbing characters for URL are deleted. The DC Engine can build it
  65. except if you determine a specific one. You can click the "Use" link
  66. to fill the field according to your category's title.
  67. Contrary to the categories, the title of an entry in URLed form is not
  68. mandatory, simply advised.</dd>
  69. <dt id="abstract">Abstract</dt>
  70. <dd>The abstract allows you to write a short introduction for a longer
  71. entry. In this case the continuation (content) will be readable after
  72. clicking on a link.</dd>
  73. <dt id="entry">Entry</dt>
  74. <dd>The body of your entry. This field is required.</dd>
  75. <dt id="insertImage">Image insertion</dt>
  76. <dd>When you click on the <em>Internal image</em> icon, a popup window appears
  77. so you can choose an image to insert in the body of your entry.</dd>
  78. <dt id="notepad">Notepad</dt>
  79. <dd>The notepad is a small text zone which allows you to keep notes,
  80. links or whatever you are thinking about while writing your entry.
  81. The content of this field will not be displayed on your weblog, it's only there
  82. in case of need.</dd>
  83. <dt id="datetime">Date and Hour</dt>
  84. <dd>You can change the date and the hour of the entry as displayed
  85. on your weblog.</dd>
  86. </dl>
  87. <h2>Actions</h2>
  88. <dl>
  89. <dt>preview</dt>
  90. <dd>To visualize summarily your entry before saving.
  91. Note that if you use the smileys, they won't be visible while using
  92. this feature.
  93. <br /><strong>Shortcut : alt+v</strong>.</dd>
  94. <dt>save</dt>
  95. <dd>To save or update your entry.
  96. <br /><strong>Shortcut : alt+s</strong>.</dd>
  97. <dt>delete</dt>
  98. <dd>To suppress <strong>definitely</strong> your entry.</dd>
  99. </dl>
  100. <h2>add comments</h2>
  101. <p>You can attach a comment to the entry directly from the
  102. administration interface but you can do so only if the entry is already saved.</p>
  103. </body>
  104. </html>