From 515f3ef60046312bc170572d9af90518f40d50ca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Oct 2008 15:45:58 -0400 Subject: anonymous git pushes are now enabled for this wiki --- doc/git.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/git.mdwn') diff --git a/doc/git.mdwn b/doc/git.mdwn index e5fef6a5a..cdaf3d4e2 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -1,6 +1,13 @@ Ikiwiki is developed in a git repository and can be checked out like this: +[[!template id=note text=""" +You can push changes back to ikiwiki's git repository over the `git://` +transport, to update the wiki, if you'd like, instead of editing it on the +web. Changes that could not be made via the web will be automatically +rejected. +"""]] + git clone git://git.ikiwiki.info/ Or like this if your firewall only passes http traffic (slow): -- cgit v1.2.3 From 478bed25962908a724bb4ce753b574b86f84dfb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Oct 2008 16:10:25 -0400 Subject: wording --- doc/git.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/git.mdwn') diff --git a/doc/git.mdwn b/doc/git.mdwn index cdaf3d4e2..afe6ed7a8 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -1,9 +1,9 @@ -Ikiwiki is developed in a git repository and can be checked out -like this: +Ikiwiki, and this documentation wiki, are developed in a git repository and +can be checked out like this: [[!template id=note text=""" You can push changes back to ikiwiki's git repository over the `git://` -transport, to update the wiki, if you'd like, instead of editing it on the +transport, to update this wiki, if you'd like, instead of editing it on the web. Changes that could not be made via the web will be automatically rejected. """]] -- cgit v1.2.3 From de74b20d6e0043d2cb1f7091f139b64c09e551fb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Oct 2008 17:50:14 -0400 Subject: mention twitter feed --- doc/git.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/git.mdwn') diff --git a/doc/git.mdwn b/doc/git.mdwn index afe6ed7a8..e7f47f5a0 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -20,7 +20,8 @@ There is also a mirror [on github](http://github.com/joeyh/ikiwiki/tree/master). Commits to this git repository are fed into [CIA](http://cia.vc), and can be browsed, subscribed to etc on its -[project page](http://cia.vc/stats/project/ikiwiki). +[project page](http://cia.vc/stats/project/ikiwiki). They're also fed into +[twitter](http://twitter.com/ikiwiki). ## branches -- cgit v1.2.3