mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
docs/: fill in Contents, where future docs will go
This commit is contained in:
parent
4fef587014
commit
67d8bc8e1f
@ -5,10 +5,14 @@ Any documentation here is provided for reference only.
|
|||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
|
|
||||||
PyLink is a modular, plugin-based IRC PseudoService framework. It uses swappable protocol modules and a hook-based system for calling plugins, which aim, together, to provide a consistent API.
|
PyLink aims to be a modular, plugin-based IRC PseudoService framework. It uses swappable protocol modules and a hook-based system for calling plugins, allowing them to function regardless of the IRCd used.
|
||||||
|
|
||||||
<img src="core-structure.png" width="50%" height="50%">
|
<img src="core-structure.png" width="50%" height="50%">
|
||||||
|
|
||||||
### Contents
|
### Contents
|
||||||
|
|
||||||
TBD.
|
- [Writing plugins for PyLink](writing-plugins.md)
|
||||||
|
- [PyLink hooks reference](hooks-reference.md)
|
||||||
|
- [PyLink protocol module specification](pmodule-spec.md)
|
||||||
|
- [Writing tests for PyLink modules](writing-tests.md)
|
||||||
|
- [Using PyLink's utils module](using-utils.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user