[Checkins] SVN: buildout-website/trunk/ Reverted r98780, the look and feel is not improved.

Baiju M baiju.m.mail at gmail.com
Wed Apr 1 22:22:09 EDT 2009


Log message for revision 98786:
  Reverted r98780, the look and feel is not improved.
  

Changed:
  D   buildout-website/trunk/artwork/
  U   buildout-website/trunk/source/_static/default.css
  D   buildout-website/trunk/source/_static/hammer-B.ico
  D   buildout-website/trunk/source/_static/hammer-foot.ico
  D   buildout-website/trunk/source/_static/pencil-cross-hammer.ico
  D   buildout-website/trunk/source/buildout_theme/
  U   buildout-website/trunk/source/conf.py
  U   buildout-website/trunk/source/docs/dirstruct.rst
  D   buildout-website/trunk/source/docs/usecase_singlemod.rst
  U   buildout-website/trunk/source/index.rst

-=-
Modified: buildout-website/trunk/source/_static/default.css
===================================================================
--- buildout-website/trunk/source/_static/default.css	2009-04-02 01:08:12 UTC (rev 98785)
+++ buildout-website/trunk/source/_static/default.css	2009-04-02 02:22:07 UTC (rev 98786)
@@ -1,6 +1,6 @@
 /**
- * Sphinx stylesheet -- buildout theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * Sphinx stylesheet -- default theme
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
 
 @import url("basic.css");
@@ -8,9 +8,9 @@
 /* -- page layout ----------------------------------------------------------- */
 
 body {
-    font-family: {{ theme_bodyfont }};
+    font-family: sans-serif;
     font-size: 100%;
-    background-color: {{ theme_footerbgcolor }};
+    background-color: #11303d;
     color: #000;
     margin: 0;
     padding: 0;
@@ -38,8 +38,8 @@
     text-decoration: underline;
 }
 
-div.related { /* horizontal bar across the top */
-    background-color: #272D7B /* was #133f52 */;
+div.related {
+    background-color: #133f52;
     line-height: 30px;
     color: #ffffff;
 }
@@ -52,85 +52,65 @@
 }
 
 div.sphinxsidebar h3 {
-    font-family:		'Trebuchet MS', sans-serif;
-    font-size:			1.2em;
-    font-weight:		normal;
-
-    color:			#ffffff;
-    margin:			0;
-
-    background-color:		#272D7B; /* blueprint blue */
-    padding:			4px 4px 4px 4px;
-
-    -moz-border-radius:		5px;
-    -webkit-border-radius:	5px;
-    border:			2px solid #878DDB;
+    font-family: 'Trebuchet MS', sans-serif;
+    color: #ffffff;
+    font-size: 1.4em;
+    font-weight: normal;
+    margin: 0;
+    padding: 0;
 }
 
 div.sphinxsidebar h3 a {
-  color:			#ffffff;
+    color: #ffffff;
 }
 
 div.sphinxsidebar h4 {
-  font-family:			'Trebuchet MS', sans-serif;
-  color:			#ffffff;
-  background-color:		#272D7B; /* blueprint blue */
-  font-size:			1.3em;
-  font-weight:			normal;
-  margin:			5px 0 0 0;
-  padding:			4px 4px 4px 4px;
-  -moz-border-radius:		5px;
-  -webkit-border-radius:	5px;
-  border:			2px solid #878DDB;
+    font-family: 'Trebuchet MS', sans-serif;
+    color: #ffffff;
+    font-size: 1.3em;
+    font-weight: normal;
+    margin: 5px 0 0 0;
+    padding: 0;
 }
 
 div.sphinxsidebar p {
-  color:			#ffffff;
+    color: #ffffff;
 }
 
 div.sphinxsidebar p.topless {
-  margin:			5px 10px 10px 10px;
+    margin: 5px 10px 10px 10px;
 }
 
 div.sphinxsidebar ul {
-  margin:			10px;
-  padding:			0;
-  color:			#ffffff;
+    margin: 10px;
+    padding: 0;
+    color: #ffffff;
 }
 
 div.sphinxsidebar a {
-  color:			#B8EBFC /*#98dbcc*/;
-  background-color:		#272D7B; /* blueprint blue */
-  padding:			4px 4px 4px 4px;
-  font-size:			1.2em;
-  font-weight:			bold;
+    color: #98dbcc;
 }
 
-div.sphinxsidebar a:hover {
-  color:			white;
-  text-decoration:		none;
-}
-
 div.sphinxsidebar input {
-  border:			1px solid #98dbcc;
-  font-family:			sans-serif;
-  font-size:			1em;
+    border: 1px solid #98dbcc;
+    font-family: sans-serif;
+    font-size: 1em;
 }
 
 /* -- body styles ----------------------------------------------------------- */
 
 a {
-  color:			#355f7c;
-  text-decoration:		none;
+    color: #355f7c;
+    text-decoration: none;
 }
 
 a:hover {
-  text-decoration:		underline;
+    text-decoration: underline;
 }
 
 div.body p, div.body dd, div.body li {
-  text-align:			justify;
-  line-height:			130%;
+    text-align: justify;
+    line-height: 130%;
 }
 
 div.body h1,
@@ -156,75 +136,75 @@
 div.body h6 { font-size: 100%; }
 
 a.headerlink {
-  color:		#c60f0f;
-  font-size:		0.8em;
-  padding:		0 4px 0 4px;
-  text-decoration:	none;
+    color: #c60f0f;
+    font-size: 0.8em;
+    padding: 0 4px 0 4px;
+    text-decoration: none;
 }
 
 a.headerlink:hover {
-  background-color:	#c60f0f;
-  color:		white;
+    background-color: #c60f0f;
+    color: white;
 }
 
 div.body p, div.body dd, div.body li {
-  text-align:		justify;
-  line-height:		130%;
+    text-align: justify;
+    line-height: 130%;
 }
 
 div.admonition p.admonition-title + p {
-  display:		inline;
+    display: inline;
 }
 
 div.note {
-  background-color:	#eee;
-  border:		1px solid #ccc;
+    background-color: #eee;
+    border: 1px solid #ccc;
 }
 
 div.seealso {
-  background-color:	#ffc;
-  border:		1px solid #ff6;
+    background-color: #ffc;
+    border: 1px solid #ff6;
 }
 
 div.topic {
-  background-color:	#eee;
+    background-color: #eee;
 }
 
 div.warning {
-  background-color:	#ffe4e4;
-  border:		1px solid #f66;
+    background-color: #ffe4e4;
+    border: 1px solid #f66;
 }
 
 p.admonition-title {
-  display:		inline;
+    display: inline;
 }
 
 p.admonition-title:after {
-  content:		":";
+    content: ":";
 }
 
 pre {
-  padding:		5px;
-  background-color:	#eeffcc;
-  color:		#333333;
-  line-height:		120%;
-  border:		1px solid #ac9;
-  border-left:		none;
-  border-right:		none;
+    padding: 5px;
+    background-color: #eeffcc;
+    color: #333333;
+    line-height: 120%;
+    border: 1px solid #ac9;
+    border-left: none;
+    border-right: none;
 }
 
 tt {
-  background-color:	#ecf0f3;
-  padding:		0 1px 0 1px;
-  font-size:		0.95em;
+    background-color: #ecf0f3;
+    padding: 0 1px 0 1px;
+    font-size: 0.95em;
 }
 
 div.mainbody {
-  background-color: #ffffff;
-  color: #000000;
-  padding: 0 20px 30px 20px;
-  background-image: url(grad1.jpg);
-  background-repeat: repeat-x;
+    background-color: #ffffff;
+    color: #000000;
+    padding: 0 20px 30px 20px;
+    background-image: url(grad1.jpg);
+    background-repeat: repeat-x;
 }
 
 div.maintitle { 
@@ -244,22 +224,22 @@
   color: gray;
 }
 
-ul.mainlinks {
+ul.mainlinks { 
   margin: 0;
   list-style-type: none;
 }
 
-ul.mainlinks li {
+ul.mainlinks li { 
   display: inline;
 }
 
-ul.mainlinks li a {
+ul.mainlinks li a { 
   float: left;
   padding: 15px;
   text-decoration: none;
 }
 
-ul.mainlinks li a span {
+ul.mainlinks li a span { 
     display: block;
     text-align: center;
 }
@@ -282,14 +262,12 @@
   text-align: center;
 }
 
-/*
 .clearall {
   float:		right;
   clear:		left;
   width:		40%;
   border:		4px solid red !important;
 }
-*/
 
 .creatorandusers { 
   margin: 40px auto 0;
@@ -317,17 +295,8 @@
 
 .sectionlogos a {
   padding: 10px;
-}
+ }
 
-div.documentwrapper {
-    background-image: url(img/blueprint.jpg) !important;
-}
-
-div#searchbox .searchtip {
-    background-color: #272D7B; /* blueprint blue */
-    padding: 4px 4px 4px 4px;
-}
-
 /* AVAILABLE-COLORS
  * The set of colors understood by docutils.
  */

Deleted: buildout-website/trunk/source/_static/hammer-B.ico
===================================================================
(Binary files differ)

Deleted: buildout-website/trunk/source/_static/hammer-foot.ico
===================================================================
(Binary files differ)

Deleted: buildout-website/trunk/source/_static/pencil-cross-hammer.ico
===================================================================
(Binary files differ)

Modified: buildout-website/trunk/source/conf.py
===================================================================
--- buildout-website/trunk/source/conf.py	2009-04-02 01:08:12 UTC (rev 98785)
+++ buildout-website/trunk/source/conf.py	2009-04-02 02:22:07 UTC (rev 98786)
@@ -73,13 +73,10 @@
 
 #JEFF html_translator_class = 'embeddedvideo.MyHTMLTranslator'
 
-html_theme = 'buildout_theme'
-html_theme_path = ['.']
-
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-# html_style = 'default.css'
+html_style = 'default.css'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -94,36 +91,28 @@
 # typographically correct entities.
 #html_use_smartypants = True
 
+# Content template for the index page.
+#html_index = ''
+
 # Custom sidebar templates, maps document names to template names.
 #html_sidebars = {}
 
 # Additional templates that should be rendered to pages, maps page names to
 # template names.
 html_additional_pages = {
-    'index': 'index.html',  # we like a customized frontpage
+    'index': 'index.html'  # we like a customized frontpage
     }
 
 # If false, no module index is generated.
-html_use_modindex = False
+#html_use_modindex = True
 
 # If true, the reST sources are included in the HTML build as _sources/<name>.
-html_copy_source = True
+#html_copy_source = True
 
 # Output file base name for HTML help builder.
-#htmlhelp_basename = 'Buildoutdoc'
+htmlhelp_basename = 'Buildoutdoc'
 
-# Add "permalinks" for each heading and description.
-html_add_permalinks = True
 
-# An .ico format of file that is 16x16 or 32x32 pixels in size.
-html_favicon = '_static/hammer-foot.ico'
-#html_favicon = '_static/hammer-B.ico'
-#html_favicon = '_static/pencil-cross-hammer.ico'
-
-html_logo = 'buildout_theme/static/buildout-logo.png'
-
-
-
 # Options for LaTeX output
 # ------------------------
 

Modified: buildout-website/trunk/source/docs/dirstruct.rst
===================================================================
--- buildout-website/trunk/source/docs/dirstruct.rst	2009-04-02 01:08:12 UTC (rev 98785)
+++ buildout-website/trunk/source/docs/dirstruct.rst	2009-04-02 02:22:07 UTC (rev 98786)
@@ -138,4 +138,3 @@
 
 ----
 
-Hello.

Deleted: buildout-website/trunk/source/docs/usecase_singlemod.rst
===================================================================
--- buildout-website/trunk/source/docs/usecase_singlemod.rst	2009-04-02 01:08:12 UTC (rev 98785)
+++ buildout-website/trunk/source/docs/usecase_singlemod.rst	2009-04-02 02:22:07 UTC (rev 98786)
@@ -1,72 +0,0 @@
-Use Case - A Single Module
-==========================
-
-This is a simple use of *zc.buildout* to manage a project that is distributed
-as a single module.  Here are the commands one might use to obtain a copy of
-the source from the Cheeseshop for examination::
-
-   $ easy_install --editable --build-directory . xanalogica.tumbler
-   $ cd xanalogica.tumbler
-
-If we were going to develop with the project we might instead check out a copy
-from version control::
-
-   $ svn co http://svn.taupro.com/xanalogica.tumbler/trunk/ xanalogica.tumbler
-
-After obtaining a copy in either manner, the following commands would
-bootstrap the buildout environment and build it up-to-date, satisfying any
-additional dependencies given in the module's :file:`setup.py`.
-
-::
-
-   $ python bootstrap.py
-   $ bin/buildout
-
-.. sidebar:: Single-Module buildout.cfg
-
-   .. parsed-literal::
-
-        [buildout]
-        develop = .
-        parts =
-          xprompt
-          test
-
-        [xprompt]
-        recipe = zc.recipe.egg:scripts
-        eggs = xanalogica.tumbler
-        interpreter = xprompt
-
-        [test]
-        recipe = zc.recipe.testrunner
-        eggs = xanalogica.tumbler
-
-Examining the buildout specification, we see that it consists of two parts,
-one named "test" and one named "xprompt".  The list of parts, in the order
-they are built, is given in the "parts = " line.  The "[buildout]" section is
-the top-most section and the only one that is required.  Entries that control
-the global operation of *zc.buildout* go here.
-
-Every part uses a recipe to oversee its installation/uninstallation and the
-name of a part is arbitrary.  In some cases a recipe will create files using
-or prefixed with the part name.  All other "name = value" lines underneath a
-part section are simple arguments that are passed to the recipe at build time.
-
-For the "xprompt" part, we simply specify that it requires a single egg, named
-"xanalogica.tumbler".  We also say using the "interpreter =" line that we want
-a Python interpreter named "xprompt" that maps only that egg onto *sys.path*.
-In this manner we can exercise the logic of the egg interactively.
-
-For the "test" part, the xanalogica.tumbler egg has provided unit tests and we
-want access to a script that will invoke them.  The "zc.recipe.testrunner"
-recipe provides this and generates such a script under the bin/ directory
-named after the name or in the case "test".  To run the unit tests::
-
-  $ bin/test
-
-Both parts reference the xanalogica.tumbler egg and ordinarily *zc.buildout*
-would fetch an egg from the Cheeseshop by that name.  However, the "develop ="
-line tells *zc.buildout* to add the egg defined by the :file:`setup.py` in the
-current directory to the list of candidates.  Since *zc.buildout* prefers eggs
-under development over finished eggs in the Cheeseshop, this means it will use
-our local module to satisfy the search for "xanalogica.tumbler".

Modified: buildout-website/trunk/source/index.rst
===================================================================
--- buildout-website/trunk/source/index.rst	2009-04-02 01:08:12 UTC (rev 98785)
+++ buildout-website/trunk/source/index.rst	2009-04-02 02:22:07 UTC (rev 98786)
@@ -7,7 +7,7 @@
    quotes
    install
    docs/dirstruct
-   docs/usecase_singlemod
+   docs/usecase1_singlemod
    docs/usecase2_wrapmods
    docs/usecase3_wrapckout
    docs/index



More information about the Checkins mailing list