aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/fileupload
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:25:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-22 20:25:25 +0000
commitc106bd276ddee1861dd9b96c96459f4ec76d6d45 (patch)
treed8f940732ea218213d69e91ad835ad045856b3b6 /doc/todo/fileupload
parent68db18b87378cf9dd25f808f0bd4bace9caafe7a (diff)
downloadikiwiki-c106bd276ddee1861dd9b96c96459f4ec76d6d45.tar
ikiwiki-c106bd276ddee1861dd9b96c96459f4ec76d6d45.tar.gz
web commit by http://joey.kitenet.net/
Diffstat (limited to 'doc/todo/fileupload')
-rw-r--r--doc/todo/fileupload/soc-proposal/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/fileupload/soc-proposal/discussion.mdwn b/doc/todo/fileupload/soc-proposal/discussion.mdwn
index 05d2dddde..38a76b459 100644
--- a/doc/todo/fileupload/soc-proposal/discussion.mdwn
+++ b/doc/todo/fileupload/soc-proposal/discussion.mdwn
@@ -1,4 +1,4 @@
-There's nothing in [[fileupload]] that suggests putting the file upload limit in the body of a page. That would indeed be a strange choice. Ikiwiki already uses [[PageSpecs]] in the Preferences page (for specifying locked pages, banned users, and subscriptions), and I had envisioned putting the file upload controls there, and possibly subsuming some of those other controls into them.
+There's nothing in [[fileupload]] that suggests putting the file upload limit in the body of a page. That would indeed be a strange choice. Ikiwiki already uses [[PageSpecs|PageSpec]] in the Preferences page (for specifying locked pages, banned users, and subscriptions), and I had envisioned putting the file upload controls there, and possibly subsuming some of those other controls into them.
It's not clear to me that the concept of attaching files to a page fits ikiwiki very well; unlike most wikis, ikiwiki supports subdirectories and [[SubPages]], which allows for hierarchical placement of uploaded files, which is a much more flexible concept than simple attachment. Futhermore, the idea of listing all attached files at the bottom of a page seems somewhat inflexible. What if I want to make a podcast, using inline's existing support for that -- I won't want a list of every "attached" file at the bottom of my podcast's page then.