diff options
-rw-r--r-- | trash/trashspec.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/trash/trashspec.html b/trash/trashspec.html index 95e3b29..ffc95bb 100644 --- a/trash/trashspec.html +++ b/trash/trashspec.html @@ -18,7 +18,7 @@ <H3>Content by David Faure <<A HREF="mailto:dfaure@trolltech.com">dfaure@trolltech.com</A>>, Alexander Larsson <<A HREF="mailto:alexl@redhat.com">alexl@redhat.com</A>> and others on the FreeDesktop.org mailing list</H3> -<H3>Version 0.6</H3> +<H3>Version 0.7</H3> <H2>Abstract</H2> <P>The purpose of this Specification is to provide a common way in which all “Trash can” implementations should store, list, @@ -284,9 +284,10 @@ key/value pairs as described in the Desktop Entry Specification:</P> the directories under $topdir. </P> <P>The value type for this key is - “string”; it should store the file name as exactly the - sequence of bytes produced by the file system, with no locale - conversion.</P> + “string”; it should store the file name as the + sequence of bytes produced by the file system, with characters escaped + as in URLs (as defined by <A HREF="http://www.faqs.org/rfcs/rfc2396.html">RFC +2396</A>, section 2).</P> <LI><P>The key “DeletionDate” contains the date and time when the file/directory was trashed. The date and time are to be in the YYYY-MM-DDThh:mm:ss @@ -382,7 +383,7 @@ version.</P> <P><A HREF="http://www.ramendik.ru/docs/trashspec.html">http://www.ramendik.ru/docs/trashspec.html</A> . If this document gets hosted by FreeDesktop.org, a link to the page will still be available at this location.</P> -<P><A HREF="http://www.ramendik.ru/docs/trashspec.0.5.html">http://www.ramendik.ru/docs/trashspec.0.5.html</A> +<P><A HREF="http://www.ramendik.ru/docs/trashspec.0.7.html">http://www.ramendik.ru/docs/trashspec.0.5.html</A> is the permanent location of this version. </P> <H3>Version history</H3> @@ -404,6 +405,8 @@ fixed some typo's</P> <<A HREF="mailto:alexl@redhat.com">alexl@redhat.com</A>> . Also added “note on scope”. Cleaned up HTML. Added a link to this document on the freedesktop.org standards page</P> +<P>0.7 April 12, 2005. Added URL-style encoding for the name of the deleted file, +as implemented in KDE 3.4</P> <P><BR><BR> </P> <DIV ID="sdfootnote1"> |