Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 7, 2013
0 parents commit 92092f1
Show file tree
Hide file tree
Showing 16 changed files with 18,839 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*~
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Shorter URL
===========

Allows you to convert a looong url to a shorter one.
56 changes: 56 additions & 0 deletions mono.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"appId": "00000000000000000000000000000104",
"name": "Shorter URL",
"version": "0.0.1",
"routes": {
"/": "layout"
},
"domains": [
"shorterurl.mono.ch",
"ionicabizau.jillix.net"
],
"publicDir": "public",
"publicRole": "0",
"roles": [
{
"id": 0,
"name": "Public Role"
}
],
"miids": {
"layout": {
"module": "github/adioo/layout/v0.0.4",
"roles": [0],
"config": {
"html": "html/layout.html",
"css": ["bootstrap/css/bootstrap.css"],
"title": "Shorter URL",
"modules": {
"container": "container"
}
}
},
"container": {
"module": "github/IonicaBizau/shorter-url-module/dev",
"roles": [0],
"config": {
"html": "html/url.html",
"css": ["css/style.css"]
},
"operations": {
"insert": {
"roles": [0],
"params": []
},
"reset": {
"roles": [0],
"params": []
},
"get": {
"roles": [0],
"params": []
}
}
}
}
}
Loading

0 comments on commit 92092f1

Please sign in to comment.