- Jul 24, 2020
-
-
These documents are higher level than a guide, move to architecture. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Hugo automatically generates IDs for each title when the HTML pages are generated. These IDs can be used as anchors in the document, so that we can provide URLs that jump to the specific title when the link is followed. Browsers will place the anchor at the top of the window, however we have a floating navigation bar there which results in the anchor being obscured, which can be a bit disorientating. Tweak the CSS to pad the top of the heading, but in a way that doesn't result in the heading being visibily spaced further from the previous text. Add override to main page heading to stop it being padded down the page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
More of the guides still seem relevant and good information. Tweak the formatting and move these to guides. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Ritesh Raj Sarraf authored
* Reorder each example under each chunk * Indent the examples so that they are rendered proper in hugo Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
* Cleanup paragraph * Add date and weight field * Use reference shortcodes * Strip shell prompt Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Jul 19, 2020
-
-
Ritesh Raj Sarraf authored
Moved from ci-package-builder Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Jul 15, 2020
-
-
Ritesh Raj Sarraf authored
That every rebuild repository should have the following meta attribute set because otherwise, packages would run into a cyclic build loop. rebuild="local" block="never" Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
Ritesh Raj Sarraf authored
Instead of ``` triple quote ticks, which treats the text as code example Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Jul 14, 2020
-
-
Ritesh Raj Sarraf authored
Moved from repository apertis-infrastructure Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Jul 13, 2020
-
-
We are now using the gitlab-based package workflow, the guidance on the git-based package workflow page is out of date: - We don't use the master branch - We don't need the `MAINTAINED_IN_GIT.txt` file - We no longer automatically close tasks based on tags - We're not using Jenkins for package CI - We don't submit packages to OBS manually Delete the page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Move the doc on module setup, broadly unchanged (minor formatting improvements). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The introduction to the linters guide is rather thin. Improve it and move to `guides/`. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
These documents can be moved to guides more or less as they are. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The build and integration infrastructure documentation page mainly covers a description of how the binary package versioning is formed. Rework the page to present this information in a slightly more rounded way and move it to the archtecture section. We can forgo a list of the services, links to the services should be provided where they are needed. We need to remove the link to mattermost history as that is not publically accessible. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
We are rapidly moving from Jenkins to GitLab CI. Remove the documentation regarding Jenkins as this is of verly little to no use now. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The version control guide looks useful, but is a little out of date. Update the guide to use current workflows and move to `guides/`. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The following guides can be moved to `guides/` with minimal changes: - buildingpatchingandmaintainingtheapertiskernel.md - gitlab-based_packaging_workflow.md - howtobuildyourownkernel.md - howtodevelopondevices.md - logging.md Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The mainly lists the pages found under `guidelines/`, as the hugo site now automatically lists these. The rest of the information on this page is also either broadly out of date or of negligable value. Remove the index completely as we will be removing the guidelines section anyway. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 11, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jul 02, 2020
-
-
Martyn Welch authored
The README.md is currently the stock one added by the gitlab Hugo template. Make the README.md more relevant for the Apertis website and provide some information on how to cause PDFs to be generated. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We currently have no PDFs being generated. Add the required frontmatter to the existing concept documents to cause them to have PDFs generated. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Apertis currently has a large number of concept documents on designs.apertis.org. To improve branding, searchability and reduce maintenance, it would be better to have all these documents under the main website. One feature that the website is currently missing that is provided on designs.a.o is PDF generation, which is used when reviewing concepts with Bosch. Carry over the PDF generation functionality from designs.a.o and implement a mechanism for generating PDFs from the Hugo site on www.apertis.org so that we can move documents over from designs.a.o without loosing needed functionality. To do this we will generate simplfied HTML documents, with the extension `.pdf-in` when documents require this to be generated in their frontmatter, for example to generate html and the simplified HTML add: outputs = ["html", "pdf-in"] The create-pdf script will be run for each of these via the CI pipeline which will use a lightly modified version of the tooling used for designs.a.o to create the PDF and place it back into the site. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 01, 2020
-
-
This reverts commit 04c35e0b.
-
A lot has changed with the Apertis project since the privacy policy seems to have last been revisited. I have attempted to update this policy to reflect the fact we no longer run a mediawiki instance, but we do have gitlab that has user accounts. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jun 30, 2020
-
-
We no longer have any content in `docs`. Remove this directory, tweaking links where possible to relevant locations. As part of this, make sure the new `guides` and `architecture` sections are linked from the main page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
This is no longer the strategy used to define supported APIs, remove the document. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
This page documents an investigation that was carried out looking at MxLauncher. This is no longer a part of Apertis and has limited applicability to WebKit that replaced it. Remove it. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
This document briefly describes an investigation that was carried out and the results. This kind of information isn't suitable for the main Apertis website, it's the kind of information that should be in phabricator. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
There are two AppArmor documents that have been carried over from the wiki which both have issues: - docs/security/apparmor.md - Describes apparmor profiles that no longer seem to be a part of Apertis - User session has signinficantly changed, no longer primarily using X.org - docs/security/apparmor/d-bus.md - Discusses patches that are either fully integrated into Apertis or upstream by now - Some of the debugging tips no longer work - Discusses possible solutions to a D-Bus issue rather than stating implemented solution These pages provide very little and contain lots of out-of-date information. Remove them.
-
The firewall document is out of date in many ways: - The package is now pulled from Debian, not a modified Fedora one - The iptables rules have been conciderably extended - Disabling iptables as described does not work As a result, there's very little information here worth keeping. As we have a more architectural overview of filtering(1), drop this page. 1) https://designs.apertis.org/latest/security.html#network-filtering Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Update the information regarding the progress of the changes upstream and into Apertis. Move to architecture. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The virtual button infrastructure no longer seems to be a part of Apertis. The screen calibration description still seems valid, so move this to its own page under `guides/`. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The search mechanism documented here currently doesn't work: user@apertis:~$ folks-inspect search foo (folks-inspect:13376): folks-WARNING **: 01:48:07.385: backend-store.vala:434: Error preparing Backend 'telepathy': The name org.freedesktop.Telepathy.AccountManager was not provided by any .service files This functionality is currently not a priority, drop the documentation since it doesn't work. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The presentations page is missing any presentations since 2017. Update the page with known presentations that have been given since then and move to architecture as these are high level descriptions relating to Apertis. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The SQLite tests have been removed from the testing, remove the documentation covering SQLite and move rest to architecture. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The guide on connman proxy setup is relevant, update the formatting, add a little more info on how to check current config and move to guides. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-