multi-language support
[pnews.git] / war / src / main / resources / feeds.json
index 34631f2..7e971d0 100644 (file)
@@ -1,4 +1,8 @@
 {
+        "languages": [
+                        {"id": "fr"},
+                        {"id": "en"}
+        ],
         "categories": [
                 {
                         "id": "actualite",
                         "label": "People",
                         "title": "People",
                         "language": "fr"
+                }, {
+                        "id": "ubuntu",
+                        "label": "Ubuntu",
+                        "title": "Ubuntu",
+                        "language": "en"
                 }
-
         ],
         "feeds": {
                 "http://www.europe1.fr/var/export/rss/europe1/actus.xml": { "categories": ["actualite"] },
@@ -83,6 +91,7 @@
                 "http://www.fredzone.org/feed": { "categories": ["technologie"] },
                 "http://www.futura-sciences.com/rss/actualites.xml": { "categories": ["technologie"] },
                 "https://www-03.ibm.com/press/fr/fr/rssfeed.wss?keyword=null&maxFeed=&feedType=RSS&topic=all": { "categories": ["technologie"] },
-                "https://korben.info/feed": { "categories": ["technologie"]}
+                "https://korben.info/feed": { "categories": ["technologie"]},
+                "https://insights.ubuntu.com/feed/": { "categories": ["ubuntu"]}
         }
 }