2021-12-10 13:40:07 +01:00
2021-12-10 13:40:07 +01:00
2021-12-06 18:18:33 +01:00
2021-12-06 17:46:32 +01:00
2021-12-08 12:12:30 +01:00
2021-12-10 11:25:38 +01:00
2021-12-06 18:19:02 +01:00

pppadindex

Generates templated publications based on pppadump

requirements

  • python3 / pip3

installation

$> . setenv

The program will check your python3 environment and interactively asks some questions (if need is):

venv DOES NOT exists...
Setup venv? [y/N]> y
Creating python3 venv
Done.

The program will also check wether pppadum is install or not and interactively asks some questions (if need is):

pppadump IS NOT installed
pip install pppadump? [y/N]> y
Pip installing pppadump
Done.

When the environment is set, initialise the project with:

$> make init

The program then interactively asks some questions:

Please type the URL of the etherpad: 
	http://automatist.local:9001/
The APIKEY is the contents of the file APIKEY.txt in the etherpad folder
Please paste the APIKEY: 
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

usage

$> . setenv
$> make pull
$> make index
Description
pppad index for online pad listing/publications based on pppadump
Readme 49 KiB
Languages
HTML 70.8%
Shell 15.7%
CSS 9.1%
Makefile 4.4%