]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 14 Oct 2009 17:20:55 +0000 (13:20 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 14 Oct 2009 17:20:55 +0000 (13:20 -0400)
doc/plugins/rsync/discussion.mdwn
doc/setup/discussion.mdwn
doc/todo/enable-htaccess-files.mdwn

index 6bf7a38267d687899bb355ca188ef16aedb10148..ef0fa996734fa27e1c9aa7857e7f978b023af2a6 100644 (file)
@@ -47,6 +47,8 @@ The wiki now lives on (1), and clicking "edit" just works. --[[schmonz]]
 >> a DVCS (of which I've got at least one other), and possibly for
 >> other uses not yet imagined. ;-) --[[schmonz]]
 
+>>> I'm now using this plugin for an additional purpose. One of the aforementioned wikis (there are actually two) can only be read by trusted users, the list of which is kept in an `.htaccess` file. I added it to git as `htaccess.txt`, enabled the [[plugins/txt]] plugin, and in my `rsync_command` script, have it copied to the destdir as `.htaccess` before calling `rsync`. Now my users (who aren't tech-savvy, but are trustworthy) can edit the access list directly in the wiki. This idea might also be useful for wikis not using `rsync` at all. --[[schmonz]]
+
 ----
 
 Revew: --[[Joey]] 
index 32a8f6de2e92d8b3f162fa88651fb41e14fb0c77..1c5ad826092ee615891e6786df9dab03e375cdb6 100644 (file)
@@ -1,5 +1,7 @@
 I have copied over the ikiwiki.setup file from /usr/share/doc/ikiwiki/ to /etc/ikiwiki/ and run it after editing. My site gets built but when I click on the 'edit' button, firefox and google chrome download the cgi file instead of creating a way to edit it. The permissions on my ikiwiki.cgi script look like this: -rwsr-sr-x  1 root root 13359 2009-10-13 19:21 ikiwiki.cgi. Is there something I should do, i.e. change permissions, so I can get it to run correctly? (jeremiah)
 
+> Have a look [[here|tips/dot_cgi]]. --[[Jogo]]
+
 I just went through the standard procedure described for setup, copied the blog directory from examples into my source directory, ran ikiwiki, and everything seems to have worked, except that none of the 
 &#91;&#91;!meta ... &#93;&#93; tags get converted. They simply show up in the html files unformatted, with no exclamation point, and with p tags around them. Any ideas? using ikiwiki version 2.40 on freebsd --mjg
 
index e302a49ed1a75dfefd6c7dd3f8b5de9c68310c71..412cb5eba30337f032c3033ffc09237c76757d0e 100644 (file)
@@ -59,3 +59,5 @@ It should be off by default of course. --Max
 
 ---
 +1 for various purposes (but sometimes the filename isn't `.htaccess`, so please make it configurable) --[[schmonz]]
+
+> I've described a workaround for one use case at the [[plugins/rsync]] [[plugins/rsync/discussion]] page. --[[schmonz]]