Skip to content

Commit cde7a6d

Browse files
committed
Updating offline/ -> data/
1 parent 0a502b6 commit cde7a6d

6 files changed

Lines changed: 49 additions & 120 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

data/org.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"userName": "adobe",
4+
"name": "Adobe Systems",
5+
"desc": "Repository for certain Adobe Open Source releases"
6+
},
7+
{
8+
"userName": "adobe-webplatform",
9+
"name": "Adobe Web Platform",
10+
"desc": "Releases from the Adobe Web Platform teams"
11+
},
12+
{
13+
"userName": "adobe-research",
14+
"name": "Adobe Research",
15+
"desc": "Releases from the Adobe Research teams"
16+
},
17+
{
18+
"userName": "adobe-photoshop",
19+
"name": "Adobe Photoshop",
20+
"desc": "Stuff from the Adobe Photoshop team"
21+
},
22+
{
23+
"userName": "adobe-cloudops",
24+
"name": "Adobe CloudOps",
25+
"desc": "Releases from the Adobe Cloud Operations teams"
26+
},
27+
{
28+
"userName": "topcoat",
29+
"name": "Topcoat",
30+
"desc": "UI Library for creating beautiful and responsive applications using web standards"
31+
},
32+
{
33+
"userName": "adobe-security",
34+
"name": "Adobe Security",
35+
"desc": "Releases from the Adobe Security teams"
36+
},
37+
{
38+
"userName": "adobe-fonts",
39+
"name": "Adobe Fonts",
40+
"desc": "Releases from the Adobe Font teams"
41+
},
42+
{
43+
"userName": "adobe-flash",
44+
"name": "Adobe Flash",
45+
"desc": "Stuff from the Adobe Flash team"
46+
}
47+
]
File renamed without changes.

js/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,14 @@ app.filter('timeDiff', function() {
231231

232232
//Get Adobe Github repos & orgs
233233
app.factory("DatasAdobe", function($resource) {
234-
// return $resource("offline/server.json");
234+
// return $resource("data/server.json");
235235
// return $resource("http://localhost:8000", {'8000': ':8000'});
236236
return $resource("http://ec2-54-221-78-73.compute-1.amazonaws.com:8000", {'8000': ':8000'});
237237
});
238238

239239
//Get Feaatured for the header
240240
app.factory("FeaturedHeader", function($resource) {
241-
return $resource("offline/featured.json")
241+
return $resource("data/featured.json")
242242
});
243243

244244
//TODO : Manage offline project list when errors

offline/languages.json

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)