english by default
[pnews.git] / war / src / main / resources / feeds.json
index a0a2f9d..ecb8b1a 100644 (file)
@@ -1,7 +1,7 @@
 {
         "languages": [
-                        {"id": "fr"},
-                        {"id": "en"}
+                        {"id": "en"},
+                        {"id": "fr"}
         ],
         "categories": [
                 {
                         "label": "Technology",
                         "title": "Technology",
                         "language": "en"
+                }, {
+                        "id": "en_linux",
+                        "label": "Linux",
+                        "title": "Linux",
+                        "language": "en"
                 }
         ],
         "feeds": {
                 "https://www.engadget.com/rss.xml": { "categories": ["en_technologie"]},
                 "http://feeds.feedburner.com/TheBoyGeniusReport?format=xml": { "categories": ["en_technologie"]},
                 "https://www.popsci.com/rss-technology.xml?loc=contentwell&lnk=tech&dom=section-1": { "categories": ["en_technologie"]},
-                "https://gizmodo.com/rss": { "categories": ["en_technologie"]}
+                "https://gizmodo.com/rss": { "categories": ["en_technologie"]},
+                "https://www.space.com/home/feed/site.xml": { "categories": ["en_technologie"]},
+                "http://feeds.feedburner.com/d0od?format=xml": { "categories": ["en_linux"]}
         }
 }