Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-11 18:21:35 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-11 18:21:35 +0300
commit506ecb7c354b623f04b7700e0c485bd46e1d9255 (patch)
tree2526a9072aa893ee8d68a8a9fe6b2484f3686ccc
parentbaae395f2859a208c80cd7cb298dfe1d29b2d0d7 (diff)
-rw-r--r--misc/www/index.html74
1 files changed, 0 insertions, 74 deletions
diff --git a/misc/www/index.html b/misc/www/index.html
deleted file mode 100644
index 6ea88534aa..0000000000
--- a/misc/www/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<html>
-<head>
-<title>Piwik | web analytics 2</title>
-<style>
-body{
- padding-top:2.5em;
- padding-left:1em;
- font-family:Georgia,"Times New Roman",Times,serif;
- font-size:0.95em;
-}
-#h1 {
- color: #006;
- font-size: 45px;
- font-weight: lighter;
-}
-
-#subh1 {
- color: #879DBD;
- font-size: 25px;
- font-weight: lighter;
-}
-h3 {
- font-size:1.2em;
- color: #006;
- margin-top:2em;
-
-}
-
-pre {
-
- font-family: courier;
-}
-
-</style></head><body>
-<span id="h1">Piwik </span><span id="subh1"> # open source web analytics</span><br>
-<p>piwik is the new version of <a href="http://www.phpmyvisites.us">phpMyVisites</a>.</P>
-<p>piwik is the future of open source web analytics: plugins based, all the data accessible via APIs (in XML, JSON, CSV, PHP), ajaxified interface.</P>
-<p>piwik is still under heavy development and <b>we are welcoming your help! </b></p>
-<p>If you are a developer, or want to help with translations or with testing, feel free to join the party (<a href="mailto:hello@piwik.org?subject=I want to participate in Piwik">tell us by email!</a>). </p>
-<p>you can try the <a href='http://ns21996.ovh.net/piwik/'>online demo</a> that shows you the latest piwik release.</p>
-
-<h3>Using Piwik</h3>
-<p>1 - download <a href="http://piwik.org/last.zip">the last version</a> (built every hour from the svn trunk/)
-<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or download the SVN trunk development version:
-<pre>
- #svn co https://piwik.svn.sourceforge.net/svnroot/piwik/trunk </pre></p>
-<p>2 - then read the <a href="http://piwik.svn.sourceforge.net/viewvc/*checkout*/piwik/trunk/README">/README</a> for more information about the installation (it is so easy!) and getting your first statistics!</p>
-
-
-<h3>More information</h3>
-<p>contact us by email at <a href="mailto:hello@piwik.org">hello@piwik.org</a></p>
-<p>developers, have a look at the <a href="http://piwik.svn.sourceforge.net/viewvc/piwik/trunk/">web svn</a></p>
-
-<br>
-<p>
-<a href="http://www.openads.org/get-openads/" title="Openads - the web's largest ad-space community"><img src="http://i.openads.org/ll/openads_85x20.png" alt="Openads - the web's largest ad-space community" width="85" height="20" border="0" /></a>
- piwik has been made possible thanks to OpenAds, the open source adserver!
-</p>
-
-
-<!-- Piwik -->
-<a href="http://piwik.org" title="Web analytics" onclick="window.open(this.href);return(false);">
-<script language="javascript" src="http://piwik.org/demo/piwik.js" type="text/javascript"></script>
-<script type="text/javascript">
-<!--
-piwik_action_name = '';
-piwik_idsite = 3;
-piwik_url = 'http://piwik.org/demo/piwik.php';
-piwik_log(piwik_action_name, piwik_idsite, piwik_url);
-//-->
-</script><object>
-<noscript><p>Web analytics<img src="piwik.php" style="border:0" /></p>
-</noscript></object></a>
-<!-- /Piwik --> \ No newline at end of file