Move trail out of the contrib directory in preparation for eventual merge
authorSimon McVittie <smcv@debian.org>
Sun, 18 Mar 2012 17:01:45 +0000 (17:01 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 18 Mar 2012 17:01:45 +0000 (17:01 +0000)
doc/ikiwiki/directive/trailinline.mdwn [moved from doc/plugins/contrib/ikiwiki/directive/trailinline.mdwn with 90% similarity]
doc/ikiwiki/directive/trailitem.mdwn [moved from doc/plugins/contrib/ikiwiki/directive/trailitem.mdwn with 75% similarity]
doc/ikiwiki/directive/trailitems.mdwn [moved from doc/plugins/contrib/ikiwiki/directive/trailitems.mdwn with 92% similarity]
doc/ikiwiki/directive/traillink.mdwn [moved from doc/plugins/contrib/ikiwiki/directive/traillink.mdwn with 93% similarity]
doc/ikiwiki/directive/trailoptions.mdwn [moved from doc/plugins/contrib/ikiwiki/directive/trailoptions.mdwn with 88% similarity]
doc/plugins/trail.mdwn [moved from doc/plugins/contrib/trail.mdwn with 54% similarity]

similarity index 90%
rename from doc/plugins/contrib/ikiwiki/directive/trailinline.mdwn
rename to doc/ikiwiki/directive/trailinline.mdwn
index 91d8a4edf9e9186f920abeacc37ecd97efd80d0e..e32fb34d04d12012aba36f1e0565080afee53fac 100644 (file)
@@ -1,5 +1,5 @@
 The `trailinline` directive is provided by the
-[[!iki plugins/contrib/trail desc=trail]]
+[[!iki plugins/trail desc=trail]]
 plugin. It is equivalent to combining [[ikiwiki/directive/trailitems]] and
 [[ikiwiki/directive/inline]] directives with the same options.
 
similarity index 75%
rename from doc/plugins/contrib/ikiwiki/directive/trailitem.mdwn
rename to doc/ikiwiki/directive/trailitem.mdwn
index 73b1985a5864c233da084996be6e207b5eabd326..59626b5a10f12a941c980e5ef10a1005d3a0f13c 100644 (file)
@@ -1,5 +1,5 @@
 The `trailitem` directive is supplied by the
-[[!iki plugins/contrib/trail desc=trail]] plugin. It is used like this:
+[[!iki plugins/trail desc=trail]] plugin. It is used like this:
 
     \[[!trailitem some_other_page]]
 
similarity index 92%
rename from doc/plugins/contrib/ikiwiki/directive/trailitems.mdwn
rename to doc/ikiwiki/directive/trailitems.mdwn
index 4106ed33bf0783835f7a78bccca339a105478f39..b1ba8d356fc40d68e27ca86926fef424fb62f219 100644 (file)
@@ -1,5 +1,5 @@
 The `trailitems` directive is supplied by the
-[[!iki plugins/contrib/trail desc=trail]] plugin. It adds pages
+[[!iki plugins/trail desc=trail]] plugin. It adds pages
 to the trail represented by the current page, without producing any output
 on that page.
 
similarity index 93%
rename from doc/plugins/contrib/ikiwiki/directive/traillink.mdwn
rename to doc/ikiwiki/directive/traillink.mdwn
index 0e40e2411b3d39aba96b40cc2cb1c40c39017945..090e2538d99abe4d13350b0ed1bf50992b51a8b1 100644 (file)
@@ -1,5 +1,5 @@
 The `traillink` directive is supplied by the
-[[!iki plugins/contrib/trail desc=trail]]
+[[!iki plugins/trail desc=trail]]
 plugin. It generates a visible [[ikiwiki/WikiLink]], and also adds the
 linked page to the trail represented by the page containing the directive.
 
similarity index 88%
rename from doc/plugins/contrib/ikiwiki/directive/trailoptions.mdwn
rename to doc/ikiwiki/directive/trailoptions.mdwn
index e1603f11b685344cca358eb45fb7671943cb9043..d83f444c05dbd9102f46063977db8cd9366d62ef 100644 (file)
@@ -1,5 +1,5 @@
 The `trailoptions` directive is supplied by the
-[[!iki plugins/contrib/trail desc=trail]] plugin. It sets options for the
+[[!iki plugins/trail desc=trail]] plugin. It sets options for the
 trail represented by this page.
 
     \[[!trailoptions sort="meta(title)" circular="no"]]
similarity index 54%
rename from doc/plugins/contrib/trail.mdwn
rename to doc/plugins/trail.mdwn
index bfd4d3d0b79df7b60e316c67ce66f9e8ecf4aa64..406d40246af505397c2f39bddf6909f64b879dd8 100644 (file)
@@ -1,60 +1,3 @@
-[[!tag patch]]
-[[!template id=gitbranch branch=smcv/trail3 author="[[smcv]]"]]
-
-Available from [[smcv]]'s git repository, in the `trail3` branch. This
-plugin aims to solve [[todo/wikitrails]] in a simpler way; it can also be
-used for [[navigation through blog posts|todo/Pagination_next_prev_links]].
-
-If you don't want to use a branch of ikiwiki, manual installation requires
-these files (use the "raw" link in gitweb to download):
-
-* [trail.pm](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/IkiWiki/Plugin/trail.pm)
-  in an `IkiWiki/Plugin` subdirectory of your configured `plugindir`
-* [page.tmpl](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/templates/page.tmpl)
-  and
-  [trails.tmpl](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/templates/trails.tmpl)
-  in your configured `templatedir`, or a `templates` subdirectory of your wiki repository
-* the trail-related bits from the end of the
-  [stylesheet](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/doc/style.css)
-  (put them in your local.css)
-* the trail-related bits at the end of the
-  [actiontabs](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/themes/actiontabs/style.css)
-  or [blueview/goldtype](http://git.pseudorandom.co.uk/smcv/ikiwiki.git/blob/trail3:/themes/blueview/style.css)
-  stylesheets, if you use one of those themes (again, put them in your local.css)
-
-The branch also includes [[todo/test_coverage]] machinery.
-
-Demo:
-
-* [in use on entries in my blog](http://smcv.pseudorandom.co.uk/)
-* [a demo trail based on links](http://demo.hosted.pseudorandom.co.uk/trail/)
-* [a demo hybrid trail/inline](http://demo.hosted.pseudorandom.co.uk/trail2/)
-
-The page `e` is in both demo trails, to demonstrate how a page in more than
-one trail looks.
-
-The `smcv/trail2` branch is an older version of `trail3` which used typed links
-as its data structure, resulting in timing-related limitations (it couldn't
-select pages for the trail by using pagespecs, because pagespecs can't be
-evaluated correctly until the scan stage has finished).
-
-Updated, November 2011:
-
-* reinstated `inline` integration ([[report]] integration would probably be
-  pretty easy too, if this gets merged)
-* switched from typed links back to a custom data structure to avoid
-  chicken/egg problems with ordering
-* create typed links too, as a side-effect, but not when using an inline
-* regression test with nearly full coverage
-* CSS for the default anti-theme and all built-in themes (it looks nicest
-  in the default anti-theme and in actiontabs - the demo uses actiontabs)
-
-Known bugs:
-
-* the blueview and goldtype CSS nearly work, but the alignment is a bit off
-
-----
-
 [[!template id=plugin name=trail author="[[Simon_McVittie|smcv]]"]]
 [[!tag type/chrome]]