diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 17:01:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 17:01:47 +0000 |
commit | 97f9de14ba75403c371c5ebece2c3190d3815154 (patch) | |
tree | 951712b58a821815a5356a8db998793e66676363 /doc/todo/fileupload | |
parent | 74306c7f208a305e9d839cd84dbb9034310ef2ac (diff) |
web commit by enodev
Diffstat (limited to 'doc/todo/fileupload')
-rw-r--r-- | doc/todo/fileupload/soc-proposal/discussion.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/todo/fileupload/soc-proposal/discussion.mdwn b/doc/todo/fileupload/soc-proposal/discussion.mdwn index b2c06f378..0ff6c6ce5 100644 --- a/doc/todo/fileupload/soc-proposal/discussion.mdwn +++ b/doc/todo/fileupload/soc-proposal/discussion.mdwn @@ -22,4 +22,15 @@ It's not clear to me that the concept of attaching files to a page fits ikiwiki I don't understand why the file size would need to be stored in the index file; this information is available by statting the file, surely? Similarly, the mime type can be determined through inspection, unless there turns out to be a reason to need to cache it for speed. ---[[Joey]]
\ No newline at end of file +--[[Joey]] + +For images, videos, etc. it would be nice to have some kind of meta data file to go along with it +(eg. image.jpg.meta), to store information like creator, title, description, tags, length, width, +height, compression, etc. which could be initially created by 'ikiwiki --generate-meta-stuff'. +Then PageSpec should be +teached to use these. Galleries could then be generated by means of +\[[inline pages="type(image/*) and year(2007)" template="gallery"]]. It +should of course be possible to edit this information via ikiwiki.cgi and with any +text editor (Name: value). This should also allow for creations of default .html pages with +the image/video/file/... and a discussion page. Probably named image.mdwn and image/discussion. + I think that would fit nicely with the ikiwiki concept. Cons? --enodev
\ No newline at end of file |