diff --git a/README.rst b/README.rst index 87f4657..fa4bcd6 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,7 @@ Perseus UI Plugin for CapiTainS Nemo This repository contains templates, xslt and css for the Perseus instance of Nemo It overrides the following templates: + * index * menu * passage_footer diff --git a/perseus_nemo_ui/data/assets/static/xslt/epidocShort.xsl b/perseus_nemo_ui/data/assets/static/xslt/epidocShort.xsl index 844486f..2208c43 100755 --- a/perseus_nemo_ui/data/assets/static/xslt/epidocShort.xsl +++ b/perseus_nemo_ui/data/assets/static/xslt/epidocShort.xsl @@ -4,6 +4,9 @@ This Stylesheets are no replacement for the real and far mor sophisticated Styls But they are away to get the Epidoc (currently only the edition and the translation part) rendered in a more or less satisfying way using only XSLT 1.0 and PHP. --> + + + @@ -11,9 +14,9 @@ But they are away to get the Epidoc (currently only the edition and the translat - + - + \ No newline at end of file diff --git a/perseus_nemo_ui/data/templates/index.html b/perseus_nemo_ui/data/templates/index.html new file mode 100644 index 0000000..346d4e7 --- /dev/null +++ b/perseus_nemo_ui/data/templates/index.html @@ -0,0 +1,47 @@ +{% extends "main::container.html" %} + +{%block article%} +
+
+

Welcome to the Perseus Digital Library's CapiTainS environment.

+
+
+

Perseus is bringing its primary source texts into + CTS and + EpiDoc TEI compliance + in the context of the efforts on the Perseids Project, + which is funded by the Andrew W. Mellon Foundation. +

+

Why CTS? + "Canonical Text Services (“CTS”) is a component of the pioneering CITE architecture developed by the + Homer Multitext Project. CTS offers several advantages. In brief, CTS URNs allow us to produce a + semantically meaningful identifier which represents the position of a text in the hierarchy in which it is + traditionally cited. This same identifier scheme can also be used to cite into the text at the passage + level, within a specific version or instance of that text, or within the notional work the text represents. + This permits more precise, refined citation of textual sources and provides a basis for better text + alignment, text retrieval, and citation. +

+

CapiTainS is a suite of tools and guidelines for the CTS standards. + The user interface provided here is an extension of the + Nemo Flask application and + the texts are served by the Nautilus + CTS provider. Texts are updated directly from the PerseusDL canonical github repositories as they pass tests + in the Hook Continuous Integration environment. +

+

How does this work relate to the current version of Perseus? Tufts University and the Perseus team are + committed to maintaining Perseus 4.0 as is. + The CapiTainS environment, developed through the support of the Humboldt Chair of Digital Humanities at the University of Leipzig, offers a + means of demonstrating the on-going text conversion efforts as we move towards a contributor-based model of + publication. It is our hope that this environment will provide the basis for further collaboration within + the digital classics and digital humanities communities. +

+

For further information, suggestions for improvement, or error reports, please create a GitHub issue or + contact Perseus via email. +

+
+ +
+{%endblock%} \ No newline at end of file diff --git a/setup.py b/setup.py index 7811e3f..8bb851b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='perseus_nemo_ui', - version="0.0.2", + version="0.0.3", packages=find_packages(exclude=["examples", "tests"]), url='https://github.com/PerseusDL/perseus_nemo_ui', license='GNU GPL',