Author: wikier
Date: Thu Apr 25 07:27:32 2013
New Revision: 1475654

URL: http://svn.apache.org/r1475654
Log:
release linked from the front-page

Modified:
    incubator/marmotta/site/trunk/content/markdown/acknowledgements.md
    incubator/marmotta/site/trunk/content/markdown/index.md
    incubator/marmotta/site/trunk/content/resources/css/site.css

Modified: incubator/marmotta/site/trunk/content/markdown/acknowledgements.md
URL: 
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/acknowledgements.md?rev=1475654&r1=1475653&r2=1475654&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/acknowledgements.md 
(original)
+++ incubator/marmotta/site/trunk/content/markdown/acknowledgements.md Thu Apr 
25 07:27:32 2013
@@ -1,7 +1,8 @@
 # Acknowledgements
 
 Apache Marmotta is a long-time effort to be thanking to many people and
-organizations:
+organizations. To all who have helped to make Apache Marmotta a reality,
+specially we want to thank to:
 
 * The Apache Marmotta project was initiated by Salzburg Research and the 
"Salzburg NewMediaLab - The Next Generation" 
([SNML-TNG](http://www.newmedialab.at/)), a K-Project in the Austrian 
COMET-programme. Since 2010, SNML-TNG has developed the "Linked Media 
Framework" ([LMF](http://lmf.googlecode.com)) as a media centred management 
platform for Linked Data: parts of LMF related to Linked Data management were 
later extracted and transferred to Apache Marmotta. Some people working on 
Marmotta are core developers of the "Linked Media Framework" and researchers in 
SNML-TNG, which is partially funded by the Austrian Federal  Ministry of 
Economy, Family and Youth (BMWFJ) and by the State of Salzburg.
 

Modified: incubator/marmotta/site/trunk/content/markdown/index.md
URL: 
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/markdown/index.md?rev=1475654&r1=1475653&r2=1475654&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/markdown/index.md (original)
+++ incubator/marmotta/site/trunk/content/markdown/index.md Thu Apr 25 07:27:32 
2013
@@ -2,14 +2,22 @@
 
 Apache Marmotta (incubator) is an Open Platform for [Linked 
Data](http://www.w3.org/DesignIssues/LinkedData.html).
 
+<p id="download-area">
+  <a href="download.html#a3-0-0-incubating" class="download">
+    download<br/>
+    <strong>Apache Marmotta</strong><br/>
+    3.0.0-incubating
+  </a>
+</p>
+
 The goal of Apache Marmotta is to provide an open implementation of a [Linked 
Data  Platform](http://www.w3.org/TR/ldp/) 
 that can be used, extended and deployed easily by organizations who want 
 to publish Linked Data or build custom applications on Linked Data.
 
 Right now the project is being setting up installed in the Apache Software 
Foundation 
-infrastructure. The [team](team-list.html) is working to have available to
-[download](download.html) in the upcoming weeks the first release under 
incubator. 
-Check the [development](development.html) section for further details how we 
work or 
+infrastructure. The [team](team-list.html) has worked really hard to have 
available to
+[download](download.html) the first release under incubator. Check the 
+[development](development.html) section for further details how we work or 
 subscribe to our [mailing lists](mail-lists.html) to follow the project's day 
to day.
 
 ## Features 
@@ -26,7 +34,7 @@ Marmotta comes as a continuation of the 
 project. LMF is an easy-to-setup server application that bundles some 
technologies such as Apache Stanbol 
 or Apache Solr to offer some advanced services. After the release 2.6, the 
Read-Write Linked Data server 
 code and some related libraries have been set aside to incubate Marmotta 
within the The Apache Software 
-Foundation. LMF still keeps exactly the same functionallity, but now bundling 
Marmotta too.
+Foundation. LMF still keeps exactly the same functionality, but now bundling 
Marmotta too.
 
 ## Incubation
 

Modified: 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=1475654&r1=1475653&r2=1475654&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/resources/css/site.css (original)
+++ incubator/marmotta/site/trunk/content/resources/css/site.css Thu Apr 25 
07:27:32 2013
@@ -162,3 +162,30 @@ footer .builtBy {
     margin-right: 0;
 }
 
+p#download-area {
+    clear: right;
+    float: right;
+    margin-left: 50px;
+    margin-bottom: 150px;
+    padding-top: 30px;
+}
+
+a.download {
+       background-color: #cccccc;
+       -moz-border-radius: 6px;
+       -webkit-border-radius: 6px;
+       border-radius: 6px;
+       display: inline-block;
+       color: #cb1180;
+       font-size: 1.1em;
+       font-weight: normal;
+       padding: 13px 35px;
+       text-decoration: none;
+    text-align: center;
+}
+
+a.download:hover {
+       background-color: #cb1180;
+    color: #ffffff;
+}
+


Reply via email to