Editing Dexter

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 +
== Dexter ==
 +
Dexter is a teletext/text-tv reader application, which you can quickly read web-based implementations. It is designed so that you can manually add the sites that you want to follow.  
Dexter is a teletext/text-tv reader application, which you can quickly read web-based implementations. It is designed so that you can manually add the sites that you want to follow.  
-
Dexter is currently in [[Extras-devel]]. It is highly under development and is not intended for the faint of heart! Please, test it at your own risk. That said, all testing and feedback is appreciated.
+
Dexter is currently in Extras-devel. It is highly under development and is not intended for the faint of heart! Please, test it at your own risk. That said, all testing and feedback is appreciated.
[http://talk.maemo.org/showthread.php?t=42207 For feedback and discussion about Dexter]
[http://talk.maemo.org/showthread.php?t=42207 For feedback and discussion about Dexter]
-
== Config file ==
 
-
In order to enable support for various implementations of teletext sites, the site specific information can be added to a config file. The config file is located at <code>$HOME/.config/Dexter/dexter.conf</code> and it can be modified directly from xterm to add/edit/remove sites.
+
 
 +
=== Config file ===
 +
 
 +
In order to enable support for various implementations of teletext sites, the site specific information can be added to a config file.  
 +
 
 +
Config file is located at $HOME/.config/Dexter/dexter.conf and it can be modified directly from xterm to add/edit/remove sites.
 +
 
 +
'''Important note:''' In Dexter 0.2-2, Finnish Yle needs to be in the config. If config file is not found, it is created with Yle. So, run Dexter once before editing config file manually. Then, don't delete Yle. This will change in the future releases.
The config file has a subsection [sites], which lists all the available text-tv sites for Dexter. Each site has a unique id number in front of every line and each line has a site specific setting parameter. After sites, there is a size parameter, which needs to be the amount of sites in this section.
The config file has a subsection [sites], which lists all the available text-tv sites for Dexter. Each site has a unique id number in front of every line and each line has a site specific setting parameter. After sites, there is a size parameter, which needs to be the amount of sites in this section.
-
=== Example config file ===
+
==== Example config file ====
 +
 
This is an example config file with two working text-tv sites.
This is an example config file with two working text-tv sites.
Line 36: Line 45:
size=2</pre>
size=2</pre>
-
=== Site specific parameters ===
+
==== Site specific parameters ====
 +
 
* '''imageUrl''': Where the actual image of the page is located at.
* '''imageUrl''': Where the actual image of the page is located at.
Line 48: Line 58:
* '''startPage''': This page is loaded at first when you select the site.
* '''startPage''': This page is loaded at first when you select the site.
-
=== URL variables for config parameters ===
+
==== Url variables for config parameters ====
-
There are a few variables that should be used when defining URLs for the sites.
+
There are a few variables that should be used when defining url's for the sites.
These are [page], [subpage] and [topicpage].
These are [page], [subpage] and [topicpage].
Line 60: Line 70:
* '''[topicpage]''': The topic page for the current page. For example, for a page number 165, topic page would be 100. For 401, topic page would be 400.
* '''[topicpage]''': The topic page for the current page. For example, for a page number 165, topic page would be 100. For 401, topic page would be 400.
   
   
-
Replace page numbers in the URL with these variables. This is needed for Dexter to work properly.
+
Replace page numbers in the url with these variables. This is needed for Dexter to work properly.
 +
 
 +
==== Prediction regular expressions ====
-
=== Prediction regular expressions ===
 
In order for Dexter to be able to "predict" the next/previous page, regular expressions are used. Dexter will match the regular expression and find the correct prediction. For example, if you are at page 145 and next page is 168, user presses next page, it will know to go to 168 instead of trying page number 146.
In order for Dexter to be able to "predict" the next/previous page, regular expressions are used. Dexter will match the regular expression and find the correct prediction. For example, if you are at page 145 and next page is 168, user presses next page, it will know to go to 168 instead of trying page number 146.
Line 70: Line 81:
'''Important note''': Remember to escape all the needed characters, for example ? needs to be \\? in order for the regular expression to work.
'''Important note''': Remember to escape all the needed characters, for example ? needs to be \\? in order for the regular expression to work.
-
== Working teletext/text-tv sites ==
+
=== Working teletext/text-tv sites ===
Here is the list of teletext/text-tv sites found working with Dexter. When you find a new one, please add it to the list under the correct country. Also, the unique number at the beginning of every parameter should be replaced with "x", so that they don't collide. When you copy an entry, make sure to change this value to be a unique value for your config.
Here is the list of teletext/text-tv sites found working with Dexter. When you find a new one, please add it to the list under the correct country. Also, the unique number at the beginning of every parameter should be replaced with "x", so that they don't collide. When you copy an entry, make sure to change this value to be a unique value for your config.
-
Wiki-authors: When inserting prediction/subPrediction-lines that contain &amp;lt; or &amp;gt;, these HTML-entities will be converted to < or > respectively by the Wiki. This prevents easy copypasting by the user. You have to write &amp;amp;lt; and &amp;amp;gt; instead. (&amp;amp; is the entity for &amp;, so it's displayed correctly then.)
 
-
=== Finland ===
+
==== Finland ====
 +
 
-
==== Yle ====
+
===== Yle =====
<pre>
<pre>
Line 92: Line 103:
</pre>
</pre>
-
==== Mtv3 ====
+
===== Mtv3 =====
<pre>
<pre>
Line 99: Line 110:
x\predictionUrl=http://www.mtv3tekstikanava.fi/new2008/[page]-01.htm
x\predictionUrl=http://www.mtv3tekstikanava.fi/new2008/[page]-01.htm
x\subPredictionUrl=http://www.mtv3tekstikanava.fi/new2008/[page]-[2:subpage].htm
x\subPredictionUrl=http://www.mtv3tekstikanava.fi/new2008/[page]-[2:subpage].htm
-
x\previousPrediction="<a href=\"(\\d+)-01.htm\">&amp;lt;&amp;lt; Edellinen sivu</a>"
+
x\previousPrediction="<a href=\"(\\d+)-01.htm\">&lt;&lt; Edellinen sivu</a>"
-
x\nextPrediction="<a href=\"(\\d+)-01.htm\">Seuraava sivu &amp;gt;&amp;gt;</a>"
+
x\nextPrediction="<a href=\"(\\d+)-01.htm\">Seuraava sivu &gt;&gt;</a>"
-
x\previousSubPrediction="<a href=\"\\d+-(\\d+).htm\">&amp;lt;&amp;lt; alasivu</a>"
+
x\previousSubPrediction="<a href=\"\\d+-(\\d+).htm\">&lt;&lt; alasivu</a>"
-
x\nextSubPrediction="<a href=\"\\d+-(\\d+).htm\">alasivu &amp;gt;&amp;gt;</a>"
+
x\nextSubPrediction="<a href=\"\\d+-(\\d+).htm\">alasivu &gt;&gt;</a>"
x\startPage=100
x\startPage=100
</pre>
</pre>
-
==== Nelonen ====
+
===== Nelonen =====
<pre>
<pre>
Line 120: Line 131:
</pre>
</pre>
-
=== Sweden ===
+
==== Netherlands ====
-
==== TV4 ====
 
-
Note: Subpages not working
+
===== NOS =====
-
 
+
-
<pre>
+
-
x\siteName=TV4
+
-
x\imageUrl=http://www.nyhetskanalen.se/texttv-files/images/1/P[page]S[2:subpage].gif
+
-
x\predictionUrl=http://www.nyhetskanalen.se/1.633665?page=[page]
+
-
x\subPredictionUrl=http://www.nyhetskanalen.se/1.633665?page=[page]
+
-
x\previousPrediction="href=\"\\?page=(\\d+)\" class=\"previous"
+
-
x\nextPrediction="href=\"\\?page=(\\d+)\" class=\"next"
+
-
x\previousSubPrediction=""
+
-
x\nextSubPrediction=""
+
-
x\startPage=100
+
-
</pre>
+
-
 
+
-
=== Netherlands ===
+
-
 
+
-
==== NOS ====
+
<pre>
<pre>
x\siteName=NOS
x\siteName=NOS
-
x\imageUrl=http://teletekst.nos.nl/gif/images/[page]-[2:subpage].gif
+
x\imageUrl=http://teletekst.nos.nl/gif/images/[page]-[subpage].gif
-
x\predictionUrl=http://teletekst.nos.nl/gif/[page]-[2:subpage].html
+
x\predictionUrl=http://teletekst.nos.nl/gif/[page]-[subpage].html
-
x\subPredictionUrl=http://teletekst.nos.nl/gif/[page]-[2:subpage].html
+
x\subPredictionUrl=http://teletekst.nos.nl/gif/[page]-[subpage].html
x\previousPrediction="<a href=\"(\\d+)-\\d+.html\"><img src=\"/gfx/i-buttons/back.gif\""
x\previousPrediction="<a href=\"(\\d+)-\\d+.html\"><img src=\"/gfx/i-buttons/back.gif\""
x\nextPrediction="<a href=\"(\\d+)-\\d+.html\"><img src=\"/gfx/i-buttons/forward.gif\""
x\nextPrediction="<a href=\"(\\d+)-\\d+.html\"><img src=\"/gfx/i-buttons/forward.gif\""
x\previousSubPrediction="<a href=\"\\d+-(\\d+).html\"><img src=\"/gfx/i-buttons/sub_back.gif\""
x\previousSubPrediction="<a href=\"\\d+-(\\d+).html\"><img src=\"/gfx/i-buttons/sub_back.gif\""
x\nextSubPrediction="<a href=\"\\d+-(\\d+).html\"><img src=\"/gfx/i-buttons/sub_forward.gif\""
x\nextSubPrediction="<a href=\"\\d+-(\\d+).html\"><img src=\"/gfx/i-buttons/sub_forward.gif\""
-
x\startPage=100
+
x\pad=2
</pre>
</pre>
-
=== Austria ===
 
-
==== ORF ====
 
-
 
-
<pre>
 
-
x\siteName=ORF
 
-
x\imageUrl=http://teletext.orf.at/[topicpage]/[page]_[4:subpage].png
 
-
x\predictionUrl=http://teletext.orf.at/[topicpage]/[page]_[4:subpage].htm
 
-
x\subPredictionUrl=http://teletext.orf.at/[topicpage]/[page]_[4:subpage].htm
 
-
x\previousPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"1\">"
 
-
x\nextPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"2\">"
 
-
x\previousSubPrediction="<a href=\"\\d+_(\\d+).htm\"  accesskey=\"3\">"
 
-
x\nextSubPrediction="<a href=\"\\d+_(\\d+).htm\"  accesskey=\"4\">"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
==== sat.1 Austria ====
 
-
 
-
<pre>
 
-
x\siteName=sat.1 Austria
 
-
x\imageUrl=http://www.sat1.at/service/teletext/cache_at/[page]_[2:subpage].png
 
-
x\predictionUrl=http://www.sat1.at/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\subPredictionUrl=http://www.sat1.at/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\previousPrediction="pagnr=(\\d+)_\\d+&amp;trynext=-1\" class=\"teletext_numberBtn\">-</a>"
 
-
x\nextPrediction="pagnr=(\\d+)_\\d+&amp;trynext=1\" class=\"teletext_numberBtn\">\\+</a>"
 
-
x\previousSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;lt;</a>"
 
-
x\nextSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;gt;</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
==== TW1 ====
 
-
 
-
<pre>
 
-
x\siteName=TW 1
 
-
x\imageUrl=http://www.tw1mhp.at/teletext/Pages/Export/HTML/TW1/[topicpage]/[page]_[4:subpage].png
 
-
x\predictionUrl=http://www.tw1mhp.at/teletext/Pages/Export/HTML/TW1/[topicpage]/[page]_[4:subpage].htm
 
-
x\subPredictionUrl=http://www.tw1mhp.at/teletext/Pages/Export/HTML/TW1/[topicpage]/[page]_[4:subpage].htm
 
-
x\previousPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"1\">"
 
-
x\nextPrediction="<a href=\"(\\d+)_\\d+.htm\" accesskey=\"2\">"
 
-
x\previousSubPrediction="<a href=\"\\d+_(\\d+).htm\"  accesskey=\"3\">"
 
-
x\nextSubPrediction="<a href=\"\\d+_(\\d+).htm\"  accesskey=\"4\">"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
=== Italy ===
 
-
 
-
==== RAI ====
 
-
 
-
<pre>
 
-
x\siteName=RAI
 
-
x\imageUrl=http://www.televideo.rai.it/televideo/pub/tt4web/Nazionale/page-[page].png
 
-
x\subImageUrl=http://www.televideo.rai.it/televideo/pub/tt4web/Nazionale/page-[page].[subpage].png
 
-
x\predictionUrl=http://www.televideo.rai.it/televideo/pub/solotesto.jsp?&pagina=[page]&sottopagina=1
 
-
x\subPredictionUrl=http://www.televideo.rai.it/televideo/pub/solotesto.jsp?&pagina=[page]&sottopagina=[subpage]
 
-
x\previousPrediction="<a alt=\"Pagina Precedente\" href=\"solotesto.jsp\\?pagina=(\\d+)&sottopagina=1\">"
 
-
x\nextPrediction="<a alt=\"Pagina Successiva\" href=\"solotesto.jsp\\?pagina=(\\d+)&sottopagina=1\">"
 
-
x\previousSubPrediction="<a alt=\"Sottopagina precedente\" href=\"solotesto.jsp\\?pagina=\\d+&sottopagina=(\\d+)\">"
 
-
x\nextSubPrediction="<a alt=\"Sottopagina successiva\" href=\"solotesto.jsp\\?pagina=\\d+&sottopagina=(\\d+)\">"
 
-
x\startPage=100
 
-
x\pad=1
 
-
</pre>
 
-
 
-
=== Switzerland ===
 
-
 
-
==== sat.1 Switzerland ====
 
-
 
-
<pre>
 
-
x\siteName=sat.1 Schweiz
 
-
x\imageUrl=http://www.sat1.ch/service/teletext/cache_ch/[page]_[2:subpage].png
 
-
x\predictionUrl=http://www.sat1.ch/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\subPredictionUrl=http://www.sat1.ch/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\previousPrediction="pagnr=(\\d+)_\\d+&amp;trynext=-1\" class=\"teletext_numberBtn\">-</a>"
 
-
x\nextPrediction="pagnr=(\\d+)_\\d+&amp;trynext=1\" class=\"teletext_numberBtn\">\\+</a>"
 
-
x\previousSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;lt;</a>"
 
-
x\nextSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;gt;</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
==== SF 1 ====
 
-
 
-
Note: for pages with multiple subpages (including #100), subpage 1 is not loaded correctly.
 
-
<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="href=\"/SF1/(\\d+)-\\d+.html\"><img src=\"/design/navigation/minus.gif\""
 
-
x\nextPrediction="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>
 
-
 
-
=== Germany ===
 
-
 
-
==== BR Bayerntext ====
 
-
 
-
<pre>x\siteName=Bayerntext (BR)
 
-
x\imageUrl=http://www.br-online.de/content/import/bayerntext/pngData/[topicpage]/[page]_[4:subpage].png
 
-
x\predictionUrl=http://www.br-online.de/content/import/bayerntext/pngData/[topicpage]/[page]_[4:subpage].htm
 
-
x\subPredictionUrl=http://www.br-online.de/content/import/bayerntext/pngData/[topicpage]/[page]_[4:subpage].htm
 
-
x\previousPrediction="<a href=\"(\\d+)_\\d+.htm\">\\d+&amp;lt;&amp;lt;</a>"
 
-
x\nextPrediction=";<a href=\"(\\d+)_\\d+.htm\">&amp;gt;&amp;gt;\\d+</a>"
 
-
x\previousSubPrediction="<a href=\"\\d+_(\\d+).htm\">&amp;lt;&amp;lt;</a>"
 
-
x\nextSubPrediction="<a href=\"\\d+_(\\d+).htm\">&amp;gt;&amp;gt;</a>"
 
-
x\startPage=100</pre>
 
-
 
-
==== kabel eins ====
 
-
 
-
<pre>x\siteName=kabel eins
 
-
x\imageUrl=http://www.kabel1.de/teletext/cache_de/[page]_[2:subpage].png
 
-
x\predictionUrl=http://www.kabel1.de/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\subPredictionUrl=http://www.kabel1.de/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\previousPrediction="pagnr=(\\d+)_\\d+&amp;trynext=-1\" class=\"teletext_numberBtn\">-</a>"
 
-
x\nextPrediction="pagnr=(\\d+)_\\d+&amp;trynext=1\" class=\"teletext_numberBtn\">\\+</a>"
 
-
x\previousSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;lt;</a>"
 
-
x\nextSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;gt;</a>"
 
-
x\startPage=100</pre>
 
-
 
-
==== sat.1 ====
 
-
 
-
<pre>x\siteName=sat.1 Deutschland
 
-
x\imageUrl=http://www.sat1.de/service/teletext/cache_de/[page]_[2:subpage].png
 
-
x\predictionUrl=http://www.sat1.de/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\subPredictionUrl=http://www.sat1.de/service/teletext/index.php?pagnr=[page]_[2:subpage]
 
-
x\previousPrediction="pagnr=(\\d+)_\\d+&amp;trynext=-1\" class=\"teletext_numberBtn\">-</a>"
 
-
x\nextPrediction="pagnr=(\\d+)_\\d+&amp;trynext=1\" class=\"teletext_numberBtn\">\\+</a>"
 
-
x\previousSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;lt;</a>"
 
-
x\nextSubPrediction="pagnr=\\d+_(\\d+)\" class=\"teletext_numberBtn\">&amp;gt;</a>"
 
-
x\startPage=100</pre>
 
-
 
-
==== 3sat ====
 
-
 
-
3sat broadcasts in Austria and Switzerland as well
 
-
 
-
<pre>
 
-
x\siteName=3sat
 
-
x\imageUrl=http://www.3sat.de/vtx3sat_clone/[topicpage]/[page]_[4:subpage].png
 
-
x\predictionUrl=http://www.3sat.de/vtx3sat.php?url=[page]_[4:subpage].htm
 
-
x\subPredictionUrl=http://www.3sat.de/vtx3sat.php?url=[page]_[4:subpage].htm
 
-
x\previousPrediction="url=(\\d+)_\\d+.htm\">zur&amp;uuml;ck</a>"
 
-
x\nextPrediction="url=(\\d+)_\\d+.htm\">vor</a>"
 
-
x\previousSubPrediction="url=\\d+_(\\d+).htm\">&lt;&lt;</a>"
 
-
x\nextSubPrediction="url=\\d+_(\\d+).htm\">&amp;gt;&amp;gt;</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
==== WDR ====
 
-
 
-
Prediction of previous and next page doesn't work reliably: WDR links to pages that don't exist. No workaround possible. Enter page number manually when you're stuck.
 
-
<pre>
 
-
x\siteName=WDR
 
-
x\imageUrl=http://www.wdr.de/themen/_phpinclude_/global/videotext/gif/[page]_[4:subpage].png
 
-
x\predictionUrl=http://www.wdr.de/themen/global/videotext/index.jhtml?seite=[page]_[4:subpage]
 
-
x\subPredictionUrl=http://www.wdr.de/themen/global/videotext/index.jhtml?seite=[page]_[4:subpage]
 
-
x\previousPrediction="<a href=\"/themen/global/videotext/index.jhtml\\?seite=(\\d+)_\\d+\">zur&amp;uuml;ck</a>"
 
-
x\nextPrediction="<a href=\"/themen/global/videotext/index.jhtml\\?seite=(\\d+)_\\d+\">vor</a>"
 
-
x\previousSubPrediction="<a href=\"/themen/global/videotext/index.jhtml\\?seite=\\d+_(\\d+)\">&amp;lt;&amp;lt;</a>"
 
-
x\nextSubPrediction="<a href=\"/themen/global/videotext/index.jhtml\\?seite=\\d+_(\\d+)\">&amp;gt;&amp;gt;</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
==== einsfestival ====
 
-
 
-
<pre>
 
-
x\siteName=einsfestival
 
-
x\imageUrl=http://www.einsfestival.de/intern/videotext_png/[page]_[4:subpage].png
 
-
x\predictionUrl=http://www.einsfestival.de/videotext.jsp?seite=[page]_[4:subpage]
 
-
x\subPredictionUrl=http://www.einsfestival.de/videotext.jsp?seite=[page]_[4:subpage]
 
-
x\previousPrediction="<a href=\"\\?seite=(\\d+)_\\d+\">zur&amp;uuml;ck</a>"
 
-
x\nextPrediction="<a href=\"\\?seite=(\\d+)_\\d+\">vor</a>"
 
-
x\previousSubPrediction="<a href=\"\\?seite=\\d+_(\\d+)\">&amp;lt;&amp;lt;</a>"
 
-
x\nextSubPrediction="<a href=\"\\?seite=\\d+_(\\d+)\">&amp;gt;&amp;gt;</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
=== Ireland ===
 
-
 
-
==== RTÉ Aertel ====
 
-
 
-
<pre>
 
-
x\siteName=RTÉ Aertel
 
-
x\imageUrl=http://www.rte.ie/aertel/images/[page]-[2:subpage].gif
 
-
x\predictionUrl=http://www.rte.ie/aertel/[page]-[2:subpage].html
 
-
x\subPredictionUrl=http://www.rte.ie/aertel/[page]-[2:subpage].html
 
-
x\previousPrediction="<a href=\"(\\d+)-\\d+.html\">Previous Page</a>"
 
-
x\nextPrediction="<a href=\"(\\d+)-\\d+.html\">Next Page</a>"
 
-
x\previousSubPrediction="<a href=\"\\d+-(\\d+).html\">Previous SubPage</a>"
 
-
x\nextSubPrediction="<a href=\"\\d+-(\\d+).html\">Next SubPage</a>"
 
-
x\startPage=100
 
-
</pre>
 
-
 
-
=== United Kingdom ===
 
-
 
-
==== BBC Ceefax1 ====
 
-
 
-
Note: for pages with multiple subpages, subpage 1 is not loaded correctly.
 
-
<pre>
 
-
x\siteName=BBC Ceefax1
 
-
x\imageUrl=http://www.ceefax.tv/cgi-bin/gfx.cgi?page=[page]_0&font=big&channel=bbc1
 
-
x\subImageUrl=http://www.ceefax.tv/cgi-bin/gfx.cgi?page=[page]_[subpage]&font=big&channel=bbc1
 
-
x\predictionUrl=http://www.ceefax.tv/imode/bbc1_imode21.php?page=[page]
 
-
x\subPredictionUrl=http://www.ceefax.tv/imode/bbc1_imode21.php?page=[page]&subpage=[subpage]
 
-
x\previousPrediction="<a accesskey=\"x\" href=\"bbc1_imode21.php\\?page=(\\d+)#page\">"
 
-
x\nextPrediction="<a accesskey=\"6\" href=\"bbc1_imode21.php\\?page=(\\d+)#page\">"
 
-
x\previousSubPrediction="<a accesskey=\"1\" href=\"bbc1_imode21.php\\?page=\\d+&subpage=(\\d+)#page\">"
 
-
x\nextSubPrediction="<a accesskey=\"3\" href=\"bbc1_imode21.php\\?page=\\d+&subpage=(\\d+)#page\">"
 
-
x\startPage=100
 
-
x\pad=1
 
-
</pre>
 
-
 
-
==== BBC Ceefax2 ====
 
-
 
-
Note: for pages with multiple subpages, subpage 1 is not loaded correctly.
 
-
<pre>
 
-
x\siteName=BBC Ceefax2
 
-
x\imageUrl=http://www.ceefax.tv/cgi-bin/gfx.cgi?page=[page]_0&font=big&channel=bbc2
 
-
x\subImageUrl=http://www.ceefax.tv/cgi-bin/gfx.cgi?page=[page]_[subpage]&font=big&channel=bbc2
 
-
x\predictionUrl=http://www.ceefax.tv/imode/bbc2_imode21.php?page=[page]
 
-
x\subPredictionUrl=http://www.ceefax.tv/imode/bbc2_imode21.php?page=[page]&subpage=[subpage]
 
-
x\previousPrediction="<a accesskey=\"x\" href=\"bbc2_imode21.php\\?page=(\\d+)#page\">"
 
-
x\nextPrediction="<a accesskey=\"6\" href=\"bbc2_imode21.php\\?page=(\\d+)#page\">"
 
-
x\previousSubPrediction="<a accesskey=\"1\" href=\"bbc2_imode21.php\\?page=\\d+&subpage=(\\d+)#page\">"
 
-
x\nextSubPrediction="<a accesskey=\"3\" href=\"bbc2_imode21.php\\?page=\\d+&subpage=(\\d+)#page\">"
 
-
x\startPage=100
 
-
x\pad=1
 
-
</pre>
 
[[Category:Software]]
[[Category:Software]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)