Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Jun 29, 2020
  3. Jun 26, 2020
  4. Jun 25, 2020
    • Martyn Welch's avatar
      Add ability to add notice blocks to markdown · 15f77bf9
      Martyn Welch authored
      
      Add Hugo shortcodes and CSS to Hugo theme to allow notice blocks to be
      added to the markdown. There are 4 types available:
      
      - warning
      - info
      - note
      - tip
      
      By adding the following hugo shortcode around some text a formatted box is
      added to the HTML output:
      
          {{% notice info %}}
          Text for notice
          {{% /notice %}}
      
      This will be useful for highlighting important information.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      15f77bf9
  5. Jun 19, 2020
  6. 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
  7. 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
  8. Jun 16, 2020
  9. Jun 12, 2020
  10. Jun 10, 2020
  11. Jun 09, 2020
  12. Jun 05, 2020
  13. 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
  14. May 28, 2020
Loading