Open Sourced Cataloguing Packages?
mcse_knowthyenemy asks: "I am cataloguing a HUGE private collection for a magician (No, we cannot waive a wand...) with an item count of at least 100k. The end result will be a searchable website. There are several Windoze packages that fit the bill (item data ad nauseum, image inclusion, reports, website). But these invariably requires numerous Microsoft products plus IIS. So, any input on a solution that is based on Apache, instead?" There are plenty of cataloguing and e-Commerce bases out ther that would work for this, one only has to perform a quick Freshmeat search to find them, however this being a museum, maybe there are better options? Would you use the already available software for this sitution or would you write something custom, instead?
yes, im a dork.
I like how you tried to fend off the "Just f*cking use Google!!!" responses. But again, this sounds like someone with a job taking a shortcut by asking the /. community rather than just spending time searching and experimenting.
_sig_ is away
Why doesn't the magician just keep track of everything with magic?
Karma: Good (despite my invention of the Karma: sig)
Poking around a little, it looks like there's a good (but old?) FAQ from Netscape, though there some other sources of information out there.
DO NOT LEAVE IT IS NOT REAL
Why not create the tables in a database? If all that is needed is a cataloge of items, it should be a trivial task. Add an index or two, and searching will be done very quickly.
Have you read my journal today?
I have to jump in on this being that this is my current profession. More than likely a custom made approach would work best here (Ofcourse GPL/BSDL the work). Try a *SQL database, with apache for the web (like you said). Use perl and cgi scripts to access and create your catalogue. Take a look at Endeavor . They are what alot of libraries use. It would be hard, not going to pull punches here, but it would garuntee contract work for life. Good luck with this and I know I'd like to keep up with how this pans out.
"If a quarter is two bits, then a dollar's a byte." -R Deric Miller
(No, we cannot waive a wand...)
A tip for later in the project: spell things correctly when you're cataloguing. Sure, it's better to have a bad catalogue than none at all, but a good catalogue is better still.
The workflow for the project should require that a second person proofs all publicly displayed text, and all search terms.
There are search tools that correct for bad spelling, but they're designed to use badly spelled input to find correctly spelled targets. A misspelled word in an item description can effectively hide that item from your search.
If you can't spell latin phrases, please don't use them. You're failing miserably in your attempt to look smart.
invariably, somebody responds who has actually _done_ this, which is 10,000 times better than a google search. I.E. any moron can search google, but only somebody who has done it before can tell you what works and what doesn't, which is extremely important, considering the scale of the project.
Jack Valenti and the MPAA are to technology as the Boston strangler is to the woman home alone
Write a quick custom app using Linux, Apache, Mysql, PHP
Easy as cake.
4. cowsay
An easy way to add speaking and thinking cows to anything.
Yeah, that obviously applies. On top of that, did anyone notice the spelling of Catalog?
catalogue
That wouldn't have been my first attempt (was it Cliff's?).
And some of you wonder why the guy just asked ./ instead of looking for himself.
"I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
That's exactly what I want to do. I am getting the new learning mysql book from oreilly's, and I will learn how to create a mysql database, and have a perl module connect to it, so I can see my database from the internet, and I will write a C prog to adminster the database. The database will be an index of all of my DVD's, with cross-references by actors, directors, crew, effects, genre, music, etc, etc, etc.
I've done something like that myself, I wrote a MySQL, PHP, and Apache webapp called ReciPHP. It was a multi-user, searchable, categorized database for recipes. Even had a rating system and favorites lists.
When I moved from school to home the HD was destroyed and like a champ I didn't back any of it up. It only took me about 3 months of sporadic work (when I didn't have class and I was motivated). If you sat down and did it "full time" you could probably knock it out in a week or two. If you need any help mail me vader82[at]vader82[dot]net