category.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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>Categories</title>
  25. </head>
  26. <body>
  27. <h1>The categories</h1>
  28. <p>To create or modify a category, you simply have to go to the
  29. <em>Categories</em> section and click on <em>New category</em> or on the link
  30. of an existing category, depending on whether you want to create or modify a category.</p>
  31. <h2>Fields</h2>
  32. <dl>
  33. <dt id="title">Title</dt>
  34. <dd>The name of the category. On the default model, the title is displayed in
  35. menu and also for each entry. This field is required.</dd>
  36. <dt id="title_url">URLed title</dt>
  37. <dd>The URLed title is the "URLish" form of title. Accents and
  38. disturbing characters for URL are deleted. The DC Engine can build it
  39. except if you determine a specific one. You can click the "Use" link
  40. to fill the field according to your category's title.
  41. Note that if the category's title is made of non latin characters, you
  42. you must specify a title of your choice. Titles made of 4 figures or more
  43. are invalid. In order to be valid they must be accompanied by letters. By
  44. example, <em>2005</em> will be invalid while <em>year2005</em> will be
  45. perfectly valid.</dd>
  46. <dt id="description">Description</dt>
  47. <dd>Description of the category, in XHTML format. This optional field allows you
  48. to give a detailed description of the category.</dd>
  49. </dl>
  50. </body>