]> git.llucax.com Git - software/eventxx.git/commitdiff
Update project links in the documentation
authorLeandro Lucarella <llucax@gmail.com>
Mon, 11 Aug 2008 00:12:42 +0000 (21:12 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 11 Aug 2008 00:49:06 +0000 (21:49 -0300)
Doxyfile
README

index b7a4a350fce114e71159645d1e3a291c2562407b..d765df5763a0c91133ab431e83a346d9d6420752 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -186,7 +186,10 @@ TAB_SIZE               = 8
 # You can put \n's in the value part of an alias to insert newlines.
 
 ALIASES                = "libevent=<a href='http://monkey.org/~provos/libevent/'>libevent</a> " \
-                         "eventxx=<a href=\"http://www.llucax.com.ar/~luca/eventxx/\"><strong>eventxx</strong></a> "
+                         "eventxx=<a href=\"http://proj.llucax.com.ar/home/eventxx/\"><strong>eventxx</strong></a> " \
+                        "home=http://proj.llucax.com.ar/home/eventxx" \
+                        "redmine=http://proj.llucax.com.ar/projects/show/eventxx" \
+                        "gitweb=http://git.llucax.com.ar/w/software/eventxx.git"
 
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
 # sources only. Doxygen will then generate output that is more tailored for C. 
diff --git a/README b/README
index 02d1ee5fe39a27fefe1089d3eb947b4f0095d6c7..eb2a2ab003746aa7c432a121f5551890254c8149 100644 (file)
--- a/README
+++ b/README
@@ -25,19 +25,17 @@ 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.
+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.
 
-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.
+
+For more information, bug reports or support, please visit the
+<a href="@redmine">eventxx project</a>.
 
 
 @section Usage
@@ -154,10 +152,11 @@ it.
 @version 1.0
 
 @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).
 
 */