[Checkins] SVN: bluebream/website/docs/v1.0/ - Added contributors page

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 00:26:11 EST 2010


Log message for revision 108239:
  - Added contributors page
  - Mailing list link
  - few minor updates
  

Changed:
  A   bluebream/website/docs/v1.0/contributors.rst
  U   bluebream/website/docs/v1.0/introduction.rst
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Added: bluebream/website/docs/v1.0/contributors.rst
===================================================================
--- bluebream/website/docs/v1.0/contributors.rst	                        (rev 0)
+++ bluebream/website/docs/v1.0/contributors.rst	2010-01-19 05:26:10 UTC (rev 108239)
@@ -0,0 +1,17 @@
+.. _contributors-start:
+
+Contributors
+============
+
+There are many people who contributed to BlueBream through the old
+Zope 3 project from 2001.  In fact, many of the technologies came
+from Zope 2 project which was started in 1998.  Thanks to all
+contributors from 1998 for developing Zope.  It would be difficult to
+list all the names here as we don't have enough details.  So, this is
+a list of new contributors to documentation and bluebream package
+from January, 2010.  This is a list of people who directly committed
+to bluebream documentation and ``bluebream`` package.
+
+- Baiju M (baijum)
+- Kent Tenney (ktenney)
+- Michael Haubenwallner (d2m)

Modified: bluebream/website/docs/v1.0/introduction.rst
===================================================================
--- bluebream/website/docs/v1.0/introduction.rst	2010-01-19 01:21:47 UTC (rev 108238)
+++ bluebream/website/docs/v1.0/introduction.rst	2010-01-19 05:26:10 UTC (rev 108239)
@@ -70,31 +70,34 @@
 Join our community
 ------------------
 
-We aim to provide high quality free online documentation for BlueBream.
-If you would like to contribute, the ReStructuredText source for this
-website is available from the zope.org repository::
+We aim to provide high quality free online documentation for
+BlueBream.  If you would like to contribute, the ReStructuredText
+source for this website is available from the zope.org repository
+(Please replace ``USERNAME`` with your zope.org username.)::
 
- svn co svn+ssh://svn.zope.org/repos/main/bluebream/website 
- 
+ svn co svn+ssh://USERNAME@svn.zope.org/repos/main/bluebream/website 
+
+If you don't have svn commit access, please follow the `Becoming a
+contributor
+<http://docs.zope.org/developer/becoming-a-contributor.html>`_
+document.  For any queries, please contact us in mailing list or IRC
+chat, we can help you to get *reference committer*, which is required
+to fill the contributor agreement form.
+
 Stay in touch with BlueBream:
 
-- Twitter 
-   http://twitter.com/bluebream
+- Mailing List: https://mail.zope.org/mailman/listinfo/bluebream
+
+- Twitter: http://twitter.com/bluebream
    
-- Blog 
-   http://posterous.com/site/profile/bluebream
+- Blog: http://bluebream.posterous.com
    
-- IRC 
-   #bluebream at freenode.net
+- IRC Channel: `#bluebream at freenode.net <http://webchat.freenode.net/?randomnick=1&channels=bluebream>`_
    
-- Google Wave
-   http://wiki.zope.org/bluebream/BlueBreamWave
+- Google Wave: http://wiki.zope.org/bluebream/BlueBreamWave
    
-- PyPi home 
-   http://pypi.python.org/pypi/bluebream
+- PyPI Home : http://pypi.python.org/pypi/bluebream
 
-
-
 .. _intro-history:
 
 Brief History
@@ -208,8 +211,13 @@
 Thanks
 ------
 
-Thanks to all contributors of BlueBream (old Zope 3) for developing
-it.  Thanks to all those who contributed to this documentation.
+There are many people who contributed to BlueBream through the old
+Zope 3 project from 2001.  In fact, many of the technologies came
+from Zope 2 project which was started in 1998.  Thanks to all
+contributors from 1998 for developing Zope.  It would be difficult to
+list all the names here as we don't have enough details.  However a
+:ref:`contributors-start` page has created to list names of
+new contributors from January 2010.
 
 .. raw:: html
 

Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 01:21:47 UTC (rev 108238)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 05:26:10 UTC (rev 108239)
@@ -727,7 +727,11 @@
 button from web form.
 
 The last last thing you need to do is registering this view in ZCML.
-Add these lines to ``configure.zcml``::
+As you have already seen in the previous chapter, ``browser:page``
+directive is used for registering pages.  You can give the name as
+``add_ticket_collector`` and register it for
+``zope.site.interfaces.IRootFolder``.  Add these lines to
+``configure.zcml``::
 
   <browser:page
      for="zope.site.interfaces.IRootFolder"
@@ -736,6 +740,9 @@
      class=".views.AddTicketCollector"
      />
 
+Now you can acces the URL: http://localhost:8080/@@add_ticket_collector .
+It should display a form where you can enter details like
+
 A default view for collector
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 



More information about the checkins mailing list