Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Creating a lesson on syndicating web data #513

Merged
merged 28 commits into from Oct 1, 2014
Merged

Creating a lesson on syndicating web data #513

merged 28 commits into from Oct 1, 2014

Commits on Mar 23, 2014

  1. * Touch up readme info graphics

    * Add layers to easily recreate the single steps
    * Re-group objects
    * Transform white rectangles for interrupting arrows into paths
    * Adapt rectangle path forms to make arrow interruptions nicer
    * Centre repository names in their repository boxes
    * Add simple to hack to remove double rounded border problem in step 3
    * Set background colour to white (was transparent before)
    kreuvf committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    bd3c40f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8743254 View commit details
    Browse the repository at this point in the history
  3. * Fix newline problems in repo cloning graphics SVG

    * Remove superfluous newlines
    * Add missing newline at end of file
    kreuvf committed Mar 23, 2014
    Configuration menu
    Copy the full SHA
    86c1d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2014

  1. Merge pull request #388 from stevenkoenig/fix-readme-info-gfx

    Fix readme info gfx
    r-gaia-cs committed Mar 25, 2014
    Configuration menu
    Copy the full SHA
    c3a7f69 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2014

  1. Add link to older installers for Git for OS X

    The current Git installer for OS X is broken for many pre-10.8
    systems. The older installers seem to solve this problem.
    ethanwhite authored and wking committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    5367015 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Configuration menu
    Copy the full SHA
    f90179b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #460 from gvwilson/gh-pages

    Merging all changes done since November 2013 tag.
    Greg Wilson committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    aeb37fb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2014

  1. The filename aux was reserved in the days of DOS, and that proscrip…

    …tion has been retained to the present day. This PR therefore renames the recently-created `aux` directory to `misc` so that people can pull this repository on Windows.
    gvwilson committed Apr 27, 2014
    Configuration menu
    Copy the full SHA
    3e8b265 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #465 from gvwilson/gh-pages

    Renaming aux to misc to avoid problems on Windows.
    Greg Wilson committed Apr 27, 2014
    Configuration menu
    Copy the full SHA
    f6ab445 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Configuration menu
    Copy the full SHA
    11eb963 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2014

  1. Configuration menu
    Copy the full SHA
    ea94a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5768759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f908e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Configuration menu
    Copy the full SHA
    bf02dc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. * Simplified Makefile and added documentation.

    *   New and improved Windows installer.
    *   Updated ggplot2 example.
    *   Renamed the `aux` directory to `misc` (since `aux` conflicts with Windows filesystem conventions).
    *   Added image files produced from IPython Notebooks.
    *   Added climate data example as wrap-up to Python lessons.
    *   Added links to how-to videos for instructors.
    *   Added lesson on `doit`.
    *   Added lesson on multiprocessing in Python.
    *   Added `bin/swc_index_validator.py` to check formatting of bootcamp home pages.
    *   Put rules for compiling IPython Notebooks into separate `ipynb.mk` Makefile.
    *   Created `bin/setup-bootcamp.sh` to create and fill a bootcamp repository.
    *   Removing deprecated lesson material.
    *   Many small changes to lessons, glossary, formatting, etc.
    gvwilson committed Jun 6, 2014
    Configuration menu
    Copy the full SHA
    3572ad3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2014

  1. Merge pull request #530 from gvwilson/gh-pages

    Bringing in changes April-June 2014
    Greg Wilson committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    1fefc1e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

  1. Configuration menu
    Copy the full SHA
    8b2c9c6 View commit details
    Browse the repository at this point in the history
  2. * Add clarifications to CONTRIBUTING.md

    * Split 'Locations and Formats'
    * Rewrite 'Formats' paragraph
    kreuvf committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    8b7e434 View commit details
    Browse the repository at this point in the history
  3. * Remove superfluous newline

    kreuvf committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    4170062 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. * Remove superfluous <br />s

    * Make the word 'Makefile' stand out
    * Fix Markdown mark-up
    kreuvf committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    800a86e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. Merge pull request #543 from stevenkoenig/readme-and-contributing-cha…

    …nges
    
    Readme and contributing changes
    Greg Wilson committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    3bac198 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Added novice reference page on recognising shell, Python and editors …

    …within a shell window and how to exit from these
    Mike Jackson committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    84e7a2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #551 from mikej888/prompts

    Added novice reference page on prompts and exits
    Greg Wilson committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    14f90b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Update to reflect correct jekyll arg order

    `make site` was failing because of incorrect jekyll arg order.  This is correct in the master branch but is still broken here.
    naupaka committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    f97c0e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from naupaka/gh-pages

    Correct jekyll arg order for gh-pages Makefile
    Greg Wilson committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    2b9974c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Merging from master

    Greg Wilson committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    99a4c11 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Configuration menu
    Copy the full SHA
    db94d3b View commit details
    Browse the repository at this point in the history
  2. Pulling in latest changes in gh-pages

    Greg Wilson committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    7d92cf0 View commit details
    Browse the repository at this point in the history