Revision of Financial Information from Sun, 02/21/2016 - 20:32

The revisions let you track differences between multiple versions of a post.


Total amounts of one-time donations (as of 21/02/2016)

Currency 0 to 1 year ago 1 to 2 years ago 2 to 3 years ago 3 to 4 years ago 4 to 5 years ago
1065.44 1128.72 715 590.29 514.17
$ 1386.51 2965.6 2092.01 2216.56 2334.86
£ 312.5 104 145 70 60
AUD 110 87 30 0 0
BRL 0 0 0 25 0
CAD 21 60 101 85 55
CHF 110 302 0 0 0
CZK 0 250 0 0 0
DKK 0 50 0 0 0
JPY 1 0 0 0 0
MXN 320 200 4 0 1120
NOK 100 100 0 0 0
NZD 0 50 0 0 0
PLN 0 0 100 50 20
SEK 350 200 0 290 0
SGD 0 15 0 0 0

The following command automatically generates the Wiki table above (with up-to-date information): $ printf '{| class="wikitable"\n! Currency\n! 0 to 1 year ago\n! 1 to 2 years ago\n! 2 to 3 years ago\n! 3 to 4 years ago\n! 4 to 5 years ago\n'; wget https://trisquel.info/en/donate -qO - | tr '<' '\n' | awk '/td>donated/ { currencies[$2] = ""; currency = $2; amount = $3; getline; getline; getline; if ($0 ~ /year/) donations[currency, substr($1, 4)] += amount; else donations[currency, 0] += amount } END { for (c in currencies) { printf c; for (y = 0; y != 5; ++y) printf " || " donations[c, y] + 0; print "" } }' | sort | sed 'i|-'; printf '|}'

Total number of associate members (as of 21/02/2016)

Warning: the number below come from counting the names on https://trisquel.info/about (and subsequent pages) but it is unclear whether names are ever removed. If they are not, the number is how many users have ever been associate member, not the current number.

148

The following command automatically computes (from up-to-date information) the number above (but "100" will have to be substituted by "150" and https://trisquel.info/en/about?page=2 by https://trisquel.info/en/about?page=3 once this latter page exists): $ echo 100 + $(wget -qO - https://trisquel.info/en/about?page=2 | sed -n '/Associate Members/,/Registered Users/p' | grep -c 'tr class') | bc

Total Income/Savings

  • $16,000 USD income in 2012 (Source)
  • €11.000 Euros in savings as of 12/12/2012 (Source)

Mission Statement for Funds Received

"We will spend the money in our development and web servers. It is also our goal to receive enough funds to sustain the main development team, so in the future they will be able to work full time on the project as they main or only job." (Source)

Current and Possible Expenses

  • Travel expenses for Rubén
  • USB Keys
  • trisquel.info

Revisions

12/12/2012 - 15:09
jdenz
02/21/2016 - 14:19
Magic Banana