Initial revision
authorTony Cook <tony@develop-help.com>
Tue, 8 May 2001 03:29:39 +0000 (03:29 +0000)
committertony <tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Tue, 8 May 2001 03:29:39 +0000 (03:29 +0000)
commit41b9d8ec869b65dc5e3bed92e7bf052b3311371e
tree4151997ca95a152c9a0512f47f3f32a770f3328e
parent5dd78c2e4f4e78a20ad6164be008b8f1a8daeba8
Initial revision
40 files changed:
INSTALL.pod [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
Makefile [new file with mode: 0755]
README [new file with mode: 0755]
schema/bse.sql [new file with mode: 0644]
schema/data/article.txt [new file with mode: 0644]
schema/data/demoload.pl [new file with mode: 0644]
site/cgi-bin/admin/datadump.pl [new file with mode: 0755]
site/cgi-bin/admin/imageclean.pl [new file with mode: 0755]
site/cgi-bin/admin/makeIndex.pl [new file with mode: 0755]
site/cgi-bin/admin/move.pl [new file with mode: 0755]
site/cgi-bin/admin/shopadmin.pl [new file with mode: 0755]
site/cgi-bin/modules/AdminUtil.pm [new file with mode: 0644]
site/cgi-bin/modules/Article.pm [new file with mode: 0644]
site/cgi-bin/modules/Articles.pm [new file with mode: 0644]
site/cgi-bin/modules/DatabaseHandle.pm [new file with mode: 0644]
site/cgi-bin/modules/Generate/Product.pm [new file with mode: 0644]
site/cgi-bin/modules/Image.pm [new file with mode: 0644]
site/cgi-bin/modules/Images.pm [new file with mode: 0644]
site/cgi-bin/modules/Order.pm [new file with mode: 0644]
site/cgi-bin/modules/OrderItem.pm [new file with mode: 0644]
site/cgi-bin/modules/OrderItems.pm [new file with mode: 0644]
site/cgi-bin/modules/Orders.pm [new file with mode: 0644]
site/cgi-bin/modules/Product.pm [new file with mode: 0644]
site/cgi-bin/modules/Products.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/GPG.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/ImageEditor.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/PGP5.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/PGP6.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/Row.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/Table.pm [new file with mode: 0644]
site/cgi-bin/modules/Squirrel/Template.pm [new file with mode: 0644]
site/cgi-bin/search.pl [new file with mode: 0755]
site/cgi-bin/shop.pl [new file with mode: 0755]
site/data/stopwords.txt [new file with mode: 0644]
site/docs/bugs.pod [new file with mode: 0755]
site/docs/makedocs [new file with mode: 0644]
site/htdocs/css/admin.css [new file with mode: 0644]
site/htdocs/css/style-main.css [new file with mode: 0644]