1
1
Fork
You've already forked blueprint
0
An outline of the philosophy, theory, and design of Super Practica in as brief as I could put it.
2025年01月18日 14:16:57 -08:00
image-sources Replace image components with better source info 2023年10月21日 01:29:27 -07:00
images Add project 2023年10月15日 10:14:22 -07:00
.gitignore Add html output to .gitignore 2025年01月13日 20:24:12 -08:00
blueprint.adoc Set v1.1 release date 2025年01月18日 14:13:30 -08:00
CHANGELOG.md Set v1.1 release date 2025年01月18日 14:13:30 -08:00
LICENSE Simplify license info 2023年10月21日 01:32:27 -07:00
README.md Update readme 2025年01月18日 14:16:57 -08:00

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.

  1. Pull the docker image:

    podman pull docker.io/asciidoctor/docker-asciidoctor
    
  2. Open the blueprint folder with the docker image in interactive mode (replacing <PATH>):

    podman run -it --rm -v <PATH>/blueprint/:/documents/ docker-asciidoctor
    
  3. 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.