http://trac.tiddlywiki.org/changeset/9887
JeremyRuston
2009-06-17 13:52:53 +0000 (Wed, 17 Jun 2009)
30
[fileplugin] Minor docs tweaks
---------------
U Trunk/core/jquery/plugins/doc/twFile.html
---------------
Modified: Trunk/core/jquery/plugins/doc/twFile.html
===================================================================
--- Trunk/core/jquery/plugins/doc/twFile.html 2009-06-17 10:28:41 UTC (rev
9886)
+++ Trunk/core/jquery/plugins/doc/twFile.html 2009-06-17 13:52:53 UTC (rev
9887)
@@ -16,11 +16,28 @@
the local file system (for documents loaded from a
<code>file://</code>
URI) to load and save file contents from the browser.
</p>
+
<p>
The code is based on <a
href="http://tiddlywiki.com">TiddlyWiki</a>'s
self-saving capabilities.
</p>
-
+
+ <p>
+ Internally, the plugin uses four separate drivers to implement
the functionality on different browsers:
+ <ul>
+ <li>
+ <p><strong>activeX</strong> - Uses the
FileSystemObject built into Internet Explorer 5 and above</p>
+ <p><strong>mozilla</strong> - Uses the ZUL
libraries built into Firefox</p>
+ <p><strong>tiddlySaver</strong> - Uses a custom
Java applet that works on Safari, Chrome and Opera</p>
+ <p><strong>javaLiveConnect</strong> - Uses an
ancient (and slow) binding technology to call Java run time library routines
directly. Only works on Opera</p>
+ </li>
+ </ul>
+ </p>
+
+ <p>
+ The plugin is designed to work with UTF-8 encoded text files.
However, support in Internet Explorer is broken, and can only reliably save
files that are encoded with the ANSI subset of UTF-8. In the case of HTML
files, this problem can often be avoided by using HTML entity encodings.
+ </p>
+
<h2>Source</h2>
<p>
The source code is currently hosted in TiddlyWiki's
@@ -58,7 +75,7 @@
<h2>Limitations</h2>
<ul>
- <li>currently no Unicode support on Internet Explorer</li>
+ <li>currently unreliable UTF-8 support on Internet Explorer</li>
</ul>
<h2>Demo</h2>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---