diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 19:47:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 19:47:23 +0000 |
commit | 8d10e293176f18a39c228a5838f2118c8dedf153 (patch) | |
tree | d4e23fc573fa1b3abe4a3e491c19cdf83df56945 | |
parent | e8b41583718247119b8e8469f22c3ef7e8f48fb6 (diff) |
web commit by JeremyReed: new topic: install selected docs?
-rw-r--r-- | doc/index/discussion.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 23c49f968..99d029f35 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -27,6 +27,22 @@ of via syslog? ---- +# Installation of selected docs (html) + +The latest release has around 560 files (over 2MB) in html. + +Any suggestions or ideas on limiting what html is installed? + +For example, I don't see value in every ikiwiki install out there to also install personal "users" ikiwiki pages. + +For now I copy ikiwiki.setup. And then use pax with -L switch to copy the targets of the symlinks of the basewiki. + +I was thinking of making a list of desired documents from the html directory to install. + +--JeremyReed + +---- + # Upgrade steps I upgrades from 1.40 to 2.6.1. I ran "ikiwiki --setup" using my existing ikiwiki.setup configuration. |