-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.json
More file actions
49 lines (49 loc) · 1.56 KB
/
feed.json
File metadata and controls
49 lines (49 loc) · 1.56 KB
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
{
"profile":
{
"name":"vi",
"location":"Montreal",
"position":"45.5088400, -73.5878100",
"color":"#777777",
"avatar":"http://rotonde.v-os.ca/images/vi.png"
},
"feed":
[
{
"time":"1504330502",
"text":"Redesigned the Log's visuals (along with a big portion of its back-end visualization) to suit V-OS' new layout style.",
"media":"http://rotonde.v-os.ca/images/3.png",
"url": "https://github.com/v-exec/Log"
},
{
"time":"1503708650",
"text":"Made a javascript client for Rotonde. Working on making it as functional as possible, have a few things to iron out. I plan on implementing 'comments' / 'replies' once that's done. Repo up.",
"url":"https://github.com/v-exec/Rotonde-JS-Client"
},
{
"time":"1503645573",
"text":"Spent yesterday messing about in lubuntu. Lots of non-functional, but aesthetic tweaks were made. Who would've known terminals could look this good in pastel?",
"media":"http://rotonde.v-os.ca/images/2.png"
},
{
"time":"1503331954",
"text":"Made (primarily front-end) modifications to electricgecko's PHP client for Rotonde.",
"media":"http://rotonde.v-os.ca/images/1.png",
"url": "https://github.com/v-exec/Rotonde-PHP-Client"
}
],
"portal":
[
"rotonde.cblgh.org",
"rotonde.xxiivv.com",
"rotonde.attilam.com",
"rotonde.anxl.faith",
"rotonde.electricgecko.de",
"rotonde-eswat.hashbase.io",
"brennan-ltkmn.hashbase.io",
"rotonde-ciel.hashbase.io",
"rotonde.v-os.ca",
"rotonde-somnius.hashbase.io",
"rotonde-joshavanier.hashbase.io"
]
}