Go to file
Tyrel Souza f660e39ac6
duh"
2023-07-29 23:38:47 -04:00
default_templates init 2023-07-29 23:26:31 -04:00
dialazine init 2023-07-29 23:26:31 -04:00
tyrel duh" 2023-07-29 23:38:47 -04:00
.gitignore init 2023-07-29 23:26:31 -04:00
.gitmodules init 2023-07-29 23:26:31 -04:00
1x 40 right.txt init 2023-07-29 23:26:31 -04:00
1x 40.txt init 2023-07-29 23:26:31 -04:00
1x 80.txt init 2023-07-29 23:26:31 -04:00
2x 40.txt init 2023-07-29 23:26:31 -04:00
Dockerfile init 2023-07-29 23:26:31 -04:00
LICENSE init 2023-07-29 23:26:31 -04:00
README.md init 2023-07-29 23:26:31 -04:00
requirements.txt init 2023-07-29 23:26:31 -04:00

README.md

How to run

To run locally, run server.py as a python file e.g. from the root directory

python3 dialazine/server.py

To access locally, run

telnet localhost 23

(or equivalent with another telnet client)

in server.py, change CONTENT_FOLDER to "example_issue" to see example

Zine Structure

In the index.json, the "hello" message is the filepath within the issue folder for what is first displayed,

Then the contents is a list with each article, taking the "title" and "author" for the index, and the "directory" is the folder within the issue folder that contains the article pages - the pages must be called 1.txt, 2.txt etc. and will automatically display in that order