Author: ogrisel
Date: Tue Dec 7 17:12:57 2010
New Revision: 1043132
URL: http://svn.apache.org/viewvc?rev=1043132&view=rev
Log:
STANBOL-11: web interface branding: switching to the new logo
Added:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/images/apache_stanbol_logo_cropped.png
(with props)
Modified:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/style/fise.css
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/eu/iksproject/fise/jersey/resource/FiseRootResource/index.ftl
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl
Added:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/images/apache_stanbol_logo_cropped.png
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/images/apache_stanbol_logo_cropped.png?rev=1043132&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/images/apache_stanbol_logo_cropped.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/style/fise.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/style/fise.css?rev=1043132&r1=1043131&r2=1043132&view=diff
==============================================================================
---
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/style/fise.css
(original)
+++
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/static/style/fise.css
Tue Dec 7 17:12:57 2010
@@ -120,7 +120,7 @@ h1 {
font-size: 18px;
font-weight: normal;
margin: 22px 0 3px;
- padding: 0 0 0 160px;
+ padding: 0 0 0 200px;
text-shadow: 0 1px 0 #000;
}
@@ -415,4 +415,4 @@ p.note {
border-radius: 8px;
text-align: center;
font-size: 110%;
-}
\ No newline at end of file
+}
Modified:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/eu/iksproject/fise/jersey/resource/FiseRootResource/index.ftl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/eu/iksproject/fise/jersey/resource/FiseRootResource/index.ftl?rev=1043132&r1=1043131&r2=1043132&view=diff
==============================================================================
---
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/eu/iksproject/fise/jersey/resource/FiseRootResource/index.ftl
(original)
+++
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/eu/iksproject/fise/jersey/resource/FiseRootResource/index.ftl
Tue Dec 7 17:12:57 2010
@@ -1,22 +1,24 @@
<#import "/imports/common.ftl" as common>
<#import "/imports/sparql.ftl" as sparql>
<#escape x as x?html>
-<@common.page title="Welcome to fise!" hasrestapi=false>
+<@common.page title="Welcome to Apache Stanbol!" hasrestapi=false>
-<p>fise is an Open Source HTTP service meant to help Content Management System
developers
-to semi-automatically enhance unstructured content (text, image, ...) with
semantic
-annotations to be able to link documents with related entities and topics.</p>
+<p>Apache Stanbol is an Open Source HTTP service meant to help Content
+Management System developers to semi-automatically enhance unstructured
+content (text, image, ...) with semantic annotations to be able to link
+documents with related entities and topics.</p>
+
+<p>Please go to <a href="http://incubator.apache.org/stanbol">the
+official website</a> to learn more on the project, read the
+documentation and join the mailing list.</p>
-<p>Please go to <a href="http://wiki.iks-project.eu/index.php/FISE">the
official fise wiki</a>
-to learn more on the project, read the documentation and join the mailing
list.</p>
-
-<p>Here are the main HTTP entry points. Each resource comes with a web view
that documents
-the matching RESTful API for applications:</p>
+<p>Here are the main HTTP entry points. Each resource comes with a web
+view that documents the matching RESTful API for applications:</p>
<dl>
<dt><a href="engines">/engines</a><dt>
<dd>This is a <strong>stateless interface</strong> to allow clients to
submit content to <strong>analyze</strong>
- by the fise <code>EnhancementEngine</code>s and get the resulting
<strong>RDF enhancements</strong> at once
+ by the <code>EnhancementEngine</code>s and get the resulting <strong>RDF
enhancements</strong> at once
without storing anything on the server-side.</dd>
<dt><a href="store">/store</a><dt>
@@ -25,7 +27,7 @@ the matching RESTful API for application
content items.</dd>
<dt><a href="sparql">/sparql</a><dt>
- <dd>This is the <strong>SPARQL endpoint</strong> for the FISE store.
+ <dd>This is the <strong>SPARQL endpoint</strong> for the Stanbol store.
<a href="http://en.wikipedia.org/wiki/Sparql">SPARQL</a> is the
standard query language the most commonly used to provide interactive
access to semantic knowledge bases.</dd>
@@ -36,7 +38,7 @@ the matching RESTful API for application
username / password is set to <em>admin / admin</em>.</p>
<p>Use the console to add new bundles and activate, de-activate and
configure components.</p>
<p>The console can also be used to perform hot-(re)deployment of any OSGi
bundles.
- For instance to re-deploy a new version of this web interface, go to
the <tt>$FISE_HOME/jersey</tt>
+ For instance to re-deploy a new version of this web interface, go to
the <tt>$STANBOL_HOME/fise/jersey</tt>
source folder and run the following command:</p>
<pre>
mvn install -o -DskipTests -PinstallBundle
-Dsling.url=${it.publicBaseUri}system/console
@@ -45,4 +47,4 @@ mvn install -o -DskipTests -PinstallBund
</dl>
</@common.page>
-</#escape>
\ No newline at end of file
+</#escape>
Modified:
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl?rev=1043132&r1=1043131&r2=1043132&view=diff
==============================================================================
---
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl
(original)
+++
incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl
Tue Dec 7 17:12:57 2010
@@ -2,7 +2,7 @@
<html>
<head>
- <title>FISE - ${title?html}</title>
+ <title>Apache Stanbol - ${title?html}</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/static/style/fise.css" />
@@ -17,7 +17,7 @@
</head>
<body>
- <div class="home"><a href="/"><img
src="/static/images/fise_logo_cropped.png" alt="FISE Home" /></a></div>
+ <div class="home"><a href="/"><img
src="/static/images/apache_stanbol_logo_cropped.png" alt="Stanbol Home"
/></a></div>
<div class="header">
<h1>The RESTful Semantic Engine</h1>