Joey Hess
29cb940f77
"memoize" is a technical term, != "memorize"
2008-08-26 17:59:38 -04:00
Cord
43abdd87bf
typo fix
2008-08-26 17:57:08 -04:00
Simon McVittie
297ff849b9
Migrate doc/plugins via prefix_directives
...
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:31:57 +01:00
Joey Hess
40f88c9240
web commit by http://jcflack.myopenid.com/ : Oh, *that's* where XML RPC is specified! :)
2008-07-17 14:07:29 -04:00
Joey Hess
ca8852b434
external: Work around XML RPC's lack of support for null by passing a special sentinal value.
2008-03-21 15:12:15 -04:00
Joey Hess
6eb3cf7e76
make setargv take an array
...
for consistentcy with getargv, which returns one
2008-03-19 15:49:00 -04:00
Joey Hess
f003e97d10
getargv needs to return a list reference
...
xml rpc only allows functions to return a single value, no lists. So getargv
needs to return a list reference, which means that the caller will see an xml
rpc array.
2008-03-19 15:12:59 -04:00
Joey Hess
ba480baa9e
* external: Add getargv and setargv methods to allow access to ikiwiki's
...
@ARGV.
2008-03-15 14:19:49 -04:00
Joey Hess
840585338e
mention proxy.py
2008-03-15 13:22:22 -04:00
Joey Hess
055179cb4c
* Finally implemented a simple per-page data storage mechanism for plugins,
...
via the %pagestate hash.
* Use pagestate in meta to detect potential redir loops.
2007-12-08 17:40:50 -05:00
joey
65dca9f89d
* Rewritten rst plugin by madduck is a python program that communicates with
...
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.
2007-10-15 16:33:02 +00:00
joey
15f393584a
reword
2007-08-13 07:07:54 +00:00
joey
30f7aef679
toc
2007-08-13 07:02:14 +00:00
joey
5b78246d11
memoization for injected RPC functions is a very, very good thing
2007-08-13 07:00:53 +00:00
joey
27c1595cec
performance notes
2007-08-13 06:46:36 +00:00
joey
506bcbac04
* Fix --libdir to work at the command line.
...
* Plugins can now be written as standalone external programs, which can
be written in any language that can do XML::RPC.
2007-08-13 03:07:31 +00:00