Skip to content

Commit

Permalink
Updated both readme.md files to reflect recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Aug 23, 2012
1 parent 2dbf20c commit 030b890
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,7 +36,7 @@ The toolkit complies with the new Standards on Web Accessibility and Web Usabili
* [Validate your CSS](http://jigsaw.w3.org/css-validator/#validate_by_uri+with_options) with the following changes to the default settings:
* **Profile:** CSS level 3
* **Vendor extensions:** Warnings
* [Validate your JavaScript code](http://www.jshint.com) with the following changes to the default settings:
* [Validate your JavaScript code](http://www.jshint.com) with the following change to the default settings:
* **Warn - When code is not in strict mode:** false
* Formatting recommendations:
* Indent with tabs using the [K&R indenting style](http://en.wikipedia.org/wiki/Indent_style#K.26R_style)
Expand Down Expand Up @@ -85,7 +85,7 @@ La Boîte à outils est conforme à la Norme sur l'accessibilité des sites Web
* [Valider votre CSS](http://jigsaw.w3.org/css-validator/validator.html.fr#validate_by_uri+with_options) en apportant les changements suivants aux paramètres par défaut :
* **Profil :** CSS niveau 3
* **Extensions Proprétaires :** Avertissements
* [Valider votre code JavaScript](http://www.jshint.com) en apportant les changements suivants aux paramètres par défaut :
* [Valider votre code JavaScript](http://www.jshint.com) en apportant le changement suivant aux paramètres par défaut :
* **Warn - When code is not in strict mode:** false
* Recommandations quant au formatage :
* Ajouter les tabulations en utilisant le [style d'indentation K&R](http://fr.wikipedia.org/wiki/Style_d%27indentation#Style_K.26R)
Expand Down
2 changes: 1 addition & 1 deletion docs/index-eng.html
Expand Up @@ -138,7 +138,7 @@ <h1 id="wb-cont">Web Experience Toolkit (WET)</h1>
<li><strong>Vendor extensions:</strong> Warnings</li>
</ul>
</li>
<li><a href="http://www.jshint.com">Validate your JavaScript code</a> with the following changes to the default settings:
<li><a href="http://www.jshint.com">Validate your JavaScript code</a> with the following change to the default settings:
<ul>
<li><strong>Warn - When code is not in strict mode:</strong> true</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/index-fra.html
Expand Up @@ -140,7 +140,7 @@ <h1 id="wb-cont">Boîte à outils de l’expérience Web (BOEW)</h1>
<li><strong>Extensions Proprétaires&#160;:</strong> Avertissements</li>
</ul>
</li>
<li><a href="http://www.jshint.com">Valider votre code JavaScript</a> en apportant les changements suivants aux paramètres par défaut&#160;:
<li><a href="http://www.jshint.com">Valider votre code JavaScript</a> en apportant le changement suivant aux paramètres par défaut&#160;:
<ul lang="en">
<li><strong>Warn - When code is not in strict mode:</strong> true</li>
</ul>
Expand Down
1 change: 0 additions & 1 deletion src/README.md
Expand Up @@ -49,7 +49,6 @@ Steps performed for SASS ANT Support in ../build/lib (Compile + Watch Feature)
rake (0.8.7)
sass (3.1.19)
sources (0.0.1)
zen-grids (1.2)

To automatically generate the CSS versions of the scss while you are doing theme
development, you'll need to tell Compass to "watch" the sass directory so that
Expand Down

0 comments on commit 030b890

Please sign in to comment.