]> git.llucax.com Git - software/eventxx.git/blobdiff - README
README: Add warning about project being abandoned
[software/eventxx.git] / README
diff --git a/README b/README
index 02d1ee5fe39a27fefe1089d3eb947b4f0095d6c7..e448f9d0a26a9126ad666a281b7d02104cc1ba49 100644 (file)
--- a/README
+++ b/README
@@ -7,6 +7,9 @@
 
 @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
@@ -25,19 +28,16 @@ possible.
 Please, visit the @eventxx website for the latest version of this
 documentation.
 
-You can always get the <a
-href="http://www.llucax.com.ar/~luca/eventxx/releases/eventxx.tar.gz">current
-release</a> from the
-<a href="http://www.llucax.com.ar/~luca/eventxx/releases/">release
-directory</a> or grab the
-<a href="http://git.llucax.com.ar/?p=software/eventxx.git;a=snapshot">most up
-to date sources</a> from the <a href="http://git.or.cz/">git</a> repository.
+@section Download
+
+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="https://git-scm.com/">git</a> repository.
 
-You can also take a look the the <a
-href="http://git.llucax.com.ar/?p=software/eventxx.git;a=summary">eventxx
-gitweb</a> interface to see the latest changes online or subscribe to its
-<a href="http://git.llucax.com.ar/?p=software/eventxx.git;a=atom">RSS
-feed</a> to follow the development.
+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.
 
 
 @section Usage
@@ -151,13 +151,14 @@ it.
 
 @author Leandro Lucarella <llucax+eventxx@gmail.com>
 
-@version 1.0
+@version 1.0.1
 
 @par License
-This program is under the BOLA license (see
-http://auriga.wearlab.de/~alb/bola/ for more details or read the
-<a href="http://git.llucax.com.ar/?p=software/eventxx.git;a=blob_plain;f=LICENSE">LICENSE</a>
-file itself, it's very short and it basically says it's Public Domain).
+This program is under the <a href="http://auriga.wearlab.de/~alb/bola/">BOLA
+License</a> (see the license website or the
+<a href="@gitweb?a=blob_plain;f=LICENSE">LICENSE</a>
+file itself for more details, it's very short and it basically says it's
+Public Domain).
 
 */