diff options
-rw-r--r-- | mustash/models.py (renamed from stashbox/models.py) | 16 | ||||
-rw-r--r-- | mustash/mustash.py (renamed from stashbox/stashbox.py) | 17 | ||||
-rw-r--r-- | mustash/static/css/bootstrap-responsive.css (renamed from stashbox/static/css/bootstrap-responsive.css) | 0 | ||||
-rw-r--r-- | mustash/static/css/bootstrap-responsive.min.css (renamed from stashbox/static/css/bootstrap-responsive.min.css) | 0 | ||||
-rw-r--r-- | mustash/static/css/bootstrap.css (renamed from stashbox/static/css/bootstrap.css) | 0 | ||||
-rw-r--r-- | mustash/static/css/bootstrap.min.css (renamed from stashbox/static/css/bootstrap.min.css) | 0 | ||||
-rw-r--r-- | mustash/static/css/stashbox.css (renamed from stashbox/static/css/stashbox.css) | 0 | ||||
-rw-r--r-- | mustash/static/img/glyphicons-halflings-white.png (renamed from stashbox/static/img/glyphicons-halflings-white.png) | bin | 8777 -> 8777 bytes | |||
-rw-r--r-- | mustash/static/img/glyphicons-halflings.png (renamed from stashbox/static/img/glyphicons-halflings.png) | bin | 12799 -> 12799 bytes | |||
-rw-r--r-- | mustash/static/js/bootstrap.js (renamed from stashbox/static/js/bootstrap.js) | 0 | ||||
-rw-r--r-- | mustash/static/js/bootstrap.min.js (renamed from stashbox/static/js/bootstrap.min.js) | 0 | ||||
-rw-r--r-- | mustash/templates/admin_users.html (renamed from stashbox/templates/admin_users.html) | 0 | ||||
-rw-r--r-- | mustash/templates/base.html (renamed from stashbox/templates/base.html) | 4 | ||||
-rw-r--r-- | mustash/templates/folder_edit.html (renamed from stashbox/templates/folder_edit.html) | 0 | ||||
-rw-r--r-- | mustash/templates/index.html (renamed from stashbox/templates/index.html) | 0 | ||||
-rw-r--r-- | mustash/templates/user_edit.html (renamed from stashbox/templates/user_edit.html) | 0 | ||||
-rw-r--r-- | stashbox/stashbox.db | bin | 7168 -> 0 bytes |
17 files changed, 34 insertions, 3 deletions
diff --git a/stashbox/models.py b/mustash/models.py index 0f402ba..9d10fcb 100644 --- a/stashbox/models.py +++ b/mustash/models.py @@ -1,3 +1,19 @@ +# +# Copyright (C) 2013 Aaron Williamson <aaronw@softwarefreedom.org> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + import web db = web.database(dbn='sqlite', db='stashbox.db') diff --git a/stashbox/stashbox.py b/mustash/mustash.py index d79f729..5113e30 100644 --- a/stashbox/stashbox.py +++ b/mustash/mustash.py @@ -1,4 +1,19 @@ -""" Basic todo list using webpy 0.3 """ +# +# Copyright (C) 2013 Aaron Williamson <aaronw@softwarefreedom.org> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + import web import models diff --git a/stashbox/static/css/bootstrap-responsive.css b/mustash/static/css/bootstrap-responsive.css index fcd72f7..fcd72f7 100644 --- a/stashbox/static/css/bootstrap-responsive.css +++ b/mustash/static/css/bootstrap-responsive.css diff --git a/stashbox/static/css/bootstrap-responsive.min.css b/mustash/static/css/bootstrap-responsive.min.css index d1b7f4b..d1b7f4b 100644 --- a/stashbox/static/css/bootstrap-responsive.min.css +++ b/mustash/static/css/bootstrap-responsive.min.css diff --git a/stashbox/static/css/bootstrap.css b/mustash/static/css/bootstrap.css index 2f56af3..2f56af3 100644 --- a/stashbox/static/css/bootstrap.css +++ b/mustash/static/css/bootstrap.css diff --git a/stashbox/static/css/bootstrap.min.css b/mustash/static/css/bootstrap.min.css index c10c7f4..c10c7f4 100644 --- a/stashbox/static/css/bootstrap.min.css +++ b/mustash/static/css/bootstrap.min.css diff --git a/stashbox/static/css/stashbox.css b/mustash/static/css/stashbox.css index 2040dc7..2040dc7 100644 --- a/stashbox/static/css/stashbox.css +++ b/mustash/static/css/stashbox.css diff --git a/stashbox/static/img/glyphicons-halflings-white.png b/mustash/static/img/glyphicons-halflings-white.png Binary files differindex 3bf6484..3bf6484 100644 --- a/stashbox/static/img/glyphicons-halflings-white.png +++ b/mustash/static/img/glyphicons-halflings-white.png diff --git a/stashbox/static/img/glyphicons-halflings.png b/mustash/static/img/glyphicons-halflings.png Binary files differindex a996999..a996999 100644 --- a/stashbox/static/img/glyphicons-halflings.png +++ b/mustash/static/img/glyphicons-halflings.png diff --git a/stashbox/static/js/bootstrap.js b/mustash/static/js/bootstrap.js index c298ee4..c298ee4 100644 --- a/stashbox/static/js/bootstrap.js +++ b/mustash/static/js/bootstrap.js diff --git a/stashbox/static/js/bootstrap.min.js b/mustash/static/js/bootstrap.min.js index 95c5ac5..95c5ac5 100644 --- a/stashbox/static/js/bootstrap.min.js +++ b/mustash/static/js/bootstrap.min.js diff --git a/stashbox/templates/admin_users.html b/mustash/templates/admin_users.html index d51602b..d51602b 100644 --- a/stashbox/templates/admin_users.html +++ b/mustash/templates/admin_users.html diff --git a/stashbox/templates/base.html b/mustash/templates/base.html index 8ee5a62..b73af89 100644 --- a/stashbox/templates/base.html +++ b/mustash/templates/base.html @@ -3,7 +3,7 @@ $def with (page) <!DOCTYPE html> <html lang="en"> <head> - <title>Mustache</title> + <title>μstash</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/static/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="/static/css/bootstrap-responsive.css" rel="stylesheet"> @@ -19,7 +19,7 @@ $def with (page) <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="brand" href="/">Mustache</a> + <a class="brand" href="/">μstash</a> <div class="nav-collapse collapse"> <ul class="nav nav-tabs"> <li><a href="/admin/users/">Users Admin</a></li> diff --git a/stashbox/templates/folder_edit.html b/mustash/templates/folder_edit.html index 997cb8b..997cb8b 100644 --- a/stashbox/templates/folder_edit.html +++ b/mustash/templates/folder_edit.html diff --git a/stashbox/templates/index.html b/mustash/templates/index.html index e219959..e219959 100644 --- a/stashbox/templates/index.html +++ b/mustash/templates/index.html diff --git a/stashbox/templates/user_edit.html b/mustash/templates/user_edit.html index da41862..da41862 100644 --- a/stashbox/templates/user_edit.html +++ b/mustash/templates/user_edit.html diff --git a/stashbox/stashbox.db b/stashbox/stashbox.db Binary files differdeleted file mode 100644 index 26debd3..0000000 --- a/stashbox/stashbox.db +++ /dev/null |