From: <tho...@us...> - 2014-01-10 23:21:23
|
Revision: 7772 http://bigdata.svn.sourceforge.net/bigdata/?rev=7772&view=rev Author: thompsonbry Date: 2014-01-10 23:21:17 +0000 (Fri, 10 Jan 2014) Log Message: ----------- added the RTO to index.html and marked it as alpha. this makes it more accessible than just using a query hint. 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-10 23:16:16 UTC (rev 7771) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-01-10 23:21:17 UTC (rev 7772) @@ -59,11 +59,11 @@ <INPUT type="checkbox" name="analytic" value="true" title="Enable the analytic query package." > Analytic -<!-- TODO Uncomment to reveal the RTO option. +<!-- TODO Uncomment to reveal the RTO option. --> <INPUT type="checkbox" name="RTO" value="true" - title="Enable the Runtime Query Optimizer (RTO)." - > RTO ---> + title="Enable the Runtime Query Optimizer (RTO) - This is an alpha feature." + > RTO (Alpha) +<!-- --> <INPUT type="checkbox" name="xhtml" value="true" title="Request XHTML response (results formatted as table)." checked="checked" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <tho...@us...> - 2014-02-19 20:36:37
|
Revision: 7851 http://sourceforge.net/p/bigdata/code/7851 Author: thompsonbry Date: 2014-02-19 20:36:35 +0000 (Wed, 19 Feb 2014) Log Message: ----------- updated the URLs to point at the new wiki location 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-02-19 01:47:28 UTC (rev 7850) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-02-19 20:36:35 UTC (rev 7851) @@ -10,10 +10,10 @@ <h2>Welcome to bigdata®.</h2> <p>Please consult the -<a href="https://sourceforge.net/apps/mediawiki/bigdata/index.php?title=NanoSparqlServer" +<a href="http://wiki.bigdata.com/wiki/index.php/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" + <a href="http://wiki.bigdata.com/wiki/index.php/Main_Page" target="_blank" >wiki</a> for help on query optimization, bigdata SPARQL extensions, etc. </p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-03 17:48:27
|
Revision: 8523 http://sourceforge.net/p/bigdata/code/8523 Author: tobycraig Date: 2014-07-03 17:48:19 +0000 (Thu, 03 Jul 2014) Log Message: ----------- Flipped incoming & outgoing on explore tab 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-07-03 17:37:27 UTC (rev 8522) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-07-03 17:48:19 UTC (rev 8523) @@ -184,8 +184,8 @@ <div id="explore-results"> <div class="box" id="explore-header"></div> + <div class="box" id="explore-outgoing"></div> <div class="box" id="explore-incoming"></div> - <div class="box" id="explore-outgoing"></div> <div class="box" id="explore-attributes"></div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-07-19 00:11:01
|
Revision: 8580 http://sourceforge.net/p/bigdata/code/8580 Author: tobycraig Date: 2014-07-19 00:10:57 +0000 (Sat, 19 Jul 2014) Log Message: ----------- Fixed wrong identifier for details label in query advanced features 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-07-18 18:13:26 UTC (rev 8579) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-07-19 00:10:57 UTC (rev 8580) @@ -97,7 +97,7 @@ <div class="advanced-features"> <input type="checkbox" id="query-explain"> <label for="query-explain">Explain</label> - <input type="checkbox" id="query-details"> <label for="query-explain">(Details)</label> + <input type="checkbox" id="query-details"> <label for="query-details">(Details)</label> <input type="checkbox" name="analytic" value="true" id="query-analytic"> <label for="query-analytic">Analytic</label> <input type="checkbox" name="RTO" value="true" id="query-rto"> <label for="query-rto">Runtime Query Optimizer</label> <input type="checkbox" id="use-lbs-query" class="use-lbs"> <label for="use-lbs-query">LBS</label> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |