ooc-lang/the-ooc-language
:blue_book: The definitive manual on the ooc programming language
{ "createdAt": "2010-08-08T22:21:14Z", "defaultBranch": "master", "description": ":blue_book: The definitive manual on the ooc programming language", "fullName": "ooc-lang/the-ooc-language", "homepage": "http://ooc-lang.org/", "language": "Makefile", "name": "the-ooc-language", "pushedAt": "2014-12-20T17:44:44Z", "stargazersCount": 49, "topics": [], "updatedAt": "2024-11-24T16:05:51Z", "url": "https://github.com/ooc-lang/the-ooc-language"}404: Not Found# the ooc language
status
Section titled “status”In progress, send feedback to amos@lockfree.ch and mention ‘ooc’ in the subject.
Thanks a lot =)
Amos Wenger aka @nddrylliog
how to build the doc ?
Section titled “how to build the doc ?”Easy,
$ makewill generate a single-page, HTML version of the documentation.
Then,
$ make publishwill switch to the gh-pages branch, commit the modifications and push the commits to origin (which may be your forked repository).
- Figure out how to order the sections.
- Merge branch ‘mdoc’ into ‘master’ in a way that will let us generate both versions of the documentation with a single Makefile.
- …
- Profit !