Dotclear:category.html

De Wiki de Softcatalà

Dreceres ràpides: navegació, cerca
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***** 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>Categories</title>
</head>

<body>

<h1>Les categories</h1>

<p>Per a crear o modificar una categoria, només cal que aneu a la 
secció <em>Categories</em> i feu clic a <em>Nova categoria</em> o a l'enllaç
d'una categoria ja existent, depenent si voleu crear o modificar una categoria.</p>

<h2>Camps</h2>

<dl>
  <dt id="title">Títol</dt>
  <dd>El nom d'una categoria. En el model per defecte, el títol es mostra en el
  menú i també per a cada entrada. Aquest camp és obligatori.</dd>
  
  <dt id="title_url">Títol en URL</dt>
  <dd>El títol en URL és la forma en URL d'un títol. Els accents i altres
  caràcters especials són suprimits de l'URL. El motor de DotClear pot construir-lo
  per si mateix excepte si voleu determinar-li un d'específic. Podeu fer clic a l'enllaç "Ús"
  per a emplenar el camp d'acord amb la categoria del vostre títol.
  Tingueu en compte que si el títol de la categoria conté caràcters no llatins, heu
  d'especificar un títol de la vostra elecció. Els títols de 4 nombres o més no
  són vàlids. Perquè siguin vàlids, heu d'acompanyar-los de lletres. Per exemple,
  <em>2005</em> no seria vàlid, però <em>any2005</em> ho seria perfectament.</dd>
  
  <dt id="description">Descripció</dt>
  <dd>La descripció de la categoria, en format XHTML. Aquest camp opcional us permet
  donar una descripció detallada de la categoria.</dd>
</dl>

</body>