Skip to content
Snippets Groups Projects
  1. Jun 19, 2020
  2. Jun 18, 2020
    • Martyn Welch's avatar
      Update roadmap · 18db60a2
      Martyn Welch authored
      
      The roadmap currently visible on the website is out-of-date. Update the
      roadmap based on the roadmap topics found on the Apertis workboard,
      covering the 3 quarters of 2020 that have been planned. Move roadmap under
      "policies/" which is probably the best fit for it.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      18db60a2
  3. Jun 17, 2020
    • Martyn Welch's avatar
      Remove helloworldbundle page · bead1328
      Martyn Welch authored
      
      This page describes a workflow utilising a simulator in the SDK to allow
      the HMI to be run as if on a device for development. Based on the
      description provided, it seems that the simulator was removed from the
      16.03 release due to licensing issues. Additionally the description
      describes a "Mildenhall plugin for Eclipse", which I suspect was a part of
      the "apertis-eclipse-plugins", which haven't been available since before
      v2019.
      
      As this information is wildly out of date and doesn't seem to be supported
      any longer, delete it as it's miss-leading.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      bead1328
    • Martyn Welch's avatar
      Remove mallard page · dfb78747
      Martyn Welch authored
      
      We have a page which provides a workflow for writing documentation in
      Mallard. Whilst we provide existing, mainly Gnome documentation that is
      written in Mallard on the SDK, we do not appear to have written any
      documentation ourselves in this format.
      
      This information isn't really relevant to Apertis, get rid of it.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      dfb78747
    • Martyn Welch's avatar
      Sort out the "sdk" page · 5e289fcf
      Martyn Welch authored
      
      The SDK page is a mess, rather than describing the SDK, it provides some
      examples of how to use the (legacy) Canterbury Application Framework.
      
      - Move this page to `ade.md` rather than `sdk.md`
      - Update ade example as it's broken (we can use the actually tested
        workflow)
      - Remove the documention describing the Apertis Eclipse Plugin. This
        doesn't seem to have been available since before v2019, so is
        effectively unsupported at this point.
      - Update references to the SDK page to point to the best description of
        the SDK we currently seem to have on designs.a.o for now.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      5e289fcf
    • Martyn Welch's avatar
      Update and move more docs to policies · dccee1ef
      Martyn Welch authored
      
      Update the images and package maintenance pages and move them to polices.
      
      The licensing section on the images pages is out of place. The process for
      package management has changed now that we have everything in gitlab. We
      no longer need a "MAINTAINED_IN_GIT.txt" file and the "third-party"
      repositories have become redundant.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      dccee1ef
    • Martyn Welch's avatar
      Remove download manager wish list · a65ab8be
      Martyn Welch authored
      
      The website currently has a page of "requirements" for Newport, the
      download manager. This page lists a number of recommendations for
      requirements were drawn up after the initial implementation and review of
      Newport. Looking at the commit history for Newport, it seems that these
      requirements have never been implemented. Newport is not widely used and
      is part of the legacy application framework and thus isn't receiving any
      development effort.
      
      As this page doesn't reflect the reality of what's available or likely to be
      available in Apertis, delete it.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      a65ab8be
  4. Jun 16, 2020
  5. Jun 12, 2020
  6. Jun 10, 2020
  7. Jun 09, 2020
  8. Jun 05, 2020
  9. 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
  10. May 28, 2020
  11. May 27, 2020
  12. May 12, 2020
  13. 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
  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
Loading