- 22 Jun, 2015 1 commit
-
-
pbieberstein authored
-
- 29 May, 2015 3 commits
-
-
Francois Michonneau authored
Fix parentheses
-
Francois Michonneau authored
-
-
- 24 May, 2015 1 commit
-
-
Raniere Silva authored
Fix humantime check to correctly handle 12:XXam/pm in 12hr format
-
- 21 May, 2015 2 commits
-
-
Francois Michonneau authored
-
Greg Wilson authored
-
- 19 May, 2015 1 commit
-
-
Tyson Whitehead authored
* Hours run 12, 1, ..., 11 in 12hr time (12:00pm follows 11:59am)
-
- 07 May, 2015 1 commit
-
-
Raniere Silva authored
Added link to Configuration Problems / Solutions
-
- 06 May, 2015 2 commits
-
-
Greg Wilson authored
using find -exec to remove temporary files
-
Rémi Emonet authored
1) avoid problems with spaces 2) avoid messages when no file is found
-
- 25 Apr, 2015 5 commits
-
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
consolidate badge classes to swc.css
-
- 21 Apr, 2015 3 commits
-
-
Raniere Silva authored
-
Raniere Silva authored
Minor change to have the same look of lessons
-
Raniere Silva authored
Improve editor instructions
-
- 20 Apr, 2015 4 commits
-
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
Thanks to @iglpdc for report it.
-
Raniere Silva authored
Move instructors section from setup/index.md to CUSTOMIZATION.md
-
- 19 Apr, 2015 13 commits
-
-
Raniere Silva authored
Rewording suggested by @ethanwhite.
-
Raniere Silva authored
-
Raniere Silva authored
-
Raniere Silva authored
Figures should be centered and not overflow the screen.
-
Raniere Silva authored
-
Raniere Silva authored
- Move editor's instructions to after Git. This avoid the "nano is the editor installed by the Software Carpentry Installer". - Make a more uniform suggestion of another editor that learners can use, i.e. mention SublimeText in all platforms. - Others minor rewording.
-
Raniere Silva authored
Close #183.
-
Raniere Silva authored
-
Raniere Silva authored
Close #169.
-
Raniere Silva authored
The information at the web pages should target students. Information for instructors should go into CUSTOMIZATION.md.
-
Raniere Silva authored
make basestring workaround more obvious
-
Raniere Silva authored
Adding a 'root' variable to allow pages in sub-directories.
-
Greg Wilson authored
@karawoo recently created a workshop website with a sub-directory for syllabus material. The `_layouts/page.html` template didn't work properly in this case because our included files have fixed relative paths to CSS and JS files. This PR adds the `root` variable, and references to it, where needed. It also moves the inclusion of `footer.html` to the right place (so that the footer spans the whole page). Note that the `index.html` page already had an (unused) `root` variable.
-
- 15 Apr, 2015 2 commits
-
-
Matt Davis authored
git-scm.org doesn't seem to reliably point people at an installer based on their OS version, rather it seems to use the most recently built installer [1]. So it's probably best to explicitly send people to the git-osx-installer downloads and tell them which one to grab. [1]: https://github.com/swcarpentry/workshop-template/pull/204#issuecomment-93172064
-
Matt Davis authored
Everyone else should download a "snow-leopard" installer.
-
- 14 Apr, 2015 2 commits
-
-
Raniere Silva authored
Replace '<code>nano</code>' with 'nano'
-
W. Trevor King authored
The project refers to itself as "SQLite" [1], and none of these references are suggesting command-line invocation. [1]: http://www.sqlite.org/
-