You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/06 18:32:18 UTC

svn commit: r1443083 - in /incubator/marmotta/site/trunk/content: apt/ apt/index.apt resources/ resources/css/ resources/css/site.css site.xml

Author: wikier
Date: Wed Feb  6 17:32:18 2013
New Revision: 1443083

URL: http://svn.apache.org/viewvc?rev=1443083&view=rev
Log:
updated site content according the guidelines

Added:
    incubator/marmotta/site/trunk/content/apt/
    incubator/marmotta/site/trunk/content/apt/index.apt
    incubator/marmotta/site/trunk/content/resources/
    incubator/marmotta/site/trunk/content/resources/css/
    incubator/marmotta/site/trunk/content/resources/css/site.css
    incubator/marmotta/site/trunk/content/site.xml

Added: incubator/marmotta/site/trunk/content/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/apt/index.apt?rev=1443083&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/apt/index.apt (added)
+++ incubator/marmotta/site/trunk/content/apt/index.apt Wed Feb  6 17:32:18 2013
@@ -0,0 +1,56 @@
+Apache Marmotta (incubator)
+
+  The goal of Apache Marmotta is to provide an open implementation of a Linked Data Platform that can be used, extended, and deployed easily by organizations who want to publish Linked Data or build custom applications on Linked Data.
+
+  The Semantic Web isn"t just about putting data on the web. It is about making links, so that a person or machine can explore the web of data. Moreover, the Web has quickly evolved to a Read-Write paradigm, and Linked Data technologies too. And Marmotta will address this challenge and offer a common infrastructure for organizations working in this area.
+
+  Right now the project is being setting up installed in the Apache Software Foundation infrastructure. For further details check the {{{http://wiki.apache.org/marmotta}wiki}}, the {{{http://wiki.apache.org/incubator/MarmottaProposal}incubation proposal}} or the {{{http://incubator.apache.org/projects/marmotta.html}project podling status}}
+  
+Background 
+
+  Marmotta comes as a continuation of the work in the {{{http://lmf.googlecode.com}Linked Media Framework}} (aka LMF) project. LMF is an easy-to-setup server application that bundles central Semantic Web technologies to offer  some advanced services. The Linked Media Framework consists of LMF Core which provides a Read-Write Linked Data server, plus some modules that complement the server with other added added capabilities, such as, SPARQL 1.1, LDPath, LDCache, Reasoning, Versioning, etc. Besides, LMF also provides a Client Library, currently available in Java, PHP, and Javascript, as a convenient API abstraction around the LMF web services. Currently LMF integrates with other relevant tools (Apache Stanbol, Google Refine or Drupal) to cover a wider range of use cases and needs.
+  
+Features
+
+  * Linked Data publication
+
+  * RDF storage, supporting versioning and rule-based reasoning
+
+  * {{{http://www.w3.org/2012/ldp}LDP 1.0}} 
+
+  * {{{http://www.w3.org/TR/sparql11-overview/}SPARQL 1.1}}
+
+  * {{{http://code.google.com/p/lmf/wiki/ModuleLinkedDataCaching}Linked Data Cache}}
+
+  * {{{http://ldpath.googlecode.com}LDPath}}
+
+  * {{{http://lmf.googlecode.com}...}}
+
+Team
+
+  The Apache Marmotta team currently consists of (in alphabetical order):
+
+  * Andy Seaborne (C-P-M)
+
+  * Dietmar Glachs (C-P)
+
+  * Fabian Christ (C-P) 
+
+  * Jakob Frank (C-P)
+
+  * Nandana Mihindukulasooriya (C-P) 
+
+  * Rupert Westenthaler (C-P) 
+
+  * Sebastian Schaffert (C-P) 
+
+  * Sergio Fernández (C-P) 
+
+  * Thomas Kurz (C-P)
+
+  <<C>> indicates a committer, <<P>> a PMC member, <<M>> an ASF member.
+
+Incubation
+
+  Apache Marmotta is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+

Added: incubator/marmotta/site/trunk/content/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/resources/css/site.css?rev=1443083&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/resources/css/site.css (added)
+++ incubator/marmotta/site/trunk/content/resources/css/site.css Wed Feb  6 17:32:18 2013
@@ -0,0 +1,34 @@
+
+div#banner {
+	margin-bottom: 15px;
+}
+
+div#breadcrumbs {
+    width: auto;
+    top: 10px;
+    right: 10px;
+    position: absolute;
+}
+
+a, a:active, a:visited {
+    color: #CB1180;
+}
+
+div.sidebar-nav {
+	background-color: #666666;
+	font-weight: bold;
+}
+
+div.sidebar-nav a, div.sidebar-nav a:active, div.sidebar-nav a:visited {
+    color: #ffffff;
+    text-shadow: none;
+}
+
+div.sidebar-nav a:hover {
+	color: #79B530;
+}
+
+.nav-list > .active > a, .nav-list > .active > a:hover {
+	color: #ffffff;
+    background-color: #79B530;
+}

Added: incubator/marmotta/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/site.xml?rev=1443083&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/site.xml (added)
+++ incubator/marmotta/site/trunk/content/site.xml Wed Feb  6 17:32:18 2013
@@ -0,0 +1,38 @@
+<!--
+  ~ Copyright (c) 2012 Salzburg Research.
+  ~
+  ~  Licensed under the Apache License, Version 2.0 (the "License");
+  ~  you may not use this file except in compliance with the License.
+  ~  You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing, software
+  ~  distributed under the License is distributed on an "AS IS" BASIS,
+  ~  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~  See the License for the specific language governing permissions and
+  ~  limitations under the License.
+  -->
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+         name="Linked Media Framework">
+
+    <bannerLeft>
+        <name>Linked Media Framework</name>
+        <src>http://code.google.com/p/lmf/logo</src>
+        <href>http://lmf.googlecode.com</href>
+    </bannerLeft>
+    
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+    </skin>    
+
+    <body>
+        <menu ref="parent" inherit="bottom" />
+        <menu ref="reports" inherit="top" />     
+    </body>
+    
+</project>