A package was submitted to savannah.gnu.org
This mail was sent to [EMAIL PROTECTED], [EMAIL PROTECTED]


Geiregat Jonas <[EMAIL PROTECTED]> described the package as follows:
License: gpl
Other License: 
Package: Meat an rss news reader
System name: meat
Type: GNU

Description:
webhopper is an rss news reader. It get's rss files from the web and display's them in 
html format.
Here are some lines of code

class HopStatusBar(wxStatusBar):
        def __init__(self,parent,id):
                wxStatusBar.__init__(self,parent,id)
class MyWxHtmlWindow(wxHtmlWindow):
        def __init__(self,parent,id):
                wxHtmlWindow.__init__(self,parent,id)

        def OnLinkClicked(self,linkinfo):
                os.system('/usr/local/mozilla/mozilla -remote "openurl(' +  
linkinfo.GetHref() + ',new-window)"')
        

Other Software Required:
python
wxpython

Other Comments:
Could you delete my other project. I can't seem to do it.


_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to