| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
1. apt-get is not yum
2. installing ikiwiki by hand is not the correct thing to do on ubuntu,
so this page should not mention ubuntu
Also remove instructions for installing deps via yum, now that there is a
ikiwiki package in fedora.
|
| |
|
|
|
|
|
|
| |
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
|
| |
|
|
|
|
|
| |
The package info was getting split between download and install.
Leave install for manual instructions.
|
| |
|
| |
|
|
|
|
| |
Everything but the actual coding to support them.
|
|
|
|
|
| |
Using `pwd` makes some modules that call cpan recursively succeed to
install
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all*
the modules ikiwiki can use.
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
CPAN to install in a home directory on shared hosting providers.
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
and probably other shared hosting providers like dreamhost. Added
a tip page documentng the process for nearlyfreespeech.
|
| |
|
|
|
|
| |
dies if its can't be loaded.
|
|
|
|
| |
by default.
|
| |
|
|
|
|
| |
module dependencies on Fedora 7.
|
| |
|
| |
|
|
|
|
|
| |
many parts of ikiwiki
|
| |
|
|
|
|
|
| |
if an older version is installed, just don't gettext strings, instead of
crashing.
|
|
|
|
|
| |
is available for translation.
* Export gettext() from IkiWiki module.
|
| |
|
|
|
|
| |
Text::Markdown
|
|
|
|
|
|
| |
template won't work with CGI::FormBuilder 3.0401, so disable it for now.
* CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
there might still be bugs lurking..
|
| |
|
| |
|
|
|
|
|
| |
or what have you, by creating enclosures for non-page items that are
included in feeds.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
in case it was installed as one. Then fall back to trying
/usr/bin/markdown.
* Document in install page how to install markdown, since it has no
installation procedure in the upstream tarball.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
original wiki syntax, CamelCase links and all.
|
|
|
|
| |
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
|
|
|
|
| |
about changes to rss feeds.
|
| |
|
|
|