فهرست منبع

about contents: add links to Applidium, this app's sources (does 404 atm), VLCKit, MediaLibraryKit and libvlc

Felix Paul Kühne 12 سال پیش
والد
کامیت
0166b9321e
1فایلهای تغییر یافته به همراه14 افزوده شده و 5 حذف شده
  1. 14 5
      Resources/About Contents.html

+ 14 - 5
Resources/About Contents.html

@@ -2,21 +2,30 @@
 <head>
 </head>
 <body bgcolor=#000000>
-<div style="text-align:left; background-color:#000000; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto; font-size:10pt; font-family:Helvetica; color:#b3b3b3">We would like to thank the following people for tests, ideas and translations:<br />
+<style type="text/css">
+A:link {text-decoration: underline; color: #b3b3b3}
+A:visited {text-decoration: none}
+A:active {text-decoration: none}
+</style>
+<div style="text-align:left; background-color:#000000; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto; font-size:10pt; font-family:Helvetica; color:#b3b3b3"; A:link {text-decoration: underline; color:#b3b3b3}>We would like to thank the following people for tests, ideas and translations:<br />
 Luca Barbato, Adrien Maglo, Alexandre Perraud<br />
 <br />
-... and Applidium for a first port of VLC to iOS.<br />
+... and <a href="http://www.applidium.com">Applidium</a> for a first port of VLC to iOS.<br />
+<br />
+<br />
+This application is fully open-source. You can get its sources <a href="http://git.videolan.org/?p=vlc-ports/ios2.git;a=summary">online</a> and modify or redistribute them under the conditions of $LICENSE.
+<br />
 <br />
 <br />
 VLC for iOS makes use of the following libraries, fonts and frameworks:<br />
 <br />
-&nbsp;&nbsp;&nbsp;&nbsp;MobileVLCKit<br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://git.videolan.org/?p=vlc-bindings/VLCKit.git;a=summary">MobileVLCKit</a><br />
 Copyright &copy; 2007-2013 Pierre d&rsquo;Herbemont, Felix Paul K&uuml;hne, Faustino E. Osuna, et al. - LGPLv2.1 or later<br />
 <br />
-&nbsp;&nbsp;&nbsp;&nbsp;MediaLibraryKit<br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://git.videolan.org/?p=MediaLibraryKit.git;a=summary">MediaLibraryKit</a><br />
 Copyright &copy; 2010-2013 Pierre d&rsquo;Herbemont and Felix Paul K&uuml;hne - LGPLv2.1 or later<br />
 <br />
-&nbsp;&nbsp;&nbsp;&nbsp;libvlc<br />
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://wiki.videolan.org/Developers_Corner">libvlc</a><br />
 Copyright &copy; 1996-2013 VideoLAN and VLC Authors - LGPLv2.1 or later<br />
 <br />
 &nbsp;&nbsp;&nbsp;&nbsp;AQGridView<br />