Changeset 201
- Timestamp:
- 08/24/08 09:15:43 (10 months ago)
- Files:
-
- 1 modified
-
trunk/shakespeare/templates/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shakespeare/templates/index.html
r194 r201 5 5 6 6 <div py:match="content"> 7 <p>Welcome to the Open Shakespeare web interface. This site provides access 8 to many, but by no means all, of the facilities of the Open Shakespeare 9 <strong>package</strong>. For example you can:</p> 10 7 <p> 8 Welcome to the Open Shakespeare web interface. This site provides access 9 to many, but by no means all, of the facilities of the Open Shakespeare 10 <a 11 href="http://knowledgeforge.net/shakespeare/trac/"><strong>package</strong></a>. 12 For example you can: 13 </p> 11 14 <ul> 12 15 <li><a href="${h.url_for(controller='text', action=None)}">Read any of … … 14 17 <li><a href="${h.url_for(controller='site', action='guide')}">Compare two 15 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 21 <li><a href="${h.url_for(controller='search', 17 22 action='index')}">Search any text</a></li>
