]> Frank Brehm's Git Trees - books.git/commit
Grundstruktur importiert
authorFrank Brehm <frank@brehm-online.com>
Tue, 18 Mar 2008 10:04:24 +0000 (10:04 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 18 Mar 2008 10:04:24 +0000 (10:04 +0000)
commitb165a1a42da8614ffc583069e10b367cc786233b
tree523bfeab24f1e5be8328f674ae9a35c0b4f6543a
parent6874e36eae85370926d52fdf7875e78731924795
Grundstruktur importiert
60 files changed:
Changes [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
frbr_books.yml [new file with mode: 0644]
lib/FrBr/Books.pm [new file with mode: 0644]
lib/FrBr/Books/Controller/Books.pm [new file with mode: 0644]
lib/FrBr/Books/Controller/Root.pm [new file with mode: 0644]
lib/FrBr/Books/Db.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Autor2buch.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Autoren.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Buch2kategorie.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Buch2serie.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Buecher.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Kategorien.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Serien.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Session.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Users.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Verlage.pm [new file with mode: 0644]
lib/FrBr/Books/Db/Waehrungen.pm [new file with mode: 0644]
lib/FrBr/Books/Model/Schema.pm [new file with mode: 0644]
lib/FrBr/Books/Plugin/ConfigLoader.pm [new file with mode: 0644]
lib/FrBr/Books/View/TtDefault.pm [new file with mode: 0644]
lib/FrBr/Common.pm [new file with mode: 0644]
root/lib/config/colors.tt2 [new file with mode: 0644]
root/lib/config/main.tt2 [new file with mode: 0644]
root/lib/config/url.tt2 [new file with mode: 0644]
root/lib/site/footer.tt2 [new file with mode: 0644]
root/lib/site/header.tt2 [new file with mode: 0644]
root/lib/site/html.tt2 [new file with mode: 0644]
root/lib/site/jscript.tt2 [new file with mode: 0644]
root/lib/site/jsfiles.tt2 [new file with mode: 0644]
root/lib/site/layout.tt2 [new file with mode: 0644]
root/lib/site/statusbar.tt2 [new file with mode: 0644]
root/lib/site/styles.css [new file with mode: 0644]
root/lib/site/wrapper.tt2 [new file with mode: 0644]
root/src/books/list.tt2 [new file with mode: 0644]
root/src/books/styles.css [new file with mode: 0644]
root/src/error.tt2 [new file with mode: 0644]
root/src/welcome.tt2 [new file with mode: 0644]
root/static/images/btn_120x50_built.png [new file with mode: 0644]
root/static/images/btn_120x50_built_shadow.png [new file with mode: 0644]
root/static/images/btn_120x50_powered.png [new file with mode: 0644]
root/static/images/btn_120x50_powered_shadow.png [new file with mode: 0644]
root/static/images/btn_88x31_built.png [new file with mode: 0644]
root/static/images/btn_88x31_built_shadow.png [new file with mode: 0644]
root/static/images/btn_88x31_powered.png [new file with mode: 0644]
root/static/images/btn_88x31_powered_shadow.png [new file with mode: 0644]
root/static/images/catalyst_logo.png [new file with mode: 0644]
root/static/pic/fbr.ico [new file with mode: 0644]
script/frbr_books_cgi.pl [new file with mode: 0755]
script/frbr_books_create.pl [new file with mode: 0755]
script/frbr_books_fastcgi.pl [new file with mode: 0755]
script/frbr_books_server.pl [new file with mode: 0755]
script/frbr_books_test.pl [new file with mode: 0755]
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/controller_Books.t [new file with mode: 0644]
t/model_Schema.t [new file with mode: 0644]
t/view_TtDefault.t [new file with mode: 0644]