]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add new item for ikiwiki-hosting, the free ikiwiki management interface I developed...
authorJoey Hess <joey@kitenet.net>
Thu, 5 Aug 2010 21:44:47 +0000 (17:44 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 5 Aug 2010 21:44:47 +0000 (17:44 -0400)
doc/news/ikiwiki-hosting.mdwn [new file with mode: 0644]

diff --git a/doc/news/ikiwiki-hosting.mdwn b/doc/news/ikiwiki-hosting.mdwn
new file mode 100644 (file)
index 0000000..3496d3f
--- /dev/null
@@ -0,0 +1,16 @@
+ikiwiki-hosting is an interface on top of Ikiwiki to allow easy management
+of lots of ikiwiki sites. I developed it for
+[Branchable](http://www.branchable.com/), an Ikiwiki hosting provider.
+It has a powerful, scriptable command-line interface, and also
+includes special-purpose ikiwiki plugins for things like a user control
+panel.
+
+To get a feel for it, here are some examples:
+
+       ikisite create foo.ikiwiki.net --admin http://joey.kitenet.net/
+       ikisite branch foo.ikiwiki.net bar.ikiwiki.net
+       ikisite backup bar.ikiwiki.net --stdout | ssh otherhost 'ikisite restore bar.ikiwiki.net' --stdin
+
+ikiwiki-hosting is free software, released under the AGPL. Its website:
+<http://ikiwiki-hosting.branchable.com/>
+--[[Joey]]