aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
Commit message (Collapse)AuthorAge
* 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
* revert test editsmcv2016-05-17
| | | | This reverts commit 4a8bf62f44738fcc6c49d24295d9668bb247a88f
* (no commit message)testtt2016-05-17
|
* Do not recommend mimetype(image/*)Simon McVittie2016-05-06
| | | | | | Not all image file types are safe for general use: in particular, image/svg+xml is known to be vulnerable to CVE-2016-3714 under some ImageMagick configurations.
* 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
|
* respondsmcv2015-12-11
|
* (no commit message)timosesu@ead03211e78f6505c65266495ae6bf9c4e0692932015-12-10
|
* (no commit message)timosesu@ead03211e78f6505c65266495ae6bf9c4e0692932015-12-10
|
* (no commit message)timosesu@ead03211e78f6505c65266495ae6bf9c4e0692932015-12-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
| | |
* | | That's not how that directive is used, and if you want to try stuff out ↵smcv2014-10-09
| | | | | | | | | | | | | | | | | | please edit the sandbox instead This reverts commit 856819a733d90a2ca259a5a3b03cc5d84f72e931
* | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnquaJWYPCmQoY-kgn8wH1Ey7WOCB6zcRY2014-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.
* | | Merge branch 'ready/edittemplate2'Simon McVittie2014-09-12
|\ \ \
| * | | 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>"]]
* | | ikiwiki does not implement Markdown internally, talk to Markdown ↵smcv2014-09-04
| | | | | | | | | | | | implementation authors instead
* | | standard markdown ?https://www.google.com/accounts/o8/id?id=AItOawk_ptms9fP_S8unm2OlnsNGX1bb7QEpQ8w2014-09-04
|/ /
* | (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
|/