X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=8deae0d42377848ffb983bb180f0fee8cbefe55a;hb=369ff3641b3b4ec42542a9ce6c13b5682098f473;hp=c0f3d572e845a13cee6a3e17029ddd3ca59820f6;hpb=40803b80b7d024f4f2c26a4b8091906e5f9c251b;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index c0f3d57..8deae0d 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -3,242 +3,26 @@ applicationjs = c.uri_for( 'js/componentload.js' ) %] [% END %]

Stemmaweb - a collection of tools for analysis of collated texts

- [% IF c.user_exists %]Hello! [% c.user.get_object.email %] Sign out | [% ELSE %]Login | Register | [% END %]About + [% IF c.user_exists %]Hello! [% c.user.get_object.email %] Sign out | [% ELSE %]Login | [% END %]About +

This browser does not support + the functions necessary for Stemmaweb to work properly. We recommend use of + Mozilla Firefox or + Google Chrome.

Text directory

[% IF c.user_exists -%] -
+
Add a new text tradition
[% END %] @@ -250,6 +34,12 @@ $(document).ready( function() {

Text

+
+
+ Modify information about this tradition +
+
  • is owned by
  • is public
  • @@ -257,17 +47,11 @@ $(document).ready( function() {
  • has witnesses:
-
-
-
- Modify information about this tradition -
-
-
- Left & right go here +
+
+
@@ -282,6 +66,18 @@ $(document).ready( function() { Edit this stemma
+
+
+ Run a Stemweb algorithm +
+
+
+
+ Check progress of Stemweb algorithm +
+
Examine variants against this stemma @@ -289,11 +85,18 @@ $(document).ready( function() {
- Run relationship mapper + View collation and relationships
+ +
+ Download tradition as XML +
+
+
+
@@ -332,9 +135,10 @@ $(document).ready( function() {

All definitions begin with the line -

digraph stemma {
+
digraph "Stemma Name" {
and end with the line -
}
Please do not change these lines.

+
}
+ Please do not change these lines except to edit the stemma name.

First list each witness in your stemma, whether extant or lost / reconstructed / hypothetical, and assign them a class of either "extant" or "hypothetical". For example:

  
@@ -354,9 +158,26 @@ $(document).ready( function() {
       
+ +
+
+
+ + +
+ +
+
+
+
+
+
+ + +
 (Use 'pick file' to select a tradition file to upload.)

@@ -364,8 +185,7 @@ $(document).ready( function() {

-
- +

Supported file types / extensions:

@@ -381,5 +201,10 @@ $(document).ready( function() {

All spreadsheet collations should be arranged with the witness sigla in the first row, and the words aligned by row each in its correct witness column.

-
+
+ +
+ Use this node to root the stemma? +
+ [% PROCESS footer.tt %] \ No newline at end of file