Update of /cvsroot/gpsmap/gpstool/doc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3288/doc
Modified Files:
readme.html screenshots.html
Log Message:
obfuscating my email address
Index: readme.html
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/doc/readme.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** readme.html 3 Nov 2006 08:51:44 -0000 1.31
--- readme.html 30 Jan 2008 20:48:55 -0000 1.32
***************
*** 688,693 ****
to
<address>
! <a href="mailto:cd...@us...">Christof
! Dallermassl</a> at 47.059734°/15.473280°
</address>
</p>
--- 688,716 ----
to
<address>
! <script type="text/javascript" language="javascript">
! <!--
! // Email obfuscator script 2.1 by Tim Williams, University of Arizona
! // Random encryption key feature by Andrew Moulden, Site Engineering Ltd
! // This code is freeware provided these four comment lines remain intact
! // A wizard to generate this code is at http://www.jottings.com/obfuscator/
! { coded = "lQ...@hH...hxlXPuxLX.VX3"
! key = "QTrPHVypbUSeMgz6k41BIcOADt2JuGFxWdZmfsnjXvLwN7E08Clq9R3Y5haKio"
! shift=coded.length
! link=""
! for (i=0; i<coded.length; i++) {
! if (key.indexOf(coded.charAt(i))==-1) {
! ltr = coded.charAt(i)
! link += (ltr)
! }
! else {
! ltr = (key.indexOf(coded.charAt(i))-shift+key.length) % key.length
! link += (key.charAt(ltr))
! }
! }
! document.write("<a href='mailto:"+link+"'>Christof Dallermassl</a>")
! }
! //-->
! </script><noscript>Sorry, you need Javascript on to email me.</noscript>
! at 47.059734°/15.473280°
</address>
</p>
Index: screenshots.html
===================================================================
RCS file: /cvsroot/gpsmap/gpstool/doc/screenshots.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** screenshots.html 1 Feb 2006 15:35:25 -0000 1.6
--- screenshots.html 30 Jan 2008 20:48:55 -0000 1.7
***************
*** 86,90 ****
Please report any comments, bugfixes, ...
to
! <address><a href="mailto:cd...@us...">Christof Dallermassl</a></address>
<div id="sflogo">
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=64816&type=4" width="125" height="37" border="0" alt="SourceForge.net Logo" />
--- 86,114 ----
Please report any comments, bugfixes, ...
to
! <address><script type="text/javascript" language="javascript">
! <!--
! // Email obfuscator script 2.1 by Tim Williams, University of Arizona
! // Random encryption key feature by Andrew Moulden, Site Engineering Ltd
! // This code is freeware provided these four comment lines remain intact
! // A wizard to generate this code is at http://www.jottings.com/obfuscator/
! { coded = "lQ...@hH...hxlXPuxLX.VX3"
! key = "QTrPHVypbUSeMgz6k41BIcOADt2JuGFxWdZmfsnjXvLwN7E08Clq9R3Y5haKio"
! shift=coded.length
! link=""
! for (i=0; i<coded.length; i++) {
! if (key.indexOf(coded.charAt(i))==-1) {
! ltr = coded.charAt(i)
! link += (ltr)
! }
! else {
! ltr = (key.indexOf(coded.charAt(i))-shift+key.length) % key.length
! link += (key.charAt(ltr))
! }
! }
! document.write("<a href='mailto:"+link+"'>Christof Dallermassl</a>")
! }
! //-->
! </script><noscript>Sorry, you need Javascript on to email me.</noscript>
! </address>
<div id="sflogo">
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=64816&type=4" width="125" height="37" border="0" alt="SourceForge.net Logo" />
|