|
Posted by tpederse on January 1, 2005, 5:18 pm
Please log in for more thread options
I would like to have a web page (prefer the use of cgi) where users can
enter information for a bibliography I would like to compile about some
software that we have distributed. I plan to ask our users who have
used our software and have ended up writing a paper or other
publication based on those experiences to go to this site, enter their
information about the resulting publication (author, title, where
published, where available if online, etc) and then have that updated
online at my web site so other users can see it and access. I am sure I
should have some ability to approve or delete entries that are
submitted.
Is anyone aware of a Perl module with these capabilities?
Thanks!
Ted
|
|
Posted by Matt Garrish on January 1, 2005, 11:11 pm
Please log in for more thread options
>
[snip description of web editing/display needs]
> Is anyone aware of a Perl module with these capabilities?
>
You're looking for a web application, not a single Perl module. You'll
either need to start building a site yourself, find something you can buy or
pay someone to build the site for you.
If you don't know where to start with Perl, take a look at CGI.pm for your
form processing needs and the DBI module and drivers if you want to store
the information you collect in a database (MySQL is always a good, free
choice). If you don't know where to start with the html, buy a good book
and/or try the comp.infosystem.www.authoring.* groups for help.
Matt
|
|
Posted by Ted on January 1, 2005, 8:55 pm
Please log in for more thread options Hi Matt, yes, indeed, this really is more like a web application than
a single Perl module. But, I just can't imagine that this is such a
specialized application that it doesn't already exist somewhere,
somehow. It's really just a glorified guest book. Database issues
don't really enter into this as there will be at most 100 entries.
Maybe that will make it more clear what we're seeking here...
Thanks!
Ted
|
|
Posted by Matt Garrish on January 2, 2005, 3:47 pm
Please log in for more thread options
> Hi Matt, yes, indeed, this really is more like a web application than
> a single Perl module. But, I just can't imagine that this is such a
> specialized application that it doesn't already exist somewhere,
> somehow. It's really just a glorified guest book. Database issues
> don't really enter into this as there will be at most 100 entries.
> Maybe that will make it more clear what we're seeking here...
>
You might be able to reconfigure one of the nms scripts:
http://nms-cgi.sourceforge.net/scripts.shtml
Certainly a better starting place than most of the awful free hacks you'll
find on the Web.
Matt
|
|
Posted by Ted on January 2, 2005, 8:25 pm
Please log in for more thread options
Thanks Matt,
This is a nice suggestion, looks like a good site with a few different
scripts that could be useful!
Thanks again!
Ted
|
| Similar Threads | Posted | | Time::Local V 1.10 and users thereof, eg Archive::Zip V 1.14 | November 5, 2004, 10:09 am |
| RFC: Crypt::Skip32 - 32-bit block cipher based on Skipjack | September 23, 2007, 6:15 am |
| Perl module that simplifies creation of packages? | August 22, 2006, 10:55 am |
| Announce: DbBrowser, a module to create mysqll/postgresql based paginated CGI datagrids | August 23, 2005, 2:25 pm |
| Need help with a simple UNIX sockets server based on IO::Socket::UNIX | April 14, 2005, 3:02 am |
|