summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-04-04Fix #14: Add wordpress plugin.Christoph Burschka
2014-11-17Use more inline code tags in READMEChristoph Burschka
2014-11-16Added Apache authenticationChristoph Burschka
2014-11-14Update README for ejabberd 13.10+Christoph Burschka
ejabberd has switched to YAML configuration files.
2014-01-17Okay, the last patch was actually rubbish.Christoph Burschka
It turns out that you can't hope to bootstrap more than one PHP-based software without messing stuff up, particularly because they rely on global variables without exception. If it is risky and unpredictable for different systems, it is completely impossible with multiple instances of the same. Therefore, the ability to use multiple plugins (and the accompanying config.php structure) has been removed. The only plugin that can be used in conjunction with another is session.
2014-01-16Implement smf2_session and finish RPC code. (#1)Christoph Burschka
This patch should be ready for testing with SMF. (cburschka/cadence/#31)
2014-01-15Formatting of README headings.Christoph Burschka
2013-12-30Warning about support and maintenance.Christoph Burschka
2013-12-30Only make exceptions for those plugins that actually duplicate code.Christoph Burschka
2013-12-30Explain how the class methods work.Christoph Burschka
2013-12-30Markdown doesn't like <> brackets.Christoph Burschka
2013-12-30Add a short description on writing new plugins.Christoph Burschka
2012-11-03Adding a READMEChristoph Burschka