This is a program to test the user’s conformance to a certain political ideology. It expresses this conformance in a percentage. It was mainly created as a joke, and should not be used for any serious purpose. For more information, including the inner-workings of the program, please read the documentation included.
Included with this project is a command-line interface for the project, invoked as pct
. When using it, you must supply a directory to a questions file as an argument.
A question file looks something like this.
This is a question, and below is a maximum score 3 This is another question where you will also notice the maximum score underneath it 3
Please consult the documentation for a further description of this file.
- autoconf
- automake
- pkg-config
- texinfo
- guile-hall
- GNU Guile
This project uses Guile Hall. In order to build it, you must use the normal autoconf commands
autoreconf -vfi
./configure
make
sudo make install
There is also a guix.scm file for you so you can install the program via Guix if that’s something you’re interested in.
If you encounter any bugs while using the progam, please just create an issue on GitHub.