Date: Mon, 21 Jun 2010 08:24:45 +0200 From: =?ISO-8859-1?Q?Michael_Gr=FCnewald?= <michael.grunewald@laposte.net> To: Polytropon <freebsd@edvax.de> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: PDF storage software recommendations? Message-ID: <4C1F05AD.8000509@laposte.net> In-Reply-To: <20100619121117.bc9480f8.freebsd@edvax.de> References: <473909.48600.qm@web36505.mail.mud.yahoo.com> <20100619121117.bc9480f8.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi all, Polytropon wrote: > On Fri, 18 Jun 2010 19:24:52 -0700 (PDT), Bill Tillman<btillman99@yahoo.com> wrote: >> But put me >> down for a vote on this method using simple text files and awk. > > It JUST WORKS - that's the goal. It can be developed and configured > very fast, can easily be extended (or limited), and data is stored > in a STANDARD (!!!) format which allows you to do ANYTHING with > it. You can even provide a web-driven interface for the database, > even that is possible. I use for my work a solution matching Polytopon's suggestion, it sounds very to natural to the UNIX user in me :) I am a scientist and have to daily deal with an increasing amount of electronic papers, made available in PDF, DJVU, PostScript or even Tiff. I organised my library so that each document get its own directory. Each directory then contains the document file(s) per itself and meta information, stored along in files whose names are fixed (for instance +INDEX for general information, +BIBTEX for BibTeX fata, etc.). I only need a couple of hours to write a program easing the addition of a document to the library and another one generating a HTML index out of the meta informations, and while my system is far from perfect, it exists, and helps me every day. I also had to help colleagues in various ways with their computer, sometimes giving them some (seemingly) very unfriendly scripts I wrote. My experience with this, is that, provided I show these people how it works and supervise their first steps with the program, they can actually use it and like it, despite the fact that the experience offered by the program is at first not as nice to them as the one offered by a GUI. However, being a scientist, I would not consider my working environment as `standard', whatever it means! >> We have a Windows based system at my current job which uses >> FileMaker Pro. It's amazing what we can do with this and it's >> like having a gigantic electronic filing cabinet. > > Oh, the paperless office... an utopia - at least in Germany, > bureaucracy's home country. :-) I thought France was that :) Rules are sometimes changing so often that administrative staff does not always has time to catch up them all! Nevertheless all of this bureaucracy is sometimes very useful too---but it is always a bit annoying ;) Cheers, Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C1F05AD.8000509>