-
-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation Related Requests & Decisions #2
Description
Documentation Related Requests and Decisions for @noahgibbs
- Contract, Copyright and License Related
- Re-sign Cycle 2020-E work order
- Add CC0 declaration to
- https://github.com/ChatTheatre/eOS-Doc/blob/master/README.md
- https://github.com/ChatTheatre/SkotOS-Doc/blob/master/README.md
- https://github.com/ChatTheatre/kernellib-doc/blob/master/README.md
- https://github.com/ChatTheatre/kernellib-doc/blob/master/README.md
- https://github.com/ChatTheatre/lpc-doc/blob/master/README.md
- Add CLA.md and ./CLA-signed/cla*.asc (and AGPL
LICENSEfrom file if needed)
Note that with all of the following I've create github webpage for, so after edit pass confirm that the webpages look correct.
-
Delete your repo and test install instructions for https://github.com/ChatTheatre/eOS/ and update README.md accordingly
-
Document what each of the folders are, and what for, in https://github.com/ChatTheatre/eOS/blob/master/README.md
-
Review docs at bottom of https://github.com/ChatTheatre/kernellib/blob/master/README.md and edit/move docs as appropriate to https://github.com/ChatTheatre/kernellib-doc/ instead.
- In https://github.com/ChatTheatre/kernellib-doc/ add TOC to README.md and one-two line abstract for each doc moved there.
- Set up framework for same TOC style in other -Docs repo README.md
-
Edit/Merge to eOS-doc, name appropriately (eOS-architecture?) and delete originals (if not in SkotOS they may have been moved to SkotOS-Docs)
-
Choose and document an initial strategy for how we want to add examples to /usr
- Should we create empty ./usr/ folder in eOS repo?
- Should there be one or more examples that are under eOS repo control?
- What is MVP vs a mimimal plugin strategy.
- Or do we tell people to fork examples /usr/ into their github folders, submodule them in their personal repos, and then we have .gitignore for /usr/* in the eOS repo so that they don't get picked up?
- Or do we tell people to
wgetorrsync -rlp --exclude '.git' user@host:path/to/git/repo/ .contents of a example repo, such as Nino's example, and tell them togit initit to their personal github accounts?
-
Create a prioritized list of legacy DGD / LPC / kernellib and other documents to convert/update for eOS, and list them in a eOS markdown file with pointer to source file.