[Trisquel-users] Re : I'm leaving Trisquel

2016-10-15 Thread lcerf

Quidam uses Trisquel. Stop the FUD.


[Trisquel-users] Re : I'm leaving Trisquel

2016-08-03 Thread lcerf
As far as I understand, Canonical at least propagates Debian's updates  
(whatever the section) and so does Trisquel. In the "Synaptic Package  
Manager", you can click the "Origin" button and, then,  
"belos-security/universe" or "belenos-updates/universe" to list the related  
packages that received such updates (respectively relating to 1238 and 2724  
distinct packages).


[Trisquel-users] Re : I'm leaving Trisquel

2016-07-22 Thread lcerf
Thank you very much! I believe it is easier for newbies to copy-paste to the  
terminal and execute a single command line (rather than copy to a file, make  
it executable and execute it). That is why I kept the single line (notice  
also that your 'print ""' has one supernumerary level of indentation). I  
actually applied the fix in a different way: 'tr -d ,' deletes all commas  
right after https://trisquel.info/en/donate is downloaded. If I can avoid  
'gensub', I usually do so (I always have to go back to the documentation for  
'gensub' and the likes)...


https://trisquel.info/en/wiki/financial-information was updated accordingly.  
The sums now match those of Ignacio.Agullo.


Re: [Trisquel-users] Re : I'm leaving Trisquel

2016-07-21 Thread Adonay Felipe Nogueira
What is the bug exactly?


signature.asc
Description: This is a digitally signed message part


[Trisquel-users] Re : I'm leaving Trisquel

2016-07-21 Thread lcerf
Well, that is possible. Would you find the possible bug in the following  
command line that generates the Wiki table on  
https://trisquel.info/en/wiki/financial-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 '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  
'|}'


Re: [Trisquel-users] Re : I'm leaving Trisquel

2016-07-21 Thread Ignacio Agulló

lc...@dcc.ufmg.br, Xov 21 Xul 2016 12:33:05 CEST:

If you excluded the donations marked as "2 years ago" (which were  
actually made between two and three years ago), then our sums should  
match.


Which means your sum should match mine, of course. :-P


Ignacio Agulló · agu...@ati.es


This message was sent using IMP, the Internet Messaging Program.




[Trisquel-users] Re : I'm leaving Trisquel

2016-07-21 Thread lcerf
If you excluded the donations marked as "2 years ago" (which were actually  
made between two and three years ago), then our sums should match.


Re: [Trisquel-users] Re : I'm leaving Trisquel

2016-07-20 Thread Ignacio Agulló

lc...@dcc.ufmg.br, Mér 20 Xul 2016 12:00:13 CEST:

I updated https://trisquel.info/en/wiki/financial-information but my  
command line did not find the same numbers (e.g., it only found  
1126.35 + 2360.11 = 3486.46 dollars for the past two years).


 I took the donations newer than 2 years from this list:  
https://trisquel.info/es/donate



Ignacio Agulló · agu...@ati.es


This message was sent using IMP, the Internet Messaging Program.




[Trisquel-users] Re : I'm leaving Trisquel

2016-07-20 Thread lcerf
The documentation is a wiki: just edit it! I do not think it is worth having  
both pt_pt and pt_br manuals. Portuguese people can read (listening is much  
harder!) Brazilian Portuguese and vice versa. It may be that the "sistema  
operativo" becomes a "sistema operacional", the "ficheiro" may turn into a  
"arquivo", ... but, well, as long as no edit war is declared (and given the  
activity on  
https://trisquel.info/en/wiki/documenta%C3%A7%C3%A3o-portugu%C3%AAs-br it  
will not in the predictable), both variations of the language should be  
welcome imho.


[Trisquel-users] Re : I'm leaving Trisquel

2016-07-20 Thread lcerf
I updated https://trisquel.info/en/wiki/financial-information but my command  
line did not find the same numbers (e.g., it only found 1126.35 + 2360.11 =  
3486.46 dollars for the past two years).


[Trisquel-users] Re : I'm leaving Trisquel

2016-07-18 Thread lcerf
The documentation in Portuguese was started quite some time ago and  
abandoned:  
https://trisquel.info/en/wiki/documenta%C3%A7%C3%A3o-portugu%C3%AAs-br


Feel free to revive it: the whole official documentation is a wiki. Click on  
the flags on the upper-right part of the interface to access the  
documentation in other languages.


I would like to point out that several users talk about developing work and  
mention languages such as C. However, as far as I understand, most of the  
work lies in package helpers that are small Shell scripts. In their simpler  
form, they almost only call sed's substitution command. In that context, the  
most important skill must be to know regexps:  
https://en.wikipedia.org/wiki/Regular_expression#Standards