Hi Walter and all,

I'd like to add the French Wikipedia to InfoSlicer - obvious patch
attached.

I also tried to use the French Vikidia (http://fr.vikidia.org) but
searching for an article doesn't work.  My first guess was that the
search mechanismes (URL, requests, etc.) would be similar, my second
guess is that I was wrong.

It would be great to offer children the possibility to digg a more
"kid-friendly" encyclopedia.

Thanks,

diff --git a/library.py b/library.py
index 5010c74..5a52e2d 100644
--- a/library.py
+++ b/library.py
@@ -228,4 +228,5 @@ class Toolbar(gtk.Toolbar):
 WIKI = { _("English Wikipedia")         : "en.wikipedia.org", 
          _("Simple English Wikipedia")  : "simple.wikipedia.org", 
          _("German Wikipedia")          : "de.wikipedia.org",
+         _("French Wikipedia")          : "fr.wikipedia.org",
          _("Spanish Wikipedia")         : "es.wikipedia.org" }
-- 
 Bastien
_______________________________________________
Sugar-devel mailing list
[email protected]
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to