Changed styling of selected row. Added auto styling of SVG.
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / Model / Analysis.pm
index 3894f3d..38515ec 100644 (file)
@@ -7,8 +7,18 @@ use base 'Catalyst::Model::Adaptor';
 
 __PACKAGE__->config( 
        class => 'Text::Tradition::Analysis',
-       args => { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
-                         'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
+       args => { 'traditions' => [
+#                { 'file' => TreeOfTexts->path_to( 't', 'data', 'florilegium.xml' ),
+#                        'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_a.dot' ) },
+                 { 'file' => TreeOfTexts->path_to( 't', 'data', 'besoin.xml' ),
+                         'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_b.dot' ) },
+#                        { 'file' => TreeOfTexts->path_to( 't', 'data', 'heinrichi.xml' ),
+#                        'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_h.dot' ) },
+#                        { 'file' => TreeOfTexts->path_to( 't', 'data', 'parzival.xml' ),
+#                        'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_p.dot' ) },
+#                { 'file' => TreeOfTexts->path_to( 't', 'data', 's158.xml' ),
+#                        'stemmadot' => TreeOfTexts->path_to( 't', 'data', 'stemma_s.dot' ) },
+                         ] },
  );
 
-1;
\ No newline at end of file
+1;