Changes between Version 68 and Version 69 of members/GRIP-UQAM


Ignore:
Timestamp:
Mar 27, 2016, 11:46:12 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v68 v69  
    99    * Trac Syntax Coloring Example
    1010{{{
    11 {{{#!application/x-shellscript ... }}}
     11{{{#!sh
     12}}}
     13{{{#!application/x-shellscript
     14}}}
     15}}}
     16{{{#!sh
     17path$ echo "World" ; ls ; cd ; help # comment
     18}}}
     19{{{#!application/x-shellscript
     20path$ echo "World" ; ls ; cd ; help # comment
    1221}}}
    1322{{{
    14 {{{#!application/json ... }}}
     23{{{#!application/json
     24}}}
     25}}}
     26{{{#!application/json
     27{
     28  "name": "drupal7", # comment forbidden in json
     29  "private": true # no coma here!
     30}
    1531}}}
    1632    * #!application/json
     
    218234* branch may evolve (devel) like 8.0.x
    219235* tag are frozen, like stable releases as in 8.0.5
    220 * directory may be {{{.../share/url/<URL>/<version>}}}
    221 {{{#!application/x-shellscript
     236* directory may be {{{.../share/url/<URL>/<version>}}} or {{{.../share/vendor/<vendor>/<package>/<version>}}}
     237{{{#!sh
    222238.../share/url$ git clone --branch 8.0.5 "https://git.drupal.org/project/drupal.git" git.drupal.org/project/drupal/8.0.5
    223239.../share/url$ cd git.drupal.org/project/drupal/8.0.5 ; git branch -v
    224240* (aucune branche) d918ae1 Drupal 8.0.5
    225241}}}
    226 {{{#!application/x-shellscript
     242{{{#!sh
    227243$ git ls-remote --tags https://github.com/drupal-composer/drupal-core | sort --key=2 --version-sort | less
    228244.../share/url$ git clone --branch 8.0.5 "https://github.com/drupal-composer/drupal-core" github.com/drupal-composer/drupal-core/8.0.5