Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
simon 75117fd28f edited pirms 2 gadiem
.gitignore added .gitignore pirms 2 gadiem
Makefile added Makefile pirms 2 gadiem
README.md edited pirms 2 gadiem
pelicanconf.py added pelicanconf.py pirms 2 gadiem
publishconf.py added publishconf.py pirms 2 gadiem
tasks.py added tasks.py pirms 2 gadiem

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