<p>This <a class='tc-tiddlylink-external' href='http://tiddlywiki.com' target='_blank'>TiddlyWiki</a> contains the following tiddlers:</p><p><ul>
+<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/control-panel</li>
+
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home</li>
<li>$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview</li>
<li>$:/DefaultTiddlers</li>
+<li>$:/GoogleAnalyticsAccount</li>
+
+<li>$:/GoogleAnalyticsDomain</li>
+
<li>$:/Import</li>
<li>$:/isEncrypted</li>
+<li>$:/plugins/tiddlywiki/googleanalytics</li>
+
<li>$:/plugins/tiddlywiki/highlight</li>
<li>$:/plugins/tiddlywiki/highlight/highlight.css</li>
<li>$:/themes/tiddlywiki/vanilla</li>
+<li>$:/view</li>
+
<li>About</li>
<li>CSS</li>
<!--~~ Ordinary tiddlers ~~-->
<div id="storeArea" style="display:none;">
+<div modified="20141201151742085" modifier="lh3" title="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/control-panel">
+<pre>hide</pre>
+</div>
<div modified="20141130061623545" modifier="lh3" title="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home">
<pre>show</pre>
</div>
-<div modified="20141130061625790" modifier="lh3" title="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview">
-<pre>show</pre>
+<div modified="20141201151929794" modifier="lh3" title="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview">
+<pre>hide</pre>
</div>
<div author="JeremyRuston" core-version=">=5.0.0" dependents="" description="TiddlyWiki5 core plugin" list="readme" plugin-priority="0" plugin-type="plugin" title="$:/core" type="application/json" version="5.1.5">
<pre>{
<pre>[[About]]
</pre>
</div>
+<div created="20141201152513036" creator="lh3" modified="20141201152514399" modifier="lh3" title="$:/GoogleAnalyticsAccount">
+<pre>UA-57250169-1</pre>
+</div>
+<div created="20141201152431960" creator="lh3" modified="20141201152436350" modifier="lh3" title="$:/GoogleAnalyticsDomain">
+<pre>attractivechaos.github.io/klib/</pre>
+</div>
<div status="complete" title="$:/Import">
<pre>The following tiddlers were imported:
-# [[$:/plugins/tiddlywiki/highlight]]
-# [[$:/plugins/tiddlywiki/highlight/highlight.css]]
-# [[$:/plugins/tiddlywiki/highlight/highlight.js]]
-# [[$:/plugins/tiddlywiki/highlight/highlightblock.js]]
-# [[$:/plugins/tiddlywiki/highlight/license]]
-# [[$:/plugins/tiddlywiki/highlight/styles]]</pre>
+# [[$:/plugins/tiddlywiki/googleanalytics]]</pre>
</div>
<div title="$:/isEncrypted">
<pre>no</pre>
</div>
+<div author="JeremyRuston" core-version=">=5.0.0" dependents="" description="Google Analytics plugin for TiddlyWiki5" list="readme" plugin-type="plugin" title="$:/plugins/tiddlywiki/googleanalytics" type="application/json" version="5.1.5">
+<pre>{
+ "tiddlers": {
+ "$:/plugins/tiddlywiki/googleanalytics/googleanalytics.js": {
+ "text": "/*\\\ntitle: $:/plugins/tiddlywiki/googleanalytics/googleanalytics.js\ntype: application/javascript\nmodule-type: startup\n\nRuns Google Analytics with the account number in the tiddler `$:/GoogleAnalyticsAccount` and the domain name in `$:/GoogleAnalyticsDomain`\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"google-analytics\";\nexports.platforms = [\"browser\"];\nexports.synchronous = true;\n\nvar GOOGLE_ANALYTICS_ACCOUNT = \"$:/GoogleAnalyticsAccount\",\n\tGOOGLE_ANALYTICS_DOMAIN = \"$:/GoogleAnalyticsDomain\";\n\nexports.startup = function() {\n\twindow._gaq = window._gaq || [];\n\t_gaq.push([\"_setAccount\", $tw.wiki.getTiddlerText(GOOGLE_ANALYTICS_ACCOUNT)]);\n\t_gaq.push([\"_setDomainName\", $tw.wiki.getTiddlerText(GOOGLE_ANALYTICS_DOMAIN)]);\n\t_gaq.push([\"_trackPageview\"]);\n\tvar ga = document.createElement(\"script\");\n\tga.type = \"text/javascript\";\n\tga.async = true;\n\tga.src = (\"https:\" == document.location.protocol ? \"https://ssl\" : \"http://www\") + \".google-analytics.com/ga.js\";\n\tdocument.body.appendChild(ga);\n};\n\n})();\n",
+ "title": "$:/plugins/tiddlywiki/googleanalytics/googleanalytics.js",
+ "type": "application/javascript",
+ "module-type": "startup"
+ },
+ "$:/plugins/tiddlywiki/googleanalytics/readme": {
+ "title": "$:/plugins/tiddlywiki/googleanalytics/readme",
+ "text": "This plugin enables you to use Google Analytics to track access to your online TiddlyWiki document. These instructions assume you are using TiddlySpot to publish your wiki.\n\n# Go to the Google Analytics website: http://www.google.com/analytics/\n# Click the ''Access Google Analytics'' button and follow instructions to set up your account\n# Enter the name of your TiddlySpot domain, for example \"mysite.tiddlyspot.com\" \n# You will be given your own Tracking ID for this domain\n# Go to http://tiddlywiki.com -- open the More/System tab and drag the links to these three tiddlers across to a local copy of your site:\n#* [[$:/GoogleAnalyticsDomain]]\n#* [[$:/GoogleAnalyticsAccount]]\n#* [[$:/plugins/tiddlywiki/googleanalytics]]\n# Edit the first two of these tiddlers to reflect your Domain and Tracking ID\n# Upload the new version to TiddlySpot or other web host\n# Return to your Google Analytics page to check that your site is being tracked\n"
+ }
+ }
+}</pre>
+</div>
<div author="JoaoBolila" dependents="" description="Highlight.js plugin for TiddlyWiki5" list="license" plugin-type="plugin" title="$:/plugins/tiddlywiki/highlight" type="application/json" version="5.1.5">
<pre>{
"tiddlers": {
<div modified="20141130022235018" modifier="lh3" title="$:/state/tab--2112689675">
<pre>$:/core/ui/ControlPanel/Basics</pre>
</div>
-<div modified="20141130045901421" modifier="lh3" title="$:/state/tab-1749438307">
-<pre>$:/core/ui/ControlPanel/Appearance</pre>
+<div modified="20141201151935581" modifier="lh3" title="$:/state/tab-1749438307">
+<pre>$:/core/ui/ControlPanel/Plugins</pre>
</div>
<div modified="20141130024437745" modifier="lh3" title="$:/state/tab/moresidebar-401116514">
<pre>$:/core/ui/MoreSideBar/Shadows</pre>
</div>
-<div modified="20141201012147542" modifier="lh3" title="$:/state/tab/sidebar--1835078512">
+<div modified="20141201152717631" modifier="lh3" title="$:/state/tab/sidebar--1835078512">
<pre>TableOfContents</pre>
</div>
<div modified="20141130044648025" modifier="lh3" title="$:/state/toc/TableOfContents-Library Documentations--81657105">
<div created="20141130022153074" creator="l" modified="20141130022153293" modifier="lh" title="$:/status/UserName">
<pre>lh3</pre>
</div>
-<div list="CSS [[Kthread: simple threading models]] [[Kson: simple JSON parser]] About" title="$:/StoryList">
+<div list="About" title="$:/StoryList">
<pre></pre>
</div>
<div modified="20141130024552231" modifier="lh3" title="$:/temp/advancedsearch">
}
}</pre>
</div>
+<div modified="20141201152658215" modifier="lh3" title="$:/view">
+<pre>classic</pre>
+</div>
<div created="20141130022418365" creator="lh3" modified="20141130180606822" modifier="lh3" tags="TableOfContents" title="About">
<pre>[[Klib|https://github.com/attractivechaos/klib/]] is a standalone and lightweight C library distributed under [[MIT/X11 license|http://en.wikipedia.org/wiki/MIT_License]]. Most components are independent of external libraries, except the standard C library, and independent of each other. To use a component of this library, you only need to copy a couple of files to your source code tree without worrying about library dependencies.