Skip to content
Snippets Groups Projects
  1. Feb 03, 2020
  2. Jan 31, 2020
  3. Jan 30, 2020
    • Martyn Welch's avatar
      Add latest scripts · 39a28654
      Martyn Welch authored
      
      Add 3 more helper scripts:
      
      check_links.py:       Check links are properly formatted and ensure that
                            internal links use {{< ref "foo.md" >}} macro which
                            aids in protecting against broken links.
      move_page.py:         Moves page and checks for any links that need to
                            change.
      remove_dead_links.py: Remove links with given patterns that are known to
                            be broken.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      39a28654
  4. Jan 28, 2020
  5. Jan 20, 2020
  6. Jan 17, 2020
  7. Jan 16, 2020
    • Martyn Welch's avatar
      Alias handling for old website URLs · 9295e65a
      Martyn Welch authored
      
      So as to transition relatively seemlessly to the new site, we can use the
      Hugo Alias functionality to put a number of HTML redirects in place to
      translate between `/old-wiki/<original_link>` and the new page location.
      
      We are hoping to combine this with URL rewriting on wiki.apertis.org to
      redirect requests for pages formerly served there into the redirect
      structure.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      9295e65a
  8. Jan 15, 2020
  9. Jan 14, 2020
  10. Jan 13, 2020
  11. Dec 12, 2019
  12. Dec 09, 2019
  13. Nov 22, 2019
  14. Nov 20, 2019
    • Martyn Welch's avatar
      Build directory structure for directory like elements in titles · e5877a35
      Martyn Welch authored
      
      It is possible for the mediawiki page title to contain forward slashes that
      would need to be converted to directories when converting to markdown. For
      example, when presented with the page "foo/bar", we'd expect this to result in
      a file called "bar.md" in the directory "foo/". Currently the directory "foo/"
      is not being created, resulting in "bar.md" failing to be created.
      
      Tweak the directory parsing to ensure all required directories are created.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      e5877a35
  15. Nov 22, 2017
  16. Apr 03, 2015
  17. Mar 05, 2015
  18. Oct 25, 2014
  19. Oct 20, 2014
  20. Oct 10, 2014
Loading