No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
simon 75117fd28f edited hace 2 años
.gitignore added .gitignore hace 2 años
Makefile added Makefile hace 2 años
README.md edited hace 2 años
pelicanconf.py added pelicanconf.py hace 2 años
publishconf.py added publishconf.py hace 2 años
tasks.py added tasks.py hace 2 años

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