-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
132 lines (109 loc) · 5.52 KB
/
about.html
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<title>IFeedle, dead simple dashboards for your feeds</title>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Simple alternative to IGoogle, no sign up, anti-shutdown policy built-in" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link href="main.css" rel="stylesheet"/>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="dashboard.js"></script>
<script type="text/javascript" src="import-ig.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45365709-1', 'ifeedle.com');
ga('send', 'pageview', '/index.html');
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<div class="fb-like" data-href="http://www.ifeedle.com" data-colorscheme="dark" data-layout="button_count" data-action="like" data-show-faces="true" data-send="false"></div>
<a id="forkme_banner" href="https://github.com/gbig">View on GitHub</a>
<h1 id="project_title">IFeedle</h1>
<h2 id="project_tagline">Dead simple dashboards for your feeds, no sign in required, ever.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>48 hours before the end of IGoogle, I finally decided to find a replacement for hosting my feeds. I tried several products, but
none of them was satisfying for me, so I created IFeedle. It replaces 99% of the functionalities I was using from IGoogle: display a
set of feeds as "widgets" on a three columns layout.
</p>
<p>
IFeedle is dead simple: open a <a href="dashboard.html" target="blank">default dashboard</a>, or one of the examples below, and add/remove feeds. Then, simply bookmark
the page, and you're done! You can also import your IGoogle settings file as described below.
</p>
<h3>
Examples
</h3>
<ul>
<li>
<a href="dashboard.html" target="_blank">Tech and News (Default dashboard)</a>
</li>
<li>
<a href="dashboard.html?feeds=%5B%5B%22http%3A%2F%2Fwww.arretsurimages.net%2Frss%2Ftous-les-contenus.rss%22%5D%2C%5B%22http%3A%2F%2Fwww.lemonde.fr%2Frss%2Fsequence%2F0%2C2-3208%2C1-0%2C0.xml%22%2C%22http%3A%2F%2Fwww.liberation.fr%2Finteractif%2Frss%2Factualites%2Findex.FR.php%22%5D%2C%5B%22http%3A%2F%2Fwww.mediapart.fr%2Farticles%2Ffeed%22%2C%22http%3A%2F%2Ffeedproxy.google.com%2FTechCrunch%22%5D%5D" target="_blank">French newspapers</a>
</li>
<li>
<a href="dashboard.html?feeds=%5B%5B%5D%2C%5B%5D%2C%5B%5D%5D" target="_blank">Blank Dashboard</a>
</li>
</ul>
<h3>
IGoogle import
</h3>
<p>
If you still have your IGoogle settings file (Settings menu, then "Export" button), you can even import it: IFeedle will create a new browser tab for
each IGoogle tab, and each RSS feed found will be displayed as a feed widget.
<p/>
<input type="file" id="files" name="files[]"/>
<ul id="igoogle">
</ul>
</p>
<h3>
Coming soon...
</h3>
<p>
I just started developing IFeedle so that you and I can import our IGoogle settings when it's still time. I have plenty of ideas of cool
features to add to IFeedle. Here is a list off the top of my head:
<ul>
<li>Add a thumbnail for each feed item</li>
<li>Auto refresh feeds</li>
<li>Configure how many feed items can be displayed on a given widget</li>
<li>Hide the top bar by default, and make it appear on rollover only</li>
<li>Support other types of widgets such as a Twitter, Facebook, GMail</li>
<li>Change the number of columns (current default is 3) </li>
<li>Add a feed with a search string (would display a dropdown with the list of feeds found)</li>
<li>Add a simple Google search field</li>
<li>...</li>
</ul>
</p>
<br/>
<br/>
<p><b>Contact:</b> <a href="mailto:[email protected]">[email protected]</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>