There is a difference between the two different ways that you can download empty.html. If you go to http://tiddlywiki.com and click the download button found in the GettingStarted tiddler you end up with a file that is 756 KB (774,291 bytes) whereas if you go to http://tiddlywiki.com/empty.html and click the save button in the right hand sidebar you get a file that is 671 KB (687,735 bytes).
Looking into this a little further by using WinMerge to diff the two files we can see that there is one main difference that is causing the very different file sizes. The first file, downloaded from tiddlywiki.com, contains several large blocks of text as well as a base64 encoded image. The second file, downloaded from tiddlywiki.com/empty.html, simply contains a list tiddlers currently in the TiddlyWiki. These are for when a client views the TiddlyWiki with JavaScript disabled. Here are two screenshots that are rendering the content found in the files, this is from the file downloaded from tiddlywiki.com: <https://lh4.googleusercontent.com/-DuUHvh9dgco/UreY4MdczeI/AAAAAAAAAFY/8eeE6t7DGvs/s1600/test1.png> This is from the file downloaded from tiddlywiki.com/empty.html: <https://lh4.googleusercontent.com/-OFBrmImYigA/UreY7M7McEI/AAAAAAAAAFg/WMlD5QpYxYE/s1600/test2.png> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
