]> sipb.mit.edu Git - ikiwiki.git/commitdiff
updates
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 24 Oct 2008 17:29:41 +0000 (13:29 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 24 Oct 2008 17:29:41 +0000 (13:29 -0400)
IkiWiki/Plugin/git.pm
doc/plugins/pingee.mdwn
doc/users/xma/discussion.mdwn

index e565f63691cfd09935338f33e6734a41b313f660..3a8476e7d24444531f733b6b2b2ae64ce7d8105b 100644 (file)
@@ -619,7 +619,7 @@ sub rcs_receive () { #{{{
                
                # Avoid chdir when running git here, because the changes
                # are in the master git repo, not the srcdir repo.
                
                # Avoid chdir when running git here, because the changes
                # are in the master git repo, not the srcdir repo.
-               # The pre-recieve hook already puts us in the right place.
+               # The pre-receive hook already puts us in the right place.
                $no_chdir=1;
                my @changes=git_commit_info($oldrev."..".$newrev);
                $no_chdir=0;
                $no_chdir=1;
                my @changes=git_commit_info($oldrev."..".$newrev);
                $no_chdir=0;
index d012004f96d697cdb09ac506fdf0cf9678ba8680..6156c235fd76e1524b30b8265a856439dd0061da 100644 (file)
@@ -3,7 +3,7 @@
 
 This plugin causes ikiwiki to listen for pings, typically delivered from
 another ikiwiki instance using the [[pinger]] plugin. When a ping is
 
 This plugin causes ikiwiki to listen for pings, typically delivered from
 another ikiwiki instance using the [[pinger]] plugin. When a ping is
-recieved, ikiwiki will update the wiki, the same as if `ikiwiki --refresh`
+received, ikiwiki will update the wiki, the same as if `ikiwiki --refresh`
 were ran at the command line.
 
 An url such as the following is used to trigger a ping:
 were ran at the command line.
 
 An url such as the following is used to trigger a ping:
index c2bb62062b072480a81be19106e72451d6ab5f06..34adbf82176e14c680e60e2039a77781b8534bf2 100644 (file)
@@ -14,3 +14,5 @@ How do you edit this wiki (I mean [ikiwiki]) without the web browser ? Is there
 > for ikiwiki. --[[Joey]]
 
 > > I'll think about it. It may solve some of my offline-being issues. --[[intrigeri]]
 > for ikiwiki. --[[Joey]]
 
 > > I'll think about it. It may solve some of my offline-being issues. --[[intrigeri]]
+
+>>>> Now developed! --[[Joey]]