summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 14:01:16 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-29 14:01:16 +0000
commitbb21649691965497d5a50118690b5d107d85c743 (patch)
treecaf69736346ef97a023dd2fccea273fbc33df7d2
parentd26f08f1adf0fd58c64bc4ae96b587bf25333f00 (diff)
web commit by enodev
-rw-r--r--doc/todo/fileupload/soc-proposal/discussion.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/fileupload/soc-proposal/discussion.mdwn b/doc/todo/fileupload/soc-proposal/discussion.mdwn
index 02eaf5693..299dc4c56 100644
--- a/doc/todo/fileupload/soc-proposal/discussion.mdwn
+++ b/doc/todo/fileupload/soc-proposal/discussion.mdwn
@@ -39,4 +39,8 @@ the image/video/file/... and a discussion page. Probably named image.mdwn and im
> I also pondered about putting this info in the rcs log, but that is problematic when you just 'cp'/'mv'/whatever the directory. Same goes for using something like svn properties, which git does not even support. Storing this info in the index file is problematic, because that isn't versioned. Major problem I see with this approach would be the disconnected nature of having two files. Posix extended attributes? ;-(
-> This could also be used to specify the license of the file. \ No newline at end of file
+> This could also be used to specify the license of the file.
+
+> I did an proof of concept implementation of this idea [here](http://ng.l4x.org/brainstorm/gallery/) yesterday night, including the link to the source code. I'd really love to hear comments about this approach.
+ (note1: I'm really not interested in any kind of http interface to that thing, just testing ways of storing the meta
+ data, note2: I'm no perl programmer) \ No newline at end of file