cdcat server

View: New views
5 Messages — Rating Filter:   Alert me  

cdcat server

by Paul Eipper-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello (all?),

I hope there is someone still reading this/developing cdcat.

I have created a server to search cdcat catalogs through a web
interface. It is written in Python and its external dependencies are
only the lxml library.


I would love to see a web client/server implementation of the cdcat
cataloguing engine. So any user could insert the CD on their drives
and upload the data to a central server through a web interface. This
would probably require a java applet to work (?). Are the developers
of cdcat interested in this?


If there is some interest on my search interface, I could upload it
somewhere. It is GPL.

--
Paul Eipper

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cdcat-list mailing list
Cdcat-list@...
https://lists.sourceforge.net/lists/listinfo/cdcat-list

Re: cdcat server

by Drake Dwornik :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have some interest in your script.

It could actually solve a problem I am having (with OS X).

On 6/13/07, Paul Eipper <lkraider@...> wrote:

> Hello (all?),
>
> I hope there is someone still reading this/developing cdcat.
>
> I have created a server to search cdcat catalogs through a web
> interface. It is written in Python and its external dependencies are
> only the lxml library.
>
>
> I would love to see a web client/server implementation of the cdcat
> cataloguing engine. So any user could insert the CD on their drives
> and upload the data to a central server through a web interface. This
> would probably require a java applet to work (?). Are the developers
> of cdcat interested in this?
>
>
> If there is some interest on my search interface, I could upload it
> somewhere. It is GPL.
>
> --
> Paul Eipper
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Cdcat-list mailing list
> Cdcat-list@...
> https://lists.sourceforge.net/lists/listinfo/cdcat-list
>


--
Drake Dwornik
302-562-5519

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cdcat-list mailing list
Cdcat-list@...
https://lists.sourceforge.net/lists/listinfo/cdcat-list

Parent Message unknown Re: cdcat server

by Dario Cavallaro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> Hello (all?),
>
> I hope there is someone still reading this/developing cdcat.
>
> I have created a server to search cdcat catalogs through a web
> interface. It is written in Python and its external dependencies are
> only the lxml library.
>
>
> I would love to see a web client/server implementation of the cdcat
> cataloguing engine. So any user could insert the CD on their drives
> and upload the data to a central server through a web interface. This
> would probably require a java applet to work (?). Are the developers
> of cdcat interested in this?
>
>
> If there is some interest on my search interface, I could upload it
> somewhere. It is GPL.
>
> --
> Paul Eipper
>
>  
Hi Paul,
I have traduced cdcat in italian and yes, I would be interested in
developing such interface.

Feel free to ask if you need help coding, translating or something else.

Dario Cavallaro

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cdcat-list mailing list
Cdcat-list@...
https://lists.sourceforge.net/lists/listinfo/cdcat-list

Re: cdcat server

by Paul Eipper-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'll release the script soon then.

I am trying to find a svn with public access, as the svn on my
university only allows students access... it is in
https://svn.inf.ufsc.br/lkraider/cdcat_server , with restricted access
:(

--
Paul Eipper


2007/6/13, Dario Cavallaro <subbia@...>:

>
> > Hello (all?),
> >
> > I hope there is someone still reading this/developing cdcat.
> >
> > I have created a server to search cdcat catalogs through a web
> > interface. It is written in Python and its external dependencies are
> > only the lxml library.
> >
> >
> > I would love to see a web client/server implementation of the cdcat
> > cataloguing engine. So any user could insert the CD on their drives
> > and upload the data to a central server through a web interface. This
> > would probably require a java applet to work (?). Are the developers
> > of cdcat interested in this?
> >
> >
> > If there is some interest on my search interface, I could upload it
> > somewhere. It is GPL.
> >
> > --
> > Paul Eipper
> >
> >
> Hi Paul,
> I have traduced cdcat in italian and yes, I would be interested in
> developing such interface.
>
> Feel free to ask if you need help coding, translating or something else.
>
> Dario Cavallaro
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Cdcat-list mailing list
> Cdcat-list@...
> https://lists.sourceforge.net/lists/listinfo/cdcat-list
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cdcat-list mailing list
Cdcat-list@...
https://lists.sourceforge.net/lists/listinfo/cdcat-list

Re: cdcat server

by Paul Eipper-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have exported the current trunk to my public www area on the uni
server, so everyone can take a look at it. The address is:

http://www.inf.ufsc.br/~lkraider/2007-1/py/cdcat_search_server/


If someone wants to contribute code or whatever, can send it through this list.


--
Paul Eipper

2007/6/14, Paul Eipper <lkraider@...>:

> I'll release the script soon then.
>
> I am trying to find a svn with public access, as the svn on my
> university only allows students access... it is in
> https://svn.inf.ufsc.br/lkraider/cdcat_server , with restricted access
> :(
>
> --
> Paul Eipper
>
>
> 2007/6/13, Dario Cavallaro <subbia@...>:
> >
> > > Hello (all?),
> > >
> > > I hope there is someone still reading this/developing cdcat.
> > >
> > > I have created a server to search cdcat catalogs through a web
> > > interface. It is written in Python and its external dependencies are
> > > only the lxml library.
> > >
> > >
> > > I would love to see a web client/server implementation of the cdcat
> > > cataloguing engine. So any user could insert the CD on their drives
> > > and upload the data to a central server through a web interface. This
> > > would probably require a java applet to work (?). Are the developers
> > > of cdcat interested in this?
> > >
> > >
> > > If there is some interest on my search interface, I could upload it
> > > somewhere. It is GPL.
> > >
> > > --
> > > Paul Eipper
> > >
> > >
> > Hi Paul,
> > I have traduced cdcat in italian and yes, I would be interested in
> > developing such interface.
> >
> > Feel free to ask if you need help coding, translating or something else.
> >
> > Dario Cavallaro
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Cdcat-list mailing list
> > Cdcat-list@...
> > https://lists.sourceforge.net/lists/listinfo/cdcat-list
> >
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cdcat-list mailing list
Cdcat-list@...
https://lists.sourceforge.net/lists/listinfo/cdcat-list