So, I take it there is no Linux client of any kind?
Kyle
On Tue, Jul 29, 2008 at 11:42 AM, Jesse <piano...@gmail.com> wrote:
> On Tue, Jul 29, 2008 at 8:50 AM, Diogenes <kyle....@gmail.com> wrote:
>>
>> Hello All,
>> I've been poking around the Powerline site, and I can't seem to find
>> any details on the software. What I'm wanting to know is if there is a
>> client that runs on the 'public' computers that requires a user to log
>> in in order to use it. Or are you supposed to use the Pre-Book client?
>> Thanks.
>>
>
> At this time, yes, unfortunately. I'm working on a new, better client, but
> in the meantime, you can download http://userful.com/download/dl?p=winclient
> . Don't worry about the free trial warnings, it's free to use as long as you
> like.
>
Please let me know when your client is ready. If we decide to switch
to powerline, I may even be able to help with some development if you
are interested, though I must say I've never programmed in python. I'm
a php and perl guy.
Kyle
--
http://www.kylehall.info
Information Technology
Crawford County Federated Library System ( http://www.ccfls.org )
That is excellent. I've written a similar system called LibKi, but it
doesn't have a reservation system. The big problem is I wrote it in
PHP/Gtk+ which works great on Linux, but not well at all on Windows.
Please let me know when your client is ready. If we decide to switch
to powerline, I may even be able to help with some development if you
are interested, though I must say I've never programmed in python. I'm
a php and perl guy.
Kyle
>
> No; at this time, the only client is the Windows one made by Userful. After
> some (now quite frequent) problems with that client, I am developing a new
> client for Windows and Linux; it should be finished within a week or two.
>
LibKi is was born out of a replacement of the various parts of
Outkafe, one by one. Both use a communication system where the client
and server read and write to a database, and never talk to each other
directly.
Kyle
--
Can you explain how the goals of LibKi and Powerline are different? I
honestly don't know.
LibKi is was born out of a replacement of the various parts of
Outkafe, one by one. Both use a communication system where the client
and server read and write to a database, and never talk to each other
directly.
Kyle
I've not seen the Powerline/Userful client program. I assume that it
prevents a patron from using a computer unless they have logged on
with their username/password, after having made the proper
reservation. Is this correct?
Kyle
--
The goal of LibKi was this: to provide an automated way to allow each
library patron to use a computer for X minutes a day without
librarians having to manage sign-up sheets and the like. All other
concerns are secondary. I was planning on eventually adding a
reservation system to it, but it has not been a priority.
I've not seen the Powerline/Userful client program. I assume that it
prevents a patron from using a computer unless they have logged on
with their username/password, after having made the proper
reservation. Is this correct?
Kyle
Here is a snapshot of the web admin inteface:
http://kylehall.info/wp-content/uploads/2008/01/libki_admin.jpg
Kyle
--
Is there a web frontend for the librarians so they can see who is
logged in where? Some of the features I've put into LibKi that are
nice but non-essential are the ability to log someone off,
disable their account
add notes to their account, send the person a message
over the network, etc.
Here is a snapshot of the web admin inteface:
http://kylehall.info/wp-content/uploads/2008/01/libki_admin.jpg
Kyle
Yes, the timeout for checking is in a config file for the client. I
usually have it check every 10-15 seconds. It checks the status and if
it's not set to 'Logged in' it logs the user off. It also checks the
messages column and if there is one, clears the field and displays it
to the patron.
It's not the most elegant system, but I didn't really have a choice
since I was reverse-engineering someone elses architecture, much like
you have done.
Kyle
--