From 4820dfe4e0460ce9ad1216cd27cbf28104ac78e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Feb 2008 17:54:42 -0500 Subject: cleanups --- doc/news/discussion.mdwn | 20 +++++++++++++++++++ doc/news/version_2.14/discussion.mdwn | 20 ------------------- doc/news/version_2.8.mdwn | 14 ------------- doc/news/version_2.9.mdwn | 37 ----------------------------------- 4 files changed, 20 insertions(+), 71 deletions(-) create mode 100644 doc/news/discussion.mdwn delete mode 100644 doc/news/version_2.14/discussion.mdwn delete mode 100644 doc/news/version_2.8.mdwn delete mode 100644 doc/news/version_2.9.mdwn (limited to 'doc/news') diff --git a/doc/news/discussion.mdwn b/doc/news/discussion.mdwn new file mode 100644 index 000000000..c3674a92d --- /dev/null +++ b/doc/news/discussion.mdwn @@ -0,0 +1,20 @@ +Hi Joey! Where can I find the source package for ikiwiki 2.14? I rather prefer +`wget` than `git` to download it :) I've just checked +[Debian page of ikiwiki source package](http://packages.debian.org/unstable/source/ikiwiki) +and it seems that it still contains older version 2.13. I didn't found +the latest version at too. --[[Paweł|ptecza]] + +> 2.14 is at the url you cited now. --[[Joey]] + +>> Thanks! I can confirm it :) I'm curious what a reason of "delay" is? +>> The sources were accepted in unstable 2 days ago... Please forgive me +>> if it's a stupid question, but I don't know how exactly it works in +>> Debian project. --[[Paweł|ptecza]] + +>>> After I upload, ikiwiki is not pushed out to the mirrors until the +>>> twice-daily mirror sync. After that, packages.debian.org has to run its +>>> update. I'm not sure what the timing of that is, it seems to be +>>> somewhat slower than the mirror sync, and also more subject to breaking +>>> from time to time. --[[Joey]] + +>>>> Thank you for the explanation! :) --[[Paweł|ptecza]] diff --git a/doc/news/version_2.14/discussion.mdwn b/doc/news/version_2.14/discussion.mdwn deleted file mode 100644 index c3674a92d..000000000 --- a/doc/news/version_2.14/discussion.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -Hi Joey! Where can I find the source package for ikiwiki 2.14? I rather prefer -`wget` than `git` to download it :) I've just checked -[Debian page of ikiwiki source package](http://packages.debian.org/unstable/source/ikiwiki) -and it seems that it still contains older version 2.13. I didn't found -the latest version at too. --[[Paweł|ptecza]] - -> 2.14 is at the url you cited now. --[[Joey]] - ->> Thanks! I can confirm it :) I'm curious what a reason of "delay" is? ->> The sources were accepted in unstable 2 days ago... Please forgive me ->> if it's a stupid question, but I don't know how exactly it works in ->> Debian project. --[[Paweł|ptecza]] - ->>> After I upload, ikiwiki is not pushed out to the mirrors until the ->>> twice-daily mirror sync. After that, packages.debian.org has to run its ->>> update. I'm not sure what the timing of that is, it seems to be ->>> somewhat slower than the mirror sync, and also more subject to breaking ->>> from time to time. --[[Joey]] - ->>>> Thank you for the explanation! :) --[[Paweł|ptecza]] diff --git a/doc/news/version_2.8.mdwn b/doc/news/version_2.8.mdwn deleted file mode 100644 index 783ddf3f4..000000000 --- a/doc/news/version_2.8.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -ikiwiki 2.8 released with [[toggle text="these changes"]] -[[toggleable text=""" - * Redid the debian/copyright file, using the proposed new copyright file - format. Included many details not previously listed in the old file. - * inline: add feedonly option, set feedonly=yes to get only the feed button - but not inline the pages. - * meta: Support license and copyright information. The information will - be shown in the page footer. HTML will also be inserted that should - support the rel=license microformat as well as the HTML spec's - rel=copyright. - * table plugin: Actually specify the delimiter when parsing CSV. - * table plugin: The previous version broke WikiLinks inside quoted values. - Fix this by linkifying CSV data after parsing it, while DSV data is still - linkified before parsing."""]] \ No newline at end of file diff --git a/doc/news/version_2.9.mdwn b/doc/news/version_2.9.mdwn deleted file mode 100644 index 225128a5b..000000000 --- a/doc/news/version_2.9.mdwn +++ /dev/null @@ -1,37 +0,0 @@ -News for ikiwiki 2.9: - - Since ikiwiki 2.0 was released, some limitiations have been added to what - ikiwiki considers a WikiLink. In short, if there are any spaces in between - the brackets, ikiwiki no longer considers it to be a WikiLink. If your wiki - contains things meant to be WikiLinks that contain spaces, you will need to - fix them, by replacing the spaces with underscores. - WikiLink have always been documented to not contain spaces, but bugs in - ikiwiki made it treat some text with spaces as WikiLinks. Most of these - bugs were fixed in version 2.2, and a final bug was fixed in this 2.9 - release. These fixes are necessary to avoid ambiguity between - WikiLinks and PreProcessorDirectives. Apologies for any inconvenience - these bugs (and their fixes) may have caused. - -ikiwiki 2.9 released with [[toggle text="these changes"]] -[[toggleable text=""" - * Fix copyright and licence styling. - * tag: Add taglink preprocessor directive, supporting visible tag links. - Closes: #[443344](http://bugs.debian.org/443344) - * map: Fully specify paths to links to avoid issues when the bestlink - didn't point to the correct page. - * map: Render pages on the way to subpages whose parent pages - are not included in the map. Include special styling for such pages. - * map: Remove common prefixes and don't over-indent. - * Add class option to htmllink(). - * img: Allow link=somepage to cause the image to link to a given page. - Slight overriding of link, as link=no is still used to disable the linking - entirely. Unless you have a page named "no".. - * Save index after previewing page edit, since even previewing can create - files in some situations, and this is appropriate in some cases, such as - the teximg plugin's error log file. - Such files will be automatically cleaned up at an appopriate later time. - * Don't allow whitespace in link text in a wikilink. This was still - allowed by the regexp in one case though not documented to work, and - was ambiguous with preprocessor directives. - * camelcase: Tighten regexp to avoid false positives. WikiWords are only - linkified now if they are preceeded by whitespace."""]] \ No newline at end of file -- cgit v1.2.3