@section Introduction
+@warning This project is not maintained anymore, it is kept alive just to
+historical/educational reasons.
+
@libevent is a popular API that provides a mechanism to execute a callback
function when a specific event occurs on a file descriptor or after a
timeout has been reached. Furthermore, @libevent also support callbacks due
You can always get the <a href="@home/releases/eventxx.tar.gz">current
release</a> from the <a href="@home/releases/">release directory</a> or
grab the <a href="@gitweb?a=snapshot">most up to date sources</a> from
-the <a href="http://git.or.cz/">git</a> repository.
+the <a href="https://git-scm.com/">git</a> repository.
You can also take a look the the <a href="@gitweb">eventxx gitweb</a>
interface to see the latest changes online or subscribe to its
<a href="@gitweb?a=atom">Atom feed</a> to follow the development.
-For more information, bug reports or support, please visit the
-<a href="@redmine">eventxx project</a>.
-
@section Usage