[Checkins] SVN: bluebream/trunk/ - Bit cleanup

Baiju M baiju.m.mail at gmail.com
Mon Jan 11 07:28:12 EST 2010


Log message for revision 108009:
  - Bit cleanup
  - twitter updates
  

Changed:
  U   bluebream/trunk/README.txt
  U   bluebream/trunk/docs/source/gettingstarted.rst
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/README.txt
===================================================================
--- bluebream/trunk/README.txt	2010-01-11 10:33:22 UTC (rev 108008)
+++ bluebream/trunk/README.txt	2010-01-11 12:28:11 UTC (rev 108009)
@@ -17,6 +17,18 @@
 
 .. raw:: html
 
+  <script src="http://widgets.twimg.com/j/2/widget.js"></script>
+  <script> new TWTR.Widget({ version: 2, type: 'search', search:
+  'bluebream', interval: 6000, title: 'The Zope Web Framework',
+  subject: 'BlueBream', width: 480, height: 300, theme: { shell: {
+  background: '#8ec1da', color: '#ffffff' }, tweets: { background:
+  '#ffffff', color: '#444444', links: '#1985b5' } }, features: {
+  scrollbar: false, loop: true, live: true, hashtags: true,
+  timestamp: true, avatars: true, behavior: 'default' }
+  }).render().start(); </script> <br/>
+
+.. raw:: html
+
   <object width="480" height="295"><param name="movie"
   value="http://www.youtube.com/v/HyG5Qee5wbs&hl=en_US&fs=1&">
   </param> <param name="allowFullScreen" value="true"></param><param

Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-11 10:33:22 UTC (rev 108008)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-11 12:28:11 UTC (rev 108009)
@@ -484,9 +484,11 @@
 Conclusion
 ----------
 
-This chapter exaplained about getting started with application
-development using BlueBream.  Also introduced few simple ``Hello
-World`` example applications.
+This chapter walked through the process of getting started with web
+application development with BlueBream.  Also introduced few simple
+``Hello World`` example applications.  The `tutorial
+<tutorial.html>`_ chapter will go through a bigger application to
+introduce more concepts.
 
 .. raw:: html
 

Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-11 10:33:22 UTC (rev 108008)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-11 12:28:11 UTC (rev 108009)
@@ -8,7 +8,8 @@
 In the `Getting Started <gettingstarted.html>`_ chapater you learned
 how to install BlueBream and create a new project using the
 ``bluebream`` project template.  In this chapter, we will explore
-creating a simple ticket collector application.
+creating a simple ticket collector application.  This will help you
+to familiarize more concepts in BlueBream.
 
 Befire proceeding, we will see the user stories:
 



More information about the checkins mailing list