summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-19 13:39:51 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-19 13:39:51 -0400
commita2e387d64be7c68400f5c80bcb7da973ed05fa3d (patch)
treef0412f1f95920a5e2ff3c06566bfd49a76b09f3e /doc
parentcbf269eee29a66e1350e5553f38eee5b4683be8a (diff)
parent96a54b35fe2cdcdc1450b5d38c80e7b27b428c14 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn9
-rw-r--r--doc/sandbox.mdwn3
-rw-r--r--doc/tips/laptop_wiki_with_git.mdwn11
-rw-r--r--doc/todo/ACL.mdwn3
4 files changed, 23 insertions, 3 deletions
diff --git a/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn b/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn
index 0b370473e..1c0f8f561 100644
--- a/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn
+++ b/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn
@@ -24,3 +24,12 @@ Pab
> push changes from your local git to git on the remote host to update the
> wiki. [[tips/Laptop_wiki_with_git]] explains one way to do that.
> --[[Joey]]
+
+Thanks a lot for your answer.
+rsync plugin would be perfect but... how would i manage blog post?
+I mean... is it possible to manage ikiwiki blog too with rsync plugin in the way you told me? --Pab
+
+> If you want to allow people to make comments on your blog, no, the rsync plugin will not help, since it will upload a completely static site where nobody can make comments. Comments require a full IkiWiki setup with CGI enabled, so that people add content (comments) from the web. --[[KathrynAndersen]]
+
+Ok, i understand, thanks.
+Is there any hosting service that permits to have a full installation of iwkiwiki or i am forced to get a vps or to mantain a personal server for that? --Pab
diff --git a/doc/sandbox.mdwn b/doc/sandbox.mdwn
index aef928d8e..8cba8973f 100644
--- a/doc/sandbox.mdwn
+++ b/doc/sandbox.mdwn
@@ -3,7 +3,7 @@ This is the [[SandBox]], a page anyone can edit to try out ikiwiki (version [[!v
# Header
-## Subheader
+## Subheader2
> This is a blockquote.
>
@@ -77,4 +77,5 @@ bar
Hmm, can I dig it?
Test
+test2
diff --git a/doc/tips/laptop_wiki_with_git.mdwn b/doc/tips/laptop_wiki_with_git.mdwn
index 85e26c729..857083325 100644
--- a/doc/tips/laptop_wiki_with_git.mdwn
+++ b/doc/tips/laptop_wiki_with_git.mdwn
@@ -68,5 +68,12 @@ used by the ikiwiki CGI, and another which you can use for updating via
git).
When you want to update the server from the laptop, do a `git push` from
-within the laptop's bare repository, and likewise do a `git pull` to update
-the laptop from the server.
+within the laptop's bare repository.
+
+To update the laptop from the server, add a section for the laptop to the config file of the server's bare repository:
+
+ [remote "laptop"]
+ fetch = +refs/*:refs/*
+ url = me@laptop:/path/to/bare/repository
+
+Then do a `git push laptop` from within the server's bare repository.
diff --git a/doc/todo/ACL.mdwn b/doc/todo/ACL.mdwn
index cac6c9f18..dd9793233 100644
--- a/doc/todo/ACL.mdwn
+++ b/doc/todo/ACL.mdwn
@@ -93,3 +93,6 @@ Any idea when this is going to be finished? If you want, I am happy to beta tes
>>> I don't believe this is currently possible. What is missing is the concept
>>> of page 'ownership'. -- [[Jon]]
+
+>>>> GAH! That is really a shame... Any chance of adding that? No, I do not really expect it to be added, after all my requirements are pushing the boundary of what a wikiwiki
+ should be. Nonetheless, thanks for your help!