forked from hollie/misterhouse
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,33 @@ | ||
<html> | ||
<head> | ||
<!-- Last emacs update Time-stamp: <2005-12-08 20:02:19 winter> --> | ||
<link rel="STYLESHEET" href="/default.css" type="text/css"> | ||
<title>Usage</title> | ||
</head> | ||
<body> | ||
|
||
<h3>Where in the World are the ... MisterHouse people</h3> | ||
|
||
<script> | ||
var frappr_mapheight = 500; | ||
var frappr_mapwidth = 900; | ||
var frappr_maplat = 44.0404245; | ||
var frappr_maplon = -98.14; | ||
var frappr_mapzoom = 16; | ||
var frappr_host = "http://www.frappr.com/";var gid = 47226;</script> | ||
<script src="http://www.frappr.com/ajax/mapwidget.js"></script> | ||
|
||
<hr> | ||
|
||
|
||
<p>Here is an older log of MisterHouse people. The <a href=mh_usage.txt>Raw usage log</a> has the most recent at the bottom. | ||
Here is a <a href=mh_usage_table.html>summary table by cities/states or country</a> | ||
|
||
|
||
<p> Here is an older map of users compiled by Kieran Ames. | ||
<p> | ||
<img src=http://misterhouse.net/mh_usage_map.jpg> | ||
|
||
|
||
|
||
<hr> | ||
<P><script> | ||
document.write("<FONT SIZE=-1>Last modified " + document.lastModified) | ||
</script> | ||
|
||
|
||
<!-- | ||
If out of USA, use city/country or latitude/longitude. Here are a couple of places you can look up lat/long: | ||
<ul> | ||
<li><a href=http://www.heavens-above.com/countries.asp>heavens-above.com</a> | ||
<li><a href=http://www.astro.com/cgi-bin/atlw3/aq.cgi>astro.com</a> | ||
</ul> | ||
--> | ||
|
||
</body> | ||
</html> | ||
<head> | ||
<title>Usage Statistics</title> | ||
<link rel="STYLESHEET" href="default.css" type="text/css"> | ||
</head> | ||
<body> | ||
<h3>Usage</h3> | ||
|
||
<p>There is no tracking script within MisterHouse, so it is difficult to | ||
know how many users are currently using MisterHouse. However, the | ||
following data from some of our websites can help give you a sense of | ||
the activity:</p> | ||
|
||
<ul> | ||
<li><a href="http://misterhouse.wikispaces.com/space/stats/overview?date=2013" target="_blank"> | ||
Wikispaces Traffic 2013 - Hosts User Contributed Documentation</a></li> | ||
<li><a href="http://sourceforge.net/projects/misterhouse/stats/traffic" target="_blank"> | ||
Sourceforge Traffic - Hosts ManPages Documentation | ||
</a></li> | ||
<li><a href="https://github.com/hollie/misterhouse/graphs" target="_blank"> | ||
GitHub Stable Branch - Git Development Activity on the Stable Branch | ||
</a></li> | ||
<li><a href="https://www.ohloh.net/p/misterhouse" target="_blank"> | ||
Historical Development Activity - Goes back 11 years, includes the | ||
current Git repository as well as the older SVN repository. | ||
</a></li> | ||
|
||
</ul> | ||
|
||
|
||
</body> | ||
|
||
</html> |