Since we have these numbers, what do we do? Contact the users and explain a migration path to Rainy? Keep the server up, but in a new place?
And based on that, here is what I see: [root snowy edge.tomboy-online.org]# ll -rt access_log* | awk '/2013/{print $NF}' | xargs zgrep -h 'GET /api/1.0/ HTTP/1.1' | awk -F'[ :]' '{print $2}' | sort -u | wc -l
44
GET /api/1.0/ is the very part of the tomboy sync api, so that tells me that in 2013, all 44 active users have tomboy setup to sync to tomboy online. Now this month in April it has only been 10 users:
[root snowy edge.tomboy-online.org]# ll -rt access_log* | awk '/2013-04/{print $NF}' | xargs zgrep -h 'GET /api/1.0/ HTTP/1.1' | awk -F'[ :]' '{print $2}' | sort -u | wc -l
10
_______________________________________________ tomboy-online-list mailing list tomboy-online-list gnome org https://mail.gnome.org/mailman/listinfo/tomboy-online-list
|