Update Svend's personal webpage hostname/URLs
[ikiwiki] / doc / users / xma / discussion.mdwn
1 How do you edit this wiki (I mean [ikiwiki]) without the web browser ? Is there a way to git clone/pull/push and thus to use our favorite [text editor](http://www.gnu.org/software/emacs) ? --[[xma]]
2
3 > You can clone ikiwiki's [[git]] repo. I have not implemented a way to
4 > allow users to push doc wiki only changesets anonymously, but you can
5 > mails changesets to me. --[[Joey]]
6 > > How can I send you the changesets ? (git command) --[[xma]]
7 > > > `git-format-patch` --[[Joey]]
8
9 > > > > Glad to hear I can mail changesets to you, since I wrote the [[todo/applydiff_plugin]] wishlist entry. --[[intrigeri]]
10
11 > It would be nice to have a git recieve hook that
12 > checked that a commit contained only changes to .mdwn or other allowed
13 > extensions.. if someone writes up a good one, I'd be willing to deploy it
14 > for ikiwiki. --[[Joey]]
15
16 > > I'll think about it. It may solve some of my offline-being issues. --[[intrigeri]]
17
18 >>>> Now developed! --[[Joey]]