Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/frontends/py/README.md
2016-10-18 07:03:51 -04:00

23 lines
294 B
Markdown

# python nntpchan demo frontend #
## usage ##
### srndv2 unstable ###
add to nntpchan.json hooks section:
{
"name": "pyfront",
"exec": "/path/to/frontend.py"
}
### nntpd ###
add this to nntpchan.ini
...
[frontend]
type=exec
exec=/path/to/frontend.py