Update of /cvsroot/audacity/audacity-src/scripts/mw2html_audacity
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24040

Modified Files:
        mw2html.py 
Log Message:
removing #searchInput links

Index: mw2html.py
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/mw2html_audacity/mw2html.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mw2html.py  6 Jun 2009 12:13:32 -0000       1.5
+++ mw2html.py  6 Jun 2009 12:31:23 -0000       1.6
@@ -736,7 +736,11 @@
   'url' should be spidered as well.
   """
   global config
-  
+
+  # we don't have search on the local version
+  if (url.endswith('#searchInput')):
+    return False
+
   # False if different domains.
   nurl = normalize_url(url)
   if get_domain(config.rooturl) != get_domain(nurl):


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to