freddo411 has asked for the wisdom of the Perl Monks concerning the following question:
In my next project I'll be making a lightweight document management system. The specs are fairly simple:
* use existing infrastructure: Oracle DB, perl on vanilla cgi webserver and existing authentication system
* Provide storage and access to .PDF, .xls, .doc etc.
* Support Metadata like keywords
I could write this, but I'm sure there a lots of existing solutions that I could modify. I did a search on "document management" and I didn't find anything even close to what I was thinking of. CPAN search didn't yield anything that appeared to be applicable (I'm sure I'm missing something...). I also looked on sourceforge, and found some projects but they look like they assume MYSQL and apache.
Anyone have any helpful pointers to either frameworks, full blown apps, or just Modules that might make this easier? I already know and use CGI::App, HTML::Template, Class::DBI
Cheers
--Fred
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using perl for Document Management
by jonadab (Parson) on Jan 08, 2005 at 00:08 UTC | |
|
Re: Using perl for Document Management
by Thilosophy (Curate) on Jan 08, 2005 at 01:20 UTC | |
|
Re: Using perl for Document Management
by naChoZ (Curate) on Jan 09, 2005 at 15:55 UTC |