diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-01 17:54:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-01 17:54:23 -0400 |
commit | 0ffcafc1305de5ec242f3f0835064682d408c3d0 (patch) | |
tree | 70c56f068912de77fe0f8650817df16a247c28a4 /doc/plugins/contrib/attach | |
parent | c1e9e121b738909a84eba8be327b5eaca74e7964 (diff) |
attachment doc updates
Diffstat (limited to 'doc/plugins/contrib/attach')
-rw-r--r-- | doc/plugins/contrib/attach/discussion.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/plugins/contrib/attach/discussion.mdwn b/doc/plugins/contrib/attach/discussion.mdwn new file mode 100644 index 000000000..803b7dcdb --- /dev/null +++ b/doc/plugins/contrib/attach/discussion.mdwn @@ -0,0 +1,18 @@ +I found this posted to todo list, moved here: --[[Joey]] + +> First pass at an attachments plugin. See [[plugins/contrib/attach]] for +> details/docs. Here's the [diff](http://pastebin.com/f4d889b65), and +> here's some [technical notes](http://pastebin.com/f584b9d9d). There are +> still various things I want to fix and tweak, but it works reasonably for +> me as is. + +I guess I missed this when the plugin page was posted last September, and +since the [[soc]] stuff wasn't updated, I didn't realize this was Ben's soc +work. Which is more or less why I didn't look at it. + +This plugin would need quite a lot of work to finish up, I do think it was +taking the right approach, sorry I never followed up on it. + +In the meantime, I've written an attachment plugin that does most of the +same stuff, and behaves closer to how I originally sketched [[todo/fileupload]] +as working. |