aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
Commit message (Collapse)AuthorAge
* Genericize download link for more use cases.Amitai Schlair2013-06-26
|
* Don't add enclosure divs unless we have enclosures.Amitai Schlair2013-06-26
|
* When inlining HTML pages, render enclosures.Amitai Schlair2013-02-18
|
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* bugfixJoey Hess2010-05-02
|
* adapt inlinepage.tmpl to html5Joey Hess2010-05-02
| | | | Needed to force tags to display inline, since <nav> is a block element.
* add Comments link when displaying a page inlineJoey Hess2008-12-17
| | | | | This link will supplant the usual Discussion link for pages that have comments enabled.
* fix relativedate timezone inclusionJoey Hess2008-10-19
| | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display.
* relativedate: New javascript-alicious plugin that makes all dates display ↵Joey Hess2008-10-17
| | | | relative, in a very nice way, if I say so myself.
* Add more CSS hooks to inlinepage.tmplSimon McVittie2008-07-13
| | | | | | * Wrap everything before the content in <div class="inlineheader"> * Wrap the inlined content itself in <div class="inlinecontent"> * Wrap everything after the content in <div class="inlinefooter">
* Add rel=nofollow to edit links. This may prevent some spiders from pounding ↵Joey Hess2008-05-28
| | | | on the cgi following edit links.
* basic styling for license and copyrightjoey2007-09-15
|
* bugfixesjoey2007-09-15
|
* * meta: Support license and copyright information. The information willjoey2007-09-14
| | | | | | be shown in the page footer. HTML will also be inserted that should support the rel=license microformat as well as the HTML spec's rel=copyright.
* * Make all templates have a footer div to ease themeing. Required templatejoey2007-05-11
| | | | | | | | and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there.
* don't generate tags span if there are no tags..joey2007-05-01
|
* oh, this is confusing, it needs escaping in <title>, but not when it's usedjoey2007-03-21
| | | | | inline, already escaped there
* * Fix a few bugs around page titles containing html. The worst of thesejoey2007-03-21
| | | | | is an actual security hole as it allows insertion of html into the title element of a page, which is not processed by the htmlscrubber.
* revert trailer, breaks html thanks to markdownjoey2006-12-28
|
* Changes from StefanoZacchiroli:joey2006-12-28
| | | | | | | | - Use div for inlinepage actions, not a span - Add an enclosing "trailer" div Also, change pageinfo span into a div, since it now can include <p>
* * If an inlined page has a permalink, link the page title to that.joey2006-09-10
|
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* use rel=bookmark here too..joey2006-08-04
|
* * Various CSS and formatting changes.joey2006-08-04
|
* * Make aggregator save permalinks and author name to pages as metadata.joey2006-08-04
| | | | | | | | * Add permalink and author support to meta plugin, affecting RSS feeds and blog pages. * Change titlepage() to encode utf-8 alnum characters. This is necessary to avoid UTF-8 creeping into filenames in urls. (There are still some other ways that it can get in.)
* * Title metadata of inlined pages now shows up in blogs, although not yetjoey2006-07-30
| | | | in their rss feeds.
* Hope encrico doesn't mind, but I changed the location and layout of thejoey2006-07-28
| | | | | | tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc.
* - Adds a tag plugin that allows more easily tagging pages.joey2006-07-27
| | | | | | | | | | | | | The meta plugin can also still be used for that, but the tag plugin also lists a page's tags at the bottom of the page. - Allows preprocessor directives to have parameters with no specified value. - Fixes preprocessor directive parameter parsing so that foo=bar baz now means "foo=bar" and a "baz" with no value. * Run pagetemplate hooks when inlining pages so that inlines pages also list their tags. * Make all plugins with pagetemplate hooks check that variables exist on the template before setting them.
* header can appear more than one time, so is a class, not an idjoey2006-05-26
|
* * The page name and parent links has switched from using a <h1> to a styledjoey2006-05-26
| | | | | | | | | | <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly.
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
| | | | | | | | | | | | | expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack.
* foojoey2006-03-24
|
* add blog post templatejoey2006-03-24
|
* switch to h1 for page titles since pages tend to have h2's inside themjoey2006-03-24
|
* hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey2006-03-24