aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/installation_of_selected_docs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-12-10 22:16:58 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-12-10 22:16:58 -0500
commit5d4ef9cecc2079355099ed7ede016611945e2fba (patch)
treea515944aa8a536f4f7576e46383ddb3663f1c4cd /doc/forum/installation_of_selected_docs.mdwn
parent43b251aec4e5c788cd1c9ae2f3ca3725462de8b7 (diff)
downloadikiwiki-5d4ef9cecc2079355099ed7ede016611945e2fba.tar
ikiwiki-5d4ef9cecc2079355099ed7ede016611945e2fba.tar.gz
split out the toplevel discussion page into individual forum posts
backdated to the date the topic was discussed to avoid flooding
Diffstat (limited to 'doc/forum/installation_of_selected_docs.mdwn')
-rw-r--r--doc/forum/installation_of_selected_docs.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/forum/installation_of_selected_docs.mdwn b/doc/forum/installation_of_selected_docs.mdwn
new file mode 100644
index 000000000..81dd1ee00
--- /dev/null
+++ b/doc/forum/installation_of_selected_docs.mdwn
@@ -0,0 +1,29 @@
+[[!meta date="2007-09-06 19:47:23 +0000"]]
+
+# 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
+
+> You don't need any of them, unless you want to read ikiwiki's docs locally.
+>
+> I don't understand why you're installing the basewiki files manually;
+> ikiwiki has a Makefile that will do this for you. --[[Joey]]
+
+>> The Makefile's install doesn't do what I want so I use different installer for it.
+>> It assumes wrong location for man pages for me. (And it should consider using INSTALLVENDORMAN1DIR and
+>> MAN1EXT but I don't know about section 8 since I don't know of perl value for that.)
+>> I don't want w3m cgi installed; it is optional for my package.
+>> I will just patch for that instead of using my own installer.
+>> Note: I am working on the pkgsrc package build specification for this. This is for creating
+>> packages for NetBSD, DragonFly and other systems that use pkgsrc package system.
+>> --JeremyReed