You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by ad...@apache.org on 2013/12/08 16:03:11 UTC

svn commit: r1549034 [1/5] - in /steve/site/trunk: content/ content/dev/ content/resources/ content/resources/css/ content/resources/js/ templates/

Author: adc
Date: Sun Dec  8 15:03:10 2013
New Revision: 1549034

URL: http://svn.apache.org/r1549034
Log:
First crack at web site

There will be 404 errors

Added:
    steve/site/trunk/content/dev/
    steve/site/trunk/content/dev/source-code.mdtext
    steve/site/trunk/content/documentation.mdtext
    steve/site/trunk/content/downloads.html
    steve/site/trunk/content/index.html
    steve/site/trunk/content/resources/
    steve/site/trunk/content/resources/css/
    steve/site/trunk/content/resources/css/bootstrap.css   (with props)
    steve/site/trunk/content/resources/css/bootstrap.js   (with props)
    steve/site/trunk/content/resources/js/
    steve/site/trunk/content/resources/js/bootstrap.js   (with props)
    steve/site/trunk/content/resources/js/jquery-1.10.2.min.js
    steve/site/trunk/content/support.mdtext
Removed:
    steve/site/trunk/content/index.mdtext
Modified:
    steve/site/trunk/templates/skeleton.html

Added: steve/site/trunk/content/dev/source-code.mdtext
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/dev/source-code.mdtext?rev=1549034&view=auto
==============================================================================
--- steve/site/trunk/content/dev/source-code.mdtext (added)
+++ steve/site/trunk/content/dev/source-code.mdtext Sun Dec  8 15:03:10 2013
@@ -0,0 +1,31 @@
+Title: Source Code
+
+You can browse the source code via the [web interface](http://svn.apache.org/viewvc/steve/trunk/)
+.
+
+You can download (aka checkout) the sources of Apache STeVe with
+Subversion client using the following URL [http://svn.apache.org/repos/asf/steve/trunk](http://svn.apache.org/repos/asf/steve/trunk)
+.
+
+Performing the checkout from the command line using the subversion client
+is as easy as executing the following command:
+> $ svn co [http://svn.apache.org/repos/asf/steve/trunk](http://svn.apache.org/repos/asf/steve/trunk)
+
+If you are experiencing problems with errors like "400 Bad Request
+(http://svn.apache.org)", try using:
+> $ svn co [https://svn.apache.org/repos/asf/steve/trunk](https://svn.apache.org/repos/asf/steve/trunk)
+
+<a name="SourceCode-Continuousintegration"></a>
+# Continuous integration
+
+Apache STeVe continuous integration relies on [Apache Buildbot](http://ci.apache.org/).
+All builders are available [from the page](http://ci.apache.org/builders).
+
+* [Apache STeVe under Ubuntu](http://ci.apache.org/builders/steve-trunk-ubuntu)
+* [Apache STeVe under Windows](http://ci.apache.org/builders/steve-trunk-win)
+
+<a name="SourceCode-Building"></a>
+# Building
+
+*TODO fill in*
+

Added: steve/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/documentation.mdtext?rev=1549034&view=auto
==============================================================================
--- steve/site/trunk/content/documentation.mdtext (added)
+++ steve/site/trunk/content/documentation.mdtext Sun Dec  8 15:03:10 2013
@@ -0,0 +1,111 @@
+Title: Index
+
+See also the [examples page](examples-trunk/index.html) for downloadable, executable and code-focused view of Java EE and TomEE.
+
+{row
+
+{span-one-third
+### General Guide 
+- [Using TomEE with Intellij](tomee-and-intellij.html)
+- [Using TomEE with Eclipse](tomee-and-eclipse.html)
+- [Using TomEE with Netbeans](tomee-and-netbeans.html)
+- [WTP and TomEE logging](tomee-logging-in-eclipse.html)
+- [Comparison: OpenEJB,TomEE,TomEE+](comparison.html)
+- [TomEE Directory structure](tomee-directory-structure.html)
+- [TomEE and Configurations](Configuring-in-tomee.html)
+- [TomEE and Security](tomee-and-security.html)
+- [Deploying in TomEE](deploying-in-tomee.html)
+- [The 'tomee' webapp](tomee-webapp.html)
+- [Installing TomEE using the drop-in WAR](installation-drop-in-war.html)
+
+}
+
+{span-one-third
+###  Configuration
+- [System Properties](system-properties.html)
+- [Deployments](deployments.html)
+- [Containers and Resources](containers-and-resources.html)
+- [JMS Resources and MDB Container](jms-resources-and-mdb-container.html)
+- [Configuring DataSources](configuring-datasources.html)
+- [Configuring JavaMail](configuring-javamail.html)
+- [Security](security.html)
+- [EJB Clients](clients.html)
+- [EJB over SSL](ejb-over-ssl.html)
+- [JNDI Names](jndi-names.html)
+- [Changing JMS implementations](changing-jms-implementations.html)
+- [Changing JPA to Hibernate](tomee-and-hibernate.html)
+}
+
+{span-one-third
+###  Testing Techniques
+- [Application discovery via the classpath](application-discovery-via-the-classpath.html)
+- [Embedded Configuration](embedded-configuration.html)
+- [Configuring DataSources in Tests](configuring-datasources-in-tests.html)
+- [Configuring PersistenceUnits in Tests](configuring-persistenceunits-in-tests.html)
+- [Configuring Containers in Tests](configuring-containers-in-tests.html)
+- [Configuring Logging in Tests](configuring-logging-in-tests.html)
+- [Alternate Descriptors](alternate-descriptors.html)
+- [Unit Testing Transactions](unit-testing-transactions.html)
+- [TestCase with TestBean inner-class](testcase-with-testbean-inner-class.html)
+- [TestCase Injection (@LocalClient)](local-client-injection.html)
+}
+
+
+
+}
+
+
+{row
+
+{span-one-third
+### Discovery and Failover
+- [Overview](ejb-failover.html)
+- [Multicast Discovery (UDP)](multicast-discovery.html)
+- [Multipulse Discovery (UDP)](multipulse-discovery.html)
+- [Multipoint Discovery (TCP)](multipoint-discovery.html)
+- [Multipoint Considerations](multipoint-considerations.html)
+- [Multipoint Recommendations](multipoint-recommendations.html)
+- [Logging Events](failover-logging.html)
+}
+
+
+
+
+
+{span-one-third
+
+### OpenEJB Standalone Server
+- [Understanding the Directory Layout](understanding-the-directory-layout.html)
+- [Startup](startup.html)
+- [Deploy Tool](deploy-tool.html)
+- [Properties Tool](properties-tool.html)
+}
+
+{span-one-third
+###  Spring
+- [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
+- [Spring and OpenEJB 3.1 and later](spring.html)
+- [Spring, EJB and JPA example](spring-ejb-and-jpa.html)
+}
+
+
+}
+
+
+{row
+
+{span-one-third
+### Arquillian
+- [Getting started](arquillian-getting-started.html)
+- [Available adapters](arquillian-available-adapters.html) 
+}
+
+
+{span-one-third
+### TomEE Maven Plugin
+- [Getting started](tomee-mp-getting-started.html)
+- [tomee-maven-plugin reference documentation](tomee-maven-plugin.html)
+- [TomEE simple webapp archetype documentation](tomee-webapp-archetype.html)
+}
+
+}
\ No newline at end of file

Added: steve/site/trunk/content/downloads.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/downloads.html?rev=1549034&view=auto
==============================================================================
--- steve/site/trunk/content/downloads.html (added)
+++ steve/site/trunk/content/downloads.html Sun Dec  8 15:03:10 2013
@@ -0,0 +1,23 @@
+{% extends "skeleton.html" %}
+
+{% block title %}Apache STeVe{% endblock %}
+{% block content %}
+<section xmlns="http://www.w3.org/1999/html">
+
+    <div class="alert-message">
+      <strong>Feedback Welcome!</strong>
+        We use your feedback to focus efforts, develop new features, and to make Apache STeVe better for everyone.
+        <a href="mailto:dev@steve.apache.org?subject=Feedback on Apache STeVe&body=We'd%20like%20to%20hear%20about%20anything%20you'd%20like%20to%20tell%20us.%20%20If%20you're%20short%20on%20ideas%2C%20here%20are%20some%3A%0A%0A%20-%20Ways%20we%20can%20speed%20up%20or%20improve%20your%20ability%20to%20evaluate%20STeVe%0A%20-%20Anything%20you%20found%20difficult%20or%20inconvenient%20about%20using%20STeVe%0A%20-%20Documentation%20you%20would%20like%20to%20see%0A%20-%20Features%20you%20would%20like%20to%20have%0A%20-%20Anything%20in%20general%20to%20improve%20STeVe%20or%20help%20us%20grow%0A%0AKeep%20in%20mind%20that%20out%20of%20every%20100%20people%20that%20try%20something%20out%2C%20maybe%20one%20will%20actually%20post%20about%20it.%20%20Feel%20incredibly%20encouraged%20to%20let%20us%20know%20about%20your%20experiences%20with%20STeVe%20even%20if%20you%20think%20we've%20heard%20it%20a%20hundred%20times.%20%20Odds%20are%20we%20have%20not%20heard%20it%20and%2C%20if%20we%20have%2C%20th
 e%20most%20requested%20things%20are%20done%20first.%20%20So%20definitely%20let%20us%20know!%0A%0AApache%20STeVe%20is%20free%2C%20but%20you%20can%20pay%20us%20with%20feedback%20%3A)%0A%0ABest%20regards%2C%0AThe%20Apache%20STeVe%20community%0A">Help us grow!</a>
+    </div>
+
+    <div>
+        <p>See also <a href="download/index.html">all previous releases and current snapshot builds</a></p>
+    </div>
+    <div class="page-header">
+        <h1>Apache STeVe
+            <small>no releases yet</small>
+        </h1>
+    </div>
+</section>
+
+{% endblock %}

Added: steve/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/index.html?rev=1549034&view=auto
==============================================================================
--- steve/site/trunk/content/index.html (added)
+++ steve/site/trunk/content/index.html Sun Dec  8 15:03:10 2013
@@ -0,0 +1,16 @@
+{% extends "skeleton.html" %}
+
+{% block title %}Apache STeVe{% endblock %}
+{% block content %}
+    <!-- Main hero unit for a primary marketing message or call to action -->
+    <div class="hero-unit">
+        <div class="row">
+            <div class="span14">
+				<p>Apache STeVe is Apache's Python based single transferable vote software system that the Foundation uses to handle things like <a href="https://wiki.apache.org/general/BoardVoting">voting in our new Board of Directors</a></p>
+            </div>
+        </div>
+    </div>
+
+    <div class="page-header">&nbsp;</div>
+    </div>
+{% endblock %}