Skip to content

Commit

Permalink
Partially fixes loklak#298 - made apps pluggable
Browse files Browse the repository at this point in the history
Partially fixes issue - loklak#298, moved the following apps'
dependencies into their individual folders and updated
script and css references.

```
barchart
boilerplate
bubblecharts
collegeElections
compareTwitterProfiles
CountryTweetMap
ducphanduy
emojiheatmap
emojiheatmapper
fossasia-histogram
histogram
knowthediff
LQL
MultiLinePlotter

```
  • Loading branch information
djmgit committed Sep 2, 2017
1 parent 975ea37 commit 0e13eda
Show file tree
Hide file tree
Showing 119 changed files with 5,977 additions and 106 deletions.
5 changes: 5 additions & 0 deletions CountryTweetMap/css/bootstrap.min.css

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions CountryTweetMap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="Content-Language" content="en, english" />
<link rel="icon" type="image/png" href="http://loklak.org/artwork/favicon.png">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ=="
crossorigin=""/>
<script src="/js/jquery.min.js"></script>
<script src="/js/angular.min.js"></script>
<script src="/js/angular-route.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/angular.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-A7vV8IFfih/D732iSSKi20u/ooOfj/AGehOKq0f4vLT1Zr2Y+RX7C+w8A1gaSasGtRUZpF/NZgzSAu4/Gc41Lg=="
crossorigin=""></script>
Expand Down
289 changes: 289 additions & 0 deletions CountryTweetMap/scripts/angular.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions CountryTweetMap/scripts/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions CountryTweetMap/scripts/jquery.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions LQL/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0e13eda

Please sign in to comment.