rename TreeOfTexts to less annoying stemmaweb
authorTara L Andrews <tla@mit.edu>
Wed, 18 Jan 2012 15:46:16 +0000 (16:46 +0100)
committerTara L Andrews <tla@mit.edu>
Wed, 18 Jan 2012 15:46:16 +0000 (16:46 +0100)
commitb8a92065e99b57b3e6bdd274e7bad4bf00c28952
tree1a2d7a23eb30ca9019bcfa9836a0aea8c3b7be65
rename TreeOfTexts to less annoying stemmaweb
57 files changed:
Changes [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Text [new symlink]
lib/stemmaweb.pm [new file with mode: 0644]
lib/stemmaweb/Controller/Microservice.pm [new file with mode: 0644]
lib/stemmaweb/Controller/Relation.pm [new file with mode: 0644]
lib/stemmaweb/Controller/Root.pm [new file with mode: 0644]
lib/stemmaweb/Controller/Stexaminer.pm [new file with mode: 0644]
lib/stemmaweb/Model/Directory.pm [new file with mode: 0644]
lib/stemmaweb/View/JSON.pm [new file with mode: 0644]
lib/stemmaweb/View/Plain.pm [new file with mode: 0644]
lib/stemmaweb/View/SVG.pm [new file with mode: 0644]
lib/stemmaweb/View/TT.pm [new file with mode: 0644]
root/css/colorscheme.svg [new file with mode: 0644]
root/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png [new file with mode: 0755]
root/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png [new file with mode: 0755]
root/css/cupertino/images/ui-icons_2694e8_256x240.png [new file with mode: 0755]
root/css/cupertino/images/ui-icons_2e83ff_256x240.png [new file with mode: 0755]
root/css/cupertino/images/ui-icons_3d80b3_256x240.png [new file with mode: 0755]
root/css/cupertino/images/ui-icons_72a7cf_256x240.png [new file with mode: 0755]
root/css/cupertino/images/ui-icons_ffffff_256x240.png [new file with mode: 0755]
root/css/cupertino/jquery-ui-1.8.13.custom.css [new file with mode: 0755]
root/css/style.css [new file with mode: 0644]
root/favicon.ico [new file with mode: 0644]
root/js/interaction.js [new file with mode: 0644]
root/js/jquery-1.4.4.min.js [new file with mode: 0755]
root/js/jquery-ui-1.8.10.custom.min.js [new file with mode: 0755]
root/js/relationship.js [new file with mode: 0644]
root/js/svginteraction.js [new file with mode: 0644]
root/src/alignment.tt [new file with mode: 0644]
root/src/directory.tt [new file with mode: 0644]
root/src/index.tt [new file with mode: 0644]
root/src/relate.tt [new file with mode: 0644]
root/src/stemma_gadget.tt [new file with mode: 0644]
root/src/stexaminer.tt [new file with mode: 0644]
root/src/table_gadget.tt [new file with mode: 0644]
script/stemmaweb_cgi.pl [new file with mode: 0755]
script/stemmaweb_create.pl [new file with mode: 0755]
script/stemmaweb_fastcgi.pl [new file with mode: 0755]
script/stemmaweb_server.pl [new file with mode: 0755]
script/stemmaweb_test.pl [new file with mode: 0755]
stemmaweb.conf [new file with mode: 0644]
stemmaweb.psgi [new file with mode: 0644]
t/01app.t [new file with mode: 0644]
t/02pod.t [new file with mode: 0644]
t/03podcoverage.t [new file with mode: 0644]
t/model_Directory.t [new file with mode: 0644]
t/view_JSON.t [new file with mode: 0644]
t/view_TT.t [new file with mode: 0644]