You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 wget or rsync -rlp --exclude '.git' user@host:path/to/git/repo/ . contents of a example repo, such as Nino's example, and tell them to git init it 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.
Documentation Related Requests and Decisions for @noahgibbs
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.
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
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.