% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab: % layout 'default'; % title $self->l('About');
<%= l('It means DOwnLOad MONitor.') %>
<%= l('Dolomon tracks how many times a link was clicked on.') %>
<%= l('This means that it can tell you how many times a file was downloaded (it was designed for that purpose).') %> <%= l('But you can also use it to track visits on a page.') %>
<%= l('It\'s quite simple:') %>
<%= l('To track visits on a page, create a dolo pointing to a small transparent image (Dolomon has a helper to do that) and insert the resulting URL as an image in your page.') %>
<%== l('You can interact with a Dolomon server from Wordpress with the plugin WP-Dolomon.') %>
<%= l('Create an application in Dolomon to get credentials to use in WP-Dolomon.') %>
<%= l('Dolomon increments counters at each visit.') %> <%= l('The counters are just numbers: no IP address is kept.') %>
<%== l('Dolomon also keeps the Referer header and the date and time of the visit for %1 days.', config('keep_hits')->{uber_precision}) %>
<%= l('You can\'t, sorry.') %> <%= l('But don\'t worry, Dolomon\'s statistics are really anonymous.') %>
% if (config('counter_delay') > 0) {<%== l('A cookie is set for %1 seconds for each dolo you visit, to prevent counting consecutive visits from the same person, unless you activated the Do-Not-Track header on your browser.', config('counter_delay')) %>
% }% my $la = languages; % if (defined config('contact')->{$la}) { <%== config('contact')->{$la} %> % } else { <%== config('contact')->{config('contact')->{'default'}} %> % }
<%== l('Dolomon is licensed under the terms of the GNU AGPLv3, see the LICENSE file.') %>
<%== l('The code of Dolomon is on https://framagit.org/luc/dolomon.') %>
Luc Didry, aka Sky (https://fiat-tux.fr)
<%== l('You can make a donation to the author on Tipeee or on Liberapay.') %>
<%== l('The Dolomon mascot is called Zag. It has been initially designed by Renê Gustavo Miszczak under the name of Red Oso, have been proposed by Cyrille Largillier, is in Public Domain and has been slightly modified for Dolomon.') %>