[Repoze-dev] Repoze CVS: homepage.html

Paul Everitt paul at agendaless.com
Wed Sep 26 21:43:27 UTC 2007


Update of /home/repoze/cvs/playground/paul/repozeorg/sitelayout
In directory laguna.palladion.com:/tmp/cvs-serv10865

Modified Files:
	homepage.html 
Log Message:
Some text and style changes.  Next up: make a deliverance theme and apply against some test pages.

Index: homepage.html
===================================================================
RCS file: /home/repoze/cvs/playground/paul/repozeorg/sitelayout/homepage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- homepage.html	26 Sep 2007 20:06:37 -0000	1.1
+++ homepage.html	26 Sep 2007 21:43:25 -0000	1.2
@@ -5,22 +5,8 @@
     <head>
         <title>Repoze - Welcome to Repoze</title>
         <link rel="stylesheet" type="text/css" href="css/main.css" />
-        <link rel="stylesheet" type="text/css" href="css/green.css" title="green" />
-
-        <link rel="alternate stylesheet" type="text/css" href="css/blue.css" title="blue" />
-        <link rel="alternate stylesheet" type="text/css" href="css/yellow.css"
-            title="yellow" />
-        <link rel="alternate stylesheet" type="text/css" href="css/pink.css" title="pink" />
-        <link rel="alternate stylesheet" type="text/css" href="css/purple.css"
-            title="purple" />
-        <link rel="alternate stylesheet" type="text/css" href="css/gray.css" title="gray" />
-        <!--[if gte IE 5]>
-            <link rel="stylesheet" type="text/css" href="/css/ie.css">
-            <![endif]-->
-
     </head>
     <body>
-
         <div id="title">
             <h1>The Repoze Project</h1>
         </div>
@@ -29,85 +15,92 @@
             <span />
         </div>
 
-        <div id="content" style="margin-top: 200px;">
-            <div style="float:left; margin-left: -70px; padding-right: 20px;">
-                <img src="images/supermario.jpg" height="200" alt="Splash Image" />
+        <div id="content">
+            <div id="splashpage">
+                <img id="splashimage" src="images/supermario.jpg" height="300" alt="Splash Image" />
+                <h2>Packaging and Deploying WSGI</h2>
+                <div>
+                    <p>WSGI brings standards and pluggability to Python web applications. But WSGI
+                        for real - big sites, multiple applications and frameworks, version
+                        dependencies, middleware - is still raw.</p>
+                    <p>Repoze brings packaging, repeatability, and hard-earned wisdom to WSGI. We'll
+                        do the work to make it all work, including getting Zope (*) into the WSGI
+                        world.</p>
+                    <p>
+                        <code>Ingredients: Python, WSGI, eggs, Paste, Zope 2, Zope 3, Grok, Bobo,
+                            middleware, Plone, Pylons, transactions.</code>
+                    </p>
+                    <p>
+                        <em>(*) Zope means Zope 2. And Zope 3. And Grok. And..uhhh...Bobo. And of
+                            course Plone.</em>
+                    </p>
+                </div>
             </div>
-            <h2 style="font-size: 28px; margin-bottom: 30px">Running Zope in a WSGI World</h2>
-            <p style="font-size: larger">Want the maturity of current Zope with the flexibility of
-                the WSGI future? Repoze brings Zope(*) into the world of WSGI, eggs, Paste, and
-                reusable Python middleware.</p>
-            <p>
-                <code>Ingredients: Python, WSGI, eggs, Paste, Zope 2, Zope 3, Grok, Bobo,
-                    middleware, Plone, Pylons, transactions.</code>
-            </p>
-            <p>
-                <em>(*) Zope means Zope 2. And Zope 3. And Grok. And..uhhh...Bobo. And of course
-                    Plone.</em>
-            </p>
 
-            <div class="bubble" style="margin-left: -120px">
-                <h2>Developers</h2>
-                <ul>
-                    <li>
-                        <a href="">Start Here</a>
-                    </li>
-                    <li>
-                        <a href="">Installation</a>
-                    </li>
-                    <li>
-                        <a href="">Source</a>
-                    </li>
-                    <li>
-                        <a href="">Issues</a>
-                    </li>
-                </ul>
-                <div style="margin-top: 40px">
-                    <a href="#">more...</a>
+            <div style="clear:both">
+                <div class="bubble">
+                    <h2>Developers</h2>
+                    <ul>
+                        <li>
+                            <a href="">Start Here</a>
+                        </li>
+                        <li>
+                            <a href="">Installation</a>
+                        </li>
+                        <li>
+                            <a href="">Source</a>
+                        </li>
+                        <li>
+                            <a href="">Issues</a>
+                        </li>
+                    </ul>
+                    <div style="margin-top: 10px">
+                        <a href="#">more...</a>
+                    </div>
                 </div>
-            </div>
-            <div class="bubble">
-                <h2>News</h2>
-                <ul>
-                    <li>
-                        <a href="">Start Here</a>
-                    </li>
-                    <li>
-                        <a href="">Installation</a>
-                    </li>
-                    <li>
-                        <a href="">Source</a>
-                    </li>
-                    <li>
-                        <a href="">Issues</a>
-                    </li>
-                </ul>
-                <div style="margin-top: 50px">
-                    <a href="#">more...</a>
+                <div class="bubble">
+                    <h2>News</h2>
+                    <ul>
+                        <li>
+                            <a href="">Start Here</a>
+                        </li>
+                        <li>
+                            <a href="">Installation</a>
+                        </li>
+                        <li>
+                            <a href="">Source</a>
+                        </li>
+                        <li>
+                            <a href="">Issues</a>
+                        </li>
+                    </ul>
+                    <div style="margin-top: 10px">
+                        <a href="#">more...</a>
+                    </div>
                 </div>
-            </div>
-            <div class="bubble">
-                <h2>About</h2>
-                <ul>
-                    <li>
-                        <a href="">Start Here</a>
-                    </li>
-                    <li>
-                        <a href="">Installation</a>
-                    </li>
-                    <li>
-                        <a href="">Source</a>
-                    </li>
-                    <li>
-                        <a href="">Issues</a>
-                    </li>
-                </ul>
-                <div style="margin-top: 50px">
-                    <a href="#">more...</a>
+                <div class="bubble">
+                    <h2>About</h2>
+                    <ul>
+                        <li>
+                            <a href="">Start Here</a>
+                        </li>
+                        <li>
+                            <a href="">Installation</a>
+                        </li>
+                        <li>
+                            <a href="">Source</a>
+                        </li>
+                        <li>
+                            <a href="">Issues</a>
+                        </li>
+                    </ul>
+                    <div style="margin-top: 10px">
+                        <a href="#">more...</a>
+                    </div>
                 </div>
             </div>
-            <div id="notice"> Repoze is licensed under BlahPl. Copyright held by Repoze Plumbers
-                Local #42. Beware of bulls walking downhill. </div>
+            <div id="notice">Repoze is licensed under BlahPl. Copyright held by Repoze Plumbers
+                Local #42. Beware of bulls walking downhill.</div>
         </div>
     </body>
 </html>

_______________________________________________
Repoze-dev mailing list
Repoze-dev at lists.repoze.org
http://lists.repoze.org/mailman/listinfo/repoze-dev



More information about the Repoze-dev mailing list