summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-24 23:13:12 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-24 23:13:12 +0000
commitaee59c165cf531eb26867ce045c589821b6be926 (patch)
treec687cc99946e79ed3d4b784428be2a82c2e8f602 /doc
parent96694864a2b2cd6042191836fc9390759a5add06 (diff)
merge dups
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/enable-htaccess-files.mdwn13
-rw-r--r--doc/todo/htaccess_files_in_svn_repository.mdwn8
2 files changed, 13 insertions, 8 deletions
diff --git a/doc/todo/enable-htaccess-files.mdwn b/doc/todo/enable-htaccess-files.mdwn
index accd96bd7..68f0b9be2 100644
--- a/doc/todo/enable-htaccess-files.mdwn
+++ b/doc/todo/enable-htaccess-files.mdwn
@@ -27,3 +27,16 @@ URL rewriting, authorisation, etc.
>
> Perhaps this should be something that is configurable via the setup file
> instead. --[[Joey]]
+
+> See
+
+---
+
+Hi, I would like to have my htaccess files in svn repository so ikiwiki would export that file to my webspace with every commit.
+
+That way I have revision control on that file too. That may be a security concern, but I trust everybody that has svn commit
+access and such .htaccess files should not be accessible through wiki cgi. Of course, it could default to 'off'.
+
+> See [[debbug 447267]] for a patch for this.
+
+[[tag patch]]
diff --git a/doc/todo/htaccess_files_in_svn_repository.mdwn b/doc/todo/htaccess_files_in_svn_repository.mdwn
deleted file mode 100644
index aea81aa99..000000000
--- a/doc/todo/htaccess_files_in_svn_repository.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-Hi, I would like to have my htaccess files in svn repository so ikiwiki would export that file to my webspace with every commit.
-
-That way I have revision control on that file too. That may be a security concern, but I trust everybody that has svn commit
-access and such .htaccess files should not be accessible through wiki cgi. Of course, it could default to 'off'.
-
-> See [[debbug 447267]] for a patch for this.
-
-[[tag patch]]