aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive
Commit message (Collapse)AuthorAge
* Fix broken link in basewikiSimon McVittie2018-12-01
| | | | | | | | | | | Links from pages in the basewiki (which is also a subset of ikiwiki's own wiki) to pages on ikiwiki's own wiki have to use [[!iki]] so that they will not become broken links when the page in question is copied into other installations. Detected by ./t/basewiki_brokenlinks.t. Signed-off-by: Simon McVittie <smcv@debian.org>
* rename postvote to postlinkJoey Hess2018-11-26
| | | | | | This better explains what it contains, which is a wikilink to the page to go to after posting the vote. And postlink is more consistent a name with posttrail.
* poll: Added postvote and posttrail options for better multi-page polls.Joey Hess2018-11-26
| | | | | | | | | | | Modern web users probably expect the poll to move on automatically to the next question, and this allows for that behavior. Note that bestlink() runs at vote time, which avoids needing to make the page containing the poll depend on the page that sets up a trail, as the current trail at vote time will be used. This commit was sponsored by Eric Drechsel on Patreon.
* Give graph an optional "file" param, like table's.Amitai Schleier2018-10-22
|
* clarify what date fields do, following ↵anarcat2018-03-21
| | | | [[bugs/invalid_meta_date_or_updated_not_diagnosed]]
* %?svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-01-30
|
* meta: Specifically document [[!meta foo:bar="baz"]] as not workingSimon McVittie2017-06-22
|
* Document the special case for [[!meta name=foo content=bar]]smcv2017-05-19
|
* added actual progress baralexjj2016-09-25
|
* Revert spam. Consider yourself banned.Simon McVittie2016-08-22
|
* update for rename of ikiwiki/directive/edittemplate.mdwn to ↵https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c2016-08-22
| | | | USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
* rename ikiwiki/directive/edittemplate.mdwn to ↵https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c2016-08-22
| | | | USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
* USA/UK/CANADA number +++++ 18557092847++++****** Epson Printer tech support ↵https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c2016-08-22
| | | | customer sERVice number helpline number
* Document the security fixes in this releaseSimon McVittie2016-05-06
|
* img: Add back support for SVG images, bypassing ImageMagick and simply ↵Simon McVittie2016-05-06
| | | | | | | | | | | | | | passing the SVG through to the browser SVG scaling by img directives has subtly changed; where before size=wxh would preserve aspect ratio, this cannot be done when passing them through and so specifying both a width and height can change the SVG's aspect ratio. (This patch looks significantly more complex than it was, because a large block of code had to be indented.) [smcv: drop trailing whitespace, fix some spelling]
* Add usage examplehttps://launchpad.net/~eliasson2016-02-10
|
* Merge remote-tracking branch 'smcv/pagestats-show'Simon McVittie2015-11-30
|\
| * pagestats: rename disp to show, and document itSimon McVittie2014-09-14
| |
* | Merge remote-tracking branch 'smcv/ready/limit'Simon McVittie2015-11-30
|\|
| * Rename show parameter of [[!inline]] and [[!pagestats]] to limitSimon McVittie2014-09-14
| | | | | | | | | | | | | | The old name still works, if its value is numeric. This name allows a non-numeric "show" to mean the same thing it does for [[!map]] (show title, show description, etc.).
* | inline: change default sort order from age to "age title" for determinismSimon McVittie2015-06-13
| |
* | Typoshttps://launchpad.net/~beaufils2015-03-31
| |
* | Add question about meta, title and pagenamehttps://launchpad.net/~beaufils2015-03-31
| |
* | escaping directives continues to be harder than it should besmcv2015-02-18
| |
* | Fix broken links in the basewikiSimon McVittie2014-11-26
| |
* | Merge remote-tracking branch 'spalax/calendar-autocreate'Simon McVittie2014-11-26
|\ \
| * | typoLouis2014-11-14
| | |
| * | linkLouis2014-07-05
| | |
| * | Clarifying documentationLouis2014-07-05
| | | | | | | | | | | | Thanks to review http://ikiwiki.info/todo/calendar_autocreate/
| * | calendar plugin: Autocreate archive pages if neededLouis2014-06-24
| | |
* | | clarify furthersmcv2014-10-09
| | |
* | | clarifysmcv2014-10-09
| | |
* | | Merge branch 'ready/templatebody'Simon McVittie2014-09-15
|\ \ \ | |_|/ |/| |
| * | Add templatebody plugin and directive, and enable it by defaultSimon McVittie2014-03-05
| | | | | | | | | | | | Also add a regression test for templatebody.
* | | Merge branch 'ready/imgforpdf-and-more'Simon McVittie2014-09-12
|\ \ \
| * | | add pagenumber parameterchrysn2014-04-07
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | this allows picking a page from a pdf. also, this enhances performance greatly when rendering pdfs, as only the first page is rasterized. (otherwise, imagemagick would treat the pdf as a list of images, work with all of them, until finally only the first page gets saved). the default parameter of 0 will select the single image contained in typical image files anyway, so no specialcasing between single- and multifile containers is needed.
* | | edittemplate: use unambiguous RFC 3339 datestampsSimon McVittie2014-09-01
| | | | | | | | | | | | | | | These take into account the timezone offset (and convert it to UTC+0000) rather than being in an unspecified timezone.
* | | Indicate how the UUID is likely to be usedSimon McVittie2014-09-01
| | |
* | | Only provide time, not formatted_time, to edittemplate templatesSimon McVittie2014-09-01
| | | | | | | | | | | | | | | | | | I'm not sure what the use-case is for formatted_time, and chrysn pointed out that for display in HTML, [[!date "<TMPL_VAR time>"]] would be nicer.
* | | Provide the current time to edittemplate.Jonathon Anderson2014-09-01
| | | | | | | | | | | | | | | | | | | | | | | | The `time` variable contains a fixed-format time, guaranteed suitable for parsing by timedate. The `formatted_time` variable contains the same time formatted by IkiWiki::formattime.
* | | Use Linux uuid facility instead of an external library if possibleSimon McVittie2014-09-01
| | |
* | | Provide a UUID in edittemplate templates.Jonathon Anderson2014-09-01
|/ / | | | | | | | | | | | | | | | | | | | | I want to make GUIDs for my RSS feeds that don't change when I move pages around. To that end, I've used UUID::Tiny to generate a version 4 (random) UUID that is presented in a `uuid` variable in the template. At that point, you can do something like this: [[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawk_ptms9fP_S8unm2OlnsNGX1bb7QEpQ8w2014-03-23
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawk_ptms9fP_S8unm2OlnsNGX1bb7QEpQ8w2014-03-23
| |
* | switch link syntax so this page works in the basewikihttp://smcv.pseudorandom.co.uk/2014-03-16
| |
* | Add link to highlight plugin.bram2014-03-15
|/
* fix edittemplate vs. template confusionhttp://smcv.pseudorandom.co.uk/2014-02-21
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o2014-01-28
|
* inline: Allow overriding the title of the feed. Closes: #735123 Thanks, ↵Joey Hess2014-01-13
| | | | Christophe Rhodes
* escape markuphttp://smcv.pseudorandom.co.uk/2013-11-08
|