X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Fscript%2Fstemmaweb_create.pl;fp=TreeOfTexts%2Fscript%2Ftreeoftexts_create.pl;h=dd4d1c5fe5da037ef33b73c492430ee866ed7304;hb=5c9ecf6629514c0b83ccf41052f13f5f02e982f2;hp=d85c423454912d8185834093eca30e55f0217e46;hpb=f13b558285a3d2459e2b90ffac2acfe00f57e73b;p=scpubgit%2Fstemmatology.git diff --git a/TreeOfTexts/script/treeoftexts_create.pl b/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 --- a/TreeOfTexts/script/treeoftexts_create.pl +++ b/stemmaweb/script/stemmaweb_create.pl @@ -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]