| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* Add some code to the build system that tries to determine if the
lib installation directory is in @INC. If it's not, munge ikiwiki
to hardcode the path to the lib directory. This should allow installing
ikiwiki in nonstandard locations, including home directories, by just
setting PREFIX at build time.
* Fix nested examples directory in deb.
|
| |
|
| |
|
| |
|
|
|
|
| |
and b) those poor Mac OSX users and their case insensative files!
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
|
|
|
|
|
|
|
| |
text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
|
|
|
|
| |
case-sensative filesystems like OSX.
|
|
|
|
|
|
|
|
| |
plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
|
| |
|
|
|
|
| |
* Polygen plugin from Enrico.
|
|
|
|
|
|
| |
tags on the templates. This way seems to fit better with the links. Also
some css cleanup, avoid hardcoded <i> etc.
|
|
|
|
| |
support, to edit pages etc without a web server.
|
|
|
|
|
|
|
|
|
|
| |
* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
like license and author. It also allows for inserting html link and meta
tags into html, overriding the title, and adding hidden WikiLinks, which
can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.
|
|
|
|
| |
do not need a full rebuild, in order to update any basewiki pages.
|
|
|
|
|
| |
* Add some new config items to the estseek.conf template, which are needed
by hyperestraier 1.2.3.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to pave the way for adding other RCS support. This also changes the
setup files, where before they had svn => 1 or svn => 0, now they have
rcs => "svn" or rcs => "".
* Add a debian/NEWS file with upgrade notes.
* Load whatever rcs module is specified, so new ones can be just dropped in
as plugins and work.
* Add some basic docs about writing RCS modules.
|
|
|
|
| |
* Removed backlinks page, which it turns out nothing used.
|
|
|
|
|
|
|
|
|
|
|
| |
* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
|
| |
|
|
|
|
|
|
|
|
|
| |
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kept in mind during this are a) to reduce load time for common cases like
cgi and post-commit and b) make the code easier to navigate.
This also modularises RCS support to the extent that it should be possible
to drop in a module for some RCS other than svn, add a switch for it, and
it pretty much just work.
High chance I missed an edge case that breaks something, this is only
barely tested at this point.
|
|
|
|
|
|
|
|
|
| |
rebuilt
This changes ikiwiki's syntax to require only 2 parameters (source and
dest) and not three. The templatedir parameter is now an optional
--templatedir.
|
| |
|
| |
|
| |
|
| |
|
|
add MakeMaker foo for module
|