1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
simon 75117fd28f edited vor 2 Jahren
.gitignore added .gitignore vor 2 Jahren
Makefile added Makefile vor 2 Jahren
README.md edited vor 2 Jahren
pelicanconf.py added pelicanconf.py vor 2 Jahren
publishconf.py added publishconf.py vor 2 Jahren
tasks.py added tasks.py vor 2 Jahren

README.md

temporary index

temporary index is a static website containing content made in Etherpad. Plain text files are exported from indices created with [etherpump], and converted into Markdown.

They can then be used to make catalogue cards, by adding them as content to Pelican's file system. Running make commands allows HTML files to be generated and served over a network.

Dependencies

Pelican, a static site generator Markdown, a lightweight markup language

Create a python virtual environment to install Python dependencies

$ python3 -m venv env $ source env/bin/activate

Next, with the environment activated, install Pelican and Markdown

$ pip install pelican markdown