[Checkins] SVN: buildout-website/trunk/source/ Separate quotes page

Baiju M baiju.m.mail at gmail.com
Tue Mar 31 14:14:18 EDT 2009


Log message for revision 98706:
  Separate quotes page
  

Changed:
  U   buildout-website/trunk/source/_templates/index.html
  U   buildout-website/trunk/source/index.rst
  A   buildout-website/trunk/source/quotes.rst

-=-
Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-31 18:14:12 UTC (rev 98705)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-31 18:14:18 UTC (rev 98706)
@@ -77,26 +77,20 @@
 	    <p>"While not directly aiming to solve world peace, it perhaps will play
 	      a role in the future, as people will be less angry about application
 	      deployment and will have more time for making love and music."
-	      <span style="font-style: italic">--Noah Gift</span></p>
+	      <span style="font-style: italic">--Noah Gift, co-author
+	      of 'Python For Unix and Linux' by O'Reilly.</span></p>
 	    <!--
-		.. http://www.oreillynet.com/onlamp/blog/2008/03/python_buildout_screencast_ava.html
+		http://www.oreillynet.com/onlamp/blog/2008/03/python_buildout_screencast_ava.html
 	      -->
-	    <p>"Even if you are not planning on writing any custom code, the
-	      buildout approach is an easy way to install Plone in a robust,
-	      well-tested manner." <span style="font-style: italic">--Martin Aspeli</span></p>
+	    <p>"Even if you are not planning on writing any custom
+	      code, the buildout approach is an easy way to install
+	      Plone in a robust, well-tested
+	      manner." <span style="font-style: italic">--Martin
+	      Aspeli, Plone core developer.</span></p>
 	    <!--
-		.. http://plone.org/documentation/tutorial/buildout/tutorial-all-pages
+		http://plone.org/documentation/tutorial/buildout/tutorial-all-pages
 	      -->
-	    <p>"Buildout was a natural choice for a build and deployment management
-	      tool."  <span style="font-style: italic">--Rob Miller</span></p>
-	    <!--
-		.. http://theploneblog.org/blog/archive/2008/07/29/templatize-your-buildout.cfg
-	      -->
-	    <p>"Buildout is no longer just for developers. Get your products ready!"
-	      <span style="font-style: italic">--Steve McMahon</span></p>
-	    <!--
-		.. http://theploneblog.org/blog/archive/2008/06/09/buildout-integration
-	      -->
+	    <a href="quotes.html">See more quotes</a>
 	    <hr />
 	  </div>
 

Modified: buildout-website/trunk/source/index.rst
===================================================================
--- buildout-website/trunk/source/index.rst	2009-03-31 18:14:12 UTC (rev 98705)
+++ buildout-website/trunk/source/index.rst	2009-03-31 18:14:18 UTC (rev 98706)
@@ -4,6 +4,7 @@
 .. toctree::
 
    screencasts
+   quotes
    install
    docs/dirstruct
    docs/index

Added: buildout-website/trunk/source/quotes.rst
===================================================================
--- buildout-website/trunk/source/quotes.rst	                        (rev 0)
+++ buildout-website/trunk/source/quotes.rst	2009-03-31 18:14:18 UTC (rev 98706)
@@ -0,0 +1,30 @@
+What people says about Buildout ?
+=================================
+
+- "While not directly aiming to solve world peace, it perhaps will
+  play a role in the future, as people will be less angry about
+  application deployment and will have more time for making love and
+  music." --Noah Gift
+
+.. http://www.oreillynet.com/onlamp/blog/2008/03/python_buildout_screencast_ava.html
+
+- "Even if you are not planning on writing any custom code, the
+  buildout approach is an easy way to install Plone in a robust,
+  well-tested manner." --Martin Aspeli
+
+.. http://plone.org/documentation/tutorial/buildout/tutorial-all-pages
+
+- "Buildout was a natural choice for a build and deployment
+  management tool." --Rob Miller
+
+.. http://theploneblog.org/blog/archive/2008/07/29/templatize-your-buildout.cfg
+
+- "Buildout is no longer just for developers. Get your products
+  ready!"  --Steve McMahon
+
+.. http://theploneblog.org/blog/archive/2008/06/09/buildout-integration
+
+- "I really think Buildout is the only sane way to develop anything
+  serious using python these days" --Ignas Mikalajunas
+
+.. http://zope3.pov.lt/irclogs/%23zope3-dev.2009-03-31.log.html



More information about the Checkins mailing list