1
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
simon 75117fd28f edited 2 anos atrás
.gitignore added .gitignore 2 anos atrás
Makefile added Makefile 2 anos atrás
README.md edited 2 anos atrás
pelicanconf.py added pelicanconf.py 2 anos atrás
publishconf.py added publishconf.py 2 anos atrás
tasks.py added tasks.py 2 anos atrás

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