[Checkins] SVN: buildout-website/trunk/source/_templates/index.html Simplify main page.

Baiju M baiju.m.mail at gmail.com
Sat Mar 28 22:12:13 EDT 2009


Log message for revision 98441:
  Simplify main page.
  Looking for someone to help me in CSS :)
  

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

-=-
Modified: buildout-website/trunk/source/_templates/index.html
===================================================================
--- buildout-website/trunk/source/_templates/index.html	2009-03-29 01:25:01 UTC (rev 98440)
+++ buildout-website/trunk/source/_templates/index.html	2009-03-29 02:12:11 UTC (rev 98441)
@@ -1,83 +1,119 @@
-{% extends "layout.html" %}
-{% set title = 'Overview' %}
-{% block body %}
-  <h1>Buildout - Software build system reloaded</h1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Buildout - software build system reloaded!</title>
+    <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
+    <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
+  </head>
+  <body>
 
-  <div class="maindescription">
-    <p>
-      Buildout is a Python based build system for creating, assembling
-      and deploying applications from multiple parts.  It is a
-      coarse-grained, configuration-driven, egg-friendly and
-      developer-oriented build system.  It lets you create a buildout
-      configuration and reproduce the same software later.
-    </p>
-  </div>
-  <div>
-  <ul class="mainlinks">
-    <li>
-      <a href="screencasts.html">
-	<span class="linktitle"> Watch </span>
-	<span class="linkdesc">
-	  Screencasts, Presentations etc.
-	</span>
-      </a>
-    </li>
-    <li>
-      <a href="install.html">
-	<span class="linktitle"> Start </span>
-	<span class="linkdesc">
-	  Download, Installation etc.
-	</span>
-      </a>
-    </li>
-    <li>
-      <a href="docs/index.html">
-	<span class="linktitle"> Learn </span>
-	<span class="linkdesc">
-	  Tutorials, Guides etc.
-	</span>
-      </a>
-    </li>
-    <li>
-      <a href="community.html">
-	<span class="linktitle"> Involve </span>
-	<span class="linkdesc">
-	  Mailing list, Code etc.
-	</span>
-      </a>
-    </li>
-  </ul>
-  </div>
+    <div class="document">
 
-  <div style="padding-top: 70px">
-    <hr />
-    <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."
-      --Noha Gift</p>
-    <!--
-	.. 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." --Martin Aspeli</p>
-    <!--
-	.. http://plone.org/documentation/tutorial/buildout/tutorial-all-pages
-      -->
-    <p>"Buildout was a natural choice for a build and deployment management
-      tool."  --Rob Miller</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!"
-      --Steve McMahon</p>
-    <!--
-	.. http://theploneblog.org/blog/archive/2008/06/09/buildout-integration
-      -->
-    <hr />
+        <div class="body">
+
+	  <h1 style="text-align: center">Buildout - software build system reloaded!</h1>
+
+
+	  <div class="maindescription">
+	    <p>
+	      Buildout is a Python based build system for creating,
+	      assembling and deploying applications from multiple
+	      parts.  It is a coarse-grained, configuration-driven,
+	      egg-friendly and developer-oriented build system.  It
+	      lets you create a buildout configuration and reproduce
+	      the same software later.
+	    </p>
+	  </div>
+	  <div>
+	    <ul class="mainlinks">
+	      <li>
+		<a href="screencasts.html">
+		  <span class="linktitle"> Watch </span>
+		  <span class="linkdesc">
+		    Screencasts, Presentations etc.
+		  </span>
+		</a>
+	      </li>
+	      <li>
+		<a href="install.html">
+		  <span class="linktitle"> Start </span>
+		  <span class="linkdesc">
+		    Download, Installation etc.
+		  </span>
+		</a>
+	      </li>
+	      <li>
+		<a href="docs/index.html">
+		  <span class="linktitle"> Learn </span>
+		  <span class="linkdesc">
+		    Tutorials, Guides etc.
+		  </span>
+		</a>
+	      </li>
+	      <li>
+		<a href="community.html">
+		  <span class="linktitle"> Involve </span>
+		  <span class="linkdesc">
+		    Mailing list, Code etc.
+		  </span>
+		</a>
+	      </li>
+	    </ul>
+	  </div>
+
+	  <div style="padding-top: 70px">
+	    <hr />
+	    <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."
+	      --Noha Gift</p>
+	    <!--
+		.. 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." --Martin Aspeli</p>
+	    <!--
+		.. http://plone.org/documentation/tutorial/buildout/tutorial-all-pages
+	      -->
+	    <p>"Buildout was a natural choice for a build and deployment management
+	      tool."  --Rob Miller</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!"
+	      --Steve McMahon</p>
+	    <!--
+		.. http://theploneblog.org/blog/archive/2008/06/09/buildout-integration
+	      -->
+	    <hr />
+	  </div>
+
+        </div>
+
+    </div>
+    <div class="clearer"></div>
+
+
+  {%- block footer %}
+  <div class="footer">
+    {%- if hasdoc('copyright') %}
+    {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+    {%- else %}
+    {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
+    {%- endif %}
+    {%- if last_updated %}
+    {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+    {%- endif %}
+    {%- if show_sphinx %}
+    {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+    {%- endif %}
   </div>
+  {%- endblock %}
 
-{% endblock %}
-"Buildout was a natural choice for a build and deployment management
-tool."  --Rob Miller
+</body>
+</html>
+



More information about the Checkins mailing list