category.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  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>Kategorien</title>
  25. </head>
  26. <body>
  27. <h1>Kategorien</h1>
  28. <p>Um neue Kategorien zu erstellen oder abzu&auml;ndern, muss auf das
  29. Register <em>Kategorien</em> geklickt werden. W&auml;hlt man den den
  30. Link <em>Neue Kategorie </em>an, so kann eine neue Kategorie erstellt
  31. werden. Wird auf der Link <em>bearbeiten</em> einer bereits
  32. bestehenden Kategorie angew&auml;hlt, so kann diese ge&auml;ndert
  33. werden.</p>
  34. <h2>Felder</h2>
  35. <dl>
  36. <dt id="title">Titel</dt>
  37. <dd>Der Name der Kategorie. Standardm&auml;ssig wird dieser Name auch
  38. im Men&uuml; und jedem Blog-Eintrag angezeigt. Das Feld muss
  39. ausgef&uuml;llt werden. </dd>
  40. <dt id="title_url">URL Titel<br>
  41. </dt>
  42. <dd>Der URL Titel ist der Name, welche die URL's f&uuml;r die
  43. entsprechende Kategorie bekommen werden. Accents und Sonderzeichen
  44. werden aus dem URL Titel gel&ouml;scht. Achtung: das verwenden von mehr
  45. als 4 Zahlen ist unzul&auml;ssig. So ist zum Beispiel der URL Titel <em>2005</em>
  46. nicht zul&auml;ssig, wohingegen <em>Jahr2005</em> zul&auml;ssig
  47. w&auml;re. </dd>
  48. <dt id="description">Beschreibung</dt>
  49. <dd>Die Beschreibung der Kategorie ist optional und muss im
  50. XHTML-Format vorliegen. </dd>
  51. </dl>
  52. </body>
  53. </html>