summaryrefslogtreecommitdiff
path: root/templates/bootstrap.hamlet
Commit message (Collapse)AuthorAge
* license the webapp under the AGPL 3+Gravatar Joey Hess2012-09-24
| | | | | | | | | | | | | This means that anyone serving up the webapp to users as a service (ie, without providing any git-annex binary at all to the user) still needs to provide a link to the source code for it, including any modifications they may make. This may make git-annex be covered by the AGPL as a whole when it is built with the webapp. If in doubt, you should ask a lawyer. When git-annex is built with the webapp disabled, no AGPLed code is used. Even building in the assistant does not pull in AGPLed code.
* webapp now starts up when run not in a git repoGravatar Joey Hess2012-07-31
|
* made navbar workGravatar Joey Hess2012-07-31
| | | | also added an About page and a stub Config page.
* add introGravatar Joey Hess2012-07-29
|
* template reorgGravatar Joey Hess2012-07-27
|
* template cleanupGravatar Joey Hess2012-07-27
| | | | use julius's nice #id and .class things
* add alert close buttonsGravatar Joey Hess2012-07-27
|
* webapp now uses twitter bootstrapGravatar Joey Hess2012-07-27
mocked up the main screen, and am actually pretty happy with it!