Duncan Webb wrote:
> Dirk Meyer wrote:
>> Duncan Webb wrote:
>>> The rel-1 branch will then be updated with the kaa.notifier code and I
>>> would like to release this as 1.8.0 in the middle of December.
>>> Also for 1.8.0 I would also like to remove Twisted from the
>>> recordserver, which I'm working on at the moment, and update the
>>> webserver to allow Twisted-2.5 to work. If anyone want to fix the
>>> webserver then please do.
>> 
>> Maybe make the release a bit later and do some additional changes
>> similar to 2.0: split the code. IIRC freevo does not care if it is in
>> site-lisp/freevo or not, so install it into site-lisp/freevo-ui. Now
>> make the recordserver and webserver extra python modules and install
>> to freevo/recordserver and freevo/webserver. I'm not sure how to
>> handle code you need in more than one part, for that freevo 2.0 has
>> freevo core which installs into freevo directly. But doing that might
>> require complete import statements. E.g. in 1.7 you 'import menu', in
>> 2.0 I 'import freevo.ui.menu' or 'from freevo.ui import menu'.
>
> I'm not sure that I fully understand what you mean. Do you mean split
> the recordserver, etc into a directory that acts like a module, it has
> an __init__.py and then different modules?

Freevo 2.0 is not just one package with a setup.py script, it contains
freevo.core, freevo.ui, freevo.tvserver and freevo.tvdev. The core
package is always needed (just like kaa.base) but you can choose to
only install the tvdev on a machine. In the site-lisp dir everything
From core goes into freevo directly, all other modules are completly
independed and install into freevo/modulename, similar to kaa.


Dischi

-- 
Murphy's Laws:
        (1) If anything can go wrong, it will.
        (2) Nothing is as easy as it looks.
        (3) Everything takes longer than you think it will.

Attachment: pgpXwZXAUW8OX.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to