Changes between Version 1 and Version 2 of GitHubProblems
- Timestamp:
- Dec 15, 2014, 12:33:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitHubProblems
v1 v2 5 5 6 6 - no private wiki pages (where we'll put our todo list and referee comments?) 7 8 - command line unfriendly behavior of the !GitHub download links for .zip and .tar.gz files 9 - here is how it works currently: 10 {{{ 11 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.2.tar.gz 12 }}} 13 - here is how it works with !GitHub (command is almost twice longer and with additional parameters): 14 {{{ 15 wget --no-check-certificate https://github.com/delphes/delphes/archive/master.tar.gz -O delphes-master.tar.gz 16 }}} 7 17 8 18 - no search in wiki pages (github proposes to do it from command line using grep)