Wiki content at WikiDesign Changed by someone at IP 192.168.1.33 :
@@ -63,6 +63,25 @@
and DBD::SQLite for storage), and turns it into XML in one form or another.
The simplicity is it's beauty.
+=head1 Attachments
+
+I'm adding full support for attachments. I want this to be useful as a
document management system, so that you can create web pages
+that refer to documents within the wiki, but also version control those
documents.
+
+I need the attachments system to have these features:
+
+=over 4
+
+=item Searchable metadata
+
+=item Versioning (including change reasons - like CVS)
+
+=item Linkable from within the wiki
+
+=item Automatic MIME type discovery at upload time
+
+=back
+
=head1 The XSLT
The XSLT is pretty simple. Mostly all it does is wrap the output in the
@@ -78,4 +97,4 @@
I hope that was useful. While the Wiki is a very simple application, I think
it takes the right approach with regard to the fine line between separating
content from presentation, and I think with the way it's written it would
-scale up to a much larger application quite well.
+scale up to a much larger application quite well.