Changed styling of selected row. Added auto styling of SVG.
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / Model / Analysis.pm
index 15cac2c..38515ec 100644 (file)
@@ -8,17 +8,17 @@ use base 'Catalyst::Model::Adaptor';
 __PACKAGE__->config( 
        class => 'Text::Tradition::Analysis',
        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', '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' ) },
+#                        { '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;