category.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>Categorie</title>
  25. </head>
  26. <body>
  27. <h1>Le categorie</h1>
  28. <p>Per modificare o cambiare le categorie presenti nel blog devi cliccare sulla linguetta
  29. <em>Categorie</em>, poi clicca su <em>Nuova categoria</em> per aggiungere una nuoca categoria o clicca
  30. sulle categorie già esistenti per modificarle.</p>
  31. <h2>Campi</h2>
  32. <dl>
  33. <dt id="title">Titolo</dt>
  34. <dd>Nome della categoria. Il campo è obbligatorio. Normalmente il titolo di ogni categoria
  35. appare sia nel menù del blog, sia in ogni post.
  36. </dd>
  37. <dt id="title_url">URLed</dt>
  38. <dd>L'URLed è una forma "standardizzata" del titolo sotto forma di indirizzo (URL). Accenti e caratteri particolari saranno rimossi.
  39. DotClear è in grado di generare automaticamente un titolo URLed, tuttavia puoi specificare
  40. un titolo URLed di tuo piacimento.
  41. Nota: se il titolo della categoria non è stato scritto in caratteri latini devi obbligatoriamente
  42. impostare un titolo URLed. Un titolo URLed non può essere composto soltanto da numeri ma anche da
  43. lettere. Quindi, per esempio, <em>2005</em> non può essere valido, mentre <em>anno2005</em> è corretto.
  44. </dd>
  45. <dt id="description">Descrizione</dt>
  46. <dd>Campo ozpionale che ti permette di inserire un commento o una descrizione più o meno dettagliata (in formato XHTML)
  47. della categoria.</dd>
  48. </dl>
  49. </body>