aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/write
Commit message (Collapse)AuthorAge
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* update for rename of users/jondowland.mdwn to users/jon.mdwnhttp://alcopop.org/me/openid/2008-12-02
|
* change obsolete exampleJoey Hess2008-10-21
|
* split into subpages?http://alcopop.org/me/openid/2008-10-20
|
* responseJoey Hess2008-09-27
|
* Thoughts on the new wikistate variablehttp://www.cse.unsw.edu.au/~willu/2008-09-27
|
* share my fumblings in calling IkiWiki::Setupbremner2008-09-13
|
* typohttp://nikolai.prokoschenko.de/2008-09-08
|
* Why was this broken in first place?http://nikolai.prokoschenko.de/2008-09-08
|
* "memoize" is a technical term, != "memorize"Joey Hess2008-08-26
|
* typo fixCord2008-08-26
|
* rename preprocessordirective to directiveJoey Hess2008-08-25
| | | | | | | | | Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-)
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess2008-07-17
| | | | specified! :)
* switch preprocess hooks to use error functionJoey Hess2008-07-13
|
* linkifyJoey Hess2008-05-03
|
* web commit by RichMorinJoey Hess2008-05-03
|
* web commit by RichMorinJoey Hess2008-05-03
|
* external: Work around XML RPC's lack of support for null by passing a ↵Joey Hess2008-03-21
| | | | special sentinal value.
* make setargv take an arrayJoey Hess2008-03-19
| | | | for consistentcy with getargv, which returns one
* getargv needs to return a list referenceJoey Hess2008-03-19
| | | | | | 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.
* * external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess2008-03-15
| | | | @ARGV.
* mention proxy.pyJoey Hess2008-03-15
|
* * Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess2007-12-08
| | | | | via the %pagestate hash. * Use pagestate in meta to detect potential redir loops.
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * 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.
* web commit by tschwinge: Typo fix.joey2007-08-21
|
* fixjoey2007-08-21
|
* web commit by http://jeremie.koenig.myopenid.com/: fix typosjoey2007-08-15
|
* unescapejoey2007-08-13
|
* fix linkjoey2007-08-13
|
* improved docs, add a tutorial for writing pluginsjoey2007-08-13
|
* rewordjoey2007-08-13
|
* tocjoey2007-08-13
|
* memoization for injected RPC functions is a very, very good thingjoey2007-08-13
|
* performance notesjoey2007-08-13
|
* * Fix --libdir to work at the command line.joey2007-08-13
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.