From fc84e55acd28bb7da2d104c0cd9a7487f261b7b5 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 1 Jan 2011 17:38:55 +0000 Subject: module_test: The tiny beginnings of an irssi loadable-module (not script) for educational and internals poking purposes. Hopefully one day it might grow up to be a real binary! See README for details on the code I "borrowed" from ahf. I hope I attributed it all ok :) --- modules/test/README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 modules/test/README.md (limited to 'modules/test/README.md') diff --git a/modules/test/README.md b/modules/test/README.md new file mode 100644 index 0000000..bc98767 --- /dev/null +++ b/modules/test/README.md @@ -0,0 +1,41 @@ +## What is this? + +A simple Irssi C module for testing and experimentation purposes. +It was originally derived from the +[irssi-lua project](https://github.com/ahf/irssi-lua) + +I intend to build it into a simple template of a loadable module, featuring +the use of various common constructs, to allow others to quickly get +up to speed when developing modules. + +Note that modules are significantly more effort (and less portable, without +a huge amount of effort), so Perl scripts are to be preferred in call cases +where possible. + +## Contributing + +Contributions to this project are welcome + + * Patches can be submitted via e-mail, or preferably via forking + and sending a pull-request using GitHub. The repository for this + code is `git://github.com/shabble/irssi-scripts.git` and the + corresponding web-page is + [irssi-scripts/modules](https://github.com/shabble/irssi-scripts/modules). + + Details of pull-requests can be found at + [GitHub](http://help.github.com/pull-requests/) + + . Please poke me on Freenode IRC (`shabble` on `#irssi`) before + spending too much time on the code. Use the `git format-patch`-tool when + emailing patches. + +## Authors + + * Alexander Færøy <ahf@irssi.org> + Original Author of irssi-lua, who did all the hard work figuring + out the module interface stuff. Also an Irssi project committer, I + believe, so that probably counts as cheating. + + * Tom Feist `<shabble+irssi@metavore.org>` + + -- cgit v1.2.3