diff options
author | Emil Ivov <emcho@jitsi.org> | 2007-11-12 14:19:09 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2007-11-12 14:19:09 +0000 |
commit | 0a9b0dc10978308fd7eddd98bc2b09c20ebd8e6e (patch) | |
tree | 0abba88a8c6b4d1d43463fee4dbe9ea95f1df07f | |
parent | 716789509e73f52cda6ca94f801984f8b7e6b405 (diff) | |
download | jitsi-0a9b0dc10978308fd7eddd98bc2b09c20ebd8e6e.zip jitsi-0a9b0dc10978308fd7eddd98bc2b09c20ebd8e6e.tar.gz jitsi-0a9b0dc10978308fd7eddd98bc2b09c20ebd8e6e.tar.bz2 |
Start redirecting again
-rw-r--r-- | www/index.html | 16 | ||||
-rw-r--r-- | www/project_tools.html | 8 |
2 files changed, 23 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 2c8f34c..fad519e 100644 --- a/www/index.html +++ b/www/index.html @@ -1 +1,15 @@ -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <table width="100%" cellpadding="0" bordercolor="#111111" border="0" style="border-collapse: collapse" id="AutoNumber2"> <tbody><tr> <td valign="middle" style="width: 20%"> <p align="center"> <a href="http://sip-communicator.org"><img border="0" alt="sip-communicator.org" src="images/sip-communicator.logo.png" /></a><br /> SIP Communicator <br />Open Source VoIP & IM </p> <br /> </td> <td style="width: 90%"> <p align="justify"> SIP Communicator is an audio/video Internet phone and instant messenger that support some of the most popular instant messaging and telephony protocols such as SIP, Jabber, AIM/ICQ, MSN and soon others like Yahoo and IRC. </p> <p align="justify"> SIP Communicator is completely <a href="http://www.opensource.org/">Open Source</a> / <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>, and is freely available under the terms of the <a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a>. </p> <table width="100%" cellspacing="2" cellpadding="2" border="0" style="background-color: white"> <tbody><tr><td style="background-color: lightgray"> <p> RESOURCES: The SIP Communicator <a class="wikilink" href="http://www.sip-communicator.org/index.php/Documentation/FAQ">FAQ</a> can usually answer most questions. You can also ask on the <a class="wikilink" href="http://www.sip-communicator.org/index.php/Development/MailingLists#users">users</a> mailing list, or at the <a class="urllink" rel="nofollow" href="http://www.sip-communicator.org/irc/irc.cgi">irc channel</a> #sip-communicator at irc.freenode.net. </p> </td></tr> </tbody></table> <p><em> <strong>Note:</strong> Right now SIP Communicator is still a work in progress and as such is still unstable. If you would like to help or follow project progress check the <a class="wikilink" href="http://www.sip-communicator.org/index.php/Development/Roadmap">Project Roadmap</a> or join our <a class="wikilink" href="http://www.sip-communicator.org/index.php/Development/MailingLists">Mailing Lists</a>. You can also have a look at the SIP Communicator <a class="wikilink" href="http://www.sip-communicator.org/index.php/Main/Screenshots">screenshots</a> </em> </p> <p> <strong> Thanks for your patience and continuing support! <br /> <a href="https://sip-communicator.org/wiki/index.php/Development/TeamAndContributors"> The SIP Communicator team</a></strong></p> </td> </tr> </tbody></table>
\ No newline at end of file +<html> +<head> + <title>www.sip-communicator.org</title> + <meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.sip-communicator.org"> +</head> +<body> + <h3>sip-communicator.org</h3> + <p> + <a href="http://sip-communicator.org/">Forwarding to sip-communicator.org</a> + <script> + document.location.replace("http://sip-communicator.org/"); + </script> + </p> +</body> +</html> diff --git a/www/project_tools.html b/www/project_tools.html index da9f62f..ddd9d57 100644 --- a/www/project_tools.html +++ b/www/project_tools.html @@ -59,6 +59,14 @@ If your project uses a site traffic tracker like Google Analytics, this is a good place to inject it. --> +<!-- +<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> +</script> +<script type="text/javascript"> + _uacct = "UA-319188-2"; + urchinTracker(); +</script> +--> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> |