aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
Commit message (Collapse)AuthorAge
...
* * Add explicit module prereqs to Makefile.PLjoey2007-02-18
|
* * Make the basewiki be full of symlinks to pages that should be the samejoey2007-02-13
| | | | | in the doc wiki. This will allow direct edits to alter the base wiki without manual munging.
* * When building the doc wiki, build with LANG=C.joey2007-01-28
|
* * Added a Spanish translation by Victor Moral.joey2007-01-03
| | | | * A few translation infrastructure fixes.
* userdir fixesjoey2006-12-29
|
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* fix man page perms in installjoey2006-12-19
|
* renamejoey2006-11-22
|
* * Add toggle plugin.joey2006-11-22
| | | | | | | | * Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time.
* * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.joey2006-11-20
| | | | | | | | | * 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.
* shortcut stuffjoey2006-11-20
|
* * Patch from Pawel Tecza to cp -a the templates in the Makefile.joey2006-10-17
|
* * Patch from Paul Tötterman to use CP in the Makefile.joey2006-09-28
|
* * Don't rm -rf ikiwiki on distclean, since a) there's no such filejoey2006-09-25
| | | | and b) those poor Mac OSX users and their case insensative files!
* * Yet another fix for those poor case-sensative OSX users.joey2006-09-15
|
* * Add toc (table of contents) plugin.joey2006-08-28
|
* more PREFIX funjoey2006-08-27
|
* fix up use of PREFIXjoey2006-08-26
|
* * Use DESTDIR and not PREFIX to specify installation prefix for packaging.joey2006-08-25
| | | | | * Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run from a different directory.
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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 a map plugin contributed by Alessandro Dotti Contra.joey2006-08-18
|
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
| | | | | | | | | | | | | | * 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.
* * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues onjoey2006-08-08
| | | | case-sensative filesystems like OSX.
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
| | | | | | | | 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.
* * fortune plugin (trivial)joey2006-07-29
|
* "Viva l'Italia!"joey2006-07-29
| | | | * Polygen plugin from Enrico.
* Hope encrico doesn't mind, but I changed the location and layout of thejoey2006-07-28
| | | | | | tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc.
* * Support a w3mmode, which lets w3m run ikiwiki using its local CGIjoey2006-07-07
| | | | support, to edit pages etc without a web server.
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
| | | | | | | | | | * 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.
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey2006-05-27
| | | | do not need a full rebuild, in order to update any basewiki pages.
* * Add ikiwiki-mass-rebuild script, ripped out of the postinst.joey2006-05-05
| | | | | * Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3.
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
|
* haiku pluginjoey2006-05-05
|
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey2006-05-02
| | | | | | | | | | 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.
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
| | | | * Removed backlinks page, which it turns out nothing used.
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * 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.
* patch fron Branden to install the man page in Makefile.PLjoey2006-04-21
|
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
| | | | | | | | | 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.
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23
| | | | | | | | | | | | | 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.
* *warning* any wrappers built with a previous version of ikiwiki need to bejoey2006-03-23
| | | | | | | | | 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 --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
|
* basewiki integrationjoey2006-03-19
|
* man page generationjoey2006-03-15
|
* debianisejoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
add MakeMaker foo for module