The new website is live @
CLAMclient.com!
There are almost certainly various inaccuracies and problems; please let us know if you find any problems

Looking pretty good!
It could stand a spellcheck:
* transfered, transfering, consesus on
http://clamclient.com/#/introduction-to-clams/* COMLETE on
http://clamclient.com/#/development-plan/Edit:
http://clamclient.com/#/technical-info/ says:
Current Supply = 150,000(Nov 20 estimate)
I recently
added code to the client to accurately track the supply. As of right now:
"moneysupply" : 14897649.13048927,
"digsupply" : 101306.20991278,
"stakesupply" : 123247.72641731,
"activesupply" : 224553.93633009,
So your estimate is quite a bit too low.
* "activesupply" is digsupply + stakesupply, where:
* "stakesupply" is the amount created by staking (including lottery wins) and should go up by 1 CLAM per minute on average now.
* "digsupply" is the amount claimed by people "digging up" distribution CLAMs and so it should always be an exact multiple of 4.60545574 - and indeed it is:
>>> 4.60545574 * 21997
101306.20991278
21,997 addresses have dug up their free CLAMs so far.
Edit2:
"Minimum Stake Age: 8 Hours"
That's
4 hours, and 500 blocks, whichever takes longer. 500 blocks should take 8 hours 20 minutes, but can take a lot less in certain circumstances.
Edit3:
"Proof-Of-Stake has 1% annual return"
The return is 1 CLAM per minute. That's 526k per year. That's 1% of 53 million, so this figure is clearly wrong.
526k per year is 3.53% of the total money supply, and 234% of the active (staked + digged) supply:
>>> 60*24*365.25 / 14897662.13048927 * 100
3.5304868333909942
>>> 60*24*365.25 / 224571.54178583 * 100
234.20598879870496
Indeed, currently the daily return is 0.64% on active CLAMs:
>>> 60*24 / 224571.54178583 * 100
0.6412210507835864