Changeset 201

Show
Ignore:
Timestamp:
08/24/08 10:15:43 (3 months ago)
Author:
rgrp
Message:

[shakespeare/templates][s]: minor touch-ups to front page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/shakespeare/templates/index.html

    Revision 194 Revision 201
    1<html xmlns:py="http://genshi.edgewall.org/" 1<html xmlns:py="http://genshi.edgewall.org/" 
    2  xmlns:xi="http://www.w3.org/2001/XInclude"> 2  xmlns:xi="http://www.w3.org/2001/XInclude"> 
    3   3   
    4  <py:def function="page_title">Home</py:def> 4  <py:def function="page_title">Home</py:def> 
    5 5 
    6  <div py:match="content"> 6  <div py:match="content"> 
    7    <p>Welcome to the Open Shakespeare web interface. This site provides access  7     <p> 
    8    to many, but by no means all, of the facilities of the Open Shakespeare  8       Welcome to the Open Shakespeare web interface. This site provides access 
    9    <strong>package</strong>. For example you can:</p>  9       to many, but by no means all, of the facilities of the Open Shakespeare 
    10  10       <a 
       11         href="http://knowledgeforge.net/shakespeare/trac/"><strong>package</strong></a>. 
       12       For example you can: 
       13     </p> 
    11    <ul> 14    <ul> 
    12      <li><a href="${h.url_for(controller='text', action=None)}">Read any of 15      <li><a href="${h.url_for(controller='text', action=None)}">Read any of 
    13        Shakespeare's plays or poems</a></li> 16        Shakespeare's plays or poems</a></li> 
    14      <li><a href="${h.url_for(controller='site', action='guide')}">Compare two 17      <li><a href="${h.url_for(controller='site', action='guide')}">Compare two 
    15        versions of the same text side-by-side</a></li> 18        versions of the same text side-by-side</a></li> 
      19      <li><a href="${h.url_for(controller='stats', 
      20        action='index')}">Analyze text or word statistics</a></li> 
    16      <li><a href="${h.url_for(controller='search', 21      <li><a href="${h.url_for(controller='search', 
    17        action='index')}">Search any text</a></li> 22        action='index')}">Search any text</a></li> 
    18    </ul> 23    </ul> 
    19 24 
    20    <p>More information on using this web interface can be found in the <a 25    <p>More information on using this web interface can be found in the <a 
    21      href="${h.url_for(controller='site', action='guide')}">guide</a>.</p> 26      href="${h.url_for(controller='site', action='guide')}">guide</a>.</p> 
    22  </div> 27  </div> 
    23 28 
    24  <xi:include href="layout.html" /> 29  <xi:include href="layout.html" /> 
    25</html> 30</html>