releasing version 2.45
parent
a72c33c76c
commit
545054c356
|
@ -1,4 +1,4 @@
|
||||||
ikiwiki (2.45) UNRELEASED; urgency=low
|
ikiwiki (2.45) unstable; urgency=low
|
||||||
|
|
||||||
* toc: Add the table of contents at sanitize time, rather than at format
|
* toc: Add the table of contents at sanitize time, rather than at format
|
||||||
time. This allows the toc to be displayed when previewing an edit. It also
|
time. This allows the toc to be displayed when previewing an edit. It also
|
||||||
|
@ -15,15 +15,15 @@ ikiwiki (2.45) UNRELEASED; urgency=low
|
||||||
if the source file does not exist.
|
if the source file does not exist.
|
||||||
* git: Put -- before the filename when calling git rev-list to avoid
|
* git: Put -- before the filename when calling git rev-list to avoid
|
||||||
warning message when the file doesn't exist.
|
warning message when the file doesn't exist.
|
||||||
* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all*
|
* Add a Bundle::Ikiwiki and Bundle::IkiWiki::Extras to the source for use
|
||||||
the modules ikiwiki can use.
|
with CPAN to install perl modules.
|
||||||
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
|
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
|
||||||
CPAN to install in a home directory on shared hosting providers.
|
CPAN to install in a home directory on shared hosting providers.
|
||||||
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
|
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
|
||||||
and probably other shared hosting providers like dreamhost. Added
|
and probably other shared hosting providers like dreamhost. Added
|
||||||
a tip page documentng the process for nearlyfreespeech.
|
a page documenting the process for nearlyfreespeech.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Sat, 26 Apr 2008 15:09:36 -0400
|
-- Joey Hess <joeyh@debian.org> Mon, 05 May 2008 15:06:05 -0400
|
||||||
|
|
||||||
ikiwiki (2.44) unstable; urgency=medium
|
ikiwiki (2.44) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ installation of some of them might fail.)
|
||||||
$MAKE
|
$MAKE
|
||||||
$MAKE install
|
$MAKE install
|
||||||
|
|
||||||
## Set up a wiki in the usual way.
|
## Set up a wiki in the usual way
|
||||||
|
|
||||||
With ikiwiki installed, you can follow the regular [[setup]] tutorial for
|
With ikiwiki installed, you can follow the regular [[setup]] tutorial for
|
||||||
settng up your wiki. Make sure to set `destdir` to `/home/htdocs/` so that
|
settng up your wiki. Make sure to set `destdir` to `/home/htdocs/` so that
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2008-05-04 14:50-0400\n"
|
"POT-Creation-Date: 2008-05-05 15:06-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
Loading…
Reference in New Issue