- Oct 23, 2020
-
-
The contribution process document has some out of date sections, tweak these to make it aligned to current expectations: - Secure Boot document is now not a design document but an architectural document. Remove the reference as it's no longer helpful. Point to Concepts section instead. - Designs is a section that's being removed. Point to Architecture and Guides for current implementations. - We no longer tag releases manually, remove that as example of manual process. - There's much less need for OBS accounts make this clearer. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Oct 22, 2020
-
-
The developer site has a fairly good platform guide that is much more comprehensive than the "about" page on the main website. Remove the about page in favour of the platform guide. This page needs more updating. That will be done in a future commit. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
We have multiple locations where the licensing of Apertis is explained. Simplfy/merge these explanations. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Move the sysroots and devroots doc. Do a few minor edits to add formatting and links in the images documentation pointing to this where sysroots and devroots are briefly described. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Oct 19, 2020
-
-
Martyn Welch authored
The VirtualBox documentation from developer.apertis.org broadly covers the same topics as the VirtualBox documentation the already existed on the main website. Merge these together. Topics not closely tied to VirtualBox have been moved to other pieces of documentation where they are better suited. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
The developer documentation contains a number of documents that are duplicated from the wiki. Remove the duplications, ensuring the remaining copies are up-to-date. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
The developer documentation contains URLs to designs.a.o and the old wiki. The website contains links to the developer site. Now that these are all on the same site, update links to internal links. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Oct 15, 2020
-
-
Ritesh Raj Sarraf authored
For external developers, they may not have access right to push branches into default repositories. We encourage users to fork the repository and then prepare a merge request. So updating the documentation accordingly. Signed-off-by:
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com>
-
- Oct 13, 2020
-
-
Move documents out of designs and into more suitable locations following the layout guidelines. Perform some minor edits to correct typos and remove unneeded titles. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Oct 12, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Oct 02, 2020
-
-
Add a basic description to the index page for each of the "official" sections (as laid out inthe websites README.md). This provides visitors to the site with some guidance as to what to expect to find in each section, somewhere to point out to related polices (such as the release schedule and flow from the releases section) and a way to add aliases (such as the missing alias to Guides for the "Guidelines" section that was found on the old wiki). Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Sep 30, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Sep 28, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Sep 23, 2020
-
-
Martyn Welch authored
The license expectations document is a little out of date. Tweak it a bit and move it along with the license-exceptions document to policies. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Sep 22, 2020
-
-
The selection of images as defined for the v2019 release has been used for a number of releases. This is no longer an open concept, add the documentation to the images page and remove the concept document. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Sep 11, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Sep 10, 2020
-
-
The code of conduct contains for Ekaterina, who is no longer at Collabora. Update the page to contain the new "conduct@apertis.org" email alias which has been setup for this purpose. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Sep 08, 2020
-
-
This patch extends the Contribution process document and the contribution checklist for adding new designs to Apertis. Signed-off-by:
Peter Senna Tschudin <peter.senna@collabora.com>
-
- Sep 03, 2020
-
-
The design documents imported from designs.apertis.org need to be classified and moved into the structure implemented for documents on the new website. The content of the documents also need minor edits to ensure a good look and feel as well as the addition of notes to explain the context of some documents (such as noting that certain concept documents have been implemented since they were written and when that occurred). This commit contains conversion of an initial batch of design documents. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Sep 02, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Aug 27, 2020
-
-
Martyn Welch authored
The old designs.a.o site holds versioned copies of the designs. We are not going to present these any more, so where appropriate, link to the latest copy of the document rather than returning 404. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Aug 26, 2020
-
-
A number of documents had previously been copied over from designs.a.o. Tweak the contribution process document to correct broken titling (discovered during comparison) and remove duplicates. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 29, 2020
-
-
A number of broken links didn't match the patterns used for automated replacement. Fix up those that can be manually. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
After moving the documents from designs.a.o to www.a.o, there were quite a few links from the designs.a.o docs pointing to wiki.a.o and quite a few links from www.a.o pointing to designs.a.o. Replace these links with Hugo ref shortcodes to avoid hammering the redirects. This was achieved with the following script: ``` import os import re import sys import toml from urllib.parse import urlparse def get_aliases(filename): #print("%s: " % filename) with open(filename, 'r') as file: contents = file.read() if not contents[0:3] == "+++": return if "_index.md" in filename: filename = filename.strip(".") else: filename = filename.split("/")[-1] data = toml.loads(contents.split("+++")[1]) if not "aliases" in data.keys(): return for alias in data["aliases"]: if "/old-wiki/" in alias: wiki_aliases[alias.replace("/old-wiki/", "/")] = filename if "/old-designs/" in alias: # We're dropping the per-release links from designs.a.o, so match on shorter path design_aliases[alias.replace("/old-designs/latest/", "/")] = filename def fix_link(url): link = url.group('link') url = urlparse(link) if url.netloc == "wiki.apertis.org": if url.path in wiki_aliases.keys(): url = url._replace(scheme="") url = url._replace(netloc="") url = url._replace(path=wiki_aliases[url.path]) link = " {{< ref \"%s\" >}} " % url.geturl() if url.netloc == "designs.apertis.org": # We're dropping the per-release links from designs.a.o, so match on shorter path path = "/%s" % url.path.split('/', 2)[-1] print(path) if path in design_aliases.keys(): url = url._replace(scheme="") url = url._replace(netloc="") url = url._replace(path=design_aliases[path]) link = " {{< ref \"%s\" >}} " % url.geturl() return "](%s)" % link def fix_ref(url): link = url.group('link') url = urlparse(link) if url.netloc == "wiki.apertis.org": if url.path in wiki_aliases.keys(): url = url._replace(scheme="") url = url._replace(netloc="") url = url._replace(path=wiki_aliases[url.path]) link = " {{< ref \"%s\" >}} " % url.geturl() if url.netloc == "designs.apertis.org": # We're dropping the per-release links from designs.a.o, so match on shorter path path = "/%s" % url.path.split('/', 2)[-1] print(path) if path in design_aliases.keys(): url = url._replace(scheme="") url = url._replace(netloc="") url = url._replace(path=design_aliases[path]) link = " {{< ref \"%s\" >}} " % url.geturl() return "]: %s" % link def correct_links(filename): #print("%s: " % filename) with open(filename, 'r+') as file: contents = file.read() if not contents[0:3] == "+++": return fm = contents.split("+++")[1] doc = contents.split("+++",2)[2] # Hotdoc allows empty links like `[](url)` pattern = re.compile("\]\((?P<link>.*?)\)") doc = pattern.sub(fix_link, doc) pattern = re.compile("\]: (?P<link>.*)") doc = pattern.sub(fix_ref, doc) file.seek(0) file.truncate() file.write("+++") file.write(fm) file.write("+++") file.write(doc) wiki_aliases = {} design_aliases = {} for root, dirs, files in os.walk(sys.argv[1]): for file in files: if ".md" in file: get_aliases("%s/%s" %(root, file)) print("wiki_aliases:") print(wiki_aliases) print("design_aliases:") print(design_aliases) for root, dirs, files in os.walk(sys.argv[1]): for file in files: if ".md" in file: correct_links("%s/%s" %(root, file)) ``` Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jul 24, 2020
-
-
We have a stub in guidelines for the contribution process. Move the content over from designs.a.o and move to policies. Add in alias for `old-designs` to record the location used on designs.a.o that we can be used once we've dropped all the contents of designs.a.o as a redirect to the website. Flag file to be generated as PDF since it's a document from designs.a.o. Remove `guidelines` from the main page as it's now empty. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
We have a stub in guidelines for the contribution checklist. Move the content over from designs.a.o and move to policies. Add in alias for `old-designs` to record the location used on designs.a.o that we can be used once we've dropped all the contents of designs.a.o as a redirect to the website. Flag file to be generated as PDF since it's a document from designs.a.o. 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 29, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jun 26, 2020
-
-
Martyn Welch authored
The privacy policy is out of date, we have a policy of giving 3 days notice of changes to the privacy policy. Lets honor that by flagging it on the website till the 1 July 2020, at which point we can inact the change. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jun 19, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Jun 18, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Jun 17, 2020
-
-
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:
Martyn Welch <martyn.welch@collabora.com>
-
- Jun 09, 2020
-
-
Martyn Welch authored
-
- May 28, 2020
-
-
Start organising the documents on the website. Move documents that are concerned with Apertis policies (one way or another) into a "policies" section and link to this from the main page. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-