finish a sentence in the README; correct path to checkbox image in index
tla [Wed, 20 Nov 2013 20:56:52 +0000 (21:56 +0100)]
README.md
root/src/index.tt

index b5c4929..6fd6b81 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Stemmaweb - a Catalyst webservice for text tradition analysis
 =============================================================
 
-Stemmaweb is a web application, developed in Perl (using the Catalyst framework) and Javascript (using JQuery), 
+Stemmaweb is a web application, developed in Perl (using the Catalyst framework) and Javascript (using JQuery), for analysis of the copying relationships (stemmatology) between different manuscript versions of the same text.
 
 
 Installation 
index e7d9925..8deae0d 100644 (file)
@@ -204,7 +204,7 @@ var textOnLoad = "[% withtradition %]";
     </div>
     
     <div id="root_tree_dialog">
-        Use this node to root the stemma? <img id="root_tree_dialog_button_ok" src="/images/tick_circle_frame_24.png"/>
+        Use this node to root the stemma? <img id="root_tree_dialog_button_ok" src="[% c.uri_for( 'images', 'tick_circle_frame_24.png' ) %]"/>
     </div>
     
 [% PROCESS footer.tt %]
\ No newline at end of file