- May 14, 2020
-
-
Emanuele Aina authored
The "ICE systems" in the subtitle has been a source of confusion for almost everyone. The shorthand for In-Car Entertainment is not as common as the In-Vehicle Infotainment (IVI) one, and too often people struggle to remember what the acronym stands for. It was a good placeholder in the design proposal, let's now find something slightly more appropriate for the homepage. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- May 12, 2020
-
-
Martyn Welch authored
The release schedule for the next releases lists dates as "TBC". Update these pages with the correct dates. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- May 11, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Apr 23, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Apr 09, 2020
-
-
Martyn Welch authored
For users on slower connections/computers, the search index can take a while to download and for the search to complete. - Add a "Loading..." message to provide the user with some early feedback. - Bump up the size of the text used when displaying status messages to make then clearer. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Apr 08, 2020
-
-
Denis Pynkin authored
Fixed code formatting for commands examples. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
-
- Mar 30, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Mar 27, 2020
-
-
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Mar 26, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Mar 25, 2020
-
-
The statically generated site currently does not currently offer search functionality. Whilst we could rely to a degree on search engines to index the Apertis website (for example by using the provided integration of Google Custom Search Engine) but it is expected that the website will be used as the basis for more taylored sites by users of Apertis that may be implemented out of the reach of the search engines indexing and thus localised search is required. Remove the Google search integration in the theme and instead integrate local search based on the approach documented here: https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae#layouts_defaultsearchhtml Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Peter Senna Tschudin authored
This change adds secure boot on i.MX6 Sabrelite as a new feature of Apertis v2021dev1. Signed-off-by:
Peter Senna Tschudin <peter.senna@collabora.com>
-
- Mar 24, 2020
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Mar 23, 2020
-
-
Peter Senna Tschudin authored
There was a missing `[`. Signed-off-by:
Peter Senna Tschudin <peter.senna@collabora.com>
-
Peter Senna Tschudin authored
Signed-off-by:
Peter Senna Tschudin <peter.senna@collabora.com>
-
- Mar 18, 2020
-
-
Signed-off-by:
Peter Senna Tschudin <peter.senna@collabora.com>
-
- Mar 05, 2020
-
-
Emanuele Aina authored
Add the release schedule (a bit late) and the release notes for v2019.2. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Feb 12, 2020
-
-
Martyn Welch authored
The contribution process on designs.apertis.org currently has a section on API review. This process doesn't fit with the focus of that document (namely upstream contributions), so move it to the API documentation. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Feb 11, 2020
-
-
We have lots of duplicated and out-of-date information on various Apertis sites. Remove the out-of-date information from the website for now and point at the ci-package-builder documentation. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The docker image requires the path used during pull to be provided as part of the image name else the following error is received: Unable to find image 'apertis-v2021dev1-package-source-builder:latest' locally docker: Error response from daemon: pull access denied for apertis-v2021dev1-package-source-builder, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. Update the documentation to use the correct command. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Feb 07, 2020
-
-
Andrej Shadura authored
-
Martyn Welch authored
The redirection from the old wiki redirects `wiki.apertis.org/*` to `www.apertis.org/old-wiki/*`, currently this works when a specific page is specified, but not when redirected to `www.apertis.org/old-wiki`. Add in an extra alias to handle this case. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 30, 2020
-
-
Martyn Welch authored
The wiki is going to get switched off. Replace the link in the header with one to the community information. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The wiki markup made it so that fragment links needed to be named as per the link name, thus enforcing the link test for such URLs started with a hash. As we are not using a wiki anymore, this is not the case and we can clean out the hashes to make the text more readable. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
There are a number of badly formatted links that don't point correctly to resources or point to resources that aren't available. Where possible correct the links, if this is not possible remove or neuter the link to preserve as much as possible. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The theme doesn't provide a mechanism to have links in the footer. Add one and include the links to important information that we had on the wiki. As the code of conduct is now in the footer. Add a download link in the header. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A number of files in the `content/` directory are either unlinked (and therefore hidden) or would have contained a message (generated by a wiki template) stating they were obsolete and pointing to the updated location. - Move the unlinked documents into guidelines so that they are at least accessible via the automatic list, link if a quick location can be found. - Remove the obsolete pages and update the links to point to the correct location. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The only document to which this page points is no longer provided. Remove the page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 29, 2020
-
-
Martyn Welch authored
Remove link it a page that changed name and remove wiki specific help page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The definitions used to be pulled into the privacy policy by a macro. Move them there now we aren't using a wiki. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A number of documents used to be marked as work in progress on the wiki. Move these to their own folder to make this distinction. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
This content is a duplicate of: https://designs.apertis.org/latest/hardkeys.html Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
This is essentially an out-of-date version of the information in `virtualbox.md`, remove it. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Verified boot has been documented here: https://designs.apertis.org/latest/system-updates-and-rollback.html#verified-boot Remove this page and link to the above information instead. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The 19.03 release was released under the new versioning convention as `v2019dev0`, point to this release and remove hanging 19.03 release schedule page. Add 17.12.1 release to the list fo releases as it's not there. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The test suites are redundant. Remove them entirely. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The file `user_ofono-voicecall.md` is an out of place and obsolete test case. Remove the file, putting an obsolete test marker in its place (but in the correct location). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The discussion pages are a hangover from the wiki. The test cases arei either obsolete or on qa.apertis.org now, the docs talk page is basically review comments that we don't want on the website. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
During conversion, when we hit a dangling reference to a page that didn't exist, a placeholder was added for that page to allow Hugo to generate the site. We now want to remove these pages. - Test cases: Replaced with "obsolete test" page. - Old bug links: Converted to broken link. - Link to specs removed. - Links to yet-to-be-created release notes removed. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
We have further cases where we have both a `foo.md` an `foo/`. This results in `food.md` being hidden. Move `foo.md` to `foo/_index.md` so that all content is accessible, working on the assumption that the contents of `foo/` are sub pages. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Move guidelines.md to be index for guilelines directory. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-