aboutsummaryrefslogtreecommitdiff
path: root/.library
Commit message (Collapse)AuthorAgeFilesLines
* Resolve incompatibility in "getfield" and "texinfo" pluginsThomas Schwinge2018-09-262-7/+7
| | | | | | | | ... seen with recent versions of Perl: Failed to load plugin IkiWiki::Plugin::getfield: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/{{ <-- HERE \$([-\w/]+#)?[-\w]+}}/ at [...]/.library/IkiWiki/Plugin/getfield.pm line 68. Compilation failed in require at (eval 94) line 1. BEGIN failed--compilation aborted at (eval 94) line 1.
* ymlfront: Force use of YAML::Syck.Thomas Schwinge2014-03-091-4/+5
|
* .library/IkiWiki/Plugin/ymlfront.pm: Workaround for YAML strings containing ]].Thomas Schwinge2010-11-261-0/+4
| | | | For now, all [[!ymlfront [...]]] directives shall be at the end of the files.
* Update to b329454a41390ca8b3f31215d62542a27e6a8b80 of ↵Thomas Schwinge2010-11-253-128/+189
| | | | <git://github.com/rubykat/ikiplugins.git>.
* Merge branch 'getfield-fix-dependency'Thomas Schwinge2010-09-171-1/+1
|\
| * .library/IkiWiki/Plugin/getfield.pm (get_other_page_field_value): Depend on ↵Thomas Schwinge2010-09-171-1/+1
| | | | | | | | use_page, not other_page.
* | .library/IkiWiki/Plugin/field.pm (field_set_template_values): Don't redefine ↵Thomas Schwinge2010-09-131-0/+3
|/ | | | if the field already has a value.
* .library/IkiWiki/Plugin/getfield.pm (get_other_page_field_value): Add a ↵Thomas Schwinge2010-09-091-0/+3
| | | | dependency for the page from which we get the value.
* Add (part of) YAML field infrastructure.Thomas Schwinge2010-09-093-0/+1211
| | | | | | New files copied from a2482475a7ed0b6f54df10a87a8665e2361f3598 of <git://github.com/rubykat/ikiplugins.git> by Kathryn Andersen <perlkat@katspace.org>.
* .library/IkiWiki/Plugin/reset_mtimes.pm: New.Thomas Schwinge2010-06-091-0/+84
|
* Rewrite copyright.pm and license.pm in order to make them work properly.Thomas Schwinge2008-09-302-58/+39
|
* .library/IkiWiki/Plugin/fill_empty_page.pm: Delete; ikiwiki's `edittemplate' ↵Thomas Schwinge2007-12-161-65/+0
| | | | plugin is to be used now.
* Fix ↵Thomas Schwinge2007-11-091-1/+15
| | | | <http://git.ikiwiki.info/?p=ikiwiki;a=commitdiff;h=cd4bc7c58086bbd61a2260e405eb7cb00134140c>: ``500 Internal Server Error'' with *Preview* when creating new pages.
* First version of a GNU Texinfo rendering plugin. Written by Thomas Schwinge ↵Thomas Schwinge2007-11-081-0/+212
| | | | <tschwinge@gnu.org>. See <http://ikiwiki.info/plugins/contrib/texinfo/> for details.
* Use more consistent Perl syntax.Thomas Schwinge2007-11-083-12/+12
|
* Add (and enable) a `copyright' plugin, a copy of the `license' one.Thomas Schwinge2007-09-211-0/+69
|
* Rework, to not duplicate the `meta' plugin's ``license'' facility.Thomas Schwinge2007-09-211-38/+18
|
* First version of a `license' plugin. Use it.Thomas Schwinge2007-08-301-0/+89
|
* fill_empty_page.pm: Make it works as expected.Thomas Schwinge2007-08-301-0/+2
| | | | | The previousversion would agagin overwrite the content of the page with the template's content as soon as the page is being saved or previewed.
* First version of a `fill_empty_page' plugin.Thomas Schwinge2007-08-301-0/+63