-
Notifications
You must be signed in to change notification settings - Fork 12
The Moor Book, v0.1 #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Moor Book, v0.1 #378
Conversation
bc17509 to
5523a9e
Compare
The implementation is heavily dependent on highlightjs. There are noises about mdbook replacing highlightjs with something different; if/when that happens, this will need to be ported.
Removed the old ToastStunt forward. Wrote my own.
First draft here. Replace references to Toast with mooR. Tones down "virtual reality" talk a bit. Explanatory note about mooR vs LambdaMOO.
Also removes some Toast-specific entries, adds context text, and shuffles location in the SUMMARY.md
* Remove WAIFs, bools, and anonymous objects (bools may come back) * Add flyweights * Update notes about maps since mooR maps are slightly different * Update notes about maximum integers and floats.
|
It would be nice to also have some information about running moor in a guide like this too, server administration of it requires a little know-how :( Attaching to moor-daemon, moor-telnet-host, moor-web-host |
|
@anubi server admin will definitely be a part of it. unfortunately this is a huge project, writing the documentation. For your specific problem, it'd be easier to diagnose with more info if you want to join the Discord https://discord.gg/f5NnYJBfcG -- I don't see anything unusual in the logs, so I dunno what happened there. |
1ec5b18 to
fdf8081
Compare
1b4b78e to
ad450d0
Compare
|
I've got a new PR at #438 which has this + some changes. |
Tl;dr: https://abesto.github.io/moor/the-moo-programming-language/built-in-functions/manipulating-moo-values.html#function-tostr
mdBook(book/gen-from-stunt)mdBook)book/theme/moo-syntax-highlight.js)mainThis should be all that's needed to allow work to start on the content for real.
N.B.: the Legal and Foreword sections need to be updated ASAP.
!!! Required repo setup !!!
For the workflow to work, the GitHub Pages settings of the repo need to be flipped from "Deploy from a branch" to "GitHub Actions" under Settings -> Pages.
References
mdBook: https://rust-lang.github.io/mdBook/highlight.jsdocs 10.1.1 (very old, but this is what's used inmdBook): https://github.com/highlightjs/highlight.js/tree/10.1.1/docsmdBookautomated deployment: https://github.com/rust-lang/mdBook/wiki/Automated-Deployment%3A-GitHub-Actions