Author: danhaywood
Date: Mon Nov 26 12:46:56 2012
New Revision: 1413581

URL: http://svn.apache.org/viewvc?rev=1413581&view=rev
Log:
working on isis documentation page

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/lib/OpenEJBSiteDotiacFilter.pm

Modified: isis/site/trunk/content/documentation.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1413581&r1=1413580&r2=1413581&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Mon Nov 26 12:46:56 2012
@@ -1,104 +1,78 @@
 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 Eclipse](tomee-and-eclipse.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)
-}
+### Getting started
+- [Demo App](getting-started/demo-app.html)
+- [Quickstart Archetype](getting-started/quickstart-archetype.html)
+- [Cheat Sheet](getting-started/cheat-sheet.html)
+- [Icons](getting-started/icons.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)
-}
-
-
+###  Learning More
+- [Common Use Cases](learning-more/common-use-cases.html)
+- [Isis Programming Model](learning-more/isis-programming-model.html)
+- [Isis Module Documentation](learning-more/isis-programming-model.html)
 
 }
 
+{span-one-third
+###  Contributors Guide
+- [Release process](contributors/release-process.html)
 
-{row
+}
 
-{span-one-third
-### Discovery and Failover
-- [Overview](ejb-failover.html)
-- [Multicast Discovery (UDP)](multicast-discovery.html)
-- [Multipoint Discovery (TCP)](multipoint-discovery.html)
-- [Multipoint Considerations](multipoint-considerations.html)
-- [Multipoint Recommendations](multipoint-recommendations.html)
-- [Logging Events](failover-logging.html)
 }
 
+{row
 
+## Viewers
 
+{span-one-third
+###  Scimpi
+- [About](viewers/wicket/about.html)
 
+}
 
 {span-one-third
+###  Wicket
+- [About](viewers/scimpi/about.html)
 
-### 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)
-}
+###  Restful Objects
+- [About](viewers/restfulobjects/about.html)
 
+}
 
 }
 
+## Object Stores
 
 {row
 
 {span-one-third
-### Arquillian
-- [Getting started](arquillian-getting-started.html)
-- [Available adapters](arquillian-available-adapters.html) 
+###  JDO/DataNucleus Object Store
+- [About](viewers/jdo/about.html)
+
 }
 
+{span-one-third
+###  NoSQL Object Store
+- [About](viewers/nosql/about.html)
+
+}
 
 {span-one-third
-### TomEE Maven Plugin
-- [Getting started](tomee-mp-getting-started.html)
+###  SQL Object Store
+- [About](viewers/sql/about.html)
+
 }
 
-}
\ No newline at end of file
+}
+
+

Modified: isis/site/trunk/lib/OpenEJBSiteDotiacFilter.pm
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/lib/OpenEJBSiteDotiacFilter.pm?rev=1413581&r1=1413580&r2=1413581&view=diff
==============================================================================
--- isis/site/trunk/lib/OpenEJBSiteDotiacFilter.pm (original)
+++ isis/site/trunk/lib/OpenEJBSiteDotiacFilter.pm Mon Nov 26 12:46:56 2012
@@ -11,8 +11,6 @@ sub import {
 
 sub markdown_filter {
 
-    print "in markdown_filter...";
-       
     my $value = shift;
 
     # Use raw value rather than escape (by calling repr() rather than


Reply via email to