X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=www%2Ftheme-howto.html;h=2966ddcb1adb097ee5ef428c90af26c9f8ce55ae;hp=0b3bcded5ad440bde3c9f721e96211ec8fc9a4f1;hb=02bd1fc15718029c5871819bc18191006c95c42f;hpb=c41a53f8a832216b21216730dea3a4c2e5012fc6 diff --git a/www/theme-howto.html b/www/theme-howto.html index 0b3bcde..2966ddc 100644 --- a/www/theme-howto.html +++ b/www/theme-howto.html @@ -426,7 +426,7 @@ zerospeed - The minimum speed in km/h of a pointer (usually 0). + The minimum speed of a pointer in km/h (usually 0).
<zerospeed>0</zerospeed>
@@ -527,7 +527,7 @@ data - The actual textual data. Can be a plain text (e.g. "Speed:") or a special field (e.g. "{SPEED}"). Special fields are automatically updated to contain their value in unit which is specified in settings. Possible special fiels are listed below:
+ The actual textual data. Can be a plain text (e.g. "Speed:") or a special field (e.g. "{SPEED}"). Special fields are automatically updated to contain their value in unit which is specified in settings. Special fields can also be combined (e.g. "{SPEED} {SPEEDUNIT}"). Possible special fiels are listed below:
{TRIP}: Trip value.
{TOTAL}: Total travelled kilometers or miles.
{SPEED}: Current speed.
@@ -540,7 +540,9 @@ {POIDISTANCE}: Distance to the nearest poi (e.g. speed camera). Empty if there is no poi in view
{ANGLE}: Angle of current direction in degrees. 0 means north.
{LATITUDE}: Current latitude.
- {LONGITUDE}: Current longitude.
+ {LONGITUDE}: Current longitude.
+ {ALTITUDE}: Current altitude (in meters or feet).
+ {DISTANCEUNIT}: Unit for altitude and poidistance fields (m or ft).
<data>{SPEED}</data>