0e9312b2 |
1 | There should be a way to add metadata to a page. Probably a plugin could do |
2 | this, for example: |
3 | |
9dbe10e3 |
4 | \[[meta foo="bar"]] |
0e9312b2 |
5 | |
6 | Uses for this include: |
7 | |
8 | * Setting a page title that's not tied to the filename. |
9 | * Any metadata that's generally useful on html pages. |
10 | * Maybe as an alternate way to tag a page, like linking to the tag, |
11 | except it doesn't have to show up in the page text. |
d534483b |
12 | * Recording page licenses. |
13 | |
14 | [[meta link=done]] |
15 | [[meta title="supporting metadata..."]] |
16 | [[meta author="Joey Hess"]] |
17 | [[meta link="foo.css" rel="stylesheet" type="text/css"]] |
9308b11e |
18 | |
19 | [[todo/done]] |