-
Notifications
You must be signed in to change notification settings - Fork 0
/
igoogle.xml
59 lines (50 loc) · 2.6 KB
/
igoogle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<GadgetTabML version="1.0" xmlns:iGoogle="http://www.google.com/ig" xmlns="http://schemas.google.com/GadgetTabML/2008">
<SkinPreferences zipcode="" country="uk" language="en" />
<Tab title="Feeds">
<Section>
<Module type="RSS" xmls="http://www.google.com/ig">
<ModulePrefs title="Planet Clojure" xmlUrl="http://planet.clojure.in/atom.xml" />
</Module>
<Module type="RSS" xmls="http://www.google.com/ig">
<ModulePrefs title="Hacker News" xmlUrl="https://news.ycombinator.com/rss" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Ayende @ Rahien" xmlUrl="http://feeds.feedburner.com/AyendeRahien" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Stack Overflow" xmlUrl="http://stackoverflow.com/feeds" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="CodeProject Latest postings for The Insider" xmlUrl="http://www.codeproject.com/WebServices/MessageRSS.aspx?fid=1658735" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Channel 9" xmlUrl="https://s.ch9.ms/Feeds/RSS" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="The Register" xmlUrl="http://www.theregister.co.uk/excerpts.rss" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Martin Fowler" xmlUrl="http://martinfowler.com/feed.atom" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Jimmy Bogard" xmlUrl="http://feeds.feedburner.com/GrabBagOfT?format=xml" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Scott Hanselman's Blog" xmlUrl="http://feeds.hanselman.com/scotthanselman" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Tomas Petricek's blog" xmlUrl="http://tomasp.net/rss.xml" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="xkcd" xmlUrl="http://xkcd.com/rss.xml" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="what-if?" xmlUrl="http://what-if.xkcd.com/feed.atom" />
</Module>
<Module type="RSS" xmlns="http://www.google.com/ig">
<ModulePrefs title="Julia Evens" xmlUrl="http://jvns.ca/atom.xml" />
</Module>
</Section>
</Tab>
</GadgetTabML>