Revision of Financial Information from Sat, 04/21/2018 - 03:42

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


Total number of associate members (as of April, 20th, 2018)

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

165

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

Total amounts of one-time donations during the past six years (as of April, 20th, 2018)

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 5 to 6 years ago
1488.39 1448.92 1142.39 1118.77 790 531.29
$ 3135.79 1068.19 2263.99 2382.6 2690.01 1998.56
£ 42 7.5 277.5 133 106 120
AUD 20 95 90 107 30 0
BRL 0 0 0 0 0 0
CAD 50.35 115 41 60 51 125
CHF 0 0 10 402 0 0
CZK 0 500 0 0 250 0
DKK 0 100 0 50 0 0
HKD 22 0 0 0 0 0
ILS 0 20 0 0 0 0
JPY 0 0 0 1000 0 0
MXN 1100 100.5 330 200 4 0
NOK 0 0 100 100 0 0
NZD 10 0 0 20 30 0
PLN 0 0 0 0 100 50
SEK 542 250 350 200 0 290
SGD 0 0 0 15 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! 5 to 6 years ago\n'; wget https://trisquel.info/en/donate -qO - | tr -d , | 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 != 6; ++y) printf " || " donations[c, y] + 0; print "" } }' | sort | sed 'i|-'; printf '|}'

Bitcoin donations

They can be tracked here.

Total Income (besides Bitcoin donations)

  • 8100€ income in 2015 (Source)
  • 8795€ income in 2014 (Source)
  • 7790€ income in 2013 (Source)
  • US$ 16,000 income in 2012 (Source)

Total Savings

  • 20.517€ plus ~7.000€ in Bitcoin in savings as of the end of 2015 (Source).
  • 11.000€ in savings as of 12/12/2012 (Source)

Expenses

  • Infrastructure costs (3 rented servers with an annual cost of 1090€).
  • Travel fare for LibrePlanet.
  • Monthly 500€ stipend from October 2014 to May 2015 (4.000€) for Trisquel's leader, Ruben Rodriguez (aka quidam).
  • USB Keys sent to associate members.

Source

Revisions

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