aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/nearlyfreespeech.mdwn
Commit message (Collapse)AuthorAge
* change `pwd` to $HOME so assumptions are met even if you cd elsewheresmcv2017-02-03
|
* Add [[!meta date]] to news items and tipsSimon McVittie2015-06-09
| | | | | | | The git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting. I tried to use `git restore-mtime`, but that doesn't work for ikiwiki, because dgit interferes with it.
* Standardize on --long-option instead of -long-optionSimon McVittie2015-03-01
| | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case.
* úpdateJoey Hess2010-11-20
|
* clarify cgiurl settingJoey Hess2008-12-28
|
* remove ikiwiki.setupJoey Hess2008-07-26
| | | | | | To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
* most modules are pre-installed nowJoey Hess2008-05-08
|
* updateJoey Hess2008-05-07
|
* updateJoey Hess2008-05-05
|
* fix PERL5LIB in examplesJoey Hess2008-05-05
| | | | | Using `pwd` makes some modules that call cpan recursively succeed to install
* updateJoey Hess2008-05-05
|
* correctionJoey Hess2008-05-05
|
* more on cleanupJoey Hess2008-05-05
|
* releasing version 2.45Joey Hess2008-05-05
|
* updatesJoey Hess2008-05-05
|
* formattingJoey Hess2008-05-05
|
* formattingJoey Hess2008-05-05
|
* enhancesments for shared hostingJoey Hess2008-05-05
* 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.