[Checkins] SVN: bluebream/website/docs/v1.0/ few more reference labels

Baiju M baiju.m.mail at gmail.com
Mon Jul 26 23:45:03 EDT 2010


Log message for revision 115112:
  few more reference labels
  

Changed:
  U   bluebream/website/docs/v1.0/event.rst
  U   bluebream/website/docs/v1.0/manual/browserpage.rst
  U   bluebream/website/docs/v1.0/manual/browserresource.rst
  U   bluebream/website/docs/v1.0/manual/interface.rst
  U   bluebream/website/docs/v1.0/manual/zpt.rst

-=-
Modified: bluebream/website/docs/v1.0/event.rst
===================================================================
--- bluebream/website/docs/v1.0/event.rst	2010-07-27 03:07:42 UTC (rev 115111)
+++ bluebream/website/docs/v1.0/event.rst	2010-07-27 03:45:02 UTC (rev 115112)
@@ -1,3 +1,5 @@
+.. _std-events:
+
 Standard Events
 ===============
 

Modified: bluebream/website/docs/v1.0/manual/browserpage.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/browserpage.rst	2010-07-27 03:07:42 UTC (rev 115111)
+++ bluebream/website/docs/v1.0/manual/browserpage.rst	2010-07-27 03:45:02 UTC (rev 115112)
@@ -3,6 +3,8 @@
 Browser Page
 ============
 
+.. _man-browser-intro:
+
 Introduction
 ------------
 
@@ -33,6 +35,8 @@
 URL.  The above page can be accessed like this:
 ``http://localhost:8080/@helloworld.html``
 
+.. _man-browser-view:
+
 View components
 ---------------
 
@@ -66,6 +70,7 @@
 by the template, they should return simple iterable objects
 (e.g. lists, tuples, generators) or mappings (e.g. dicts).
 
+.. _man-browser-conclusion:
 
 Conclusion
 ----------

Modified: bluebream/website/docs/v1.0/manual/browserresource.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/browserresource.rst	2010-07-27 03:07:42 UTC (rev 115111)
+++ bluebream/website/docs/v1.0/manual/browserresource.rst	2010-07-27 03:45:02 UTC (rev 115112)
@@ -3,6 +3,8 @@
 Browser Resource
 ================
 
+.. _man-browser-resource-file:
+
 File Resource
 -------------
 
@@ -47,6 +49,8 @@
 ``@@/`` in the URL tells the traversal mechanism that the following
 object is a resource.
 
+.. _man-browser-resource-image:
+
 Image Resource
 --------------
 
@@ -74,6 +78,7 @@
   administrator/manager to be able to view it.  The default of the
   attribute is ``zope.Public`` so that everyone can see the resource.
 
+.. _man-browser-resource-directory:
 
 Directory Resource
 ------------------

Modified: bluebream/website/docs/v1.0/manual/interface.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/interface.rst	2010-07-27 03:07:42 UTC (rev 115111)
+++ bluebream/website/docs/v1.0/manual/interface.rst	2010-07-27 03:45:02 UTC (rev 115112)
@@ -3,6 +3,8 @@
 Interface
 =========
 
+.. _man-interface-intro:
+
 Introduction
 ------------
 

Modified: bluebream/website/docs/v1.0/manual/zpt.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/zpt.rst	2010-07-27 03:07:42 UTC (rev 115111)
+++ bluebream/website/docs/v1.0/manual/zpt.rst	2010-07-27 03:45:02 UTC (rev 115112)
@@ -1,6 +1,10 @@
+.. _man-zpt:
+
 Zope Page Templates
 ===================
 
+.. _man-zpt-intro:
+
 Introduction
 ------------
 
@@ -33,6 +37,7 @@
 A Page Template is like a model of the pages that it will generate.
 In particular, it is parseable by most HTML tools.
 
+.. _man-zpt-how-work:
 
 How Page Templates Work
 -----------------------
@@ -99,6 +104,8 @@
 row.  It would not be used to create the invoice record in a database
 or to interact with a credit card processing facility.
 
+.. _man-zpt-expressions:
+
 *TALES* Expressions
 -------------------
 
@@ -171,6 +178,8 @@
 
   "python: view.gettValues('test')"
 
+.. _man-zpt-attributes:
+
 *TAL* Attributes
 ----------------
 
@@ -396,6 +405,8 @@
 cell with a ``tal:replace`` statement on a ``span`` tag.  This change
 allows you to have both an image and text in the table cell.
 
+.. _man-zpt-xml:
+
 XML Page Templates
 ------------------
 
@@ -487,6 +498,8 @@
 *unicorn* property, but the root on which you called the template
 hasn't such a property.
 
+.. _man-zpt-macros:
+
 Macros
 ------
 
@@ -505,6 +518,8 @@
 header or footer.  After you define one or more macros in one *Page
 Template*, you can use them in other *Page Templates*.
 
+.. _man-zpt-using-xmacros:
+
 Using Macros
 ------------
 
@@ -550,6 +565,8 @@
 ``metal:use-macro`` statement.  The ``metal:use-macro`` statement
 replaces the statement element with the named macro.
 
+.. _man-zpt-macro-details:
+
 Macro Details
 -------------
 
@@ -613,6 +630,8 @@
 Template* *Edit* view, then any macros that you use will be expanded
 in your template's source.
 
+.. _man-zpt-slots:
+
 Using Slots
 -----------
 
@@ -673,6 +692,8 @@
 Notice how the ``span`` element that defines the slot is replaced
 with the ``b`` element that fills the slot.
 
+.. _man-zpt-customizing-presentation:
+
 Customizing Default Presentation
 --------------------------------
 
@@ -724,6 +745,8 @@
 ``additional_links`` slot to insert some extra links after the
 default links.  You can nest slots as deeply as you wish.
 
+.. _man-zpt-metal-and-tal:
+
 Combining METAL and TAL
 -----------------------
 
@@ -757,6 +780,8 @@
 probably provide a more flexible solution, especially if your site
 includes link content objects.
 
+.. _man-zpt-page-macros:
+
 Whole Page Macros
 -----------------
 



More information about the checkins mailing list