diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-07 13:24:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-07 13:24:59 -0400 |
commit | d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f (patch) | |
tree | 2de604a9cab044abaa46e747d6f7cfcc4679c1d5 /doc/todo | |
parent | 3c10ca6a2c8f8be93a1be6c509d538d4ed64efe2 (diff) | |
download | ikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar ikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar.gz |
remove some links to gitweb
these are a pain to keep working, and not needed
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Pagination_next_prev_links.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/natural_sorting.mdwn | 2 | ||||
-rw-r--r-- | doc/todo/wikitrails.mdwn | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/Pagination_next_prev_links.mdwn b/doc/todo/Pagination_next_prev_links.mdwn index 951b0c222..8474c9c27 100644 --- a/doc/todo/Pagination_next_prev_links.mdwn +++ b/doc/todo/Pagination_next_prev_links.mdwn @@ -15,6 +15,9 @@ They don't want to back out of post to an index. They want an easy button to cli > [[plugins/contrib/trail]] plugin is an implementation. Code review on that > plugin would be welcome; it might even get merged one day. > +>> The trail plugin is very likely to be merged soon, and is already +>> available. So, closing this bug report [[done]] --[[Joey]] +> > Unfortunately, IkiWiki blogs use a [[ikiwiki/PageSpec]] to define the set of > "posts" in the blog (through which the next/prev trail should range), and > the current implementation of [[plugins/contrib/trail]] in terms of typed diff --git a/doc/todo/natural_sorting.mdwn b/doc/todo/natural_sorting.mdwn index 5df17e95b..3c42a4f94 100644 --- a/doc/todo/natural_sorting.mdwn +++ b/doc/todo/natural_sorting.mdwn @@ -7,7 +7,7 @@ page titles if they have numeric components. the provides an algorithm for that. there is a -[patch](http://git.ikiwiki.info/?p=ikiwiki;a=commit;h=55b83cb7bd1cd7c60bb45dc22c3745dd80a63fed) +patch 55b83cb7bd1cd7c60bb45dc22c3745dd80a63fed attached that makes the [[plugins/inline]] plugin use Sort::Naturally if sort is set to "title_natural". diff --git a/doc/todo/wikitrails.mdwn b/doc/todo/wikitrails.mdwn index 616857966..f2f87ac82 100644 --- a/doc/todo/wikitrails.mdwn +++ b/doc/todo/wikitrails.mdwn @@ -5,6 +5,8 @@ at times it is useful to have a guided tour or trail through a subset of the pag ... is the out-of-tree [[plugins/contrib/trail]] plugin, see there for details. +> And will be the one landing in ikiwiki. So, I'm closing this bug report. [[done]] --[[Joey]] + ### chrysn's implementation i'm working on a python xmlrpc plugin for ikiwiki to support wikitrails, both as a navigation feature (have "forward" and "back" links based on a sequence) and a modified inline that includes all pages in the trail with appropriate modifications (suitable for printing if necessary). |