Slashdot Mirror


Ask Slashdot: Tech For Small Library Automation?

Kozz writes "I've recently been tapped as 'the tech guy' at my church where a group familiar with library automation wants to get digital with the relatively small catalog. Right now all the materials are simply on shelves, and people take an item down, fill out the paper card and drop it into a box, and we hope that people correctly calculate their own due dates and return the materials. We had a card catalog, but it went largely unused. We're looking for a complete solution for both administration and self-checkout; label printing, checkout receipts, and so on. Have any Slashdot readers found yourself in this position, and do you have recommendations based on your experiences?"

188 comments

  1. keep it simple by bhenson · · Score: 3, Insightful

    Keep it simple use access with a form

    1. Re:keep it simple by fractoid · · Score: 1

      Barring pre-done web apps, or assuming there's gonna be *something* that this library wants done differently, this is probably actually the best way to go about it. Someone in the congregation should know how to whip up an Access app in an afternoon that will do everything you want.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    2. Re:keep it simple by Anonymous Coward · · Score: 5, Informative

      Don't listen to the "write your own" crowd.
      ILS software has been done to death, and there is alot more to it than you might think even for a small collection, just ask any library sciences grad.
      We have used koha several times and very much like it. There are other solutions. Web based is definately a bonus.
      Given the isbn may of these systems will fill out the book info for you.

    3. Re:keep it simple by durrr · · Score: 2

      Check in by having a high-res with flash picture of your face taken. Then ensure that every corner is covered by cameras to allow seamless tracking of individuals. Each shelf also ought to have enough camera coverage to identify books either by position or appearance.
      That way you could even track books that are removed and replaced in the wrong position.

      All you need is a lesser supercomputer and someone selling decent framerate high-res IP cams in bulk.

    4. Re:keep it simple by zehnra · · Score: 1

      I'll second Koha. It's pretty easy to stand up, runs on a MySQL backend, and is fairly feature-rich.

    5. Re:keep it simple by Count+Fenring · · Score: 1

      This.

      Also, Access is a terrible solution - it scales so poorly that it will become felt the minute you need TWO (2, one plus one) people to have simultaneous access to the records. It doesn't even support per-entry locks. Terrible.

      - A Library Sciences Grad

    6. Re:keep it simple by Anonymous Coward · · Score: 0

      Totally right!! There are many options for it, so I would choose one of ILS suppliers for it. There are so many, Koha is one of them.. Just look at the options they have and see what is most applicable in your library. If you make your own you will probably never be able to do interlibrary loans (don't know if you might want to do that, but to keep all options open..).

      You also talk about self service / library automation. With an ILS you don't directly have this. You will only have an functional database. Then you need an integrator for the check-out/-in stations or whatever you want to use.. Here we have experience with the company Nedap: www.nedaplibrix.com

      Also keep in mind that the ILS needs to have a SIP2 / NCIP connection to be able to transfer the data from the database to normal text on the screen..

      good luck with it..

    7. Re:keep it simple by Anonymous Coward · · Score: 0

      I hate you and the entire IT world too.

    8. Re:keep it simple by LWATCDR · · Score: 1

      If you have Access which is not super cheap.

      If you want to roll your own then you have a LOT of options.
      The first question is what do you know?
      Single user or network?
      If you are going the network route and want to do client server I can think of a few ways to go.
      Backed MySQL or PostgreSQL I am a fan of PostgreSQL myself. For a small library a Pentium 3 machine that no one wants running say Ubuntu Server edition will work fine as a server. The data base will be tiny so so you could use a few drives that no one wants because they are too small and set up a RAID 1 with them. If it has a USB port a Flash drive will be big enough to hold the database so you could just stick a flash drive on the back and have it do nightly automated backups. People don't understand just how small a database that is just text can be compared to modern storage.

      For the front end you again have a lot of options. Java is works well for this kind of application and Netbeans is a good free ide for it. Plus it will run on everything.
      You could use Python if you wish.
      Or you could make it all web based. HTML + Perl/Python/PHP/Ruby would also work.
      Single user? Well Java+SQLite, or VB, or C# or Python or Perl or Ruby with SQLlite on Windows or Linux will do as well.
      All of this is just if YOU want to do it. There are probably any number of FOSS packages out their on the market that you can use. Some times people do like to roll their own and this would be a pretty simple project yet fun project for someone that is interested.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    9. Re:keep it simple by Anonymous Coward · · Score: 0

      Its a church library! Do you really think they will have a line at the checkout?

    10. Re:keep it simple by Count+Fenring · · Score: 2

      No, but they might have one person putting entries in, and one person checking out books. I've seen that workflow at very small (single room) libraries.

      And even if they never have more than one person working on it, Access is just kind of terrible. It also would require a lot of custom work to provide "a complete solution for both administration and self-checkout; label printing, checkout receipts, and so on" on top of it, especially in a way that was convenient to the librarians and patrons.

      Basically, I separately think that Access is a poor solution to this problem AND a poor solution to any problem. Honestly, just about anything is better - they'd basically be just as well off using a spreadsheet, for all the value Access has.

    11. Re:keep it simple by jscotta44 · · Score: 1

      Completely agree. Only use Access if it is the ONLY solution available to you – including not having access to paper and pencil. I've seen nothing but problems from systems that started out as just small solutions. They tend to grow over time and Access is a real pain in the back-side.

    12. Re:keep it simple by MickLinux · · Score: 1

      I'll Third Koha. Back in Lithuania, when we were considering trying to get our prepublishing business involved in it, I went ahead and installed a system on my Debian computer. It worked.

      I'm no major tech -- I have trouble nowadays figuring out how to program my computer [did C and DOS-debug ASM back in the day, but haven't done much more then M$ excel in the last 10].

      Koha is about as easy as it got back then, and I'd imagine it's matured since then.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    13. Re:keep it simple by Count+Fenring · · Score: 1

      The single data point of one master's degree doesn't actually give you anywhere near enough information as to whether someone has the technical wherewithal to make a judgement. For instance, a classmate of mine was previously a database programmer for Amazon, and another classmate developed software for a living in the medical sector. I'm currently making a living doing web development, which I don't mention as any sort of credential, but merely to point out that, the library field being not particularly fond of hiring.

      Additionally, it doesn't actually require in depth knowledge of programming and computer science to make judgements on the suitability of tools for maintaining particular collections of data. It requires a certain amount of technical aptitude, and a knowledge of the capabilities and features of the respective tools. And it's far from worthless to have seen the tools being considered in action in the context being discussed, and having a solid understandings of the "business requirements" of the environment at hand.

      TL;DR version - stop trying to use your unproven status as a computer scientist to prevent people from talking about any aspect of computers or computation. It's childish, rude, and it makes you look like a jackass.

    14. Re:keep it simple by Count+Fenring · · Score: 1

      Corrected version: late hours occasionally make for poor proofreading.

      The single data point of one master's degree doesn't actually give you anywhere near enough information to make a judgement on someone's technical competence. For instance, one classmate of mine worked previously as a database programmer for Amazon, and another classmate developed software for a living in the medical sector. I'm currently making a living doing web development, which I don't mention as any sort of credential; I merely want to point out that technical people do, in fact, go into library school on occasion. And before you pull some "Only the mediocre/lame ones" bullshit, well, how much technical excellence do you think is required to make judgements about Access versus other tools for managing data? You don't have to be Donald Knuth to have opinions about Microsoft Access.

      Additionally, it doesn't actually require in depth knowledge of programming and computer science to make judgements on the suitability of tools for maintaining particular collections of data. It requires a certain amount of technical aptitude, and a knowledge of the capabilities and features of the respective tools. And it's far from worthless to have seen the tools being considered in action in the context being discussed, and having a solid understandings of the "business requirements" of the environment at hand.

      TL;DR version - stop trying to use your unproven status as a computer scientist to prevent people from talking about any aspect of computers or computation. It's childish, rude, and it makes you look like a jackass.

    15. Re:keep it simple by sprint907 · · Score: 0

      Go to any Indian college CS final project and you will find a "Library Automation system" project

    16. Re:keep it simple by tehcyder · · Score: 1

      The one word comment "This" always reminds me of a "me too!" posting from AOL in the 90s.

      Also, we're tlking about a small church library, not some major website with thousands of queries a second, so Access is perfectly adequate.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    17. Re:keep it simple by Count+Fenring · · Score: 1

      Weird - while I was briefly on AOL in the 90s, I always associate it with current LJ. That's probably where I picked it up.

      And I certainly wasn't saying that Access wasn't adequate - it has enough functionality, sure. It's just significantly worse than free tools available, including some with similar learning curve. It also requires a lot of extra work to get to the functionality mentioned in the OP.

  2. Start with the basics by Karmashock · · Score: 5, Insightful

    I don't know how small your library is but if it's large enough to warrant a card catalog then I'd suggest first putting all the books in the correct order and making sure the card catalog is accurate. dewey decimal system is your friend here.

    Once you have that down and not before, you can set up a basic database for your books.

    See if this works... first hit on google:
    http://www.primasoft.com/pro_software/library_software_pro.htm

    245 dollars for a complete package is dead cheap. This is a way better idea then programming your own access database. Do that if you're a bigger library or want customization. You probably don't care.

    Look around for some sort of complete all in one package. I just posted the first hit on google for this stuff. They have demos... try it out. Apparently they have barcode compatibility which will make check in and out a lot simpler.

    But all of that said... the books have to be in order and the card catalog has to be accurate. If people are going to procrastinate about organizing the books until the software is installed then do it backwards. But that's way more important then the database. A library with the books out of order is dysfunctional unless it's tiny.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    1. Re:Start with the basics by dskzero · · Score: 1

      Already at 5, but this is a good idea. While a library management software would be really easy to code, you do need to know how to code and how to code well. Spending 245 bucks into something that will make your business better is not a big investment that can nonetheless pay back a lot. So take the safe route.

      --
      Oblivion Awaits
    2. Re:Start with the basics by Anonymous Coward · · Score: 0

      Totally agree with the parent here, in that it is very important that you take your card catalog and verify it is correct/matches your inventory. This is a highly important step that you should not miss with any solution that you take!

      I think a lot of people are going to forget to tell you this, but you pretty much are doing it backwards if you step up the database and then verify your inventory.

      Seriously, if you do any one thing, follow the parents advice here! This comment should be mod up to 11, that's how important it is to verify first!

    3. Re:Start with the basics by BitterOak · · Score: 1

      But all of that said... the books have to be in order and the card catalog has to be accurate. If people are going to procrastinate about organizing the books until the software is installed then do it backwards. But that's way more important then the database. A library with the books out of order is dysfunctional unless it's tiny.

      Actually, the software can help tremendously in getting the books in order. Most ILS systems have the capability to download MARC records for all the books, which automates the process of cataloguing. Good software will not only print the barcode stickers, but also the catalog stickers for the spine of the book, which you then use in shelving.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    4. Re:Start with the basics by Karmashock · · Score: 1

      I hadn't thought of that. You're right of course. If the software will also identify the books and categorize them for you then by all means. Use that instead.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  3. If the card catalogue went unused... by Viol8 · · Score: 4, Insightful

    ... what makes you think people will bother learning and using an even more complicated electronic system? Non univerisity library users (generally) tend to be the older generation. They don't have the ooo-shiny! approach to computers so if its a hassle they won't use it. End of.

    1. Re:If the card catalogue went unused... by Kozz · · Score: 1

      ... what makes you think people will bother learning and using an even more complicated electronic system? Non univerisity library users (generally) tend to be the older generation. They don't have the ooo-shiny! approach to computers so if its a hassle they won't use it. End of.

      (submitter here): Well, the card catalog is largely a system for classification and to help you locate books, to know what you've got, and where it is. In our system, it's actually probably even smaller than everyone is thinking -- imagine a 12x20ft room with shelves from floor to ceiling, and half of them could be empty, depending on how tightly we packed each shelf. This is the reason most people walk in and can, for the most part, easily browse to find something they're interested in or are looking for.

      I mentioned the card catalog because it was indicative of the only kind of actual "system" being used. The computer system would be something that helps us know not only what we've got, but what's out and who's got it. We'd hopefully have a labeling system, barcode scanner, member cards/barcodes, printer but we ALSO would like the computerized system to be somewhat secured (both software and hardware, if possible). I recently set up a Windows 7 server which is actually rather overpowered for their (present) needs, but could easily run some library software from within the "server closet" and could run some cable to a thin client, but I'd also want that thin client to be extremely locked-down as possible, permitting only interaction with the library application(s).

      --
      I only post comments when someone on the internet is wrong.
    2. Re:If the card catalogue went unused... by Count+Fenring · · Score: 1

      Except that people use electronic catalogs all the time. The reason people don't use card catalogs anymore is that they're used to having search functionality.

    3. Re:If the card catalogue went unused... by Anonymous Coward · · Score: 0

      Koha will do everything you mentioned above. Barcodes, Checkouts or Self Checkouts. It's web based so any computer with Only a browser can use it.
      The Client Side (user interface) is simple. It supports things like, browsing by category, tag clouds, many others.. Label Printing, etc..
      Support for Marc records is important, that allows you to download the book info from other major libraries, using x509, with the ISBN or title.
      Stick with dewey decimal, it works for collections of any size, and it is simple to learn.
      There are standalone intallation packages to get you going quickly. You could also run it from a VM if your more comfortable on windows.
      It will Catalogue anything, not just books - CD's, or any resource material.
      It will probablly do alot more than you need, but those part can be totally ignored. We have used it in small businesses and small research facilites with great success.

  4. Koha? by hazem · · Score: 4, Informative

    I've never used it myself, but I once worked with a librarian who tried out Koha and found it pretty feature-full.

    http://www.koha.org/

    It might be a bit of overkill, but it has a large user-base and probably has every feature you could want.

    1. Re:Koha? by Anonymous Coward · · Score: 2, Interesting

      I suggest you use PMB instead. It's very simple to install (php based) and after an hour of work, you should already be encoding new books.
      Avoid Koha like the pleague. It's very powerful, but the install process can take days of work for a unix guru.
      The community is very active and helpful. Koha people will ask you to RTFM or hire them.

      (Having worked as tech support for my librarian gf who studied the differences between the two, I can tell you I don't invent this).

    2. Re:Koha? by Anonymous Coward · · Score: 0

      from http://en.wikipedia.org/wiki/Koha_(software):
      "In 2009 a dispute arose between LibLime and other members of the Koha community. The dispute centred on LibLime's apparent reluctance to be inclusive with the content of the http://koha.org/ sites and the non-contribution of software patches back to the community. A number of participants declared that they believed that LibLime had forked the software and the community.[9][10][11][12][13][14] A separate web presence, source code repository and community was established at http://koha-community.org/ . The fork continued after March 2010, when LibLime was purchased by PTFS."

      So if you value FOSS, go for http://koha-community.org/ instead.

    3. Re:Koha? by dingram17 · · Score: 5, Informative

      If you are going to use Koha, I suggest going to the community based library that developed it, not the company that grabbed the source and grabbed trademarks all around the world. The 'original' developers are at http://koha-community.org/. LibLime (the other guys) have even tried to stop the Koha developers using the name Koha - the very name they came up with. Koha is Maori for 'treasure', and this free software is certainly a treasure for libraries that don't want to spend a fortune on software.

    4. Re:Koha? by Anonymous Coward · · Score: 0

      The link is actually http://www.koha-community.org; koha.org is now the home of a single support company's fork of the software. See http://yro.slashdot.org/story/11/11/22/2252238/small-oss-library-project-battles-us-corporation for previous Slashdot coverage on this issue.

      Koha is a great piece of software, but yes, it may be overkill for your needs. The community surrounding Koha is top-notch, though, and would happily help you figure out if your needs and Koha's features are a good match. Try http://koha-community.org/support/ for various ways to get in touch with us (full disclosure: I'm a developer on this project).

      Best part: Koha is completely, 100% free and open source.

    5. Re:Koha? by geezer+nerd · · Score: 2

      I have not used Koha either, but it has a reputation of being a very usable solution for libraries, large and small. It is FOSS, too (GPLv2).

      Koha originated in New Zealand, and the Maori word koha means "gift", in line with FOSS. Liblime is a US company which offers service and support for Koha.

    6. Re:Koha? by Anonymous Coward · · Score: 0

      Just a note (from the Koha Documentation Manager) that that URL is wrong. Koha can be downloaded at http://koha-community.org and is used by many small libraries around the world.

    7. Re:Koha? by Count+Fenring · · Score: 1

      Koha is a little bit of a bear compared to "drop and serve" php apps, but it's not "days of work for a unix guru." I'm a web developer, and with hobbyist level sysadmin skills, and I got it done in a couple of hours, most of which was working on my first-ever Apache virtualhost setup because I was already running my website on the same host.

      Can't comment on the community, but the docs are pretty useful.

    8. Re:Koha? by rootchick · · Score: 2

      Actually, if you don't mind running a vm, my cohort Kyle has created a Koha virtual appliance available here: http://millruntech.com/koha/koha-virtual-appliances You can also set up Koha with self checkout. And I have to say I think your statement about Koha people is inaccurate. Just have a look at the very active mailing list archives to see otherwise. Occasionally you may have that but overall Koha folks are very willing to help.

    9. Re:Koha? by Anonymous Coward · · Score: 0

      Thats Liblime's koha and a fork from the original koha as well as a company that took and open source program and tried to brand it as there own. Huge drama behind that for the librarians that use it, Also offered to host everything and then took all the content.

      would suggest http://koha-community.org/download-koha/

    10. Re:Koha? by Guiness17 · · Score: 1

      Koha is something I use everyday at my small town library. It is a great resource for a library that needs to be tied to other libraries for cataloguing etc. As hazem said it would be overkill for sure. But for a one off collection I would suggest Winnebago Spectrum. I have also used that system in another library and it was the perfect thing to manage a small collection, and is used quite frequently by school libraries.

      --
      Imagine for a moment a world without hypothetical situations...
    11. Re:Koha? by jrumney · · Score: 1

      Koha is Maori for 'treasure'

      Koha is Maori for donation. Treasure would be taonga.

    12. Re:Koha? by Anonymous Coward · · Score: 0

      koha.org is a vendor specific site.

      Please visit koha-community.org for the official Koha.

  5. 3M SelfCheck Systems by kassah · · Score: 2

    3M SelfCheck System (BCS-Series) is what I've seen some libraries use. May not fit your situation cost wise, and definitally isn't FOSS.

  6. Go completely digital! by martin-boundary · · Score: 0
    If you scan all the works and make them available as electronic books (*), then you don't have to bother with patrons returning their copy at all. Saves a lot of bureaucratic busywork and data entry.

    As is often the case, embracing a technology completely to its logical end brings new advantages.

    (*) This will make Jesus cry. Don't do it. Unless you live in a drought affected area. Then you should probably do it for the good of the neighbouring farmers, but he'll kick your ass when you hit the pearly gates.

    1. Re:Go completely digital! by Dr_Barnowl · · Score: 2

      I've noticed that the copyright holders of religious material are some of the most zealous about demanding their royalties, even to the point of performance rights for hymns, etc.

      They would definitely not like this.

    2. Re:Go completely digital! by martin-boundary · · Score: 1

      I was assuming most of the authors would be dead already (ie 18th/19th century works - there's a lot of religious material written during that time). IIRC in the US, anything before 1923 is fair game.

    3. Re:Go completely digital! by migla · · Score: 5, Insightful

      Why would scanning and ebooks make Jesus cry?

      Isn't he the guy who copied all that fish and bread and distributed it for free to all those hungry people?

      That's kind of like we now copy and distribute knowledge, information and culture for free to people starved to learn and enjoy culture?

      I imagine the bakers and the fishers industry associations of judea (BIAJ and FIAJ, respectively) were real pissed back then .

      If we can give knowledge, information and culture to people for free, we obviously should, just as we should copy the fishes and the bread to feed the hungry if we had the power.

      --
      Some of my favourite people are from th US; Vonnegut, Chomsky, Bill Hicks.
    4. Re:Go completely digital! by fractoid · · Score: 4, Funny

      You wouldn't download a wine cask.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    5. Re:Go completely digital! by PolygamousRanchKid+ · · Score: 1

      I was assuming most of the authors would be dead already

      Some dead folks tend to make a lot of money: Elvis and Bob Marley, for example. They generate millions every year, despite the fact that they are really quite dead. Amy Winehouse has just joined their choir. Lawyers get the most of it, though.

      Even Monty Python's parrot is still making money, and no, he is not resting . . .

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    6. Re:Go completely digital! by adamchou · · Score: 3, Funny

      speak for yourself. i would download a whole fucking winery if i could

    7. Re:Go completely digital! by Anonymous Coward · · Score: 1

      I'll drink to that!

    8. Re:Go completely digital! by Anonymous Coward · · Score: 0

      AMEN!!

    9. Re:Go completely digital! by Hognoxious · · Score: 2

      Amen Winecask? If there isn't a tribute act by that name, there should be.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    10. Re:Go completely digital! by Anonymous Coward · · Score: 0

      Anything before 1923 is fair game even if the author is still alive. Reality is that your average parishioner is not looking to check out an 18th century work on theology, they are looking to check out something on natural family planning, Chicken Soup for the Christian Soul, or some other recently written material.

    11. Re:Go completely digital! by gnapster · · Score: 2

      B-b-but, Elvis is alive!

    12. Re:Go completely digital! by Anonymous Coward · · Score: 0

      Sure, but you have to drink it in a Winehouse.

  7. Can anyone set up a lending library? by montyzooooma · · Score: 2

    I ask because the public library services pays a yearly fee and the small print in most books prohibits lending without permission. Just throwing that out there. I'd say go for it, but I lack moral guidance.

    1. Re:Can anyone set up a lending library? by Anonymous Coward · · Score: 1

      Meet my friend Mr. First Sale Doctrine.

    2. Re:Can anyone set up a lending library? by PolygamousRanchKid+ · · Score: 2

      It depends where your library lives. Some countries have royalty fee Public Lending Right programs: http://en.wikipedia.org/wiki/Public_Lending_Right

      Others don't.

      Big Media suing Small Church isn't exactly good PR. Especially since all the stuff in a church library is mostly His Words. But Big Media has a big enough Ego to sue God.

      Big Media doesn't like books, because they can be transferred too easily without proper DRM tracking. Which is why books will be made illegal. Fire Departments will soon be tasked with burning them safely. Books will be classified, transcribed, and stored in one of the major corporate computer banks.

      Maybe I could write a story (not a book!) about this . . .

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    3. Re:Can anyone set up a lending library? by Anonymous Coward · · Score: 0

      Especially since all the stuff in a church library is mostly His Words.

      And since the copyright duration is "life of author + 70 years" currently ... :P

      Although, if we listen to Nietzsche, God is dead. (Or was that Trent Reznor?)
       

    4. Re:Can anyone set up a lending library? by Anonymous Coward · · Score: 0

      You must be thinking of one of the Beatles albums. Truly Satanic stuff. In fact, if you listen to one of their albums backwards, you'll hear the following incantation from the Dark Lord Himself: smubla rieht fo eno

      I am not making this stuff up. Ignore it at your soul's peril.

    5. Re:Can anyone set up a lending library? by Anonymous Coward · · Score: 0

      Call me an idiot, but is there not laws that protect institutions that are serving the public at large? I mean seriously, if we don't have a law that says libraries are exempt from copyright and the local government (mayor, city consul) will be the ultimate say in what is and what isn't a library; we are in serious need of one.

    6. Re:Can anyone set up a lending library? by BitterOak · · Score: 1

      It depends where your library lives. Some countries have royalty fee Public Lending Right programs: http://en.wikipedia.org/wiki/Public_Lending_Right

      Others don't.

      Although the poster doesn't mention the country where they are located, it might be useful to note that the First Sale Doctrine in the United States means that libraries don't have to pay any royalty or PLR fee to lend books at all. So, if you're in the US, anyone can start up a library.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
  8. Don't bother, paper is good enough by Anonymous Coward · · Score: 1

    Tech isn't needed everywhere.

  9. Library automation by Anonymous Coward · · Score: 0

    What's up with library automation? Is it good or is it whack?

  10. Evergreen by Georgia Public Libraries by C0L0PH0N · · Score: 5, Informative

    The "Evergreen" library system is free and open source, and was initiated by the Georgia Public Library System in 2006, and is currently in use by over 850 libraries, including a "parish" library. You can check it out here: http://open-ils.org/about.php. The site also has a link to a showcase of libraries already running, and on the Internet. The "client" runs on Windows, Mac or Linux. I think the server runs on Linux.

    1. Re:Evergreen by Georgia Public Libraries by migla · · Score: 5, Informative

      I noticed that the FAQ about Evergreen states the following:

      "Evergreen was designed from the ground up to meet the needs of a very large (more than 270-member) library lending consortium whose members collaborate but are not in lockstep on policies. Evergreen needed to be able to handle large indexing and transaction loads while supporting highly-configurable policies for each member library. "

      Also the above mentioned KOHA seems to flaunt very complex features (not that these two would then necessarily be complicated or overkill).

      Openbiblio, claims to be targeted at smaller libraries.
      http://obiblio.sourceforge.net/

      I don't know anything about any of these, but maybe worth a look.

      From the main site, it doesn't look like much is happening, but a post in the dev part of the forums indicates a new version is being worked on.

      --
      Some of my favourite people are from th US; Vonnegut, Chomsky, Bill Hicks.
    2. Re:Evergreen by Georgia Public Libraries by Anonymous Coward · · Score: 0

      Also the above mentioned KOHA seems to flaunt very complex features (not that these two would then necessarily be complicated or overkill).

      You don't know what you're talking about, right?

    3. Re:Evergreen by Georgia Public Libraries by Anonymous Coward · · Score: 0

      I would not recommend Evergreen for this type of situation. It is a very large and complex piece of software. The only good part is that it is in constant development because of KCLS in Seattle and Sitka in BC investing heavily in it.

    4. Re:Evergreen by Georgia Public Libraries by migla · · Score: 1

      What do you mean?

      Do you mean that I don't know what I'm talking about stating that I don't know if said complexity might be suboptimal for a small outfit, meaning that I actually do know that? If so, then thanks, maybe.

      I try to appear humble and understated at times, so I apprechiate you stepping up to proclaim "No! You don't know what your talking 'bout when you say you don't know what you're talking 'bout!".

      In reality, though, I don't know. I was just googling and wikipediaing about the question at hand, reporting on what I came across.

      Or am I just saying that?

      --
      Some of my favourite people are from th US; Vonnegut, Chomsky, Bill Hicks.
  11. Keep it really simple by stevelinton · · Score: 1

    Just put a webcam where it can see people taking and removing books and record low-rate video.

    No one has to change what they do, but you have a record if a book is not returned.

    1. Re:Keep it really simple by Count+Fenring · · Score: 1

      And you're going to store these vast amounts of low-rate video where? How long are you going to keep them? Who is going to review the vast amounts of video, keeping copious notes on everyone who takes a book...

    2. Re:Keep it really simple by stevelinton · · Score: 1

      The nice thing is you only need to look at it if anything goes wrong -- a book is missing or damaged, for instance. Otherwise, people carry on using the paper system they're used to. As for storage, a 1TB disk should hold a year or so no problem.

    3. Re:Keep it really simple by Count+Fenring · · Score: 1

      You only need to look at a vast stretch of it if anything goes wrong. And I'm not sure how low-rez you're planning on making the video, while having full coverage of the store AND being able to make out faces AND the titles of books.

      I'm sorry, but this isn't a workable plan. It also doesn't take any of the OP's requirements into account; does this sound like "a complete solution for both administration and self-checkout; label printing, checkout receipts, and so on" to you?

    4. Re:Keep it really simple by Count+Fenring · · Score: 1

      By store I mean library.

  12. librarything.com by ScottyKUtah · · Score: 5, Interesting
    I set up an account with Librarything.com, and we're going through the process of adding all of the books to the website.

    The main advantage of this is that anybody can browse the library's collection anytime they want. On Sunday mornings they flash the URL up on the stage.

    We're still using the paper checkout process though. The old ladies that run the library are 80+ years old, and are former librarians back when Eisenhower was in office. I figure one tech upgrade at a time is all they can handle.

    --
    He who laughs last is at 300 baud.
    1. Re:librarything.com by CymorC · · Score: 1

      LibraryThing is good for this application. It's free, easy to use, has a nice interface, and if you ask politely, you can probably get a group of people to help you enter everything into the site.

    2. Re:librarything.com by Anonymous Coward · · Score: 0

      I'm a librarian (a techie systems librarian), and have been considering the same approach for my church library. While Evergreen and Koha have really robust features...they're both overkill for our church library volunteers (in the same demographic as yours). Just getting all of our materials listed online, where anyone can view titles and descriptions, is a big big deal.

  13. Tellico by water-and-sewer · · Score: 3, Informative

    Why not use something as simple as possible? Keep the card system in place, and track it all using a collection manager like Tellico. I use Tellico for my personal library, which is probably about the size of the library you're managing. I'd say keep the card system in place - you're never going to get people to fill out online forms etc. And then use Tellico to answer the questions "What have I got?," "What's been checked out?" and "to Whom?" Seems like that's all you need at this stage.

    --
    If this were Usenet, I'd killfile the lot of you.
  14. Wikipedia has an article by xof · · Score: 2
  15. Relatively simple solution by Anonymous Coward · · Score: 0

    I worked in a journalism college where we had cameras, batteries, all their accessories, and also computer equipment that could be checked out by students. It was a nightmare trying to keep track of it all on paper.

    What I suggested was we get a barcode reader, and print out small barcodes and affix them to each item. Then we made a filemaker database of all the items, and all the students. Now all we have to do is scan the items and hit "complete" and it checks them out, gives us an overview of what we have and when things should be back, and automatically emails the students 2 days before the items are due back.

    Really simple and pretty cheap to do. I think all in all we spent $150 on the reader and the paper we already had.

  16. if it aint broke by decora · · Score: 1

    dont computerize it

    1. Re:if it aint broke by Asic+Eng · · Score: 1

      It probably is, though. I suspect people borrow books, forget the due date or even that they have it, and the "librarians" are stuck with a large box of cards and no idea which refer to books that are due and which aren't. When someone returns a book they need to go through all the lending cards until you find the right one. If you can't find it - maybe the lender has forgotten to fill it in, or it was confused with one by another lender on return or ..

      Basically they don't have an accurate record which books are due, which are on loan and who has it. Fixing that paper-based is possible (using the card catalog), but difficult to teach people and error-prone.

      If they had a scanner to scan the bar code of a book and the bar code of the library card - that should be easy for the lenders and help the librarians to locate overdue or missing books.

  17. If not too extensive... by coldmist · · Score: 1

    I have used MediaMan in the past, and enjoyed what it brought to the table. http://www.imediaman.com/products/mediaman.html

    It supports flagging books as loaned out to person X, etc. It can export the database as a website so people can hit a web page to know if a book is in or out, etc.

    They have a server product, but I've never used it.

    I'm not associated with the project, just a user of it.

    Other similar media organizers probably exist too, depending on how "formal" you want the experience to be, and if other people will touch the computer or not (ie you will enter the information into the computer once a day or something).

    Search for Koha, it seems like the 'professional' tool for the job, if you want to go that far.

    --
    Don't steal. The government hates competition.
  18. i can set you up with Voyager by decora · · Score: 1, Offtopic

    how about a nice Oracle license to go with it? as part of this special slashdot offer, this amazing software can be yours for the low, low price of only $4999.99. But wait! There's more. If you call now.... you will get not only a one hundred, but a two hundred seat license! That's more than enough for any small church! Act fast, this offer is only good for the next 24 hours!

    1. Re:i can set you up with Voyager by BitterOak · · Score: 1

      Actually, Evergreen, which the parent was recommending is backed by the free PostgreSQL database, rather than Oracle. My university library recently switched from Voyager to an Evergreen derived system for that very reason.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
  19. Small? Checkout based on trust? Delicious Library. by Qbertino · · Score: 4, Informative

    If your library is small and you have no tracking what-so-ever installed, or only trust-based tracking, Delicious Library might be the right thing. It's a personal solution focussing on private collections, but it is very fun and easy to use, supports barcode scanning with simple webcams and retrieves its item/katalog data via the web by scraping amazon and other sources when adding items, so you'll save yourself the hassle of data entry.

    Even if you use a different solution in the end, the data retrieval system might be worth looking at, to save yourself data-entry headaches.

    My 2 cents.

    --
    We suffer more in our imagination than in reality. - Seneca
  20. Use barcodes.. by tramp · · Score: 1

    Every book a barcode and every usercard a barcode. The only thing people has to do is scanning their usercard first and then the books they lend. When they return their books you do not even need to scan the usercard. It is the system our local library uses and it is a quite big one so it should work for a small one too.

    1. Re:Use barcodes.. by Anonymous Coward · · Score: 1

      Barcodes - genius!

      Just leaves the trivial matter of the backend system. How about a database? My local library uses a database so that should work in this situation too

    2. Re:Use barcodes.. by Anonymous Coward · · Score: 0

      Where are my Funny modpoints when I need them?

    3. Re:Use barcodes.. by Anonymous Coward · · Score: 0

      Seconding this. Also, if you're going to use barcodes make sure they're printed to specification. You wouldn't believe how many people use software to generate barcodes and don't leave enough quiet area around the barcode. Even more people use ink-jet or laser printers and overburn the barcodes.

  21. What I read first, was ... by Mark+Trade · · Score: 1

    "Tech for a Small Liberation Army". %-)

  22. We did it too by Anonymous Coward · · Score: 0

    I volunteer in medium size church library (~10,000 books and CDs). We were in the same situation about 12 years ago. A friend of mine wrote a program in VB. It covers everything you are asking for. He's a contract programmer. I know he has sold a few copies to other church and school libraries. Not sure how much he charges. Contact him and he can probably send you a demo. You can make your own categories, print reciepts, print library cards, bar codes, etc. Give him a call.
    http://www.infinitysystems.biz/index.html

  23. Re:As the tech guy at a church by dingen · · Score: 0

    Since when do you need faith to *not* believe something? Why would you believe anything until it has been proven to be so?

    --
    Pretty good is actually pretty bad.
  24. Dymo printers by Anonymous Coward · · Score: 0

    If you're creating a custom solution, the Dymo Labelwriter series of label printers with their continuous receipt paper is great for reminder slips. I have used them in many applications.

  25. Re:Small? Checkout based on trust? Delicious Libra by ninetyninebottles · · Score: 1

    ...Delicious Library might be the right thing...

    Seconded. If you're looking for something really, really simple and easy to use for people that are not technically expert and you don't mind shelling out for an old Mac Mini and $35 for the software; this is a really solid choice. From a usability point of view it simply blows everything else out of the water.

  26. Re:As the tech guy at a church by Anonymous Coward · · Score: 0

    Atheism is often described as "the belief that there is no god". If you feel that the whole question is irrelevant or unknowable then agnostic is a better discription.

  27. Re:As the tech guy at a church by Anonymous Coward · · Score: 0

    Why would you believe anything until it has been proven to be so?

    Looks like someone needs to take Philosophy 101. Scientific proof is available for few things in the human experience. Most of the time one is forced to rely on suppositions. While continual self-examination is valuable, there's as much support for classical theism as for most issues of epistemology.

  28. Our church uses.... by Anonymous Coward · · Score: 1

    We have a small one room library, and we use two programs by booksys.com. They are ezCat and Concourse. I don't use the software personally, but the staff seems happy enough with them.

  29. Scientific proof by GeneralSunTzu · · Score: 0

    You state: "Scientific proof is available for few things in the human experience.".
    Really?
    Like e.g. the entire corpus of experimental physics, astronomy, biology, etc.
    You do need to take Basic Science for Freshmen 101...
    It would be perhaps best avoiding to repeate rather stale arguments used by a bunch of illiterate theists. They carry no weight.

    --
    The Force actually is with me.
    1. Re:Scientific proof by Anonymous Coward · · Score: 1, Insightful

      Like e.g. the entire corpus of experimental physics, astronomy, biology, etc.

      The study of physics and astronomy does not consume any significant portion of the average person's day. Meanwhile, for issues that do normally concern human beings (such as ethics, epistemology, interpretation of texts), the scientific method is not a recourse.

      You do need to take Basic Science for Freshmen 101...

      Any course worth its salt would note that science is only one branch of philosophy, with limited application, and repeat what I said in the above post.

    2. Re:Scientific proof by Tsingi · · Score: 1

      Any course worth its salt would note that science is only one branch of philosophy, with limited application, and repeat what I said in the above post.

      Which is just as much bullshit now as it was then.

    3. Re:Scientific proof by Anonymous Coward · · Score: 0

      Meanwhile, for issues that do normally concern human beings (such as ethics, epistemology, interpretation of texts), the scientific method is not a recourse.

      Right, and that's why we need religious institutions or society will become devoid of good ethics. Well, depends on your definition of ethics I suppose!

  30. code4lib by fak3r · · Score: 1

    Get involved with code4lib http://code4lib.org/about and ask on their mailing list. I see tech solutions have already been suggested, Koha, Evergreen - also look at Blacklight http://projectblacklight.org/, but the knowledge in the code4lib group will be invaluable.

  31. Collectorz by David_USN · · Score: 1

    I used to run a shipboard library while I was in the Navy and used http://www.collectorz.com/book/ It is relatively inexpensive feature filled downloads cover art so patrons of the library can See what is in the library. I don't reccommend this for anything over about 1500 books but it sounds like your library may be smaller than that. I thiink you will be pleased with it.

    1. Re:Collectorz by Anonymous Coward · · Score: 0

      collectorz

  32. Not so - plus a suggestion by JeffTL · · Score: 2

    You're making several inaccurate presumptions. First, non-academic library users do come from all generations. Second, electronic systems are not more complicated than card catalogs from the user perspective -- most libraries find that general use of the library goes up when an electronic catalog is established, due to their making it easier to find materials. As for the topic at hand, if the group is familiar with library automation, I presume that some of them may also be familiar with cataloging enough to be able to make good use of something like Evergreen -- it scales down to small libraries quite well. Delicious Library sounds like a good idea but it can't handle MARC records like you can download from the Library of Congress for many books (or using the Z39.50 protocol, from many other institutions including research libraries), and I've found it to be rather weak on authority control. Evergreen and similar will allow for proper copy cataloguing from LC or other major libraries instead of just Amazon, which Delicious seems to use.

  33. What we use by Anonymous Coward · · Score: 0

    Our public library uses: http://www.tlcdelivers.com - It's probably more than you are looking for, but it offers I'm pretty sure everything you mention.

  34. Cheap and easy.... by Lumpy · · Score: 1

    Buy a old Tape library robot from ebay, instead of tapes make it hold books. now you have a "library in a vending machine" and it will keep those churchies from stealing books or keeping them for months past the return date.

    Bonus points if you make it look like a REDBOX rental vending machine.

    --
    Do not look at laser with remaining good eye.
  35. library softare by vtcodger · · Score: 2

    My only experience with Library software was with Follett's package in a school library with about 8000 items. I do not recommend Follett. It runs fine and user complaints were minimal. As I recall, the database self destructed a couple of times, but reviving the DB was fairly straightforward. On the other hand installation and upgrade were unpleasant. The maintenance instructions verged on incomprehensible and one upgrade required rebuilding the entire data base -- a process that turned out to be appallingly slow. I had to wait for a vacation to do that. And from I'm told it is expensive. Fortunately, it didn't come out of my budget.

    On my last visit to our local library, the librarian -- who was not a fan of Follett either -- told me that they had just upgraded from Follett to an open source product of some sort thereby saving a bundle of money. She was quite enthused about the new software. I didn't have a lot of time, but I did look at the screens a user would encounter and they looked fine. It looks like the program they changed to is Koha. Here's a link to their catalog on line http://brownell.kohavt.org/

    --
    You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
  36. A lot of different options out there by Anonymous Coward · · Score: 1

    There are a ton of software solutions for small libraries out there:
    http://www.capterra.com/library-automation-software
    Evergreen and Koha are definitely overkill for what you need. The paid ones are usually pretty reasonable, based on your user base and come with support. If you just want free and can handle the tech yourself, http://obiblio.sourceforge.net/ has not been updated in a while but should have all the basic tools you need.

    -Librarian

  37. Re:As the tech guy at a church by Asic+Eng · · Score: 1

    Why would you believe anything until it has been proven to be so?

    People generally believe what you tell them - evaluation of what you tell them only comes afterwards. There have been scientific studies investigating that - if you bombard people with statements and don't give them time to analyze them, they'll file them in the "true" category.

    That behavior is basically a requirement - given that we start out knowing very little, we rely on our parent's telling us things which are true. As a result most children believe the religion they are brought up in - because they assume they are told the truth.

    Of course their parents believe they tell them the truth, though statistically it has to be wrong in the majority of cases. (Most religious beliefs are mutually exclusive and there is no majority believing in a single religion.)

    Anyway, you really need to make the effort to re-evaluate something if you had already accepted it as true.

  38. MARC system by Anonymous Coward · · Score: 0

    I'm surprised no-one has mentioned the MARC cataloguing protocol,
    which seems to be the standard at all large libraries,
    in particular the Library of Congress eg http://www.loc.gov/standards/marcxml/,
    which has a lot of online help in the use of the system.
    If I were in charge of a library, I would set up a system
    to enable someone to read the ISBN number of a new book with a barcode reader,
    and then automatically get (and store) the MARC record from the Library of Congress.

    1. Re:MARC system by MickLinux · · Score: 1

      Nobody mentioned it, because MARC is standard with Koha, and almost all the talk has been about Koha. That said, it would be nice if there was a database that Koha could look up: you type in the ISBN, and the Koha program looks it up on the database, and if someone else has already typed it in, then it automatically enters in the MARC data. Anyhow, that was on my wish list back when I tried Koha out. I wonder if it exists.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  39. You get what you pay for by reimero · · Score: 1

    As previous posters have mentioned, ILS software has been done to death, and it's complex enough that it's consolidated down to probably half a dozen to a dozen serious products. There are a couple of FOSS products out there and several that are not. In my experience, the ones that are not are more full-featured and require less configuration and less day-to-day management. I have a preferred ILS vendor I'd recommend (Innovative Interfaces), but they're almost certainly far too expensive (and far too powerful) for a small church library. Personally, I'd contact OCLC and see if they have a low-cost remote solution.

    --

    ----------

    Something clever
  40. Re:Small? Checkout based on trust? Delicious Libra by Anonymous Coward · · Score: 0

    I'll third that vote, delicious makes it dead simple. it uses the built in bar codes for scanning, plus you can publish the available books on a website.

  41. Re:As the tech guy at a church by JackDW · · Score: 1

    What do you mean by "proven"?

    You have an implicit faith that this term is meaningful.

    Really, if you're going to only believe things that are proven, you should believe nothing at all, because everything you imagine to be "proven" ultimately relies on some assumption that is not "proven" and moreover cannot be "proved".

    --
    You're an immobile computer, remember?
  42. What problem are you trying to solve? by Anonymous Coward · · Score: 0

    Technology for sake of technology is stupid. Are you having theft? Are people abusing the system?

  43. I think you need a librarian more than a system by Rob+the+Bold · · Score: 4, Insightful

    When a church -- or other small organization's -- library falls into disorder, it's usually because the little old lady, who served as the volunteer librarian since she was middle aged, has gone to her reward.

    Unfortunately, no amount of automation can make up for this. Your system -- no matter how advanced, primitive, simple or whatever -- really requires an owner. Without this, it will fall into disorder just as the previous one did and you'll be back to square one.

    If you can't find a new volunteer librarian, don't do it. You'll spend most of your time cataloging, and then entropy will take over.

    --
    I am not a crackpot.
    1. Re:I think you need a librarian more than a system by Dynedain · · Score: 1

      Bingo. Mod this up.

      Any cataloging system (library or otherwise) will eventually rot if there is no-one to own and maintain it, ensuring that the data matches the real world.

      This is why retailers have monthly inventories. No matter how good your system is, if it's not physically attached to the objects being tracked (and sometime even then) then discrepancies between the physical objects and the catalog will creep into place until it reaches the same out-of-date situation the submitter finds themselves in now.

      --
      I'm out of my mind right now, but feel free to leave a message.....
  44. Re:As the tech guy at a church by Tsingi · · Score: 1

    You seem to be the unreasonable, with a lack of sense and reality. Neither atheism or theism have any particularly strong claim to truth. Both require aspects of faith. Atheism requires faith that there isn't some power beyond our comprehension and ability to examine, and theism requires there is.

    Lemme see if I get this. Theisim requires faith. Faith to believe in something for which there is no real evidence.

    Atheism, requires faith. Faith to NOT believe in something for which there is no evidence.

    ...

    Nope, still don't get it, please explain further.

  45. cranck it up by Anonymous Coward · · Score: 0

    The cards are a good solution, maybe it need some enhancement.
    Check if my proposition fits

    Let assume you lend books that have to be returned in a week
    Grab 4 boxes and label them 1 to 4, make a cut on then to resemble an old mailbox.
    Buy some card plastic holders (roughly one per book).
    Buy some paper cards (2 per book)
    In both cases buy some extra holders and cards for good meassure.
    Attach with glue a holder to each book
    fill a card with the book data, title, ISBN, dewey code etc.
    put the card on the book's holder
    mark some cards with a big 1, some with a Big 2 and so on, one bunch
    per mailbox.
    now we are ready to business.

    Put the mailbox marked one in the library, put a stack of card marked "one" above the mailbox.

    Auto lending process
    The "customer" picks their book of choice, take the book's card out of the
    holder and replaces it for one taken from the stack above the mailbox.
    The customer puts the book's card in a plastic holder along with his library card
    (If she can have more than one book, give her more than one id card)

    Put the holder inside mailbox

    Returnig books
    Look for the book's card in the mailbox indicated in it's "LABEL CARD",
    exchange them, return book to shelf.
    Return library id to "customer"

    Controlling due books
    When you reach end of week one
    Take the remaining holders of mailbox one, these are due books
    use the library id to ask for returns
    put the holders back into the mailbox, they should stay there until returned.

    Put mailbox number 2 with it's 2 labeled cards

    What books are out the door?
    Those whose cards are in the boxes

    Who have these books?
    The people whose id is along the book card

  46. Re:As the tech guy at a church by Tsingi · · Score: 0

    Atheism is often described as "the belief that there is no god". If you feel that the whole question is irrelevant or unknowable then agnostic is a better discription.

    What if you believe the whole concept to be preposterous, and hold it up as peer to all of the other infinite amount of preposterous things that you could spend your whole life thinking up and still not convince people that it is silly to believe in things for which there are no evidence?

    I typed that whole thing in one breath!

  47. Re:As the tech guy at a church by dingen · · Score: 1

    What do you mean by "proven"?

    I simply mean sufficient evidence or argument for the truth of a proposition. Lots of things can be proven.

    --
    Pretty good is actually pretty bad.
  48. Some reviews and suggestions: calibre or gcstar by anarcat · · Score: 1

    I happened to have scanned my modest book library here (~500 items) with GCstar, which works pretty well. It can download covers and details from Amazon and so on, based on the ISBN (although the latest version in Debian fails to do that properly for some reason). Before deciding on GCstar, I had evaluated multiple solutions, including Koha and custom-based solutions, none of which being simple enough for my uses, which made me settle on GCstar... The full details of the evaluation are in the Koumbit wiki.

    Since then I have started looking into e-book readers, and family have pointed me to Calibre, a e-book management software. Now it's not necessarily very good with real libraries, but since I am likely to get such a device in the near future (and therefore accumulate digital books), this looks like a very good choice, especially since it seems to have a more complete interface (especially for batch entering ISBN numbers) and a more robust engine to talk with Amazon and friends. It also seems to be better maintained and have a stronger community.

    I am not sure that is so helpful in your case, but I thought I could chime in since, well, I have a small library and most of the work is automated. :) Just need to punch in the ISBN number and choose who to lease the book to (something I will do in a custom field in Calibre). A "standard" barcode reader (that behaves like a keyboard, basically) and judicious use of keyboard shortcuts should do the trick if you are really concerned about speed.

    --
    Semantics is the gravity of abstraction
  49. Bar code scanner by flyingfsck · · Score: 1

    You could type the ISBN into a label using a bar code font and use a simple inventory control program with a bar code scanner, or you could go the whole library software hog and work the problem to death.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  50. Re:As the tech guy at a church by dingen · · Score: 0

    I completely miss the point of believing that something is or is not if there is no observation or other hint whatsoever to support either claim. You can call that agnostic, but I think it's just common sense. You don't burden yourself with the question of whether other random things exist or not, so why would you question the existence of god?

    --
    Pretty good is actually pretty bad.
  51. Re:As the tech guy at a church by Tsingi · · Score: 1, Insightful

    >Really, if you're going to only believe things that are proven, you should believe nothing at all, because everything you imagine to be "proven" ultimately relies on some assumption that is not "proven" and moreover cannot be "proved".

    Now this is a fine example of the kind of logic that an apologist must resort to in order to set the groundwork for proof that there is a god. Basically it sets you up for the next argument which will tell you that the existence of a god, given that nothing can actually be proven or disproven, is equally likely. Which is bullshit. The existence of a god is still as near to impossible that anything can get even if you accept that nothing can be proven.

  52. YOU need to be backed up by TooTechy · · Score: 1

    Obviously, the library software and data needs to be backed up. Nothing new there.

    But who is going to back you up? Whatever is installed needs to allow for the fact that one day you wont be there when it breaks. You are on vacation, or have moved away or something.

    Remember KISS.

  53. BiblioteQ by Anonymous Coward · · Score: 0

    I'd give BiblioteQ (http://biblioteq.sf.net) a try.

  54. Small ILS by Anonymous Coward · · Score: 0

    There are tons of great ILS systems out there that were created specifically for church and small school libraries. A few years ago I worked with a small collection (aprox. 3k titles) and went with Surpass (http://www.surpasssoftware.com/index.html). What I liked most about it was the smooth copy cataloging system that was built in. I didn't have to manually catalog many of the books, just barcode them. Good luck!

  55. Re:As the tech guy at a church by dingen · · Score: 1

    I'm not talking about science. I'm talking about any proof. Nobody goes around questioning whether all sorts of random things do or do not exist. So why would you even consider the existence of god until someone actually shows some evidence or argument to support his existence?

    --
    Pretty good is actually pretty bad.
  56. Minimize long-term dependancy by wigbold · · Score: 1

    Excellent question, and many good comments already. I would think about how much time you want to spend on it, and how dependent you want them to be on you, if the world keeps going after the current end-time prophesies :-) I am on the board of a small Christian teachers college which had its own catalog for years. After a lot of research/thinking by the Librarian we switched to an OPALS hosted solution, supported by a small Canadian company - that was important for us since we're in Canada. Pretty happy with it after a couple of years. No server, no backups, no securing a website, fairly simple customization, reasonably small annual fee, and we get our entire catalog on CD twice a year, for backup, and in case something were to happen to the company (a regular occurrence in the ILS business, see http://www.librarytechnology.org/automationhistory.pl - a good site!) For OPALS, start at: http://opalsinfo.net/

  57. Re:As the tech guy at a church by dingen · · Score: 1

    But that's what puberty is for, right? To re-evaluate the things you have accepted as true so far in your life. The transition of a child to an adult largely is exactly that: determining your own values, sorting out how you think the world works and defining the sort of person you are. I get that as a child it is very useful to blindly believe what your parents and teachers tell you, including stuff about God or Santa. But once you enter adulthood, you start to "think for yourself". So even if your parents never told you Santa doesn't exist, you should figure it out by yourself by then. Beyond that phase, I really don't get why you would believe anything for which there is no clear evidence or argument.

    --
    Pretty good is actually pretty bad.
  58. Your position by Anonymous Coward · · Score: 0

    From past comments on slashdot I don't think many slashdotters ever found themselves in your position (belonging to a church)

  59. Tellico by seyyah · · Score: 1

    For a modestly-sized library, Tellico could fit your needs.

  60. OPALS? by Anonymous Coward · · Score: 0

    I cowrote an issue of Library Technology Reports on librarians' satisfaction with their automation systems: http://www.alatechsource.org/taxonomy/term/106/librarians-assessments-of-automation-systems-survey-results-2007-2010 This is based on Marshall Breeding's yearly satisfaction survey (he was the other author, and you can see his survey results at http://librarytechnology.org/). So I recommend you refer to those for more details on libraries in comparable situations.

    If you're comfortable with running open source stuff -- and your church will have a succession plan when/if you move on -- you can definitely use Koha. It's rough around the edges in some places (which is why you need to be comfortable) but it has a ton of features.

    However, it's probably also overkill for what you need, and requires your church to commit to having the expertise on hand indefinitely, which may not be realistic. You might find that OPALS is more to your liking: http://www.mediaflex.net/showcase.jsp?record_id=52 It's a solid ILS for small organizations, also has high satisfaction ratings. In my experience simpler to use than Koha (though I've also spent more time on the back end of Koha, so maybe I was just doing easier things with OPALS). It's open source, but you can also get it as a hosted service if that's within your budget, so it might be more sustainable. That link has a demo site if you want to test it out.

    Hope this helps.

    Andromeda Yelton
    http://andromedayelton.com

  61. Re:As the tech guy at a church by JackDW · · Score: 1

    Ah, more concepts that you have implicit faith in: "sufficient", "evidence" and "truth".

    You assume that there is "truth"; that there is some universal and objective reality. Then you assume that you can discover facts about this truth using "evidence". But of course you can't gather all the relevant evidence to establish those facts, so you assume a third concept of "sufficient" to describe your threshold for establishing a fact.

    None of these things can be proved to have any relationship to reality at all. Therefore, you must have faith in them.

    This idea might offend you, so I must hasten to point out that I'm not accusing you of being in any way religious. There is a distinction between faith and religion. For example, you have faith in the naturalistic assumptions that lead to what you call "proof", but this does not mean you have faith in anything else.

    --
    You're an immobile computer, remember?
  62. Lending more than books? by Flow · · Score: 1

    If you're just lending books out of your library, then a number of the solutions mentioned above may work well. If you're also (thinking about) lending tools or other goods from your lending library, then you might want to check out Local Tools. It's a web-based lending library management system.

    According to the features page, it will calculate due dates, late fees, send out email reminders, track donations, and more.

  63. Re:As the tech guy at a church by JackDW · · Score: 1

    It looks like perfectly ordinary logic to me. You are the one ascribing theological meaning to it.

    Proof always relies on assumptions, and if the assumptions are invalid, so is the proof. Naturalism is an assumption about reality. Don't say "I only believe in things that can be proved" unless you want to see that assumption deconstructed.

    If you want to argue with people about theology and the tricks used by those nasty "apologists", then I'm sorry, I can't be bothered to oblige you. Please try over there.

    --
    You're an immobile computer, remember?
  64. Use Library Thing by Streamweaver · · Score: 1

    Writing your own app and Khoa aren't where I would start as they seem like overkill. Library Thing (http://www.librarything.com/) has lending features and would probably work for small community programs like that. If managing the collection is a problem consider using a barcode reader or a mobile app that reads barcodes.

  65. Re:As the tech guy at a church by Tsingi · · Score: 0

    Don't say "I only believe in things that can be proved" unless you want to see that assumption deconstructed.

    I did not say that, what I said was that even if you accept the premise that nothing can be proven, the argument for the existence of a god remains extremely weak.

    If you want to argue with people about theology and the tricks used by those nasty "apologists", then I'm sorry, I can't be bothered to oblige you.

    So, you are posting... why?

  66. Small Library automation solution by Anonymous Coward · · Score: 0

    Like suggestions from two previous commenters, investigate the Koha and/or Evergreen Library systems which work just as well on your
    small church library as large organization.
    Evergreen = http://open-ils.org/ Koha = www.koha.org/

    Don't be fooled by the stupid recommendations of using Microsoft Excel, which first of all is not a "database", has no
    transaction process - meaning cannot record a book out/in, etc,and won't work even after 1000 hours of programming
    by an "excel expert". These simpleton PC band-aid solutions are all that many average computer users know about.

    W. Anderson
    wanderson@kimalcorp.org

    1. Re:Small Library automation solution by Count+Fenring · · Score: 1

      It's been posted elsewhere, but the correct website for Koha is http://koha-community.org/ - Koha.org was snatched up by the LibLime people, who are currently trying to steal the trademark from the people who developed Koha.

  67. Re:As the tech guy at a church by JackDW · · Score: 1

    I did not say that, what I said was that even if you accept the premise that nothing can be proven, the argument for the existence of a god remains extremely weak.

    Never said you did. I was merely restating my actual argument, since you seem to have assumed it was actually "the groundwork" for some /r/atheism-style straw man argument for the existence of God. And you have told everyone else here that my logic is somehow flawed ("the kind of logic that an apologist must resort to") though of course you never say how.

    I think that I should defend myself against accusations of this sort since I use my real name here. But I'm not going to get into actual arguments about the existence for God, because that would just be a waste of everyone's time.

    --
    You're an immobile computer, remember?
  68. Oracle XE is free. by Anonymous Coward · · Score: 0

    And can hold up to 11GB of user data, more than plenty enough for a small church library.

  69. Re:As the tech guy at a church by babblefrog · · Score: 1

    Naturalism an assumption? What the hell? It's backed up by tons of evidence. It's the theory that best fits our experience. Arguing about his mis-use of the term "proven" does nothing to invalidate his point. Believing in things without evidence is no way to run a railroad!

  70. It's Mac only by Anonymous Coward · · Score: 0

    You might want to mention that it only runs on Apple Mac.

  71. Re:As the tech guy at a church by Tsingi · · Score: 0

    But I'm not going to get into actual arguments about the existence for God, because that would just be a waste of everyone's time.

    No, merely attack the very foundation of all argument, step in and state that nothing can be proven. And walk away passively.

    I think you've done a pretty good job of wasting everyone's time. Give yourself a pat on the back.

  72. Re:As the tech guy at a church by ByOhTek · · Score: 0

    I believe you would fall under the first sentence of the GP. That is still a belief that such a thing does not exist, and not an uncertainty.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  73. pmb from sigb.net by Anonymous Coward · · Score: 0

    in our library I implemented the free PMB library system, running on php/mysql. www.sigb.net

  74. Re:As the tech guy at a church by budgenator · · Score: 1

    Since when do you need faith to *not* believe something? Why would you believe anything until it has been proven to be so?

    Seems like many people are brain-wired that way. Most of the atheists believe in Apocalyptic Global Warming, which to me is just as whacko as the Apocalyptic Christian Fundamentalists or the Apocalyptic Muslim Shiites. Normally I'd say that the whackos have every right to be whacko as long as they don't pose a hazard or an excessive resource drain on society as a whole, but these Apocalypse embracing religions really are getting to be a hazard and resource drain.

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  75. Don't use a sledge hammer by Anonymous Coward · · Score: 0

    We implemented a small church library using BookCAT (http://www.fnprg.com/bookcat/) . Price is 39.95 and the technical support has been great. Knows ISBN and has a checkout feature and can do LC or Dewey

    1. Re:Don't use a sledge hammer by Anonymous Coward · · Score: 0

      We have used Koha and while it is open source the overhead is high. Bookcat was able to create lables and do what we needed.

  76. Re:As the tech guy at a church by jscotta44 · · Score: 1

    Best fits *your* experience. Please do not assume that you know anyone else's experience.

  77. Re:As the tech guy at a church by ByOhTek · · Score: 0

    Consider a ants in an iron box (say, floating over the ground by a magnetic field) that cannot be opened.

    (1) The outside of the box is slick, so the ant's can't stick their feet to it, they'll fall off.
    (2) There is a surface below the box, that stands, and is similarly slick, so the ants cant

    Now we have two variables. An ant eater at the bottom of the surface below the box, and a hole at the bottom of the box. This hole is slick, and deeper than an ant is long, so the ant cant peer out, if it goes in the hole, it slides out, and onto the ramp, then onto the surface below, where the anteater waits.

    Now, let's say the ant eater can 'smell' how old an ant is, and it only likes to eat younger ants.

    If the hole does not exist, your described view makes sense. Who cares? There's no way those ants will interact with the ant eater, if it does exist.

    If the hole exists, the ants in the box cannot know about the ant eater for certain, but should they leave the box, if it exists, it may certainly affect them. Now they have the risk - to leave the box young, and explore and outside world with many more resources (and potentially an ant eater), or wait in safety until later?

    One theme I've heard is, "I could be wrong in two ways, one would leave me having wasted some time, and the other would leave me globally screwed."
    Mind you, along with that, faith in god (and even attending a church) does not necessarily correspond to faith in the church.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  78. Re:As the tech guy at a church by ByOhTek · · Score: 1

    I don't think you quite get what the GP said, or you have some very interesting ideas.

    There is a difference between believing something doesn't occur, and having uncertainty about it's occurrence.

    There was a time people believed that plate tectonics and continental drift absolutely did not exist. That was a belief in such a "not", and even with a lot of evidence towards the contrary.

    Faith is simply a belief in a concept (including a concept that another is wrong) or idea, particularly without sufficient evidence for its accuracy.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  79. Re:As the tech guy at a church by ByOhTek · · Score: 1

    Atheism, requires faith. Faith to NOT believe in something for which there is no evidence against.

    FTFY

    Agnosticism, is a lack of faith - a state of uncertainty, where you don't believe or disbelieve in either. Either side, both theism and atheism, requires some faith.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  80. Re:As the tech guy at a church by JackDW · · Score: 1

    "merely attack the very foundation of all argument"

    Care to clarify where I did this?

    --
    You're an immobile computer, remember?
  81. Re:As the tech guy at a church by waives · · Score: 2

    That is the most ridiculous description of Pascal's Wager I've ever heard.

  82. from a librarian: keep it simple by Anonymous Coward · · Score: 0

    I am a librarian, have worked with university and large urban public libraries on down to informal church libraries. It sounds like you're talking about a collection of 1000 books or fewer, and don't anticipate an increase of an order of magnitude or more.

    For that size and the informal use you describe, all you really need is a shelf list. ILSes have their place, but sometimes handwritten circulation cards --or even a sign-out sheet-- are really the most appropriate way to go when you can't afford to hire an actual librarian. I think that in your case, even labels would be overkill. LOC and Dewey Decimal have their place, but subject order arrangement is just overkill for under 30' of shelf space. Keep a shelf list, and shelve the books in alphabetical order, either by title (sans "The" or "A"), or by first author's/editor's last name. Physically "face" them --that is, align the edges of the books to the outer edge of the shelf-- and you'll be able to quickly tell what areas have recently been perused.

    A calendar circulation system to track checkouts and returns will almost certainly be actually more useful for you than any catalog feature. You can even get away with just setting up a shared google calendar: just give calendar edit rights to all authorized "librarians", create a new entry for every item circulated, set the date to the return date, and name the patron and either the book title, or the ISBN if your collections' titles are ambiguous.

    That's the most efficient way, IMO. If you users still have an ILS itch, scratch it with Koha. And for heaven's sake, use RFID tags instead of barcodes.

  83. Re:Small? Checkout based on trust? Delicious Libra by Anonymous Coward · · Score: 0

    Yes! Been using it for years for 2k+ books and a few hundred DVDs and CDs. Easy, cheap, and easy.

  84. Try Libdata.com - they have a web-based system by Anonymous Coward · · Score: 0

    Libdata has a small system for Churches and small libraries. They do not advertize it on their website, but it is available - and only costs $150/year - including website! It is very easy to use and allows self checkout and in. You can customize your website with featured books. contact them at sales at Libdata.com. They give free demos - so you can try it before buying it.

  85. Join the Web4Lib and Ask Your Questions There by Anonymous Coward · · Score: 0

    https://listserv.nd.edu/cgi-bin/wa?A0=WEB4LIB

    The members represent libraries of shapes and sizes.

  86. No, you process books that are returned by SuperBanana · · Score: 1

    I don't know how small your library is but if it's large enough to warrant a card catalog then I'd suggest first putting all the books in the correct order and making sure the card catalog is accurate.

    Speaking as someone who volunteered for several library projects - that's not how you convert a library over. For your database, you process books as they go through circulation. Ie, book returned? It goes into the "enter and re-shelve" pile. Or, alternatively, you at least initially enter the book when it's checked out so you're tracking it with the new system.

    This prioritizes the most popular books, assures the highest & quickest conversion in terms of transaction volume, and thus the quickest efficiency jump (which frees up time for dealing with the other books.) Otherwise, you'll spend years dealing with books mostly not entered into the system.

    You can deal with low-circulation-volume books by pulling them shelf-at-a-time. If the library is small enough, simply re-shelve them in a new location. If the library is more than a few shelves, then tag the books in some fashion (the various color dots and whatnot you used to see on books in various libraries were, in fact, how the library was tracking this sort of thing.

    1. Re:No, you process books that are returned by Karmashock · · Score: 1

      that assumes the books aren't all out of order.

      What you're saying makes perfect sense IF the card catalog is working and the books were previously put back in roughly the correct order. And I would of course see that as a good method once the library is organized.

      But he seemed to imply the books are a mess. How are people going to check out the popular books if they can't even find them? And if the card catalog doesn't work then how do we know if they can find them? Maybe they're only checking out popular books that also happen to be on the first shelf or something?

      So I totally get what you're saying and I agree BUT I think it has to be stressed that the library might be out of order and that changes things significantly.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  87. List of options with necessary complexity by Thomas+Dukleth · · Score: 2

    A proper library automation system can save considerable time on an ongoing basis and allow you to actually do what you describe with minimal overall effort.

    Such a system would have NISO Z39.50 protocol client support for downloading and working with machine readable cataloguing, MARC, records well catalogued at another library for copy cataloguing to populate the records of an automated library system. Downloading records over Z39.50 directly from most libraries with Z39.50 servers, including the Library of Congress, is free and does not generally involve copyright issues as cataloguing records are almost entirely mere collections of facts prepared according to cataloguing rules.

    Such a system would also have a degree of granular permissions to support automated self-checkout with a bar code scanner without also giving every user permission to erase the database. Self-checkout systems are often currently assumed to be RFID based, however, systems using a bar code scanner which are much cheaper to implement should be supported for self-checkout. The cheapest solution is to buy sheets of simple bar codes and obtain a used bar code scanner on Ebay. Using product bar codes already printed on material may have inconsistent encoding and non-unique numbers.

    Check the support and possible extra price for such features in any candidate system.

    1. Set Up Work.

    Real work is often required for anything worth having.

    Some minimal assistance from a professional librarian, who may be a member of your church or otherwise available in the community, would be invaluable help at least to start. Most library automation systems support configuration options designed for use by people who are not professional librarians but such support would not negate the great value of obtaining some minimal assistance of a professional librarian at the outset. Check the support for non-professional configuration.

    The complexity of setting up such software may entail either paying a library support company to set up the software; or at least a few days of time from someone sufficiently familiar with Unix administration willing to read the documentation and seek answers on the mailing lists to set up a free software library automation system without using a professional support company. Some set up complexity might be avoided by using an implementation hosted by a library support company but that would involve a long term support contract which could be avoided with sufficient initial set up effort.

    2. Lists of Library Automation Systems.

    There is no single source of library automation system options which is comprehensive and up to date.

    A library automation system is referred to as an integrated library system, ILS, in the US and a library management system, LMS, in many other English language countries.

    2.1. Library of Congress List.

    The Library of Congress maintains a list of automation systems which function with MARC records which includes some systems which are not comprehensive library automation systems, http://www.loc.gov/marc/marcsysvend.html .

    2.2. Library Technology Guides List.

    Library Technology Guides maintains a list of library automation system companies. Library automation companies. - http://www.librarytechnology.org/companies.pl . - In Library technology guides / maintained by Marshall Breeding. - http://www.librarytechnology.org/ .

    2.3. Library Journal Guide.

    Library Journal publishes an annual overview of the library automation system market. Automation Marketplace 2011 : The New Frontier / by Marshall Breeding. - In Library Journal. - April 1, 2011 - http://www.libraryjournal.com/lj/home/889533-264/automation_marketplace_2011_the_new.html.csp .

    2.4.

  88. Fiction by Arcady13 · · Score: 0

    Since it is a church, I assume all of the books will be placed in the fiction section, right? If not, you're doing it wrong.

  89. possible solution by VonSkippy · · Score: 1

    Check out http://www.collectorz.com/book/

    $50, catalog, search, lists, sort, entry by isbn or barcode scanner, loan management, publish to web, etc.

    I've used it for my home library (1500+ technical/scientific books, 15,000+ fiction books) for several years, and it keeps getting better with each release.

  90. Claris Filemaker Pro 2.0 v1 by brindafella · · Score: 1

    I am a sometimes user of a simple library database, at a volunteer organisation, that was developed in Claris Filemaker Pro 2.0 v1. This is "as old as the hills", but you might be able to find a free download! (Contact me if you'd like me to get the source files from that organisation; that might make building the application easier.)

    Otherwise, LibraryThing.com looks fine, and participating there will allow lots of people to know what religious publications are about.

    --
    Looking at space, radio, science and computing from a 'down-under' amateur enthusiast perspective.
  91. I was blown away by this system by Beeftopia · · Score: 1

    I saw a self checkout system from these guys at my local library and was amazed: http://www.gisinfosystems.com/

    Just put the books you want to check out on a platform, press the Check Out button on the touch screen, and that's it. Wirelessly checked out in about 10 seconds. Every book scanned and a receipt printed.

  92. Re:from a librarian: keep it simple RFID by anubi · · Score: 1

    I was just looking at these a couple of days ago... they don't have the range I needed, but would work great for books.

    http://www.sparkfun.com/products/9875

    A short video on Youtube about these....

    http://www.youtube.com/watch?v=2ioDBOOAFvM

    Have fun!

    --
    "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  93. Gift, not treasure by Kapiti+Kid · · Score: 1

    ... Koha is Maori for 'treasure', and this free software is certainly a treasure for libraries that don't want to spend a fortune on software.

    The Maori for treasure is ‘taonga'. Koha is simply a gift.

    1. Re:Gift, not treasure by dingram17 · · Score: 1

      Apologies. It has been a very long time since I was in a te reo class, and I got my words for nice things mixed up. I guess should have used the dictionary :-)

  94. Re:As the tech guy at a church by dingen · · Score: 1

    Why wouldn't observations or logical conclusions have no relation with reality?

    That said, I don't think in a single truth exists per se. And since ongoing progress is made in the form of observations and reason, new evidence and arguments present themselves continuously. So even "the truth" is really "the current truth".

    But I do think it is reasonable to assume things backed up by more evidence or argument are more true than things that are backed up by less evidence or argument. And I fail to see why you would accept something as true when no evidence or argument is available at all.

    --
    Pretty good is actually pretty bad.
  95. Re:As the tech guy at a church by ByOhTek · · Score: 1

    I've never heard of that. Thank you for the reference.

    Although, reading the Wikipedia article, he said there is much to be gained if God exists, and little to be gained from wagering God doesn't exist. I'd argue that there is a lot to be gained from wagering that God doesn't exist, proportionally speaking. All choices are valid, and even if you do wager God does exist, there are so many possible views. My involves that God should be worthy of us, and deciding if a rule is from God or the church based on that... (and hence, how important it is). But that is a huge digression.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  96. Re:As the tech guy at a church by JackDW · · Score: 1
    Why wouldn't observations or logical conclusions have no relation with reality?

    Well, it's common sense that they would. But the argument is more technical than that. It's about the nature of proof.

    What do you think "proof" is? Proof must be contingent on "the current truth" actually being true, right? That is, proof is not a statement "Y = true", but an implication, "X implies Y". The assumptions (X) are contingent on "the current truth" at the time when the proof is produced. If these later turn out to be false, the proof remains true, because "X implies Y" is true if "X = false".

    In order for "proof" to make sense as a concept you must accept that "the current truth" and "the truth" are not the same thing at all. They are not even the same sort of thing. One is based on observations, the other is reality. There are many possible "current truths". There is one "truth".

    It takes faith to assert that your assumptions are so good that "the current truth" is near enough to "the truth" that the difference is unimportant, because nothing about this metaphysical relationship can be proved. It's beyond the reach of any experiment - it is the domain of philosophy and religion. So you see, you do still need faith, even for the things you think are proved by sufficient evidence, because you need to have faith that the evidence is truly sufficient, and that's not something that can itself be proved.

    --
    You're an immobile computer, remember?
  97. Re:As the tech guy at a church by dingen · · Score: 1

    Cool, thanks for sharing this stuff.

    --
    Pretty good is actually pretty bad.
  98. Library Software by Anonymous Coward · · Score: 0

    I use http://obiblio.sourceforge.net/

    You can print barcodes and labels for your books, issue cards, track users and who has what checked out. Even a web interface to search books. Slick really. And you can get a cheap cue cat barcode scanner off ebay to use with it. It's in PHP and easy to customize and understand.

  99. Re:As the tech guy at a church by JimFive · · Score: 1

    Agnosticism, is a lack of faith - a state of uncertainty, where you don't believe or disbelieve in either.

    No it isn't, Agnosticism is a belief about reality and the nature of knowledge that some things (usually the nature/existance of god) are unknowable.

    Either side, both theism and atheism, requires some faith.

    No. Atheism is not belief in no god. Atheism is the lack of belief in god. I can clearly say that I do not believe in god without taking a position on the knowability of god.
    --
    JimFive

    --
    Please stop using the word theory when you mean hypothesis.
  100. Biblioteq by Anonymous Coward · · Score: 0

    http://biblioteq.sourceforge.net/

    Is an open source library management suite. I'm using in to catalog my book collection at home. Can also be used for keeping track of CD's and DVD's.
    Excerpt from their main page:
    BiblioteQ strives to be a complete and thorough library management suite. The application is supported on numerous platforms, including FreeBSD, Linux, OS X, Solaris, and Windows. Installers are available for OS X, Unix, and Windows.

    For some categories, BiblioteQ provides a mechanism for querying the Library of Congress, or any other Z39.50-capable system, via the standard Z39.50 protocol; thus simplifying the data-entry process.

    As for database connectivity, BiblioteQ supports both PostgreSQL and SQLite database engines.

  101. I used SurpassCL for a while by Custard · · Score: 1

    I went through this a few years ago. The church is a medium sized (5,000 - 6,000 members) church in Silicon Valley. The Children's Department library had been on the honor system. A decision was made to automate it. After a lot of research and talking to people we went with SurpassCL (http://www.surpasssoftware.com/surpass-cl.html)

    It was slick and worked well. Getting all the media into the system was quite easy. Eventually they decided not to have a Librarian available during check-out times and went to Surpass's self-checkout system. That worked OK too.

    Finally we went back to the honor system with little slips of paper. After all, we're a church. If someone wants to keep a DVD, it isn't the end of the world.

    I thought Surpass was a little pricey, but the quality of the product is really high. Most of the software I found is *extremely* ugly and non-intuitive. Be sure to get hands on with whatever you choose. More importantly, get your librarian hands on with whatever you choose. I have no problem with ResourceMate, but it was too much for the part time library lady.

    And don't discount PaperOS too fast. The licensing fees for your automation software will pay to replace a lot of copies of King George and the Ducky.

    (Now where did I leave that hairbrush?)