21 lines
460 B
Markdown
21 lines
460 B
Markdown
|
# Pretty Good Server API
|
||
|
|
||
|
# Reference
|
||
|
|
||
|
::: pgscript
|
||
|
::: pgs
|
||
|
|
||
|
For project page visit [molodetz.nl](https://molodetz.nl).
|
||
|
|
||
|
## Commands
|
||
|
|
||
|
* `build build` - Builds application and formats source.
|
||
|
* `build run` - Builds application and runs it.
|
||
|
|
||
|
## Project layout
|
||
|
|
||
|
pgs.c # Main application.
|
||
|
py.h # Python plugin handler.
|
||
|
pgscript.py # Script to be defined by user.
|
||
|
pgs.py # Dummy file representing the pgs api.
|
||
|
pgs_api.h # Actual C application.
|