Skip to content

Commit

Permalink
Item11999: add bootswatch themes and use simplex for now
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TwitterBootstrapContrib@15161 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Jul 16, 2012
1 parent 3f7ef74 commit a97b53e
Show file tree
Hide file tree
Showing 25 changed files with 60,138 additions and 3 deletions.
23 changes: 23 additions & 0 deletions data/System/TwitterBootstrapContrib.txt
Expand Up @@ -23,9 +23,32 @@ for example, see the [[%SCRIPTURL{view}%/%BASEWEB%.%BASETOPIC%?skin=bootstrapeg]
}%/>
</form>

---++ Todo
* https://github.com/addyosmani/jquery-ui-bootstrap/
* http://fortawesome.github.com/Font-Awesome/
* http://ckrack.github.com/fbootstrapp/
* http://www.thetutlage.com/post=TUT159
* http://ajkochanowicz.github.com/Kickstrap/
* http://builtwithbootstrap.com/
* http://www.boottheme.com/
* http://dribbble.com/sacha/projects/32370-Bootstrap-Themes
* http://sachagreif.com/bootstrap/
* http://glyphicons.com/
* http://stylebootstrap.info/
* https://wrapbootstrap.com/
* http://bootswatch.com
* =curl http://api.bootswatch.com | sed 's/,/\n/g' | grep '"css"' | sed 's/"css":"/curl /' | sed 's/com\/\(.*\)\/bootstrap.css"$/com\/\1\/bootstrap.css > \1.css/' | sh=
=

---++ Installation
%$INSTALL_INSTRUCTIONS%

---++ Attributions:
---+++ Twitter Bootstrap
twitter bootstrap 2.0.4 is included (and is the basis for) this Contrib.
---+++ Bootswatch themes
the free themes from http://bootswatch.com are in this Contrib, and the simplex theme has been hardcoded (for now)

---++ Info

| Author: | SvenDowideit |
Expand Down
Expand Up @@ -22,7 +22,9 @@ sub new {
documentation => "$Foswiki::cfg{SystemWebName}.TwitterBootstrapContrib",
summary => $Foswiki::Contrib::TwitterBootstrapContrib::SHORTDESCRIPTION,
javascript => [ "js/bootstrap.min.js" ],
css => [ "css/bootstrap.min.css", "css/bootstrap-responsive.min.css" ]
# css => [ "css/bootstrap.min.css", "css/bootstrap-responsive.min.css" ]
#I wonder how to make this list JQREQUIRE param / preference / urlparam based..
css => [ "css/bootstrap-responsive.min.css", "../bootswatch/simplex.min.css" ]
);

return $this;
Expand Down

0 comments on commit a97b53e

Please sign in to comment.