[z3-checkins] r29762 - in z3/deliverance/branches/namespaced: . content themes/simple
paul at codespeak.net
paul at codespeak.net
Fri Jul 7 18:22:39 CEST 2006
Author: paul
Date: Fri Jul 7 18:22:36 2006
New Revision: 29762
Added:
z3/deliverance/branches/namespaced/content/index.html
Removed:
z3/deliverance/branches/namespaced/content/localhello.html
Modified:
z3/deliverance/branches/namespaced/README.txt
z3/deliverance/branches/namespaced/themes/simple/sampletheme.xml
Log:
Minor rearranging
Modified: z3/deliverance/branches/namespaced/README.txt
==============================================================================
--- z3/deliverance/branches/namespaced/README.txt (original)
+++ z3/deliverance/branches/namespaced/README.txt Fri Jul 7 18:22:36 2006
@@ -1,5 +1,5 @@
=======================================
-Deliverancy, high-speed themes for Zope
+Deliverance, high-speed themes for Zope
=======================================
Quick Start
@@ -13,12 +13,16 @@
This runs the timeit function, showing average time to apply a simple theme.
+
Quick Server Start
------------------
1) python ./ThemedHTTPServer.py
-2) Open http://localhost:8000/content/localhello.html
+2) Open http://localhost:8000/content/
+
+3) Click on the links in the menu, especially the "Unthemed" link that shows a
+how content looks without a theme.
How Does This Work?
Added: z3/deliverance/branches/namespaced/content/index.html
==============================================================================
--- (empty file)
+++ z3/deliverance/branches/namespaced/content/index.html Fri Jul 7 18:22:36 2006
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Hello World Content Page</title>
+ </head>
+ <body>
+ <p>Hello world, banjos everywhere.</p>
+ </body>
+</html>
\ No newline at end of file
Deleted: /z3/deliverance/branches/namespaced/content/localhello.html
==============================================================================
--- /z3/deliverance/branches/namespaced/content/localhello.html Fri Jul 7 18:22:36 2006
+++ (empty file)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Hello World Content Page</title>
- </head>
- <body>
- <p>Hello world, banjos everywhere.</p>
- </body>
-</html>
\ No newline at end of file
Modified: z3/deliverance/branches/namespaced/themes/simple/sampletheme.xml
==============================================================================
--- z3/deliverance/branches/namespaced/themes/simple/sampletheme.xml (original)
+++ z3/deliverance/branches/namespaced/themes/simple/sampletheme.xml Fri Jul 7 18:22:36 2006
@@ -14,9 +14,9 @@
</div>
<div id="sitemenu">
<ul>
- <li><a href="/content/localhello.html">Home</a> | </li>
- <li><a href="/content/intro.html">About Deliverance | </a></li>
- <li><a href="/content/localhello.html?x=2">Unthemed Home</a></li>
+ <li><a href="/content/">Home</a> | </li>
+ <li><a href="/content/intro.html">About Deliverance</a> | </li>
+ <li><a href="/content/index.html?x=2">Unthemed Home</a></li>
</ul>
</div>
<div id="pageframe">
More information about the z3-checkins
mailing list