doc/book/en/annexes/index.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 06 Apr 2010 18:03:52 +0200
branchstable
changeset 5156 0ec436cba1a6
parent 3740 e9ce140c9065
child 5256 3f95d10fef94
permissions -rw-r--r--
[doc/book] add q/a on i18n customisation, misc tweaks

.. -*- coding: utf-8 -*-

.. _Part4:

--------------------
Part IV - Appendixes
--------------------

The following chapters are reference material.

.. toctree::
   :maxdepth: 1
   :numbered:

   faq
   cookbook
   cubicweb-ctl
   rql/index
   mercurial
   depends

(X)HTML tricks to apply
-----------------------

Some web browser (Firefox for example) are not happy with empty `<div>`
(by empty we mean that there is no content in the tag, but there
could be attributes), so we should always use `<div></div>` even if
it is empty and not use `<div/>`.