-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8765804
commit bf067d1
Showing
31 changed files
with
1,590 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.git | ||
.tmp | ||
.idea | ||
.grunt | ||
.sass-cache | ||
.project | ||
.c9 | ||
.DS_Store | ||
atlassian-ide-plugin.xml | ||
app/bower_components | ||
coverage | ||
db | ||
coverage | ||
docs | ||
dist | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### | ||
# docker-angular-cms | ||
# This is the docker container for angular-cms | ||
### | ||
FROM ubuntu:14.04 | ||
MAINTAINER Jonnie Spratley <[email protected]> | ||
|
||
WORKDIR . | ||
COPY . /angular-cms | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
git \ | ||
npm \ | ||
nodejs | ||
|
||
RUN ln -s /usr/bin/nodejs /usr/local/bin/node | ||
|
||
RUN cd /angular-cms \ | ||
npm install | ||
|
||
EXPOSE 1339 | ||
CMD ["npm", "start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Page Not Found :(</title> | ||
<style> | ||
::-moz-selection { | ||
background: #b3d4fc; | ||
text-shadow: none; | ||
} | ||
|
||
::selection { | ||
background: #b3d4fc; | ||
text-shadow: none; | ||
} | ||
|
||
html { | ||
padding: 30px 10px; | ||
font-size: 20px; | ||
line-height: 1.4; | ||
color: #737373; | ||
background: #f0f0f0; | ||
-webkit-text-size-adjust: 100%; | ||
-ms-text-size-adjust: 100%; | ||
} | ||
|
||
html, | ||
input { | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
} | ||
|
||
body { | ||
max-width: 500px; | ||
_width: 500px; | ||
padding: 30px 20px 50px; | ||
border: 1px solid #b3b3b3; | ||
border-radius: 4px; | ||
margin: 0 auto; | ||
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff; | ||
background: #fcfcfc; | ||
} | ||
|
||
h1 { | ||
margin: 0 10px; | ||
font-size: 50px; | ||
text-align: center; | ||
} | ||
|
||
h1 span { | ||
color: #bbb; | ||
} | ||
|
||
h3 { | ||
margin: 1.5em 0 0.5em; | ||
} | ||
|
||
p { | ||
margin: 1em 0; | ||
} | ||
|
||
ul { | ||
padding: 0 0 0 40px; | ||
margin: 1em 0; | ||
} | ||
|
||
.container { | ||
max-width: 380px; | ||
_width: 380px; | ||
margin: 0 auto; | ||
} | ||
|
||
/* google search */ | ||
|
||
#goog-fixurl ul { | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
#goog-fixurl form { | ||
margin: 0; | ||
} | ||
|
||
#goog-wm-qt, | ||
#goog-wm-sb { | ||
border: 1px solid #bbb; | ||
font-size: 16px; | ||
line-height: normal; | ||
vertical-align: top; | ||
color: #444; | ||
border-radius: 2px; | ||
} | ||
|
||
#goog-wm-qt { | ||
width: 220px; | ||
height: 20px; | ||
padding: 5px; | ||
margin: 5px 10px 0 0; | ||
box-shadow: inset 0 1px 1px #ccc; | ||
} | ||
|
||
#goog-wm-sb { | ||
display: inline-block; | ||
height: 32px; | ||
padding: 0 10px; | ||
margin: 5px 0 0; | ||
white-space: nowrap; | ||
cursor: pointer; | ||
background-color: #f5f5f5; | ||
background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1); | ||
background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1); | ||
background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1); | ||
background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1); | ||
-webkit-appearance: none; | ||
-moz-appearance: none; | ||
appearance: none; | ||
*overflow: visible; | ||
*display: inline; | ||
*zoom: 1; | ||
} | ||
|
||
#goog-wm-sb:hover, | ||
#goog-wm-sb:focus { | ||
border-color: #aaa; | ||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); | ||
background-color: #f8f8f8; | ||
} | ||
|
||
#goog-wm-qt:hover, | ||
#goog-wm-qt:focus { | ||
border-color: #105cb6; | ||
outline: 0; | ||
color: #222; | ||
} | ||
|
||
input::-moz-focus-inner { | ||
padding: 0; | ||
border: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Not found <span>:(</span></h1> | ||
<p>Sorry, but the page you were trying to view does not exist.</p> | ||
<p>It looks like this was the result of either:</p> | ||
<ul> | ||
<li>a mistyped address</li> | ||
<li>an out-of-date link</li> | ||
</ul> | ||
<script> | ||
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host; | ||
</script> | ||
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
<!doctype html> | ||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
<!--[if gt IE 8]><!--> | ||
<!--<![endif]--> | ||
<html class="no-js"> | ||
<!--[if gt IE 8]><![endif]--> | ||
<html data-ng-app="angularCmsApp" class="no-js"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<!--[if IE]> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<![endif]--> | ||
<title>Angular-CMS</title> | ||
<meta name="description" content="This is a lightweight CMS built with Angular.js, Twitter Bootstrap and Node.js."> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="fragment" content="#"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-title" content="angular-cms"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="shortcut icon" href="images/favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png"> | ||
<link rel="icon" type="image/png" href="images/favicon-196x196.png" sizes="196x196"> | ||
<link rel="icon" type="image/png" href="images/favicon-160x160.png" sizes="160x160"> | ||
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32"> | ||
|
||
|
||
|
||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-TileImage" content="images/mstile-144x144.png"> | ||
<meta name="msapplication-square70x70logo" content="images/mstile-70x70.png"> | ||
<meta name="msapplication-square144x144logo" content="images/mstile-144x144.png"> | ||
<meta name="msapplication-square150x150logo" content="images/mstile-150x150.png"> | ||
<meta name="msapplication-square310x310logo" content="images/mstile-310x310.png"> | ||
<meta name="msapplication-wide310x150logo" content="images/mstile-310x150.png"> | ||
|
||
<!-- build:css({.tmp,app}) styles/app.css --> | ||
<link rel="stylesheet" href="bower_components/angular-motion/dist/angular-motion.min.css"> | ||
<link rel="stylesheet" href="bower_components/bootstrap-additions/dist/bootstrap-additions.min.css"> | ||
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="styles/main.css"> | ||
<!-- endbuild --> | ||
<link rel="stylesheet" ng-href="{{App.settings.cdn}}/bootswatch.com/{{App.theme | lowercase}}/bootstrap.min.css"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="bower_components/es5-shim/es5-shim.js"></script> | ||
<script src="bower_components/json3/lib/json3.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body data-ng-class="App.route.current.scope.name"> | ||
|
||
<!--[if lt IE 7]> | ||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
<![endif]--> | ||
|
||
|
||
<div id="app" class="app" data-ng-controller="AppCtrl" data-ng-cloak=""> | ||
<header id="header" data-ng-include="App.layout.header"> | ||
|
||
</header> | ||
<section id="content" data-ng-include="App.layout.content"> | ||
|
||
</section> | ||
<footer id="footer" data-ng-include="App.layout.footer"> | ||
|
||
</footer> | ||
|
||
</div> | ||
|
||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-52162355-1', 'angular-cms.herokuapp.com'); | ||
ga('send', 'pageview'); | ||
</script> | ||
|
||
|
||
<!-- build:js({.tmp,app}) scripts/vendor.js --> | ||
<!-- bower:js --> | ||
<script src="bower_components/jquery/jquery.js"></script> | ||
<script src="bower_components/jquery-ui/ui/jquery-ui.js"></script> | ||
<script src="bower_components/es5-shim/es5-shim.js"></script> | ||
<script src="bower_components/json3/lib/json3.min.js"></script> | ||
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script> | ||
<script src="libs/parse-1.2.17.min.js"></script> | ||
<script src="libs/md5.js"></script> | ||
<script src="libs/markdown.js"></script> | ||
<!-- endbuild --> | ||
|
||
<!-- build:js({.tmp,app}) scripts/modules.js --> | ||
<script src="bower_components/angular/angular.js"></script> | ||
<script src="bower_components/angular-ui-utils/ui-utils.js"></script> | ||
<script src="bower_components/angular-strap/dist/angular-strap.min.js"></script> | ||
<script src="bower_components/angular-strap/dist/angular-strap.tpl.min.js"></script> | ||
<script src="bower_components/angular-animate/angular-animate.js"></script> | ||
<script src="bower_components/angular-route/angular-route.js"></script> | ||
<script src="bower_components/angular-resource/angular-resource.js"></script> | ||
<script src="bower_components/angular-cookies/angular-cookies.js"></script> | ||
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script> | ||
<script src="bower_components/angular-form-gen/dist/angular-form-gen.js"></script> | ||
<!-- endbuild --> | ||
|
||
<!-- endbower --> | ||
|
||
<!-- build:js({.tmp,app}) scripts/scripts.js --> | ||
<script src="scripts/config.js"></script> | ||
<script src="scripts/app.js"></script> | ||
<script src="scripts/templates.js"></script> | ||
<script src="scripts/controllers/main.js"></script> | ||
<script src="scripts/controllers/docs.js"></script> | ||
<script src="scripts/controllers/admin.js"></script> | ||
<script src="scripts/controllers/login.js"></script> | ||
<script src="scripts/controllers/profile.js"></script> | ||
<script src="scripts/controllers/plugins.js"></script> | ||
<script src="scripts/controllers/themes.js"></script> | ||
<script src="scripts/controllers/widgets.js"></script> | ||
<script src="scripts/controllers/media.js"></script> | ||
<script src="scripts/controllers/settings.js"></script> | ||
<script src="scripts/controllers/dashboard.js"></script> | ||
<script src="scripts/controllers/users.js"></script> | ||
<script src="scripts/controllers/register.js"></script> | ||
<script src="scripts/controllers/pages.js"></script> | ||
<script src="scripts/controllers/forgot-password.js"></script> | ||
<script src="scripts/controllers/sidebar.js"></script> | ||
<script src="scripts/controllers/help.js"></script> | ||
<script src="scripts/controllers/app.js"></script> | ||
<script src="scripts/filters/gravatar.js"></script> | ||
<script src="scripts/directives/cms-formgroup.js"></script> | ||
<script src="scripts/directives/cms-widgets.js"></script> | ||
<script src="scripts/directives/cms-widget.js"></script> | ||
<script src="scripts/directives/cms-uploader.js"></script> | ||
<script src="scripts/directives/cms-header.js"></script> | ||
<script src="scripts/directives/cms-gravatar.js"></script> | ||
<script src="scripts/services/dataservice.js"></script> | ||
<!--script src="scripts/services/cmsdataserviceprovider.js"></script--> | ||
<script src="scripts/services/cms-dataservicefactory.js"></script> | ||
<script src="scripts/services/cms-usersfactory.js"></script> | ||
<script src="scripts/services/cms-authservice.js"></script> | ||
<script src="scripts/services/cms-sessionservice.js"></script> | ||
<script src="scripts/services/cms-socketservice.js"></script> | ||
<script src="scripts/services/cms-notify.js"></script> | ||
<!-- endbuild --> | ||
</body> | ||
</html></html> |
Oops, something went wrong.