Skip to content

Commit

Permalink
Fixes loklak#40 : Moved all apps from root directory to apps directory
Browse files Browse the repository at this point in the history
  • Loading branch information
djmgit committed Jan 11, 2017
1 parent 59b5f26 commit 29b694a
Show file tree
Hide file tree
Showing 187 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"permissions": ["/api/apps.json"],
"name": "",
"name": "applist",
"headline": "loklak app list",
"alternativeHeadline": "work from GCI task",
"applicationCategory": "About Project",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion WebScraper/index.html → apps/WebScraper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1>What would you like to scrape?</h1>

$scope.Scrape = function() {
$scope.spinner=true;
var QueryCommand = '/api/genericscraper.json?callback=JSON_CALLBACK&url=' + $scope.url;
var QueryCommand = 'http://api.loklak.org/api/genericscraper.json?callback=JSON_CALLBACK&url=' + $scope.url;
$http.get(String(QueryCommand)).success(function(JSON) {
$scope.data = JSON;
});
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions barchart/index.html → apps/barchart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<link rel="stylesheet" href="css/angular-material.min.css">
<link href="css/style.css" rel="stylesheet">

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="/css/dashboard.css" rel="stylesheet"> -->
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -186,9 +186,9 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions boilerplate/index.html → apps/boilerplate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
<link rel="icon" type="image/png" href="../../artwork/favicon.png">
<title>loklak.org - Apps Boilerplate</title> <!-- CHANGE THIS -->

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/dashboard.css" rel="stylesheet">
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/dashboard.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../js/html5shiv.min.js"></script>
<script src="../../js/respond.min.js"></script>
<![endif]-->

<script src="/js/angular.min.js"></script>
<script src="/js/angular-route.min.js"></script>
<script src="/js/loklak.js"></script>
<script src="../../js/angular.min.js"></script>
<script src="../../js/angular-route.min.js"></script>
<script src="../../js/loklak.js"></script>

<style>
p a{
Expand Down Expand Up @@ -82,9 +82,9 @@ <h2 class="sub-header">section 3</h2>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions bubblecharts/index.html → apps/bubblecharts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<link rel="stylesheet" href="css/angular-material.min.css">
<link href="css/style.css" rel="stylesheet">

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="/css/dashboard.css" rel="stylesheet"> -->
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -133,9 +133,9 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<link rel="icon" type="image/png" href="../../artwork/favicon.png">
<title>loklak: Distributed Tweet Search Server</title>

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/morris.css">
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="../../css/morris.css">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->

<script src="/js/angular.min.js"></script>
<script src="../../js/angular.min.js"></script>
</head>

<body>
Expand All @@ -28,12 +28,12 @@ <h1>Tweets about Fossasia</h1>
<div id="myfirstchart" style="height: 250px;"></div>
</div>

<script src="/js/jquery.min.js"></script>
<script src="/js/raphael-min.js"></script>
<script src="/js/morris.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/raphael-min.js"></script>
<script src="../../js/morris.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="histogram.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions histogram/index.html → apps/histogram/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<title>Loklak-Morris</title>
<link rel="stylesheet" type="text/css" href="histogram.css">
<link rel="stylesheet" href="/css/morris.css">
<script src="/js/jquery.min.js"></script>
<script src="/js/raphael-min.js"></script>
<script src="/js/morris.min.js"></script>
<script src="/js/angular.min.js"></script>
<script src="/js/angular-resource.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/raphael-min.js"></script>
<script src="../../js/morris.min.js"></script>
<script src="../../js/angular.min.js"></script>
<script src="../../js/angular-resource.min.js"></script>
</head>
<body ng-controller="LoklakCtrl">
<h3>Tweet Histogram Plotter</h3>
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions querybrowser/index.html → apps/querybrowser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<link rel="icon" type="image/png" href="../../artwork/favicon.png">
<title>Query Browser</title>

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/dashboard.css" rel="stylesheet">
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/dashboard.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -83,17 +83,17 @@ <h1 class="page-header">Query Browser</h1>
<script>
var app = angular.module('querybrowser', []);
app.controller('queryCtrl', function($scope, $http) {
$http.get("/api/suggest.json?count=10000&order=desc&orderby=query_count")
$http.get("http://api.loklak.org/api/suggest.json?count=10000&order=desc&orderby=query_count")
.then(function (response) {$scope.queries = response.data.queries;});
});
</script>

<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions tweetfeed/index.html → apps/tweetfeed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<link rel="stylesheet" href="css/angular-material.min.css">
<link href="css/style.css" rel="stylesheet">

<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="/css/dashboard.css" rel="stylesheet"> -->
<link href="/css/loklak.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -169,9 +169,9 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<script src="../../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<title>Leaderboard</title>
<link href="css/style.css" rel="stylesheet"/>
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<script src="/js/angular.min.js"></script>
<script src="/js/jquery.min.js"></script>
<script src="../../js/angular.min.js"></script>
<script src="../../js/jquery.min.js"></script>
</head>
<body>
<center>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
8 changes: 4 additions & 4 deletions userprofile/index.html → apps/userprofile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<head>
<link rel="icon" type="image/png" href="../../artwork/favicon.png">
<title>User Profile Page</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/loklak.css" rel="stylesheet">
<script src="/js/angular.min.js"></script>
<script src="/js/jquery.min.js"></script>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">
<script src="../../js/angular.min.js"></script>
<script src="../../js/jquery.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootcards/1.0.0/css/bootcards-desktop.min.css">

<script src="../../js/angular.min.js"></script>
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<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 href="/css/loklak.css" rel="stylesheet">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/loklak.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
<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/jquery.min.js"></script>
<script src="../../js/angular.min.js"></script>
<script src="../../js/angular-route.min.js"></script>
<script src="../../js/loklak.js"></script>
<meta name="description" content="loklak provides an easy-to-extend app infrastructure. Here is a list of large-data evaluation applictions.">
<link rel="icon" type="image/png" href="/artwork/favicon.png">
Expand Down Expand Up @@ -75,11 +75,11 @@ <h1 class="color-black">
<div class="content class" ng-repeat="app in apps track by $index">
<div class="span2 animated fadeIn" id="{{app.applicationCategory | nospace}}">
<div class="reveal">
<img ng-src="../{{ app.name }}/screenshot.png" />
<img ng-src="../apps/{{ app.name }}/screenshot.png" />
<div class="hidden">
<div class="caption">
<div class="centered">
<p><a href='../{{ app.name }}'>{{ app.headline | uppercase}}</a></p>
<p><a href='../apps/{{ app.name }}'>{{ app.headline | uppercase}}</a></p>
<p class="color-black">{{ app.alternativeHeadline }}</p>
<br/>
<p class="color-black">Author: <a href='{{ app.author.url }}'>{{ app.author.name | uppercase }}</a></p>
Expand All @@ -93,9 +93,9 @@ <h1 class="color-black">
</div>
</div>
</div>
<script src="/js/jquery.min.js" async></script>
<script src="/js/bootstrap.min.js" async></script>
<script src="/js/ie10-viewport-bug-workaround.js" async></script>
<script src="../../js/jquery.min.js" async></script>
<script src="../../js/bootstrap.min.js" async></script>
<script src="../../js/ie10-viewport-bug-workaround.js" async></script>


</body>
Expand Down

0 comments on commit 29b694a

Please sign in to comment.