3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

docs/t: warn in main articles that specifications in master may be outdated

[skip ci]
This commit is contained in:
James Lu 2018-01-13 18:28:41 -08:00
parent 7a32e7d8a2
commit 58b717a2a0
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# PyLink hooks reference
***Last updated for 1.2-dev (2017-02-24).***

View File

@ -1,3 +1,6 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# PyLink Protocol Module Specification
***Last updated for 1.2-dev (2017-03-15).***

View File

@ -1,3 +1,6 @@
### Version Warning
This version of the document targets the current stable branch of PyLink, and may be considerably outdated when compared to the **devel** branch where active development takes place. When developing new plugins or protocol modules, we highly recommend targeting the devel branch.
# Writing plugins for PyLink
PyLink plugins are modules that extend its functionality by giving it something to do. Without any plugins loaded, PyLink can only sit on a server and do absolutely nothing.