caraesten / dial_a_zine

A content-management system for displaying a zine over telnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A content-management system for displaying a zine over telnet

License:MIT License


Languages

Language:Python 69.7%Language:HTML 19.7%Language:JavaScript 6.0%Language:CSS 3.0%Language:Dockerfile 1.6%