Re: [Freevo-devel] help learning the webgui code

2008-06-10 Thread Evan Hisey
On Tue, Jun 10, 2008 at 1:57 PM, Evan Hisey <[EMAIL PROTECTED]> wrote: >> >> It's simple enough, but a bit messy code. >> >> BTW What ever happened to your skin patch? >> > I had some trouble finding a patch version that would work correctly. > Slackware had an older version of patch. Now that that

Re: [Freevo-devel] A call for docs

2008-06-10 Thread Jason Tackaberry
Oops, I read freevo-cvslog before here. I didn't mean to fork your thread. On Tue, 2008-06-10 at 21:45 +0200, Dirk Meyer wrote: > To generate the API doc you need epydoc 3.x and a fresh checkout of > kaa.base. After that call 'python setup.py doc' in the base directory > and you get a nice API do

Re: [Freevo-devel] [Freevo-cvslog] Kaa r3293 - trunk/base/src/notifier

2008-06-10 Thread Jason Tackaberry
On Tue, 2008-06-10 at 21:40 +0200, Dirk Meyer wrote: > Log: > Add some doc for epydoc support This is good stuff. I've been wanting to tackle this for a long time now. We can now, over time, go through the arduous process of retrofitting the docstrings for all kaa modules. :)

[Freevo-devel] A call for docs

2008-06-10 Thread Dirk Meyer
Hi, the understanding of the kaa mainloop is vital for creating plugins for Freevo 1.8 and even more for the upcoming 2.0 release. To help new developer I added epydoc support to the kaa.base distutils system and started with kaa.notifier. To generate the API doc you need epydoc 3.x and a fresh c

Re: [Freevo-devel] help learning the webgui code

2008-06-10 Thread Evan Hisey
> > It's simple enough, but a bit messy code. > > BTW What ever happened to your skin patch? > I had some trouble finding a patch version that would work correctly. Slackware had an older version of patch. Now that that is taken care of and work is settling out again, I can get back to looking at F

Re: [Freevo-devel] help learning the webgui code

2008-06-10 Thread Duncan Webb
Evan Hisey wrote: Hi Evan, >> This is back in, what did I call it library1.rpy. There are some >> instructions in the local_conf.py.example on how to configure web-pages, >> now you can have any you want and in any order. >> > I saw that, and must say I think it is very nice feature. It is also >

Re: [Freevo-devel] help learning the webgui code

2008-06-10 Thread Evan Hisey
> > This is back in, what did I call it library1.rpy. There are some > instructions in the local_conf.py.example on how to configure web-pages, > now you can have any you want and in any order. > I saw that, and must say I think it is very nice feature. It is also what prompted me to go back and lo

Re: [Freevo-devel] help learning the webgui code

2008-06-10 Thread Duncan Webb
Evan Hisey wrote: > I am trying to figure out the code for the freevo web interface, but I > am not sure what part of python the .rpy's are any more. IT used to be > twisted but I understand it is now kaa. It is still twisted, kaa is used a RPC mechanism in the recording server only. > How does