rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmatology.git] / stemmaweb / script / stemmaweb_create.pl
similarity index 65%
rename from TreeOfTexts/script/treeoftexts_create.pl
rename to stemmaweb/script/stemmaweb_create.pl
index d85c423..dd4d1c5 100755 (executable)
@@ -4,17 +4,17 @@ use strict;
 use warnings;
 
 use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('TreeOfTexts', 'Create');
+Catalyst::ScriptRunner->run('stemmaweb', 'Create');
 
 1;
 
 =head1 NAME
 
-treeoftexts_create.pl - Create a new Catalyst Component
+stemmaweb_create.pl - Create a new Catalyst Component
 
 =head1 SYNOPSIS
 
-treeoftexts_create.pl [options] model|view|controller name [helper] [options]
+stemmaweb_create.pl [options] model|view|controller name [helper] [options]
 
  Options:
    --force        don't create a .new file where a file to be created exists
@@ -22,14 +22,14 @@ treeoftexts_create.pl [options] model|view|controller name [helper] [options]
    --help         display this help and exits
 
  Examples:
-   treeoftexts_create.pl controller My::Controller
-   treeoftexts_create.pl --mechanize controller My::Controller
-   treeoftexts_create.pl view My::View
-   treeoftexts_create.pl view HTML TT
-   treeoftexts_create.pl model My::Model
-   treeoftexts_create.pl model SomeDB DBIC::Schema MyApp::Schema create=dynamic\
+   stemmaweb_create.pl controller My::Controller
+   stemmaweb_create.pl --mechanize controller My::Controller
+   stemmaweb_create.pl view My::View
+   stemmaweb_create.pl view HTML TT
+   stemmaweb_create.pl model My::Model
+   stemmaweb_create.pl model SomeDB DBIC::Schema MyApp::Schema create=dynamic\
    dbi:SQLite:/tmp/my.db
-   treeoftexts_create.pl model AnotherDB DBIC::Schema MyApp::Schema create=static\
+   stemmaweb_create.pl model AnotherDB DBIC::Schema MyApp::Schema create=static\
    [Loader opts like db_schema, naming] dbi:Pg:dbname=foo root 4321
    [connect_info opts like quote_char, name_sep]