Author: marrs
Date: Fri Oct 18 11:29:13 2013
New Revision: 1533397
URL: http://svn.apache.org/r1533397
Log:
Redesign of homepage.
Modified:
ace/site/trunk/content/index.mdtext
ace/site/trunk/templates/skeleton.html
Modified: ace/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/ace/site/trunk/content/index.mdtext?rev=1533397&r1=1533396&r2=1533397&view=diff
==============================================================================
--- ace/site/trunk/content/index.mdtext (original)
+++ ace/site/trunk/content/index.mdtext Fri Oct 18 11:29:13 2013
@@ -1,8 +1,9 @@
-Title: Apache ACE
+<div class="hero-unit">
+ <h1>Apache ACE</h1>
+ <p>Apache ACE is a software distribution framework that allows you to
centrally manage and distribute software components, configuration data and
other artifacts to target systems. It is built using OSGi and can be deployed
in different topologies. The target systems are usually also OSGi based, but
don't have to be.</p>
-Apache ACE is a software distribution framework that allows you to centrally
manage and distribute software components, configuration data and other
artifacts to target systems. It is built using OSGi and can be deployed in
different topologies. The target systems are usually also OSGi based, but don't
have to be.
-
-Apache ACE is an [Apache](http://www.apache.org/) project, and as such is part
of a larger community of users and developers.
+ <p>Apache ACE is an [Apache](http://www.apache.org/) project, and as
such is part of a larger community of users and developers.</p>
+</div>
# Background
Modified: ace/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/ace/site/trunk/templates/skeleton.html?rev=1533397&r1=1533396&r2=1533397&view=diff
==============================================================================
--- ace/site/trunk/templates/skeleton.html (original)
+++ ace/site/trunk/templates/skeleton.html Fri Oct 18 11:29:13 2013
@@ -65,7 +65,7 @@
{% block content %}<div id="content">{{ content|markdown }}</div>{%
endblock %}
<hr>
<footer>
- <p>Copyright © 2012 <a href="http://www.apache.org/">The Apache
Software Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather
logo are trademarks of The Apache Software Foundation. All other marks
mentioned may be trademarks or registered trademarks of their respective
owners.</p>
+ <p>Copyright © 2012-2013 <a href="http://www.apache.org/">The
Apache Software Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather
logo are trademarks of The Apache Software Foundation. All other marks
mentioned may be trademarks or registered trademarks of their respective
owners.</p>
</footer>
</div>
</body>