Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
  2. Jun 14, 2019
  3. Sep 10, 2017
  4. Jun 25, 2017
    • Sean Madsen's avatar
      Add .md to internal hyperlinks · f01992b8
      Sean Madsen authored
      This way MkDocs will be able to report errors for broken links
      
      Done with:
      
      perl -0777 -i -pe \
      's@(?<!!)\[([^\]]*)\]\((?!https?://)(?!mailto:)(/(?:(?:(?:/(?![\)#]))|[^/)#])(?!.md))+)/?(#[^)]*)?\)@[$1]($2.md$3)@gm' \
      `find . -name '*.md'`
      f01992b8
  5. Jun 14, 2017
  6. May 10, 2017
  7. Apr 27, 2017
  8. Feb 17, 2017
  9. Feb 10, 2017
  10. Feb 04, 2017
  11. Jan 04, 2017
  12. Dec 30, 2016
  13. Dec 27, 2016
  14. Oct 27, 2016
    • totten's avatar
      extend-stages.md - Rename "Maintained/Unmaintained" to "Stable/Deprecated" · 682ac84e
      totten authored
      During the meeting of the Extension Working group on 27-Oct-16, we discussed
      trade-offs in the names.  (Ex: Now that "Stewardship" has an option for
      "Seeking Maintainer", it seems a bit confusing to have "Maturity" as
      "Maintained/Unmaintained".) There was support changing these two names and
      no opposition.
      
      The goal is to publicize this soon in a public blog.  Hopefully, this is the
      last round, but if there's strong feedback we could revise again.
      682ac84e
  15. Aug 26, 2016
Loading