documentation wiki and a man page, and "make install" will install ikiwiki.
All other documentation is in the ikiwiki documentation wiki, which is also
-available online at <http://ikiwiki.kitenet.net/>
+available online at <http://ikiwiki.info/>
----
-This wiki is powered by [ikiwiki](http://ikiwiki.kitenet.net).
+This wiki is powered by [ikiwiki](http://ikiwiki.info).
of perl are vulnerable and it is not known to really be exploitable from
ikiwiki.
* Add explicit module prereqs to Makefile.PL
+ * New domain name for ikiwiki: ikiwiki.info. Update your links.
- -- Joey Hess <joeyh@debian.org> Sun, 18 Feb 2007 12:58:18 -0500
+ -- Joey Hess <joeyh@debian.org> Sun, 18 Feb 2007 15:12:01 -0500
ikiwiki (1.42) unstable; urgency=low
-ikiwiki is copyright 2006-2007 by Joey Hess <joey@kitenet.net> and
+ikiwiki is copyright 2006-2007 by Joey Hess <joey@ikiwiki.info> and
contributors. It is licensed under the terms of the GPL version 2 or later.
On Debian systems, the complete text of the GPL can be found in
/usr/share/common-licenses/GPL
> It's probably ok to do this, although there's the potential it might
> misfire on some url. I've implemented it on a trial basis. [[bugs/done]] --[[Joey]]
->> Thanks! What version of ikiwiki do you use at ikiwiki.kitenet.net
+>> Thanks! What version of ikiwiki do you use at ikiwiki.info
>> site? I still can see my "getopenid.com/ptecza" OpenID at
>> RecentChanges page there... --Pawel
>> I put debugging output in openid.pm and it suggests that the
>> verification is taking place successfully. I see "openid.mode=id_res"
>> in the URI. On top of that, it's the same Openid server I use
->> to sign in here on ikiwiki.kitenet.net. --Ethan
+>> to sign in here on ikiwiki.info. --Ethan
>>> Yikes, I don't really have the newest CGI::Session after all..
>>> let me try updating that. --Ethan
>>>>> should paste the url. --[[Joey]]
I have cookies disabled on my computer, with a bunch of manual
-exceptions. This includes myopenid, ikiwiki.kitenet.net, livejournal,
+exceptions. This includes myopenid, ikiwiki.info, livejournal,
and some others. Unfortunately it didn't include my own domain.
So the URI that myopenid redirected me to was fine, but because
I didn't have cookies set, I didn't have a session, and so
* Attribution `div` for IkiWiki. Use something like as follows:
* <div id="attribution">
* This site is maintained using Joey Hess's
- * <a href="http://ikiwiki.kitenet.net/">
+ * <a href="http://ikiwiki.info/">
* <img src="ikiwiki.png" title="IkiWiki" alt="IkiWiki" />
* </a>.
* </div>
## subversion
The current development version of ikiwiki can be accessed using subversion at
-`svn://ikiwiki.kitenet.net/ikiwiki/trunk`
+`svn://ikiwiki.info/ikiwiki/trunk`
The source in subversion can be browsed
-[here](http://ikiwiki.kitenet.net/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki).
+[here](http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki).
Commits to ikiwiki's source code are now fed into
[CIA](http://cia.navi.cx/), and can be browsed, subscribed to etc on its
## git
A git mirror of the trunk of the subversion repository is available at
-<http://ikiwiki.kitenet.net/ikiwiki.git/.git>. It is updated whenever
+<http://ikiwiki.info/ikiwiki.git/.git>. It is updated whenever
changes are committed to the subversion repository.
## arch
To link to another page on the wiki, place the page's name inside double
square brackets, so you would use `\[[WikiLink]]` to link to [[WikiLink]].
-To link to any other web page, or to an email address, you can just put the url in angle brackets: <<http://ikiwiki.kitenet.net>>, or you can use the form
-\[link text\]\(url\)
+To link to any other web page, or to an email address, you can just put the
+url in angle brackets: <<http://ikiwiki.info>>, or you can use the
+form \[link text\]\(url\)
----
# AUTHOR
-Joey Hess <joey@kitenet.net>
+Joey Hess <joey@ikiwiki.info>
Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care
Sites that are using ikiwiki include:
-* [This wiki](http://ikiwiki.kitenet.net) (of course!)
+* [This wiki](http://ikiwiki.info) (of course!)
* [[Joey]]'s [homepage](http://kitenet.net/~joey/), including his weblog
* [Kyle's MacLea Genealogy wiki](http://kitenet.net/~kyle/family/wiki) and [Livingstone and MacLea Emigration Registry](http://kitenet.net/~kyle/family/registry)
* [Ulrik's small collection of small apps](http://www.student.lu.se/~cif04usv/wiki/)
that you can use on a growing number of websites.
Traditional password-based logins are still supported, but I'm considering
-switching at least ikiwiki.kitenet.net over to using only OpenID logins.
+switching at least ikiwiki.info over to using only OpenID logins.
That would mean blowing away all the currently registered users and
their preferences. If you're active on this wiki, I suggest you log out and
log back in, try out the OpenID signup process if you don't already have an
’toplvl’ => ’sub {return $page eq "index"}’
},
-For every key in the configured hash, the corresponding value is evaluated. Based on whether the value was a stringified scalar, code, array, or hash, the value of the template parameter is generated on the fly. The available variables are whatever is available to "pagetemplate" hook scripts, namely, $page, $destpage, and $template. Additionally, the global variables and functions as defined in the Ikiwiki documentation (<http://ikiwiki.kitenet.net/plugins/write.html>) may be used.
+For every key in the configured hash, the corresponding value is evaluated. Based on whether the value was a stringified scalar, code, array, or hash, the value of the template parameter is generated on the fly. The available variables are whatever is available to "pagetemplate" hook scripts, namely, $page, $destpage, and $template. Additionally, the global variables and functions as defined in the Ikiwiki documentation (<http://ikiwiki.info/plugins/write.html>) may be used.
ManojSrivastava
Linguas
=======
-Linguas is a plugin for [ikiwiki](http://ikiwiki.kitenet.net/) that
+Linguas is a plugin for [ikiwiki](http://ikiwiki.info/) that
allows translations of wiki pages.
Download: [linguas.pm](http://wiki.ettin.org/files/linguas.pm) (2006-08-21).
[[template id=plugin name=navbar author="[[TobiOetiker]]"]]
The Navbar Plugin renders a Navigation Bar into your page. It is based on code
-from the sidebar plug in see <http://ikiwiki.kitenet.net/plugins/sidebar.html>
+from the sidebar plug in see <http://ikiwiki.info/plugins/sidebar.html>
for details.
The plug in looks for a page called "navbar"
All wikis are supposed to have a [[SandBox]],
so this one does too.
----
- This wiki is powered by [ikiwiki](http://ikiwiki.kitenet.net).
+ This wiki is powered by [ikiwiki](http://ikiwiki.info).
"""]]
See [[HelpOnFormatting]] for details about the markup language.
* [[shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]]
* [[shortcut name=cpan url="http://search.cpan.org/search?mode=dist&query=%s"]]
* [[shortcut name=ctan url="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s"]]
-* [[shortcut name=iki url="http://ikiwiki.kitenet.net/%s.html"]]
+* [[shortcut name=iki url="http://ikiwiki.info/%s.html"]]
* [[shortcut name=ljuser url="http://%s.livejournal.com/"]]
* [[shortcut name=rfc url="http://www.ietf.org/rfc/rfc%s.txt"]]
* [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]]
# AUTHOR
-Joey Hess <joey@kitenet.net>
+Joey Hess <joey@ikiwiki.info>
-Warning: this page is automatically made into ikiwiki's man page via [mdwn2man](http://ikiwiki.kitenet.net/cgi-bin/viewvc.cgi/trunk/mdwn2man?root=ikiwiki&view=markup). Edit with care
+Warning: this page is automatically made into ikiwiki's man page via [mdwn2man](http://ikiwiki.info/cgi-bin/viewvc.cgi/trunk/mdwn2man?root=ikiwiki&view=markup). Edit with care
</author>
<id><TMPL_VAR PAGEURL></id>
<subtitle type="html"><TMPL_VAR FEEDDESC ESCAPE=HTML></subtitle>
-<generator uri="http://ikiwiki.kitenet.net/" version="<TMPL_VAR VERSION>">ikiwiki</generator>
+<generator uri="http://ikiwiki.info/" version="<TMPL_VAR VERSION>">ikiwiki</generator>
<updated><TMPL_VAR FEEDDATE></updated>
<TMPL_VAR CONTENT>
</feed>