You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2011/10/16 02:16:09 UTC

svn commit: r797107 - /websites/staging/openejb/trunk/content/dyn/twitter.cgi

Author: buildbot
Date: Sun Oct 16 00:16:08 2011
New Revision: 797107

Log:
Staging update by buildbot

Modified:
    websites/staging/openejb/trunk/content/dyn/twitter.cgi

Modified: websites/staging/openejb/trunk/content/dyn/twitter.cgi
==============================================================================
--- websites/staging/openejb/trunk/content/dyn/twitter.cgi (original)
+++ websites/staging/openejb/trunk/content/dyn/twitter.cgi Sun Oct 16 00:16:08 2011
@@ -3,4 +3,4 @@
 echo "Content-Type: text/xml"
 echo ""
 
-wget -q  -O - 'http://search.twitter.com/search.atom?q=tomee' | perl -pe 's,(<entry>.*?</entry>),\n$1\n,g'| perl -pe 's,<entry>.*?</entry>,, unless m/TomEE/'
+wget -q  -O - 'http://search.twitter.com/search.atom?q=tomee' | tr '\n\r' '  '| perl -pe 's,(<entry>),\n$1,g; s,(</entry>),$1\n,g;'| perl -pe 's,<entry>.*?</entry>,, unless m/TomEE/'