An outline of the philosophy, theory, and design of Super Practica in as brief as I could put it.
| image-sources | Replace image components with better source info | |
| images | Add project | |
| .gitignore | Add html output to .gitignore | |
| blueprint.adoc | Set v1.1 release date | |
| CHANGELOG.md | Set v1.1 release date | |
| LICENSE | Simplify license info | |
| README.md | Update readme | |
Blueprint
This is the book Blueprint for a Revolution in the Reproduction of Practical Knowledge: An outline of the philosophy, theory, and design of Super Practica in as brief as I could put it, or the "Blueprint" for short.
You can read it on the website.
You can download a PDF on the releases page.
Building the book
This book is formatted in Asciidoc and builds using Asciidoctor using the docker image. Example instructions use Podman.
-
Pull the docker image:
podman pull docker.io/asciidoctor/docker-asciidoctor -
Open the blueprint folder with the docker image in interactive mode (replacing
<PATH>):podman run -it --rm -v <PATH>/blueprint/:/documents/ docker-asciidoctor -
Build formats using the docker image:
-
To build HTML:
asciidoctor blueprint.adoc -
To build PDF:
asciidoctor-pdf -r asciidoctor-mathematical -a mathematical-format=svg blueprint.adoc
-
How to contribute
First open an issue or start a new topic in the Zulip chat.