| 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> |
|---|
| 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> |
|---|