[Checkins] SVN: bluebream/website/docs/v1.0/ screenshots and video

Baiju M baiju.m.mail at gmail.com
Thu Mar 4 22:41:58 EST 2010


Log message for revision 109666:
  screenshots and video
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst
  A   bluebream/website/docs/v1.0/images/
  A   bluebream/website/docs/v1.0/images/gettingstarted1.png
  A   bluebream/website/docs/v1.0/images/gettingstarted2.png
  A   bluebream/website/docs/v1.0/images/gettingstarted3.png
  A   bluebream/website/docs/v1.0/images/gettingstarted4.png

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-03-05 02:26:06 UTC (rev 109665)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-03-05 03:41:57 UTC (rev 109666)
@@ -138,6 +138,10 @@
 The project name will be used as the name of egg.  You can also
 change the values provided later.
 
+Here is a screenshot of sample project creation:
+
+.. image:: images/gettingstarted1.png
+
 The project name can be give given as a command line argument::
 
   $ paster create -t bluebream sampleproject
@@ -195,12 +199,21 @@
   $ python2.6 bootstrap.py
 
 The bootstrap script will install ``zc.buildout`` and ``setuptools``
-package.  Also, it will create the basic directory structure.  Next
-step is building the application.  To build the application, run the
-buildout::
+package.  Also, it will create the basic directory structure.
 
+Here is a screenshot of bootstrapping the buildout:
+
+.. image:: images/gettingstarted2.png
+
+Next step is building the application.  To build the application, run
+the buildout::
+
   $ ./bin/buildout
 
+Here is a screenshot of building the application:
+
+.. image:: images/gettingstarted3.png
+
 The buildout script will download all dependencies and setup the
 environment to run your application.  The next section will show the
 basic usage.
@@ -218,10 +231,15 @@
 
   $ ./bin/paster serve debug.ini
 
-Once you run the server, you can access it here:
+After running the server, you can access the site from browser here:
 http://localhost:8080/ .  The port number (``8080``) can be changed
 from the PasteDeploy configuration file (``debug.ini``).
 
+When you open the browser, it will look like as given in this
+screenshot:
+
+.. image:: images/gettingstarted4.png
+
 The second most common thing must be running the test cases.
 BlueBream by create a testrunner using the ``zc.recipe.testrunner``
 Buildout recipe.  You can see a ``test`` command inside the ``bin``
@@ -375,6 +393,12 @@
 Example 1: Hello World without page template
 --------------------------------------------
 
+You can watch the video creating hello world application here:
+
+.. raw:: html
+
+  <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/Onuq2PnFnZ8&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Onuq2PnFnZ8&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
+
 To create a web page which displays ``Hello World!``, you need to
 create a view class and register it using ``browser:page`` ZCML
 directive.  In BlueBream, this is called as *Browser Page*.

Added: bluebream/website/docs/v1.0/images/gettingstarted1.png
===================================================================
(Binary files differ)


Property changes on: bluebream/website/docs/v1.0/images/gettingstarted1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: bluebream/website/docs/v1.0/images/gettingstarted2.png
===================================================================
(Binary files differ)


Property changes on: bluebream/website/docs/v1.0/images/gettingstarted2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: bluebream/website/docs/v1.0/images/gettingstarted3.png
===================================================================
(Binary files differ)


Property changes on: bluebream/website/docs/v1.0/images/gettingstarted3.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: bluebream/website/docs/v1.0/images/gettingstarted4.png
===================================================================
(Binary files differ)


Property changes on: bluebream/website/docs/v1.0/images/gettingstarted4.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the checkins mailing list