You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/01/25 20:54:52 UTC

svn commit: r1235890 - in /openejb/site/trunk/content: index.html properties-listing.mdtext

Author: rmannibucau
Date: Wed Jan 25 19:54:51 2012
New Revision: 1235890

URL: http://svn.apache.org/viewvc?rev=1235890&view=rev
Log:
adding twitter widget

Modified:
    openejb/site/trunk/content/index.html
    openejb/site/trunk/content/properties-listing.mdtext

Modified: openejb/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/index.html?rev=1235890&r1=1235889&r2=1235890&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Jan 25 19:54:51 2012
@@ -66,13 +66,43 @@
             </dd>
             </dl>
 
-            {% for e in twitter.list %}
-            <dl>
-            <dd>
-            <a href="{{ e.url }}">@</a>{{ e.title|safe }}
-            </dd>
-            </dl>
-            {% endfor %}
+            <div id="twtr-search-widget"></div>
+            <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
+            <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
+            <script>
+              new TWTR.Widget({
+                version: 2,
+                type: 'profile',
+                interval: 6000,
+                title: 'They say it...',
+                subject: 'Apache TomEE',
+                type: 'search',
+                search: "ApacheTomEE",
+                width: 250,
+                height: 300,
+                theme: {
+                  shell: {
+                    background: '#f5f5f5',
+                    color: '#000000'
+                  },
+                  tweets: {
+                    background: '#f9f9f9',
+                    color: '#000000',
+                    links: '#0067d6'
+                  }
+                },
+                features: {
+                  scrollbar: true,
+                  loop: true,
+                  live: true,
+                  hashtags: true,
+                  timestamp: true,
+                  avatars: true,
+                  toptweets: true,
+                  behavior: 'default'
+                }
+              }).render().start();
+            </script>
         </div>
     </div>
 {% endblock %}

Modified: openejb/site/trunk/content/properties-listing.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/properties-listing.mdtext?rev=1235890&r1=1235889&r2=1235890&view=diff
==============================================================================
--- openejb/site/trunk/content/properties-listing.mdtext (original)
+++ openejb/site/trunk/content/properties-listing.mdtext Wed Jan 25 19:54:51 2012
@@ -58,6 +58,8 @@ Notice:Licensed to the Apache Software F
 | openejb.nobanner | bool | activate or not the OpenEJB banner (activated by default)
 | openejb.check.classloader | bool | if true print some information about duplicated classes | 
 | openejb.check.classloader.verbose | bool | if true print classes intersections | 
+| openejb.additional.exclude | string separated by comma | list of prefixes you want to exclude and are not in the default list of exclusion|
+| openejb.additional.include | string separated by comma | list of prefixes you want to remove from thedefault list of exclusion|
 
 Note: all resources can be configured by properties, see http://openejb.apache.org/embedded-configuration.html and http://openejb.apache.org/properties-tool.html|