Changeset 8986 for lang/perl/misc/catstarter/dann
- Timestamp:
- 04/06/08 15:21:32 (5 years ago)
- Location:
- lang/perl/misc/catstarter/dann
- Files:
-
- 135 added
- 1 removed
-
catstarter.pl (added)
-
sample (deleted)
-
templates (added)
-
templates/default (added)
-
templates/default/Capfile (added)
-
templates/default/Changes (added)
-
templates/default/Makefile.PL (added)
-
templates/default/README (added)
-
templates/default/bin (added)
-
templates/default/bin/myapp_admin.pl (added)
-
templates/default/conf (added)
-
templates/default/conf/myapp.yml (added)
-
templates/default/conf/myapp_development.yml (added)
-
templates/default/conf/myapp_log.yml (added)
-
templates/default/conf/myapp_test.yml (added)
-
templates/default/conf/profiles.yml (added)
-
templates/default/lib (added)
-
templates/default/lib/MyApp (added)
-
templates/default/lib/MyApp/Base (added)
-
templates/default/lib/MyApp/Base/Model (added)
-
templates/default/lib/MyApp/Base/Model.pm (added)
-
templates/default/lib/MyApp/Base/Model/DBIC.pm (added)
-
templates/default/lib/MyApp/Base/Service.pm (added)
-
templates/default/lib/MyApp/Base/Web (added)
-
templates/default/lib/MyApp/Base/Web/Controller (added)
-
templates/default/lib/MyApp/Base/Web/Controller.pm (added)
-
templates/default/lib/MyApp/Base/Web/Controller/API.pm (added)
-
templates/default/lib/MyApp/Base/Web/Model (added)
-
templates/default/lib/MyApp/Base/Web/View (added)
-
templates/default/lib/MyApp/CLI (added)
-
templates/default/lib/MyApp/CLI.pm (added)
-
templates/default/lib/MyApp/CLI/Command (added)
-
templates/default/lib/MyApp/CLI/Command.pm (added)
-
templates/default/lib/MyApp/CLI/Command/Example.pm (added)
-
templates/default/lib/MyApp/ConfigLoader.pm (added)
-
templates/default/lib/MyApp/Date.pm (added)
-
templates/default/lib/MyApp/Exception.pm (added)
-
templates/default/lib/MyApp/I18N (added)
-
templates/default/lib/MyApp/Logic (added)
-
templates/default/lib/MyApp/Model (added)
-
templates/default/lib/MyApp/ServiceContainer.pm (added)
-
templates/default/lib/MyApp/Utils.pm (added)
-
templates/default/lib/MyApp/Web (added)
-
templates/default/lib/MyApp/Web.pm (added)
-
templates/default/lib/MyApp/Web/Controller (added)
-
templates/default/lib/MyApp/Web/Controller/API (added)
-
templates/default/lib/MyApp/Web/Controller/API/Example.pm (added)
-
templates/default/lib/MyApp/Web/Controller/Auth.pm (added)
-
templates/default/lib/MyApp/Web/Controller/Root.pm (added)
-
templates/default/lib/MyApp/Web/Logger.pm (added)
-
templates/default/lib/MyApp/Web/Model (added)
-
templates/default/lib/MyApp/Web/View (added)
-
templates/default/lib/MyApp/Web/View/JSON.pm (added)
-
templates/default/lib/MyApp/Web/View/TT (added)
-
templates/default/lib/MyApp/Web/View/TT.pm (added)
-
templates/default/lib/MyApp/Web/View/TT/Plugin (added)
-
templates/default/logs (added)
-
templates/default/logs/apache_app (added)
-
templates/default/logs/apache_web (added)
-
templates/default/root (added)
-
templates/default/root/static (added)
-
templates/default/root/static/css (added)
-
templates/default/root/static/css/common (added)
-
templates/default/root/static/css/common/common.css (added)
-
templates/default/root/static/css/common/default.css (added)
-
templates/default/root/static/css/common/layout.css (added)
-
templates/default/root/static/css/lib (added)
-
templates/default/root/static/css/lib/base-min.css (added)
-
templates/default/root/static/css/lib/fonts-min.css (added)
-
templates/default/root/static/css/lib/reset-min.css (added)
-
templates/default/root/static/css/site.css (added)
-
templates/default/root/static/images (added)
-
templates/default/root/static/js (added)
-
templates/default/root/static/js/lib (added)
-
templates/default/root/static/js/lib/jquery-jtemplates.js (added)
-
templates/default/root/static/js/lib/jquery.js (added)
-
templates/default/root/static/js/lib/prototype.js (added)
-
templates/default/root/static/js/site.js (added)
-
templates/default/root/templates (added)
-
templates/default/root/templates/auth (added)
-
templates/default/root/templates/auth/login.tt2 (added)
-
templates/default/root/templates/common (added)
-
templates/default/root/templates/common/config (added)
-
templates/default/root/templates/common/site (added)
-
templates/default/root/templates/common/site/footer.tt2 (added)
-
templates/default/root/templates/common/site/header.tt2 (added)
-
templates/default/root/templates/common/site/html.tt2 (added)
-
templates/default/root/templates/common/site/layout.tt2 (added)
-
templates/default/root/templates/common/site/wrapper.tt2 (added)
-
templates/default/root/templates/debug (added)
-
templates/default/root/templates/debug/querylog.tt2 (added)
-
templates/default/root/templates/email (added)
-
templates/default/root/templates/errors (added)
-
templates/default/root/templates/index.tt2 (added)
-
templates/default/schema (added)
-
templates/default/schema/lib (added)
-
templates/default/schema/lib/Schema (added)
-
templates/default/script (added)
-
templates/default/script/myapp_cgi.pl (added)
-
templates/default/script/myapp_create.pl (added)
-
templates/default/script/myapp_fastcgi.pl (added)
-
templates/default/script/myapp_schema_dumper.pl (added)
-
templates/default/script/myapp_server.pl (added)
-
templates/default/script/myapp_test.pl (added)
-
templates/default/script/myapp_update_po.sh (added)
-
templates/default/share (added)
-
templates/default/share/ddl (added)
-
templates/default/share/ddl/schema.sql (added)
-
templates/default/share/deploy.rb (added)
-
templates/default/share/templates (added)
-
templates/default/share/templates/apache_app.erb (added)
-
templates/default/share/templates/apache_web.erb (added)
-
templates/default/share/templates/mycnf.erb (added)
-
templates/default/share/templates/setup_database.sql.erb (added)
-
templates/default/t (added)
-
templates/default/t/00-compile.t (added)
-
templates/default/t/01app.t (added)
-
templates/default/t/02pod.t (added)
-
templates/default/t/03podcoverage.t (added)
-
templates/default/t/98-pod.t (added)
-
templates/default/t/99-perlcritic.t (added)
-
templates/default/t/99-pod-coverage.t (added)
-
templates/default/t/fixtures (added)
-
templates/default/t/lib (added)
-
templates/default/t/lib/MyApp (added)
-
templates/default/t/lib/MyApp/Test (added)
-
templates/default/t/lib/MyApp/Test/DBIC (added)
-
templates/default/t/lib/MyApp/Test/DBIC/Database.pm (added)
-
templates/default/t/lib/MyApp/Test/Model (added)
-
templates/default/t/lib/MyApp/Test/Model/Base.pm (added)
-
templates/default/t/perlcriticrc (added)
-
templates/default/t/view_JSON.t (added)
-
templates/default/t/view_TT.t (added)
-
templates/default/tmp (added)
-
templates/default/tmp/cache (added)
-
templates/default/tmp/session (added)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)