History log of /plugin/siteexport/action/startup.php (Results 26 – 28 of 28)
Revision Date Author Comments
# 16c5261c 16-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

The JavaScript does not support template switching via variables, but only via $conf

The only Event that is being fired on js.php is the init_lang_load.
This is after the $conf has been set up and b

The JavaScript does not support template switching via variables, but only via $conf

The only Event that is being fired on js.php is the init_lang_load.
This is after the $conf has been set up and before the javascript will
be loaded. Here we can inject the new template.

Since the js.php does not support any parameters on its own, we have to
rely on the referrer - which should most likely always be the dokuwiki.
The siteexporter itself adds the template as query parameter when
fetching the javascript, so this is mainly for
template-switching-testing-purpose.

show more ...


# 95c3174f 14-Jan-2014 Gerry Weißbach <gerry.w@gammaproduction.de>

Added mode so that anyone may use the site export plugin

Handle with care! This may result in slow web servers.


# 7d101cc1 20-Nov-2013 Gerry Weißbach <gerry.w@gammaproduction.de>

Initial Commit

Initial commit of site export plugin to GitHub.
This version has been modified to be compatible with Weatherwax and
support jQuery. This plugin does not work with older versions of
Do

Initial Commit

Initial commit of site export plugin to GitHub.
This version has been modified to be compatible with Weatherwax and
support jQuery. This plugin does not work with older versions of
DokuWiki.

show more ...


12