1. 21 Nov, 2019 1 commit
  2. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  3. 15 Aug, 2016 1 commit
  4. 01 Jul, 2013 1 commit
  5. 03 Dec, 2012 1 commit
    • Brian Hartvigsen's avatar
      urltools for Everyone · 80f151e5
      Brian Hartvigsen authored
      #1445 is great, if you use node.  For those that don't this should mean we can find a reasonable fallback.
      Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of:
      * `node`
      * `python`
      * `ruby`
      * `php`
      * `perl`
      
      Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
      80f151e5
  6. 28 Nov, 2012 1 commit
  7. 08 Oct, 2012 1 commit
    • Ian Chesal's avatar
      URL Tools Plugin · a97e1172
      Ian Chesal authored
      * Added urlencode -- alias to encode URLs from the command line using Python
      
      * Added urldecode -- alias to decode URLs from the command line using Python
      a97e1172