1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-21 02:46:55 +00:00

Readme update

This commit is contained in:
Jermolene 2014-08-08 16:35:28 +01:00
parent 878689f92e
commit cc4552f544

View File

@ -7,7 +7,7 @@ This plugin adds a number of `$:/info/` tiddlers containing information about th
|!Title |!Description | |!Title |!Description |
|[[$:/info/browser/is/android]] |Running on Android? ("yes" or "no") | |[[$:/info/browser/is/android]] |Running on Android? ("yes" or "no") |
|[[$:/info/browser/is/bada]] |Running on Bada? ("yes" or "no") | |[[$:/info/browser/is/bada]] |Running on Bada? ("yes" or "no") |
|[[$:/info/browser/is/blackberry]] |Running on Blackberry? ("yes" or "no") | |[[$:/info/browser/is/blackberry]] |Running on ~BlackBerry? ("yes" or "no") |
|[[$:/info/browser/is/chrome]] |Running on Chrome? ("yes" or "no") | |[[$:/info/browser/is/chrome]] |Running on Chrome? ("yes" or "no") |
|[[$:/info/browser/is/firefox]] |Running on Firefox? ("yes" or "no") | |[[$:/info/browser/is/firefox]] |Running on Firefox? ("yes" or "no") |
|[[$:/info/browser/is/firefoxos]] |Running on Firefox OS? ("yes" or "no") | |[[$:/info/browser/is/firefoxos]] |Running on Firefox OS? ("yes" or "no") |
@ -17,14 +17,14 @@ This plugin adds a number of `$:/info/` tiddlers containing information about th
|[[$:/info/browser/is/iphone]] |Running on iPhone? ("yes" or "no") | |[[$:/info/browser/is/iphone]] |Running on iPhone? ("yes" or "no") |
|[[$:/info/browser/is/ipod]] |Running on iPod? ("yes" or "no") | |[[$:/info/browser/is/ipod]] |Running on iPod? ("yes" or "no") |
|[[$:/info/browser/is/opera]] |Running on Opera? ("yes" or "no") | |[[$:/info/browser/is/opera]] |Running on Opera? ("yes" or "no") |
|[[$:/info/browser/is/phantomjs]] |Running on PhantomJS? ("yes" or "no") | |[[$:/info/browser/is/phantomjs]] |Running on ~PhantomJS? ("yes" or "no") |
|[[$:/info/browser/is/safari]] |Running on Safari? ("yes" or "no") | |[[$:/info/browser/is/safari]] |Running on Safari? ("yes" or "no") |
|[[$:/info/browser/is/sailfish]] |Running on Sailfish? ("yes" or "no") | |[[$:/info/browser/is/sailfish]] |Running on Sailfish? ("yes" or "no") |
|[[$:/info/browser/is/seamonkey]] |Running on Sea Monkey? ("yes" or "no") | |[[$:/info/browser/is/seamonkey]] |Running on Sea Monkey? ("yes" or "no") |
|[[$:/info/browser/is/silk]] |Running on Amazon's Silk? ("yes" or "no") | |[[$:/info/browser/is/silk]] |Running on Amazon's Silk? ("yes" or "no") |
|[[$:/info/browser/is/tizen]] |Running on Tizen? ("yes" or "no") | |[[$:/info/browser/is/tizen]] |Running on Tizen? ("yes" or "no") |
|[[$:/info/browser/is/webkit]] |Running on WebKit? ("yes" or "no") | |[[$:/info/browser/is/webkit]] |Running on ~WebKit? ("yes" or "no") |
|[[$:/info/browser/is/webos]] |Running on WebOS? ("yes" or "no") | |[[$:/info/browser/is/webos]] |Running on ~WebOS? ("yes" or "no") |
|[[$:/info/browser/is/windowsphone]] |Running on Windows Phone? ("yes" or "no") | |[[$:/info/browser/is/windowsphone]] |Running on Windows Phone? ("yes" or "no") |
|[[$:/info/browser/name]] |Platform name (see below) | |[[$:/info/browser/name]] |Platform name (see below) |
|[[$:/info/browser/version]] |Browser version | |[[$:/info/browser/version]] |Browser version |
@ -34,19 +34,19 @@ The browser information is obtained with [[Bowser, a browser detector library fr
* ''"Amazon Silk"'' * ''"Amazon Silk"''
* ''"Android"'' * ''"Android"''
* ''"Bada"'' * ''"Bada"''
* ''"BlackBerry"'' * ''"~BlackBerry"''
* ''"Chrome"'' * ''"Chrome"''
* ''"Firefox"'' * ''"Firefox"''
* ''"Internet Explorer"'' * ''"Internet Explorer"''
* ''"iOS"'' * ''"iOS"''
* ''"Opera"'' * ''"Opera"''
* ''"PhantomJS"'' * ''"~PhantomJS"''
* ''"Safari"'' * ''"Safari"''
* ''"Sailfish"'' * ''"Sailfish"''
* ''"SeaMonkey"'' * ''"~SeaMonkey"''
* ''"TiddlyDesktop"'' * ''"~TiddlyDesktop"''
* ''"Tizen"'' * ''"Tizen"''
* ''"WebOS"'' * ''"~WebOS"''
* ''"Windows Phone"'' * ''"Windows Phone"''
Note that Bowser returns "iPhone", "iPad" and "iPod" as distinct values for the name of the current browser. TiddlyWiki converts all three distinct values into "iOS" before copying to [[$:/info/browser/name]]. Note that Bowser returns "iPhone", "iPad" and "iPod" as distinct values for the name of the current browser. TiddlyWiki converts all three distinct values into "iOS" before copying to [[$:/info/browser/name]].