* New domain name for ikiwiki: ikiwiki.info. Update your links.
parent
f5f63d0080
commit
c9d7926df4
2
README
2
README
|
@ -2,4 +2,4 @@ Use ./Makefile.PL to generate a Makefile, "make" will build the
|
|||
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/>
|
||||
|
|
|
@ -4,4 +4,4 @@ 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).
|
||||
|
|
|
@ -30,8 +30,9 @@ ikiwiki (1.43) UNRELEASED; urgency=low
|
|||
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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
|
|
|
@ -8,7 +8,7 @@ for all OpenIDs is a good idea. What's your opinion?
|
|||
> 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
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ Crypt::DH, URI-Fetch. --Ethan
|
|||
>> 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
|
||||
|
@ -34,7 +34,7 @@ Crypt::DH, URI-Fetch. --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
|
||||
|
|
|
@ -131,7 +131,7 @@ td.changelog {
|
|||
* 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>
|
||||
|
|
|
@ -27,10 +27,10 @@ Pawel Tecza, at <http://gpa.net.icm.edu.pl/debian/>.
|
|||
## 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
|
||||
|
@ -40,7 +40,7 @@ to the documentation wiki are currently excluded.
|
|||
## 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
|
||||
|
|
|
@ -65,8 +65,9 @@ To write a code block, indent each line with a tab or 4 spaces:
|
|||
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\)
|
||||
|
||||
----
|
||||
|
||||
|
|
|
@ -25,6 +25,6 @@ All options are passed on to ikiwiki.
|
|||
|
||||
# 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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/)
|
||||
|
|
|
@ -3,7 +3,7 @@ decentralized authentication mechanism that allows you to have one login
|
|||
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
|
||||
|
|
|
@ -9,7 +9,7 @@ This plugin hooks itsef into the "pagetemplate" hook, and adds parameters to the
|
|||
’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
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
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).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[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"
|
||||
|
|
|
@ -34,7 +34,7 @@ This tutorial will walk you through setting up a wiki with ikiwiki.
|
|||
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.
|
||||
|
|
|
@ -13,7 +13,7 @@ This page controls what shortcut links the wiki supports.
|
|||
* [[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"]]
|
||||
|
|
|
@ -265,6 +265,6 @@ configuration options of their own.
|
|||
|
||||
# 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
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in New Issue