From: <tho...@us...> - 2014-01-11 18:55:36
|
Revision: 7775 http://bigdata.svn.sourceforge.net/bigdata/?rev=7775&view=rev Author: thompsonbry Date: 2014-01-11 18:55:29 +0000 (Sat, 11 Jan 2014) Log Message: ----------- Added link to the wiki (main page). Added title to link to SPARQL 1.1 Query and SPARQL UPDATE recommendations. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-01-11 18:54:15 UTC (rev 7774) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-01-11 18:55:29 UTC (rev 7775) @@ -10,8 +10,12 @@ <h2>Welcome to bigdata®.</h2> <p>Please consult the -<a href="https://sourceforge.net/apps/mediawiki/bigdata/index.php?title=NanoSparqlServer"> -documentation</a> for information on using the NanoSparqlServer's REST Api. +<a href="https://sourceforge.net/apps/mediawiki/bigdata/index.php?title=NanoSparqlServer" + target="_blank" + > documentation</a> for information on using the NanoSparqlServer's REST Api. </br>See the + <a href="https://sourceforge.net/apps/mediawiki/bigdata/index.php?title=Main_Page" + target="_blank" + >wiki</a> for help on query optimization, bigdata SPARQL extensions, etc. </p> <p> @@ -39,7 +43,10 @@ URL. For that reason ONLY this operation defaults to a POST. You SHOULD use GET for database queries since they are, by and large, idempotent. --> -<h2><a href="http://www.w3.org/TR/sparql11-query/"> SPARQL Query </a></h2> +<h2><a href="http://www.w3.org/TR/sparql11-query/" + title="W3C SPARQL 1.1 Query Recommendation" + target="_blank" + > SPARQL Query </a></h2> <FORM action="sparql" method="post" name="QUERY"> <P> <TEXTAREA name="query" rows="10" cols="80" title="Enter SPARQL Query." @@ -70,7 +77,10 @@ > XHTML </P> </FORM> -<h2><a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a></h2> +<h2><a href="http://www.w3.org/TR/sparql11-update/" + title="W3C SPARQL Update Recommendation" + target="_blank" + >SPARQL Update</a></h2> <FORM action="sparql" method="post"> <P> <TEXTAREA name="update" rows="10" cols="80" title="Enter SPARQL Update." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |