Skip to content
Snippets Groups Projects
  1. Jun 16, 2020
  2. Jun 12, 2020
  3. Jun 10, 2020
  4. Jun 09, 2020
  5. Jun 05, 2020
  6. Jun 01, 2020
    • Martyn Welch's avatar
      Remove "documentation" page · 3c3ef64c
      Martyn Welch authored
      
      Most of the docs are under the "docs" directory. Whilst the "docs" still
      need to be sorted into the new categories, by moving the remaining
      document not in this directory into it and patching up links, we can
      remove the documentation page. Hugo automatically creates an index page
      for us, so this simplifies the website a little with no real loss.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      3c3ef64c
    • Martyn Welch's avatar
      Move existing concept design related documentation to concepts · ed098e3f
      Martyn Welch authored
      
      We plan to move the concepts from designs.a.o to the website. To lay the
      foundations for this move, move documentation that was on the old wiki and
      referenced from designs.a.o into `concepts/`. As these were referenced by
      the designs, take them to be of equal importance to that information.
      
      Add an index page that briefly describes what the concepts constitute,
      basically topics that have been researched but not necessarily
      implemented. Fix up any links that pointed to the location of the old
      "concept designs".
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      ed098e3f
  7. May 28, 2020
  8. May 27, 2020
  9. May 14, 2020
  10. May 12, 2020
  11. May 11, 2020
    • Martyn Welch's avatar
      Update versions on website, simplify access to release notes and schedules · 0a4d0da3
      Martyn Welch authored
      
      The main page of the Apertis website was pointing at release schedules
      of releases that had already been released and not pointing at the
      currently released versions of Apertis. Whilst remedying this it became
      apparent that we are storing the "current" versions in 3 different places
      thus increasing the likelyhood that one will be missed on any update.
      
      So:
      - Merge the "release notes" and "release schedules" pages into a unified
        release page
      - Point to this unified page and the current releases on the main page
      - Update links as appropriate
      - Add missing release schedules for next releases (with TBD dates for now)
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      0a4d0da3
  12. Apr 23, 2020
    • Martyn Welch's avatar
      Tweak site indexing to include all pages · a76b3704
      Martyn Welch authored
      
      The current search indexing only looks at "regular pages". This ensures
      that a lot of the content is indexed and avoids the indexing of taxonomies
      and other broadly irrelevant types of content in the index. However, it
      does result in certain lists pages not being included in the index that
      may contain valuable information.
      
      The value of having the list pages indexed currently outweights the impact
      of potentially including other tertiary data in the index, for a start
      we're not currently using taxonomies. This should be re-evaluated as and
      when we're able to spend time better structuring the website.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      a76b3704
  13. Apr 09, 2020
  14. Apr 08, 2020
  15. Mar 30, 2020
    • Martyn Welch's avatar
      Clean up document titles · f1f027af
      Martyn Welch authored
      
      Many of the document titles contain directory names and/or are missing
      spacing between words. This has a number of effects:
      
      - It gives users a bad impression of the quality of the information on the
        website
      - It makes it harder for external search engines to catalog the contents
        of the website in a meaningful way
      - Reduces the effectiveness of any local searching that we implement
      
      Do an initial quick pass on the titles to make them more legible.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      f1f027af
  16. Mar 27, 2020
  17. Mar 26, 2020
    • Martyn Welch's avatar
      Fixing URL used for search · bf10f8b0
      Martyn Welch authored
      
      The current search is using the URL "<site>/search", which is getting
      redirected to the true location "<site>/search/". When running through
      Hugo, the server it runs on localhost is maintaining the GET request
      across the redirect, the hosting isn't.
      
      The easiest (and arguably best) way or dealing with this is to correct the
      URL so that no redirect is needed.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      bf10f8b0
  18. Mar 25, 2020
  19. Mar 24, 2020
  20. Mar 23, 2020
Loading