http://trac.tiddlywiki.org/changeset/9888

FND
2009-06-17 14:20:07 +0000 (Wed, 17 Jun 2009)
44
[fileplugin] minor documentation adjustments

---------------

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 13:52:53 UTC (rev 
9887)
+++ Trunk/core/jquery/plugins/doc/twFile.html   2009-06-17 14:20:07 UTC (rev 
9888)
@@ -21,23 +21,29 @@
                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>
+                               <code>activeX</code>: uses the 
<code>FileSystemObject</code> built into Internet Explorer 5 and above
                        </li>
+                       <li>
+                               <code>mozilla</code>: uses the XUL libraries 
built into Firefox
+                       </li>
+                       <li>
+                               <code>tiddlySaver</code>: uses a custom Java 
applet that works on Safari, Chrome and Opera
+                       </li>
+                       <li>
+                               <code>javaLiveConnect</code>: uses an ancient 
(and slow) binding technology to call Java runtime library routines directly - 
only works on Opera
+                       </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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to