There are a few typos in readme.txt that might make setup confusing. Maybe this file should also include information about the twitter_bootstrap_ui module?

"Twitter Bootstrap theme for Drupal

1. Download the Bootstrap library v2 (http://twitter.github.com/bootstrap/), make sure the resulting folder is named "bootstrap"
2. Put the bootstrap folder inside the twitter_bootstrap theme folder, [path the themes]/twitter_boostrap/bootstrap/js…
3. Put any plugin files into [path the themes]/twitter_boostrap/bootstrap/js/

Author: Sjoerd Arendsen"

Comments

Melissamcewen’s picture

Issue tags: +Documentation
StatusFileSize
new743 bytes

Here is a patch if you'd like it that corrects some typos.
BTW thanks for all your great work! Let me know if you need any more documentation help.

Melissamcewen’s picture

Title: Typos in Readme.txt » Improving Readme.txt
StatusFileSize
new1.37 KB

Here is an improved readme that I think might help some people

Twitter Bootstrap theme for Drupal

1. Download the Bootstrap library v2 (http://twitter.github.com/bootstrap/), make sure the resulting folder is named "bootstrap." If you are using the Github master branch, you will need to also find a way to compile the LESS and JS files since this module looks for bootstrap.css and bootstrap.js.
2. Put the bootstrap folder inside the twitter_bootstrap theme folder in [path the themes]/twitter_bootstrap/bootstrap/ or use the Twitter Bootstrap UI (http://drupal.org/project/twitter_bootstrap_ui) module with the Libraries API.
3. Put any plugin files into [path the themes]/twitter_bootstrap/bootstrap/js/
4. Make sure you have Jquery 1.7, which is available through the JQuery Update module (http://drupal.org/project/jquery_update/) 7.x-2.x-dev version. You need to make sure the 1.7 version is selected on the configuration page for it to work.

Author: Sjoerd Arendsen

Melissamcewen’s picture

Also, if people want to use the jquery_update model, they will need this core patch until a new release comes out
http://drupal.org/node/1480568
because otherwise jquery 1.7 breaks a bunch of formsets

Oceanman’s picture

I made a mistake when I first downloaded the files because I downloaded the wrong ones. People need to know that they should use the download found on the homepage http://twitter.github.com/bootstrap/ with the gray button. I originally downloaded from the link below the button which includes docs and that was the wrong thing to do.

Melissamcewen’s picture

I guess the wording for #1 should be refined then:

1. Download the Bootstrap library v2 (http://twitter.github.com/bootstrap/) from the main page directly make sure the resulting folder is named "bootstrap." If you are using the version from Github, you will need to compile the .less files into bootstrap.css (http://twitter.github.com/bootstrap/less.html#compiling) and the .js files into bootstrap.js.

Would that have helped Oceanman? Also, does anyone know of any documentation that exists on merging the js files in the master branch into bootstrap.js? I know you can do it via the custom download page http://twitter.github.com/bootstrap/download.html#variables

ressa’s picture

The patch mentioned by @Melissamcewen (post #3) has been committed to core, and I can confirm it is part of Drupal 7.15.

wundo’s picture

Status: Active » Fixed

Commited, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

andregriffin’s picture

Project: Twitter's Bootstrap » Bootstrap