doc/book/en/annexes/index.rst
branchtls-sprint
changeset 1714 a721966779be
parent 1444 ad182c8e14f7
child 2172 cf8f9180e63e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/annexes/index.rst	Thu May 07 16:33:22 2009 +0200
@@ -0,0 +1,26 @@
+.. -*- coding: utf-8 -*-
+
+.. _Part4:
+
+--------------------
+Part IV - Appendixes
+--------------------
+
+The following chapters are reference material.
+ 
+.. toctree::
+   :maxdepth: 1
+
+   faq
+   cookbook
+   cubicweb-ctl
+   rql/index
+   mercurial
+
+(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/>`.