hi there again :)
was wondering if i maybe just can simply do the changes to my existing freevo 
install in order to
have the extra tab, maybe it will be working that way? which files do i need to 
change? only the
web_types.py?
i found the following ones on my system:
the first three ones are from the svn, with which i have been trying to get it 
to work...
/home/jody/freevo-1.x/freevo/src/www/web_types.py
/home/jody/freevo-1.x/freevo/build/lib/freevo/www/web_types.py
/home/jody/freevo-test/lib/python2.5/site-packages/freevo/www/web_types.py

/var/lib/python-support/python2.4/freevo/www/web_types.py
/var/lib/python-support/python2.5/freevo/www/web_types.py
/usr/share/python-support/python-freevo/freevo/www/web_types.py

if I add there:
      # maybe also a personal web pages
        if hasattr(config, 'PERSONAL_WWW_PAGE'):
            for page in config.PERSONAL_WWW_PAGE:
                items.append((page[0], page[1], '%s%s' % (str(strprefix), 
page[2])))
                print 'adding personal web page:', items[-1]
        if hasattr(config, 'ICECAST_WWW_PAGE') and config.ICECAST_WWW_PAGE:
            items.append((_('Icecast List'),_('Change Icecast 
List'),'%siceslistchanger.rpy' %
(strprefix)))

will it work afterwards or would i have to do something else?
thx for the help :D


      Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca


-------------------------------------------------------------------------
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/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to