This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
97 lines (77 loc) · 1.97 KB
/
readme.txt
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
⚠️ Project is abandoned. RIP.
--------------------------------------------------------------------------------
__
____ ___ _______/ /_ ___ _____
/ __ `/ / / / ___/ __ \/ _ \/ ___/
/ /_/ / /_/ (__ ) / / / __/ /
\__, /\__,_/____/_/ /_/\___/_/
/____/
Gusher creates a chronological activity stream.
You can add feeds from any of the services below:
Delicious
Disqus
Flickr
Github
Google+
Google Calendar
Google Reader
Instapaper
Last.fm
Stack Overflow
Tumblr
Twitter
Vimeo
YouTube
It consists of two parts:
Gusher Server
node.js module, manages Gusher accounts
gusher.js
client-side script, fetches feeds and renders streams
Gusher uses technology from:
jQuery
ICanHaz.js
mustache.js
Node.js
Express framework
MongoDB
Release notes:
0.3
Added server-side component.
0.23
Separated user name, id, and api key from feed_url,
Daily Booth support added,
"Likes:" & "Replies:" only display when necessary.
0.22
CSS cleanup, New icons.
Moved feed rendering from feeds.js to go.js.
0.21
Added support for Github activity and Commit feeds.
0.2
Wrote a Feed class to standardize the way feeds are created.
0.1
Initial release.
Plans for the future:
* Visual display of Likes & replies (color coded?)
* Refactor property names so they are grouped
* choose a color per feed
* allow adding links to page
* put username in & AJAX check to see if it exists
* option to show just one post per feed
* global time limit adjustment
* support for feeds about users
- visually comes from right side, different css class
Candidates for future support:
* Facebook
* Blogger
* Reddit
* Soundcloud
* Instagram
* Twitter favorites & filtering replies.
* Amazon (wishlist)?
* Pinboard?
* Canv.as?
* Mlkshk?
* Netflix?
* Newgrounds?
* vBulletin?
Chad von Nau