]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kitenet.net>
Sun, 26 Dec 2010 17:55:35 +0000 (13:55 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 26 Dec 2010 17:55:35 +0000 (13:55 -0400)
doc/bugs/urlto_API_change_breaks_wikis_with_po_plugin.mdwn
doc/plugins/contrib/album.mdwn
doc/plugins/contrib/transient.mdwn [new file with mode: 0644]

index fc0672d0a1b31c18b8e54ba15dcfbc90e5f5fba1..4268a1390b8deb3577d1e1f367b9bfca28a58767 100644 (file)
@@ -92,3 +92,7 @@ investigated this yet.
 >>>>> 2-argument `urlto` still have a defined second argument;
 >>>>> I've just edited `plugins/write` to clarify why the second
 >>>>> argument should be provided whenever possible. --[[smcv]]
+
+>>>>>> Ok. I am sorry for the burden that arose from my
+>>>>>> misunderstanding. No need to keep this bug open then =>
+>>>>>> [[done]] --[[intrigeri]]
index 3cfcb68d4095e1817e4d335f85256ffb27083683..daf16fd3c34176f71b6ca846af9434632418f8a7 100644 (file)
@@ -34,10 +34,10 @@ Each page containing an `album` directive is treated as a photo album.
 
 Every image attached to an album or its subpages is considered to be part of
 the album. A "viewer" page, with the wiki's default page extension, will be
-generated to display the image, if there isn't already a page of the same
-name as the image: for instance, if `debconf` is an album and
-`debconf/tuesday/p100.jpg` exists, then `debconf/tuesday/p100.mdwn` might
-be created.
+generated in the [[transient underlay|todo/transient_pages]] to display the
+image, if there isn't already a page of the same name as the image: for
+instance, if `debconf` is an album and `debconf/tuesday/p100.jpg` exists,
+then `debconf/tuesday/p100.mdwn` might be created.
 
 There's currently a hard-coded list of extensions that are treated as images:
 `png`, `gif`, `jpg`, `jpeg` or `mov` files. More image and video types could
@@ -138,7 +138,7 @@ image viewer.
   as a reference implementation of that hook.
 
 * There should be an option to reduce the size of photos and write them into
-  an underlay, for this workflow:
+  an underlay (perhaps just the transient underlay), for this workflow:
 
   * your laptop's local ikiwiki has two underlays, `photos` and `webphotos`
   * `photos` contains full resolution photos with EXIF tags
diff --git a/doc/plugins/contrib/transient.mdwn b/doc/plugins/contrib/transient.mdwn
new file mode 100644 (file)
index 0000000..ff2fab6
--- /dev/null
@@ -0,0 +1,9 @@
+[[!template id=plugin name=transient author="[[Simon_McVittie|smcv]]"]]
+[[!template id=gitbranch branch=smcv/ready/transient author="[[Simon_McVittie|smcv]]"]]
+[[!tag type/special-purpose]]
+
+The `transient` plugin is an implementation of [[todo/transient pages]]
+in an underlay. It's mostly useful as something other plugins can depend on;
+[[plugins/contrib/album]] puts photo-album "viewer" pages there,
+and the versions of [[plugins/autoindex]] and [[plugins/tag]] on the
+same branch optionally put their auto-generated pages there.