Hi, I made some small and trivial changes to the Jena website (without publishing it). Feel free to change/reject any of them, if you do not agree with the changes.
The page which makes me more unsatisfied is the "Jena Roadmap" (*): http://jena.staging.apache.org/jena/about_jena/roadmap.html I believe it's important to give people a sense of direction. The current page IMHO, perhaps, send the wrong message (i.e. no direction). Maybe we could also add something related to the fact that we are still in incubation and the goal is, obviously, get out of the Apache Incubator. Hopefully, as soon as possible or in a reasonable timeframe: 1 year? 2 years? (*) As well as the ones with missing content! The page I care the most for the future of the project and the community around the project is the "Getting involved in Apache Jena": http://jena.staging.apache.org/jena/getting_involved/index.html I tried to make it more personal and progressively show a new potential committer that it's not that hard to move from discussing on the jena-users|jena-dev mailing list, to opening JIRA issues, checking out the source code, create and submit a patch (and maybe, why not?, become a committer). One thing that makes me unhappy is that there is not "getting involved" tab in the horizontal navigation. I would like to add one, but I am aware we discussed this already. However, I really feel strongly about this and I would like to give to the "getting involved" page as much as visibility as some of the other sections there. Can I commit this change? Index: templates/skeleton.html =================================================================== --- templates/skeleton.html (revision 1180410) +++ templates/skeleton.html (working copy) @@ -41,6 +41,7 @@ <li class="round-top-8"><a class="round-top-8" href="/jena/getting_started/index.html">Getting started</a></li> <li class="round-top-8"><a class="round-top-8" href="/jena/tutorials/index.html">Tutorials</a></li> <li class="round-top-8"><a class="round-top-8" href="/jena/documentation/index.html">Documentation</a></li> + <li class="round-top-8"><a class="round-top-8" href="/jena/getting_involved/index.html">Getting involved</a></li> </ul> </div> </div> Next is: "LARQ - adding text search indexes to Jena": http://jena.staging.apache.org/jena/documentation/larq/index.html Thanks, Paolo
