On 24/01/12 20:42, Damian Steer wrote:
Thanks Damian, that's really helpful. Using those results, I've redirected the wiki as described below.I had a look at generating these using a little ruby crawling and mahout. [1][2] Naturally this has taken a great deal more time than comparing each page manually. Results are included at the end of this email, and could easily be rejigged into an htaccess file. The form is:
I did not translate the following pages, as they were either blank or (it seems to me) very out of date:
http://openjena.org/wiki/SPARQL_Extensions -> http://openjena.org/wiki/JenaMulgara -> http://openjena.org/wiki/SDB/NotesPostgreSQL -> http://openjena.org/wiki/SDB/NotesMySQL -> http://openjena.org/wiki/SDB/NotesDerby -> http://openjena.org/wiki/SDB/NotesMSSQL -> http://openjena.org/wiki/SDB/NotesDB2 -> http://openjena.org/wiki/TDB/Concurrency ->
As a side effect, there were a couple of pages that were missing from the original translation of the wiki content to the CMS. These have now been added to the i.a.o site.
IanRedirectMatch ^/wiki/SSE$ http://incubator.apache.org/jena/documentation/notes/sse.html RedirectMatch ^/wiki/Fuseki$ http://incubator.apache.org/jena/documentation/serving_data/ RedirectMatch ^/wiki/RIOT$ http://incubator.apache.org/jena/documentation/io/riot.html RedirectMatch ^/wiki/SOH$ http://incubator.apache.org/jena/documentation/serving_data/soh.html RedirectMatch ^/wiki/SDB/Quickstart$ http://incubator.apache.org/jena/documentation/sdb/quickstart.html RedirectMatch ^/wiki/SDB/Installation$ http://incubator.apache.org/jena/documentation/sdb/installation.html RedirectMatch ^/wiki/SDB/Commands$ http://incubator.apache.org/jena/documentation/sdb/commands.html RedirectMatch ^/wiki/SDB/Store_Description$ http://incubator.apache.org/jena/documentation/sdb/store_description.html RedirectMatch ^/wiki/SDB/Dataset_Description$ http://incubator.apache.org/jena/documentation/sdb/dataset_description.html RedirectMatch ^/wiki/SDB/Configuration$ http://incubator.apache.org/jena/documentation/sdb/configuration.html RedirectMatch ^/wiki/SDB/JavaAPI$ http://incubator.apache.org/jena/documentation/sdb/javaapi.html RedirectMatch ^/wiki/SDB/Database_Layouts$ http://incubator.apache.org/jena/documentation/sdb/database_layouts.html RedirectMatch ^/wiki/SDB/Joseki_Integration$ http://incubator.apache.org/jena/documentation/sdb/joseki_integration.html RedirectMatch ^/wiki/SDB/FAQ$ http://incubator.apache.org/jena/documentation/sdb/faq.html RedirectMatch ^/wiki/SDB/Databases_Supported$ http://incubator.apache.org/jena/documentation/sdb/databases_supported.html RedirectMatch ^/wiki/SDB/Support$ http://incubator.apache.org/jena/documentation/sdb/ RedirectMatch ^/wiki/SDB/Loading_performance$ http://incubator.apache.org/jena/documentation/sdb/loading_performance.html RedirectMatch ^/wiki/SDB/Loading_data$ http://incubator.apache.org/jena/documentation/sdb/loading_data.html RedirectMatch ^/wiki/SDB/Query$ http://incubator.apache.org/jena/documentation/sdb/ RedirectMatch ^/wiki/SDB/Query_performance$ http://incubator.apache.org/jena/documentation/sdb/query_performance.html RedirectMatch ^/wiki/TDB/Requirements$ http://incubator.apache.org/jena/documentation/tdb/requirements.html RedirectMatch ^/wiki/TDB/JVM-64-32$ http://incubator.apache.org/jena/documentation/tdb/jvm_64_32.html RedirectMatch ^/wiki/TDB/JavaAPI$ http://incubator.apache.org/jena/documentation/tdb/java_api.html RedirectMatch ^/wiki/TDB/Installation$ http://incubator.apache.org/jena/download/index.html RedirectMatch ^/wiki/TDB/Commands$ http://incubator.apache.org/jena/documentation/tdb/commands.html RedirectMatch ^/wiki/TDB/Datasets$ http://incubator.apache.org/jena/documentation/tdb/datasets.html RedirectMatch ^/wiki/TDB/QuadFilter$ http://incubator.apache.org/jena/documentation/tdb/quadfilter.html RedirectMatch ^/wiki/TDB/ValueCanonicalization$ http://incubator.apache.org/jena/documentation/tdb/value_canonicalization.html RedirectMatch ^/wiki/TDB/DynamicDatasets$ http://incubator.apache.org/jena/documentation/tdb/dynamic_datasets.html RedirectMatch ^/wiki/TDB/Assembler$ http://incubator.apache.org/jena/documentation/tdb/assembler.html RedirectMatch ^/wiki/TDB/Optimizer$ http://incubator.apache.org/jena/documentation/tdb/optimizer.html RedirectMatch ^/wiki/TDB/Architecture$ http://incubator.apache.org/jena/documentation/tdb/architecture.html RedirectMatch ^/wiki/TDB/Configuration$ http://incubator.apache.org/jena/documentation/tdb/configuration.html RedirectMatch ^/wiki/TDB/Joseki_Integration$ http://incubator.apache.org/jena/documentation/serving_data/index.html RedirectMatch ^/wiki/ARQ/Logging$ http://incubator.apache.org/jena/documentation/query/logging.html RedirectMatch ^/wiki/ARQ/Explain$ http://incubator.apache.org/jena/documentation/query/explain.html RedirectMatch ^/wiki/ARQ/Manipulating_SPARQL_using_ARQ$ http://incubator.apache.org/jena/documentation/query/manipulating_sparql_using_arq.html RedirectMatch ^/wiki/SDB$ http://incubator.apache.org/jena/documentation/sdb/index.html RedirectMatch ^/wiki/TDB$ http://incubator.apache.org/jena/documentation/tdb/index.html RedirectMatch ^/wiki/ARQ$ http://incubator.apache.org/jena/documentation/query/index.html
RedirectMatch ^/wiki/Main_Page$ http://incubator.apache.org/jena RedirectMatch ^/wiki/$ http://incubator.apache.org/jena RedirectMatch ^/wiki$ http://incubator.apache.org/jena
