You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Anonymous CMS User <an...@apache.org> on 2019/03/28 16:43:34 UTC

CMS diff:

Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/index.mdtext



Index: trunk/content/index.mdtext
===================================================================
--- trunk/content/index.mdtext	(revision 1856451)
+++ trunk/content/index.mdtext	(working copy)
@@ -1,25 +1,25 @@
-<div class="jumbotron">
+**strong text**<div class="jumbotron">
 <div class="container">
-
+strong text
 <h1><img alt="Apache Jena" src="/images/jena-logo/jena-logo-jumbotron.png"/> Apache Jena</h1>
 <p class="lead">A free and open source Java framework for building <a href="https://www.w3.org/standards/semanticweb/">Semantic Web</a> and <a href="https://www.w3.org/standards/semanticweb/data">Linked Data</a> applications.</p>
 
 
 <p>
 <a href="/getting_started/index.html" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-chevron-right"></span> Get started now!</a>
-<a href="/download/index.cgi" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-download-alt"></span> Download </a>
+<a href="/download/ind**strong text**ex.cgi" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-download-alt"></span> Download </a>
 </p>
 
 
 </div><!-- end hero unit -->
-</div>
+</div>**strong text**
 
 <div class="row">
 <div class="col-md-4">
 	<h2>RDF</h2>
 		<h3><a href="/documentation/rdf/index.html">RDF API</a></h3>
 		<p>Interact with the core API to create and read <a href="https://www.w3.org/RDF/">Resource Description Framework</a> (RDF) graphs. Serialise your triples using popular formats such as <a href="https://en.wikipedia.org/wiki/RDF/XML">RDF/XML</a> or <a href="https://en.wikipedia.org/wiki/Turtle_(syntax)">Turtle</a>.</p>
-		<h3><a href="/documentation/query/index.html">ARQ (SPARQL)</a></h3>
+		<h3><a href="/docu**strong text**mentation/query/index.html">ARQ (SPARQL)</a></h3>
 		<p>Query your RDF data using ARQ, a <a href="https://www.w3.org/TR/sparql11-query/">SPARQL 1.1</a> compliant engine. ARQ supports remote federated queries and free text search.</p>
 </div>