diff options
author | dakkar <dakkar@thenautilus.net> | 2016-08-29 14:16:32 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2016-08-29 14:16:32 +0100 |
commit | b916780290851b4d610aa451297760708ce4b1c8 (patch) | |
tree | 396eeac63b02b67eab427688fd71870c3dd81331 /src/SW/Sietima/document.en.rest.txt | |
parent | new anime day (diff) | |
download | thenautilus-b916780290851b4d610aa451297760708ce4b1c8.tar.gz thenautilus-b916780290851b4d610aa451297760708ce4b1c8.tar.bz2 thenautilus-b916780290851b4d610aa451297760708ce4b1c8.zip |
article about Sietima
Diffstat (limited to 'src/SW/Sietima/document.en.rest.txt')
-rw-r--r-- | src/SW/Sietima/document.en.rest.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/SW/Sietima/document.en.rest.txt b/src/SW/Sietima/document.en.rest.txt new file mode 100644 index 0000000..27f0a65 --- /dev/null +++ b/src/SW/Sietima/document.en.rest.txt @@ -0,0 +1,55 @@ +==================================================== +Sietima, a mailing list manager construction toolkit +==================================================== +:CreationDate: 2016-08-29 12:20:04 +:Id: SW/Sietima +:tags: - perl + - software + +What is it +========== + +Sietima is a mailing list manager construction toolkit, written in +Perl 5. It's an exercise in modularity, a showcase of the latest +features of Perl 5, and should eventually include an actually usable +mailing list manager. + +History +======= + +Once upon a time, there was a mailing list manager called Siesta, +written by Richard Clamp, Greg McCarrol and Simon Winstow. You can +still look at the `Subversion repository`_, `development mailing list +archives`_, `the slides of the talk Richard gave`_ at `YAPC::EU +2003`_, and `the full history as written by Simon`_. + +It is completely plugin-driven, and has per-user configuration. I +still run a few lists on Siesta. + +Fast forward 13 years: Perl and CPAN have come a long way. Can we +write a better list manager now? How hard can it be? That's why I +started writing Sietima. + +Construction toolkit? +===================== + +Sietima provides a bunch of modules you can plug together to make your +ideal mlm. Writing new plugins to add features should be as easy as +possible. It is currently not a "just works" application, though. + +Contributing +============ + +Check out `the source code`_, push your branch somewhere, then `email +me about it`_. Or `ask me to give you write access to the repository`_. + +.. _`Subversion repository`: https://siesta.svn.unixbeard.net/trunk/siesta/ +.. _`development mailing list archives`: http://siesta.unixbeard.net/siesta/archive/siesta-dev/lurker_15.html +.. _`the slides of the talk Richard gave`: http://unixbeard.net/~richardc/talks/siesta/ +.. _`YAPC::EU 2003`: http://conferences.mongueurs.net/ye2003/talk/355 +.. _`the full history as written by Simon`: http://www.thegestalt.org/simon/siesta-article.pod + +.. _`the source code`: https://www.thenautilus.net/cgit/Sietima/ +.. _`email me about it`: mailto:dakkar@thenautilus.net?subject=Code%20for%20Sietima +.. _`ask me to give you write access to the repository`: mailto:dakkar@thenautilus.net?subject=Please%20allow%20me%20to%20push%20to%20Sietima + |