[Checkins] SVN: bluebream/website/ split tutorial into two parts

Baiju M baiju.m.mail at gmail.com
Sun Jan 17 04:05:23 EST 2010


Log message for revision 108188:
  split tutorial into two parts
  

Changed:
  U   bluebream/website/docs/v1.0/index.rst
  U   bluebream/website/docs/v1.0/tutorial1.rst
  A   bluebream/website/docs/v1.0/tutorial2.rst
  U   bluebream/website/templates/makesite_sh.in

-=-
Modified: bluebream/website/docs/v1.0/index.rst
===================================================================
--- bluebream/website/docs/v1.0/index.rst	2010-01-17 07:50:59 UTC (rev 108187)
+++ bluebream/website/docs/v1.0/index.rst	2010-01-17 09:05:23 UTC (rev 108188)
@@ -8,7 +8,8 @@
    introduction
    gettingstarted
    concepts
-   tutorial
+   tutorial1
+   tutorial2
    faq
    howto/index
    dev/index

Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-17 07:50:59 UTC (rev 108187)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-17 09:05:23 UTC (rev 108188)
@@ -1,9 +1,9 @@
-.. _tut-tutorial:
+.. _tut1-tutorial:
 
-Tutorial Part 1
-===============
+Tutorial --- Part 1
+===================
 
-.. _tut-introduction:
+.. _tut1-introduction:
 
 Introduction
 ------------
@@ -26,7 +26,7 @@
 
 4. Additional comments can be added to tickets.
 
-.. _tut-new-project:
+.. _tut1-new-project:
 
 Starting new project
 --------------------
@@ -537,7 +537,7 @@
 By default, if you include a package without mentioning the
 configuration file, it will include ``configure.zcml``.
 
-.. _tut-app-object:
+.. _tut1-app-object:
 
 Creating the application object
 -------------------------------
@@ -720,7 +720,7 @@
 Also we are ging to learn a brief overview of Zope Page Template.
 
 
-.. _tut-main-page:
+.. _tut1-main-page:
 
 Creating the main page
 ----------------------
@@ -737,7 +737,7 @@
 Registering view
 ~~~~~~~~~~~~~~~~
 
-.. _tut-conclusion:
+.. _tut1-conclusion:
 
 Conclusion
 ----------

Added: bluebream/website/docs/v1.0/tutorial2.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial2.rst	                        (rev 0)
+++ bluebream/website/docs/v1.0/tutorial2.rst	2010-01-17 09:05:23 UTC (rev 108188)
@@ -0,0 +1,6 @@
+.. _tut2-tutorial:
+
+Tutorial --- Part 2
+===================
+
+This is the second part of tutorial.

Modified: bluebream/website/templates/makesite_sh.in
===================================================================
--- bluebream/website/templates/makesite_sh.in	2010-01-17 07:50:59 UTC (rev 108187)
+++ bluebream/website/templates/makesite_sh.in	2010-01-17 09:05:23 UTC (rev 108188)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Comment the following line when css/template
 # is not required to be updated
-#rm -fr ${buildout:directory}/htdocs/*
+rm -fr ${buildout:directory}/htdocs/*
 cd ${buildout:directory}/main
 make html
 cd ${buildout:directory}/docs/v1.0



More information about the checkins mailing list