Talk:Dexter: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>ossi1967
imported>ossi1967
Configurations not yet ready: Remove ORF, add swiss channels
 
Line 1: Line 1:
== Configurations not yet ready ==
== Configurations not yet ready ==
=== ORF (Austrian TV) as it should work with release > 0.2-2 ===
=== Swiss TV ===
<pre>2\siteName=ORF Teletext
Swiss Teletext is available from http://www.teletext.ch/
2\imageUrl=http://teletext.orf.at/[topicpage]/[page]_[subpage].png
2\predictionUrl=http://teletext.orf.at/[topicpage]/[page]_[subpage].htm
2\subPredictionUrl=http://teletext.orf.at/[topicpage]/[page]_[subpage].htm
2\previousPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"1\">"
2\nextPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"2\">"
2\previousSubPrediction="<a href=\"\\d+_(\\d+).htm\" accesskey=\"3\">"
2\nextSubPrediction="<a href=\"\\d+_(\\d+).htm\" accesskey=\"4\">"
2\pad=4</pre>


=== ORF (Austrian TV) with workaround (release 0.2-2) for [topicpage] ===
The site contains
Will show only pages 100-199
* SF1 (German)
<pre>2\siteName=ORF Teletext
* SF2 (German)
2\imageUrl=http://teletext.orf.at/100/[page]_[subpage].png
* TSR1 (French)
2\predictionUrl=http://teletext.orf.at/100/[page]_[subpage].htm
* TSR2 (French)
2\subPredictionUrl=http://teletext.orf.at/100/[page]_[subpage].htm
* RSI LA1 (Italian)
2\previousPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"1\">"
* RSI LA2 (Italian)
2\nextPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"2\">"
 
2\previousSubPrediction="<a href=\"\\d+_(\\d+).htm\" accesskey=\"3\">"
All schemes could look like this (for SF1):
2\nextSubPrediction="<a href=\"\\d+_(\\d+).htm\" accesskey=\"4\">"
 
2\pad=4</pre>
<pre>x\siteName=SF 1
x\imageUrl=http://www.teletext.ch/pics/SF1/[page]-00.gif
x\subImageUrl=http://www.teletext.ch/pics/SF1/[page]-[2:subpage].gif
x\predictionUrl=http://www.teletext.ch/SF1/[page]-00.html
x\subPredictionUrl=http://www.teletext.ch/SF1/[page]-[2:subpage].html
x\previousPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/minus.gif\""
x\nextPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/plus.gif\""
x\previousSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\">&lt;\\d+</a>"
x\nextSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\">\\d+&gt;</a>"
x\startPage=100</pre>
 
It's just that the subImageUrl doesn't do what's needed ATM, so only some pages work.

Latest revision as of 19:49, 7 February 2010

Configurations not yet ready

Swiss TV

Swiss Teletext is available from http://www.teletext.ch/

The site contains

  • SF1 (German)
  • SF2 (German)
  • TSR1 (French)
  • TSR2 (French)
  • RSI LA1 (Italian)
  • RSI LA2 (Italian)

All schemes could look like this (for SF1):

x\siteName=SF 1
x\imageUrl=http://www.teletext.ch/pics/SF1/[page]-00.gif
x\subImageUrl=http://www.teletext.ch/pics/SF1/[page]-[2:subpage].gif
x\predictionUrl=http://www.teletext.ch/SF1/[page]-00.html
x\subPredictionUrl=http://www.teletext.ch/SF1/[page]-[2:subpage].html
x\previousPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/minus.gif\""
x\nextPrediction="<a href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/plus.gif\""
x\previousSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\"><\\d+</a>"
x\nextSubPrediction="<a href=\"/SF1/\\d+-(\\d+).html\" class=\"white_link\">\\d+></a>"
x\startPage=100

It's just that the subImageUrl doesn't do what's needed ATM, so only some pages work.