1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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>Kategorien</title>
- </head>
- <body>
- <h1>Kategorien</h1>
- <p>Um neue Kategorien zu erstellen oder abzuändern, muss auf das
- Register <em>Kategorien</em> geklickt werden. Wählt man den den
- Link <em>Neue Kategorie </em>an, so kann eine neue Kategorie erstellt
- werden. Wird auf der Link <em>bearbeiten</em> einer bereits
- bestehenden Kategorie angewählt, so kann diese geändert
- werden.</p>
- <h2>Felder</h2>
- <dl>
- <dt id="title">Titel</dt>
- <dd>Der Name der Kategorie. Standardmässig wird dieser Name auch
- im Menü und jedem Blog-Eintrag angezeigt. Das Feld muss
- ausgefüllt werden. </dd>
- <dt id="title_url">URL Titel<br>
- </dt>
- <dd>Der URL Titel ist der Name, welche die URL's für die
- entsprechende Kategorie bekommen werden. Accents und Sonderzeichen
- werden aus dem URL Titel gelöscht. Achtung: das verwenden von mehr
- als 4 Zahlen ist unzulässig. So ist zum Beispiel der URL Titel <em>2005</em>
- nicht zulässig, wohingegen <em>Jahr2005</em> zulässig
- wäre. </dd>
- <dt id="description">Beschreibung</dt>
- <dd>Die Beschreibung der Kategorie ist optional und muss im
- XHTML-Format vorliegen. </dd>
- </dl>
- </body>
- </html>
|