I think it's time to more forcefully downplay jena.sourceforge.net.
While there are indirections that take you from the SF page to the same
on jena.apache.org., it isn't perfect. A few people still manage to
reference SF material, maybe it's old likes direct to pages or something
else.
Therefore, I suggest putting a redirect for anything not already matched
to take the user to the jena home page:
I added to the end of .htaccess:
RedirectMatch /(.*) http://jena.apache.org/
At the moment, I've added it to the end of the redirections so helper
links still work but it is assuming some knowledge of the Apache site.
So maybe remove all helpful cross links and always send the user to
http://jena.apache.org/ regardless.
Andy
PS www.joseki.org/* now dumps you on jena.apache.org always.
# Redirect (permanently - 301) to the Apache site
#Javadocs
Redirect 301 /javadoc http://jena.apache.org/documentation/javadoc/jena
Redirect 301 /ARQ/javadoc http://jena.apache.org/documentation/javadoc/arq
Redirect 301 /TDB/javadoc http://jena.apache.org/documentation/javadoc/tdb
Redirect 301 /SDB/javadoc http://jena.apache.org/documentation/javadoc/sdb
RedirectMatch 301 ^/ARQ$
http://jena.apache.org/documentation/query/index.html
RedirectMatch 301 ^/ARQ/$
http://jena.apache.org/documentation/query/index.html
RedirectMatch 301 ^/ARQ/index.html$
http://jena.apache.org/documentation/query/index.html
RedirectMatch 301 ^/TDB$
http://jena.apache.org/documentation/tdb/index.html
RedirectMatch 301 ^/TDB/$
http://jena.apache.org/documentation/tdb/index.html
RedirectMatch 301 ^/TDB/index.html$
http://jena.apache.org/documentation/tdb/index.html
RedirectMatch 301 ^/SDB$
http://jena.apache.org/documentation/sdb/index.html
RedirectMatch 301 ^/SDB/$
http://jena.apache.org/documentation/sdb/index.html
RedirectMatch 301 ^/SDB/index.html$
http://jena.apache.org/documentation/sdb/index.html
RedirectMatch 301 ^/$ http://jena.apache.org/
RedirectMatch 301 ^/index.html$ http://jena.apache.org/
RedirectMatch /(.*) http://jena.apache.org/