Commit Graph

48 Commits (81a9b5feffa241cea901c3633323bb446d61edf3)

Author SHA1 Message Date
Joey Hess e6e8d906d1 remove ubuntu instructions, which don't belong here
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.
2008-12-07 13:45:50 -05:00
buo 1506638f15 Add command line to install perl modules in ubuntu 8.10 2008-12-05 14:27:29 -05:00
Simon McVittie 47d179802d Migrate everything else via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:32:31 +01:00
Joey Hess 4e82acb052 caps 2008-07-12 10:28:19 -04:00
Joey Hess d7e0b2594e move all package indo to download page
The package info was getting split between download and install.
Leave install for manual instructions.
2008-07-12 10:25:20 -04:00
Joey Hess 0e7ad80f36 fix link 2008-07-12 10:17:25 -04:00
Joey Hess c23c81eea0 add maxports info 2008-07-11 19:36:04 -04:00
Joey Hess 4152dca09e documentation for use of hashed passwords
Everything but the actual coding to support them.
2008-05-29 15:17:19 -04:00
Joey Hess 86c6f2b963 fix PERL5LIB in examples
Using `pwd` makes some modules that call cpan recursively succeed to
install
2008-05-05 20:12:06 -04:00
Joey Hess adeba977cb update 2008-05-05 19:10:42 -04:00
Joey Hess ed98af9750 add sections, expand, reorg 2008-05-05 19:08:47 -04:00
Joey Hess 3a9dfb8361 enhancesments for shared hosting
* 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.
2008-05-05 14:51:26 -04:00
Joey Hess 127d97066b Time::Duration is no longer used, remove from docs and recommends. 2008-03-19 21:59:40 -04:00
Joey Hess 4eabe04ced * Depend on HTML::Scrubber, since the scrubber is enabled by default and
dies if its can't be loaded.
2008-02-13 13:17:07 -05:00
Joey Hess f40c6928f4 * Re-organise dependencies and recommends now that recommends are installed
by default.
2007-12-16 17:16:56 -05:00
joey b8accd34c6 integrate new text a bit better 2007-09-10 05:56:45 +00:00
joey ace91c7d0b web commit by http://per.bothner.myopenid.com/: Note how to install perl module dependencies on Fedora 7. 2007-09-10 04:19:07 +00:00
joey 74baaeba00 reorg all the pages about rcs backends. Fix all links 2007-08-21 04:25:03 +00:00
joey 479d213419 versioned dep updates 2007-04-30 04:18:50 +00:00
joey 15a8d14069 no, DateTime is only used by the discordian plugin.. TimeDate is used by
many parts of ikiwiki
2007-02-18 17:49:38 +00:00
joey 932a3f52a7 web commit by http://id.inelegant.org/: s/TimeDate/DateTime/ 2007-02-18 01:54:39 +00:00
joey 04cde27a0e * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
if an older version is installed, just don't gettext strings, instead of
  crashing.
2007-01-16 03:37:39 +00:00
joey 912521ef07 * Initial work on internationalization of the program code. po/ikiwiki.pot
is available for translation.
* Export gettext() from IkiWiki module.
2006-12-29 04:38:40 +00:00
joey b9e4a8243e responses 2006-12-19 17:14:31 +00:00
joey 1697260bf1 web commit by http://chrisisbd.myopenid.com/: Changed Text::MarkDown to Text::Markdown 2006-12-19 10:35:54 +00:00
joey 8af8d085d6 * The hack used to make the pagetemplate hook have access to the editpage
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..
2006-12-02 00:19:55 +00:00
joey eac31eff5c shortcut stuff 2006-11-20 11:31:23 +00:00
joey d53f6dffa0 improve markdown docs 2006-11-20 10:36:45 +00:00
joey 369cf45ace * Patch from James Westby to support podcasting, photoblogging, vidcasting,
or what have you, by creating enclosures for non-page items that are
  included in feeds.
2006-11-01 06:45:59 +00:00
joey ed463de21f revert spammer 2006-10-27 23:48:38 +00:00
joey bd8390018a web commit by shoesorder 2006-10-27 23:21:39 +00:00
joey e5c4eae640 * Add missing dependency on the URI perl module. 2006-10-27 17:11:30 +00:00
joey db15adb019 update 2006-09-18 21:32:21 +00:00
joey 99d52a1794 * Add support for tla, contributed by Clint Adama. Closes: #385936 2006-09-04 06:15:54 +00:00
joey b37070d888 more PREFIX fun 2006-08-27 17:17:54 +00:00
www-data de57a15c80 web commit by JamesWestby: Correct name of Mail::Sendmail module 2006-08-27 00:32:30 +00:00
joey 5778b6f180 improve 2006-08-23 20:44:26 +00:00
www-data 89fccafa57 web commit by EdAvis 2006-08-23 20:40:59 +00:00
joey fc7283c623 note about perl version 2006-08-12 16:54:47 +00:00
joey 87c1a89443 suggest running make test as part of install 2006-08-10 04:24:51 +00:00
joey cade16fbb6 * Improve markdown loading. First, try to load it as a properl perl module,
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.
2006-08-10 04:11:58 +00:00
joey 2794d7ef5a * Renamed GlobLists to PageSpecs.
* 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.
2006-08-02 00:14:31 +00:00
joey e49ff966a3 * ikiwiki can now download and aggregate feeds with its new aggregate
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.
2006-07-30 04:31:08 +00:00
joey 0f22d66c96 * Add wikitext markup plugin, which supports ".wiki" pages written in the
original wiki syntax, CamelCase links and all.
2006-07-07 18:28:27 +00:00
joey 0bb605baf8 * Parse svn log as xml for improved utf8 and security. Note that this makes
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
2006-07-02 02:18:31 +00:00
joey b0e7e2e123 * Support pinging services such as Technorati using XML-RPC to notify them
about changes to rss feeds.
2006-06-27 01:13:03 +00:00
www-data 3498540d75 web commit by joey 2006-04-29 18:20:35 +00:00
www-data 6dd37879bb web commit by joey 2006-04-29 18:18:59 +00:00