[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [marble] src: - Open up mobile wikipedia
From:       Torsten Rahn <rahn () kde ! org>
Date:       2013-01-03 1:48:42
Message-ID: 20130103014842.B79C0A6091 () git ! kde ! org
[Download RAW message or body]

Git commit b072454a31cc50b9580874133be63cd56f86e62b by Torsten Rahn.
Committed on 03/01/2013 at 02:48.
Pushed by rahn into branch 'master'.

- Open up mobile wikipedia

M  +7    -7    src/lib/webpopup/places.html
M  +7    -7    src/plugins/render/satellites/data/satellite.html

http://commits.kde.org/marble/b072454a31cc50b9580874133be63cd56f86e62b

diff --git a/src/lib/webpopup/places.html b/src/lib/webpopup/places.html
index 33b6eac..1b4997e 100644
--- a/src/lib/webpopup/places.html
+++ b/src/lib/webpopup/places.html
@@ -22,13 +22,13 @@
   <td colspan="2">Coordinates</td>
 </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Above_mean_sea_level">Elevation</a></td><td>%elevation% \
m</td> +  <td><a href="http://en.m.wikipedia.org/wiki/Above_mean_sea_level">Elevation</a></td><td>%elevation% \
m</td>  </tr>
 </table>
 <p>
@@ -41,16 +41,16 @@
   <td colspan="2">Factsheet</td>
 </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Population_size">Population</a></td><td>%population%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Population_size">Population</a></td><td>%population%</td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/State_%28polity%29">Country</a></td><td>%country%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/State_%28polity%29">Country</a></td><td>%country%</td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Federated_state">State</a></td>%state%<td></td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Federated_state">State</a></td>%state%<td></td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Time_zone">Timezone</a></td><td><a \
href="http://en.wikipedia.org/wiki/Greenwich_Mean_Time">GMT</a>+%timezone%</td> +  \
<td><a href="http://en.m.wikipedia.org/wiki/Time_zone">Timezone</a></td><td><a \
href="http://en.wikipedia.org/wiki/Greenwich_Mean_Time">GMT</a>+%timezone%</td>  \
</tr>  </table>
 
diff --git a/src/plugins/render/satellites/data/satellite.html \
b/src/plugins/render/satellites/data/satellite.html index 029fefd..abe681d 100644
--- a/src/plugins/render/satellites/data/satellite.html
+++ b/src/plugins/render/satellites/data/satellite.html
@@ -14,10 +14,10 @@
   <td colspan="2">Coordinates</td>
 </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
 +  <td><a href="http://en.m.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
  </tr>
 <tr>
   <td>Altitude</a></td><td>%altitude% m</td>
@@ -34,19 +34,19 @@
   <td colspan="2">Orbital data</td>
 </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Apsis">Perigee</a></td><td>%perigee% \
km</td> +  <td><a href="http://en.m.wikipedia.org/wiki/Apsis">Perigee</a></td><td>%perigee% \
km</td>  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Apsis">Apogee</a></td><td>%apogee% \
km</td> +  <td><a href="http://en.m.wikipedia.org/wiki/Apsis">Apogee</a></td><td>%apogee% \
km</td>  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Inclination">Inclination</a> \
(<i>i</i>)</td><td>%inclination%&deg;</td> +  <td><a \
href="http://en.m.wikipedia.org/wiki/Inclination">Inclination</a> \
(<i>i</i>)</td><td>%inclination%&deg;</td>  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Orbital_period">Period</a> \
(<i>P</i>)</td><td>%period% min</td> +  <td><a \
href="http://en.m.wikipedia.org/wiki/Orbital_period">Period</a> \
(<i>P</i>)</td><td>%period% min</td>  </tr>
 <tr>
-  <td><a href="http://en.wikipedia.org/wiki/Semi-major_axis">Semi-major axis</a> \
(<i>a</i>)</td><td>%semiMajorAxis% km</td> +  <td><a \
href="http://en.m.wikipedia.org/wiki/Semi-major_axis">Semi-major axis</a> \
(<i>a</i>)</td><td>%semiMajorAxis% km</td>  </tr>
 </table>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic