savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] submission of Meat an rss news reader - savannah.gnu.


From: eniac
Subject: [Savannah-hackers] submission of Meat an rss news reader - savannah.gnu.org
Date: Mon, 14 Jul 2003 19:17:56 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

A package was submitted to savannah.gnu.org
This mail was sent to address@hidden, address@hidden


Geiregat Jonas <address@hidden> 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]