aboutsummaryrefslogtreecommitdiff
path: root/plugins/rst
Commit message (Collapse)AuthorAge
* rst: Use Python 3 instead of Python 2Simon McVittie2018-02-28
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* rst: add indexes to format stringsW. Trevor King2012-10-10
| | | | | For Python 2.6 compatibility. You're only allowed to omit the positional argument specifiers in Python 2.7 and later.
* rst: update string formatting and error catching syntaxW. Trevor King2012-09-28
|
* rst: bump to version 0.4W. Trevor King2012-09-28
|
* rst: strip trailing whitespaceW. Trevor King2012-09-28
|
* rst: update copyright owners (based on the Git history)W. Trevor King2012-09-28
|
* rst: import docutils lazily, to avoid errors during ikiwiki --setupSimon McVittie2011-10-22
| | | | | Bug-Debian: http://bugs.debian.org/637604 Signed-off-by: Simon McVittie <smcv@debian.org>
* Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.Joey Hess2011-05-19
| | | | | | Apparently the rst library is changing to a GPL-2 incompatable license. "madduck: joeyh: so yes, do as you think is right."
* format plugin categorizationJoey Hess2010-02-12
|
* Use env hack in python scripts.Joey Hess2009-12-29
|
* rst: Introduce _to_dict to turn argument list into keword argsUlrik Sverdrup2009-09-28
| | | | (cherry picked from commit 7d788655104089b5747a5ff1a4c5106eac871c14)
* add getsetup hookJoey Hess2008-08-06
| | | | in python, even, wow
* Make proxy object available to hook functionsmartin f. krafft2008-03-21
| | | | | | | Hook functions now get the proxy object as first argument to be able to use RPC via the proxy. Signed-off-by: martin f. krafft <madduck@madduck.net>
* rename register_hook to just hook, for consistency with the perlJoey Hess2008-03-15
|
* fix debug methodmartin f. krafft2008-03-15
| | | | | Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit e924b6777ac0b6d04116f563f0fe749595e03d13)
* remove todo comment about refactoringmartin f. krafft2008-03-15
| | | | | Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit c6e7416f65285eba154a6a9b08c1401490f68bd1)
* Bump rst plugin version to 0.3martin f. krafft2008-03-15
| | | | | Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit 338cacc006d3b58bc827a8009e9a991b0cabf367)
* Rewrite rst plugin for Python xml-rpc proxymartin f. krafft2008-03-15
| | | | | Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit c877e9b4b93b550710cb26e2b0bafad4922ff209)
* add debbug reference to SimpleXMLRPCDispatcher workaroundmartin f. krafft2008-03-12
| | | | Signed-off-by: martin f. krafft <madduck@madduck.net>
* Handle SimpleXMLRPCDispatcher arg count change in Py2.5martin f. krafft2008-03-12
| | | | | | | | SimpleXMLRPCDispatcher.__init__ takes 3 arguments instead of 1 since python 2.5, so we check for that with a hack, for I found no better way, other than catching a TypeError exception. Signed-off-by: martin f. krafft <madduck@madduck.net>
* * Rewritten rst plugin by madduck is a python program that communicates withjoey2007-10-15
ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed.