Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-04-13 23:09:13 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-04-13 23:09:13 (GMT)
commit981fb5e8e353283c5e46f7e31d4c6f8708a95572 (patch)
tree278797b36be1beba99eda2336d2f1c2a1729fd82
parent5ea04b09a38757d85292ae3de4c3cb8bbd8f9429 (diff)
adding es.wikipedia.org
-rw-r--r--NEWS4
-rw-r--r--activity/activity.info2
-rw-r--r--library.py3
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cc391be..a4ec778 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+7
+
+* Adding es.wikipedia.org
+
6
* Patches by jpichon to fix parsing problem that had prevented processing of new articles
diff --git a/activity/activity.info b/activity/activity.info
index 70000f2..aa7f099 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = InfoSlicer
-activity_version = 6
+activity_version = 7
host_version = 1
icon = slicelogo
bundle_id = org.sugarlabs.InfoSlicer
diff --git a/library.py b/library.py
index 32741df..5010c74 100644
--- a/library.py
+++ b/library.py
@@ -227,4 +227,5 @@ class Toolbar(gtk.Toolbar):
WIKI = { _("English Wikipedia") : "en.wikipedia.org",
_("Simple English Wikipedia") : "simple.wikipedia.org",
- _("German Wikipedia") : "de.wikipedia.org" }
+ _("German Wikipedia") : "de.wikipedia.org",
+ _("Spanish Wikipedia") : "es.wikipedia.org" }