r252346 - in PressRoom/trunk: . Products.PressRoom.egg-info Products/PressRoom/i18n

"Tom "Spanky" Kapanka" <svn-changes-z4DKO/[email protected]>
Newsgroups gmane.comp.web.zope.plone.collective.cvs
Message-ID <[email protected]>
Author: spanky
Date: Mon Apr 29 20:13:39 2013
New Revision: 252346

Added:
   PressRoom/trunk/Products.PressRoom.egg-info/
   PressRoom/trunk/Products.PressRoom.egg-info/PKG-INFO
   PressRoom/trunk/Products.PressRoom.egg-info/SOURCES.txt
   PressRoom/trunk/Products.PressRoom.egg-info/dependency_links.txt
   PressRoom/trunk/Products.PressRoom.egg-info/namespace_packages.txt
   PressRoom/trunk/Products.PressRoom.egg-info/not-zip-safe
   PressRoom/trunk/Products.PressRoom.egg-info/requires.txt
   PressRoom/trunk/Products.PressRoom.egg-info/top_level.txt
Removed:
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-cs.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-de.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-es.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-eu.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-it.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-plone-cs.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-plone-de.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-plone-es.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-plone-eu.mo
   PressRoom/trunk/Products/PressRoom/i18n/pressroom-plone-it.mo
Modified:
   PressRoom/trunk/   (props changed)
Log:
Reverse-merging r252345 through r252344

These were inadvertently committed

Added: PressRoom/trunk/Products.PressRoom.egg-info/PKG-INFO
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/PKG-INFO	Mon Apr 29 20:13:39 2013
@@ -0,0 +1,338 @@
+Metadata-Version: 1.1
+Name: Products.PressRoom
+Version: 3.18
+Summary: Allows users to instantly create a polished, professional press room, featuring press releases, press clips and press contacts.  Manage an online Press Room within your Plone site.
+Home-page: http://plone.org/products/pressroom
+Author: Groundwire
+Author-email: [email protected]
+License: GPL
+Description: Introduction
+        ============
+        
+        Press Room is a simple add-on product which can be used to easily manage an
+        online Press Room within your Plone site.  It adds 4 new content types to your
+        Plone site including a Press Release, a Press Clip (i.e. an outside news
+        piece), and a Press Contact (someone who might be available to speak to the
+        press.)
+        
+        It also provides a Press Room, a folderish content type with a nice default
+        view and some automatically created folders and Collections (aka Smart Folders)
+        to help you organize and present your press materials.
+        
+        Some press rooms we observed in making this product are found at microsoft.com,
+        intel.com, nrdc.org, sierraclub.org, and google.com.  Our goal was to make
+        something suitable for many kinds of organizations, including nonprofits,
+        businesses, educational institutions, and more.
+        
+        Features
+        ========
+        
+        Press Releases
+        --------------
+        
+            * Headline
+            * Subheadline
+            * Release date & timing
+            * Location
+            * Image
+            * Related press contacts (see below)
+            * Related content items elsewhere on your site
+        
+        Press Clips
+        -----------
+        
+        Published media stories about your organization or of general interest.
+        
+            * Date of story
+            * Publication
+            * Reporter
+            * Excerpted text
+            * Hyperlink to original story
+        
+        Press Contacts
+        --------------
+        
+        People with whom reporters can follow up. Press Contacts can be associated
+        with Press Releases.
+        
+            * Name
+            * Description
+            * Job Title
+            * Email Address
+            * City
+            * State/Province
+            * Organization
+            * Phone number
+        
+        Press Room provides a master "Press Room" view showing a configurable number
+        of Releases, Clips and Contacts (any of which can also be hidden).
+        
+        Press Room also makes available RSS feeds of Press Releases and Press Clips.
+        
+        Press Rooms in Action
+        =====================
+        
+            * `People for Puget Sound`_
+            * `Conservation Northwest`_
+            * `Sierra Club of BC`_
+            * `Ecojustice Canada`_
+        
+        .. _`People for Puget Sound`: http://www.pugetsound.org/pressroom
+        .. _`Conservation Northwest`: http://www.conservationnw.org/pressroom
+        .. _`Sierra Club of BC`: http://www.sierraclub.bc.ca/quick-links/media-centre
+        .. _`Ecojustice Canada`: http://www.ecojustice.ca/media-centre
+        
+        Current Status of Press Room
+        ============================
+        
+        This release of PressRoom has been tested with Plone 2.5.5, Plone 3.3.2, and
+        Plone 4.0b1. We assume it will work for most Plone releases 2.5 through 4.0b1.
+        If you have a Plone 2.1 site, please see the PressRoom 1.1 line.  We are
+        committed to supporting the two most current Plone releases at a time.
+        
+        Known bugs and issues are listed at http://plone.org/products/pressroom/issues
+        
+        Suggestions welcome!  (Code even more welcome!)
+        
+        Roadmap: http://plone.org/products/pressroom/roadmap
+        
+        Installation
+        ============
+        
+        Install in the usual way, by:
+        
+         * Adding the Products.PressRoom egg to your buildout
+         * Browse to your plone site --> site setup --> add/remove products
+         * Click install (or you can use the QuickInstaller tool in the Zope Management Interface)
+        
+        Usage
+        =====
+        
+        We recommend creating a Press Room object in the root of your site.
+        Then begin creating Press Releases, Press Clips and Press Contacts in your
+        Press Room.  
+         
+        The "Add Press (item)" links in the Press Room will shortcut you to subfolders
+        intended to store these items.  Only items stored in their appropriate
+        subfolder will be shown in the Press Room view.
+         
+        You may create Press Releases, Clips and Contacts elsewhere in your site, but
+        these will not be shown in the Press Room view.
+         
+        You might find it useful to suppress the ability to add normal News Items if
+        Press Room replaces that need.  You can do that by going into the portal_types
+        tool in the ZMI and unchecking "implicitly addable" for News Items.
+        
+        Note that in Plone 3.0+, the infrastructure supporting each Press Room by
+        default is created as "private".  The Press Room provides a button to publish
+        all of these.  That button will NOT publish any actual Releases, Clips or
+        Contacts -- just the folders that contain them and the Collections that
+        aggregate them.
+        
+        Upgrading Folders
+        =================
+        
+        As of Press Room 3.2, the containers for Press Clips and Press Releases are
+        Large Plone Folders. Before 3.2, Press Room used normal folders, which become
+        inefficient when containing more than about a hundred items.  To upgrade an
+        older Press Room, navigate to the Press Room and append "/@@upgrade-folders" to
+        the url. A message will return with the results of the upgrade. Note that your
+        Press Room subfolders must retain their original ids ('press-clips' and
+        'press-releases') in order to be upgraded.
+        
+        Note also that, by default, Large Plone Folders are not normally addable in a
+        Plone site. To allow the creation of the two used in a new Press Room, we
+        briefly enable them (if they weren't already) and after adding them, we disable
+        them again. That means that attempts to rename them will cause a cryptic error
+        about disallowed types. To get around that, simply navigate to portal_types in
+        the ZMI, click into Large Plone Folders, and check the "Implicitly addable"
+        checkbox.
+        
+        In Plone 4, standard folders are BTree-based and can better handle large numbers
+        of items, so Large Plone Folders are no longer used.  Folders that were already
+        upgraded to Large Plone Folders in Plone 3 can remain that way.
+        
+        Credits
+        =======
+        
+        Press Room was designed and created by Groundwire (formerly ONE/Northwest)
+        (http://www.onenw.org), with contributions from:
+        
+         * Trey Beck - [email protected]
+         * Andrew Burkhalter - [email protected]
+         * Johnpaul Burbank - [email protected]
+         * Jon Stahl - [email protected]
+         * Jon Baldivieso - [email protected]
+         * David Glick - [email protected]
+         * naro - i18n work, Czech translation
+         * Thanks to Green Media Toolshed (http://www.greenmediatoolshed.org) for advice on nomenclature.
+        
+        History
+        =======
+        3.19 (UNRELEASED)
+        
+        - Move location field to the proper Schemata (default) and place it in the 
+          proper order in the schema, AFTER finalizeATCTSchema().
+          [spanky]
+        
+        - typo in Release Date description
+          [spanky]
+        
+        3.18 (2011-10-21)
+        - subhead field must not be languageIndependent - there
+          is no need why the subheading should not be translatable
+          [ajung]
+        
+        3.17 (2011-08-29)
+         - Use a separate add permission for each type, and grant them to the Site
+           Administrator role by default. [davisagli]
+        
+        3.16 (2011-05-05)
+         - use archetypes.referencebrowserwidget if available [ajung]
+        
+        3.15 (2011-04-19)
+         - general cleanup of the uninstall code [ajung]
+        
+        3.14 (2011-04-08)
+         - fixed improper return statement in Extensions/utils.py [ajung]
+        
+        3.13 (2010-10-22)
+         - Replace the description field of press contacts with a rich-text text
+           field.  The old description is still used if no text is set.
+           [davisagli]
+        
+        3.12 (2010-10-19)
+         - Fix some improper TAL. [jbaldivieso]
+        
+        3.11 (2010-09-21)
+         - Fix normalizeString usage in Plone 3. [davisagli]
+        
+        3.10 (2010-09-16)
+         - Avoid running the final import step except as part of the PressRoom
+           profile. [davisagli]
+        
+        3.9 (2010-??-??)
+         - Made folder_listing_pressroom template Plone 4 compatible. [yomatters]
+        
+        3.8 (2010-07-23)
+         - Made Press Room draw on collections for content. [yomatters]
+        
+        3.7 (2010-07-16)
+         - Fixed invalid TAL. [davisagli]
+        
+        3.6 (2010-07-16)
+         - Use a forward-compatible way of checking isViewTemplate. [davisagli]
+        
+        3.5 (2010-07-16)
+         - Use context.portal_workflow instead of wtool in templates. [davisagli]
+        
+        3.4 (2010-07-16)
+         - Fix some missing global variables in Plone 4. [davisagli]
+        
+        3.3 (2010-03-09)
+         - Make PressRoom compatible with Plone 4, TinyMCE. [nvasseur, davisagli]
+        
+        3.2-final
+         - Fixed handling of the PressRoom add permission for contributors and in
+           the main pressroom view shortcut links. [davisagli]
+         - Fixed a Unicode bug in vCard download [naro]
+         - more translation work [naro, tabacha]
+        
+        3.2-beta-2
+         - Fixed the German translations to really be German. [jbaldivieso]
+        
+        3.2-beta-1
+         - Switched to Large Plone Folders for storing Press Releases and Clips. Provided
+           a migration script for upgrading older Press Rooms. (This was Roadmap
+           item #3.) [jbaldivieso]
+         - Returned Press Contacts for purposes of press room presentation in the order in which
+           they're stored in the press-contacts folder. [jbaldivieso]
+         - Added German translation, thanks to Sven Anders [jbaldivieso]
+         - Added Publication to pressroom_view listing of Press Clips [jonstahl]
+         - Changed date & publication spans in pressrom_view to divs [jonstahl]
+         - Removed "Up one folder" from Press Room subfolder views [jonstahl]
+         - Made CSS not conditional on pressroom types (it was hard to style pressroom
+           subfolders, which aren't custom types; also it's more efficient to have that
+           readily combinable with other stylesheets in the Resource Registry) [jonstahl]
+        
+        3.1
+         - Added basque translation [erral]
+         - Fixed an upgrade error (issue #42) and the i18n coverage in pressroom_view (issue #43).
+         - Added a cell phone field to press contacts. Enhanced the way they are displayed throughout the
+           Press Room (issue #11). Also Press Contacts can be downloaded as vCards for use in address
+           books/email clients. [jbaldivieso]
+        
+        3.0
+         - moved pressroom_view logic into view [jbaldivieso]
+         - bifurcated the pressroom_content skin directory into 2.5 and 3.0 versions to
+           support KSS in 3.0 sites [jbaldivieso]
+         - moved as much of the initialization into GenericSetup as possible, without sacrificing
+           normal quickinstaller-based installation in Plone 2.5. [jbaldivieso]
+         - created a workaround for PressRooms created using the new Simple Publication WF.
+           Users are warned if the releases/clips/contacts folders are private, and a button
+           is provided to publish the pressroom, the three subfolders, and their respective
+           Collections. [jbaldivieso]
+        
+        1.1
+         - Italian translation file [rlemmi - thanks!]
+         - Corrected help text on press clip publication [jonstahl]
+         - Moved press clip description above byline [jonstahl]
+         - Nicer handling of link to press clip original story. [jonstahl]
+         - Added uninstall method to remove PR cruft. [jbaldivieso]
+         - Made master Press Room view listing of contacts respect contacts' order in the
+           contacts folder [jonstahl]
+         - added i18n for the plone domain (content type names) and fixed translation
+           in the Press room default subfolder titles and descriptions
+         - added i18n in pressroom domain, added Czech translation [naro - thanks!]
+         - removed condition on pressroom_folder_listing that prevented bylines from being
+           shown to anonymous users [jonstahl]
+         - added i18n tags to page templates [jonstahl]
+        
+        1.0.3
+         - Changed the id on the created press contact smart folder from "roster" to "press-contacts"
+           due to the former being a reserver id within the context of a member folder.  Fixes issue
+           #26 [andrewb]
+         - Changing some tests that were based on the assumption that we were ordering catalog results
+           on effective rather than the more logical storydate and releaseDate schema fields [andrewb]
+         - Adding test coverage to prove that a storydate and releaseDate *should* be required on the
+           PressRelease & PressClip content types due to the sorting that's done in the default
+           catalog queries [andrewb]
+         - Making storydate and releaseDate required fields within the schema declaration per the
+           testing coverage in the previous line [andrewb]
+         - The "More press clips/release" text only shows up when there actually *are* more of
+           those items [andrewb]
+         - Removed trailing slashes in links from main press room and press room subfolder views [jonstahl]
+         - Added | between email and phone number for press contacts [jonstahl]
+         - Spam-protected email adddress of press contacts [jonstahl]
+         - Changed CSS selector for press contacts from #press-contacts to #press-contacts-box to
+           resolve conflict with auto-generated listing in folder_contents [jonstahl]
+        
+        1.0.2
+         - Fixed a missing global define.  [jonstahl]
+        
+        1.0.1
+         - Fixed dumb tab issue. [jonstahl]
+        
+        1.0 final 
+         - Fixed smart folder index fields to include getReleaseDate and getStoryDate
+        
+        1.0 beta
+         - Subclassed ATFolder instead of OrderedBaseFolder so that display menu works properly [jonstahl]
+         - Added views for clip, release, contact folders [burbank]
+        
+        0.8.1
+         - Resolved compatibility issues with LinguaPlone and PressRoom due to subclassing of
+           i18N-unaware type for the PressRoom type
+        
+        0.8 
+         - Initial release to plone.org products area (CHANGES regime not in place so do the following:   
+           "svn diff --verbose -r 23865:27132" against the collective repository to determine what
+           has changed)
+        
+        0.1 
+         - Initial release and migration to Collective
+        
+Keywords: plone press media news release
+Platform: UNKNOWN
+Classifier: Framework :: Plone
+Classifier: Development Status :: 6 - Mature

Added: PressRoom/trunk/Products.PressRoom.egg-info/SOURCES.txt
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/SOURCES.txt	Mon Apr 29 20:13:39 2013
@@ -0,0 +1,121 @@
+CHANGES.txt
+CREDITS.txt
+README.txt
+TODO.txt
+bootstrap.py
+buildout.cfg
+setup.py
+test-plone-2.5.cfg
+test-plone-3.3.x.cfg
+test-plone-4.0.x.cfg
+Products/__init__.py
+Products.PressRoom.egg-info/PKG-INFO
+Products.PressRoom.egg-info/SOURCES.txt
+Products.PressRoom.egg-info/dependency_links.txt
+Products.PressRoom.egg-info/namespace_packages.txt
+Products.PressRoom.egg-info/not-zip-safe
+Products.PressRoom.egg-info/requires.txt
+Products.PressRoom.egg-info/top_level.txt
+Products/PressRoom/__init__.py
+Products/PressRoom/config.py
+Products/PressRoom/configure.zcml
+Products/PressRoom/messagefactory_.py
+Products/PressRoom/refresh.txt
+Products/PressRoom/setuphandlers.py
+Products/PressRoom/version.txt
+Products/PressRoom/Extensions/Install.py
+Products/PressRoom/Extensions/__init__.py
+Products/PressRoom/Extensions/utils.py
+Products/PressRoom/browser/__init__.py
+Products/PressRoom/browser/configure.zcml
+Products/PressRoom/browser/pressroom.py
+Products/PressRoom/browser/upgrade_folders.py
+Products/PressRoom/content/PressClip.py
+Products/PressRoom/content/PressContact.py
+Products/PressRoom/content/PressRelease.py
+Products/PressRoom/content/PressRoom.py
+Products/PressRoom/content/__init__.py
+Products/PressRoom/i18n/manual.pot
+Products/PressRoom/i18n/pressroom-cs.mo
+Products/PressRoom/i18n/pressroom-cs.po
+Products/PressRoom/i18n/pressroom-de.mo
+Products/PressRoom/i18n/pressroom-de.po
+Products/PressRoom/i18n/pressroom-es.mo
+Products/PressRoom/i18n/pressroom-es.po
+Products/PressRoom/i18n/pressroom-eu.mo
+Products/PressRoom/i18n/pressroom-eu.po
+Products/PressRoom/i18n/pressroom-it.mo
+Products/PressRoom/i18n/pressroom-it.po
+Products/PressRoom/i18n/pressroom-plone-cs.mo
+Products/PressRoom/i18n/pressroom-plone-cs.po
+Products/PressRoom/i18n/pressroom-plone-de.mo
+Products/PressRoom/i18n/pressroom-plone-de.po
+Products/PressRoom/i18n/pressroom-plone-es.mo
+Products/PressRoom/i18n/pressroom-plone-es.po
+Products/PressRoom/i18n/pressroom-plone-eu.mo
+Products/PressRoom/i18n/pressroom-plone-eu.po
+Products/PressRoom/i18n/pressroom-plone-it.mo
+Products/PressRoom/i18n/pressroom-plone-it.po
+Products/PressRoom/i18n/pressroom-plone.pot
+Products/PressRoom/i18n/pressroom.pot
+Products/PressRoom/i18n/usei18ndude.sh
+Products/PressRoom/interfaces/__init__.py
+Products/PressRoom/interfaces/browserviews.py
+Products/PressRoom/interfaces/content.py
+Products/PressRoom/profiles/default/catalog.xml
+Products/PressRoom/profiles/default/cssregistry.xml
+Products/PressRoom/profiles/default/factorytool.xml
+Products/PressRoom/profiles/default/import_steps.xml
+Products/PressRoom/profiles/default/is_pressroom.txt
+Products/PressRoom/profiles/default/propertiestool.xml
+Products/PressRoom/profiles/default/skins.xml
+Products/PressRoom/profiles/default/tinymce.xml
+Products/PressRoom/profiles/default/types.xml
+Products/PressRoom/profiles/default/types/PressClip.xml
+Products/PressRoom/profiles/default/types/PressContact.xml
+Products/PressRoom/profiles/default/types/PressRelease.xml
+Products/PressRoom/profiles/default/types/PressRoom.xml
+Products/PressRoom/profiles/default/types/Topic.xml
+Products/PressRoom/skins/pressroom_content/folder_listing_pressroom.pt
+Products/PressRoom/skins/pressroom_content/folder_listing_pressroom.pt.metadata
+Products/PressRoom/skins/pressroom_content/pressclip_view.pt
+Products/PressRoom/skins/pressroom_content/pressclip_view.pt.metadata
+Products/PressRoom/skins/pressroom_content/presscontact_view.pt
+Products/PressRoom/skins/pressroom_content/presscontact_view.pt.metadata
+Products/PressRoom/skins/pressroom_content/pressrelease_relatedcontacts.pt
+Products/PressRoom/skins/pressroom_content/pressrelease_view.pt
+Products/PressRoom/skins/pressroom_content/pressrelease_view.pt.metadata
+Products/PressRoom/skins/pressroom_content/pressroom_view.pt
+Products/PressRoom/skins/pressroom_content/pressroom_view.pt.metadata
+Products/PressRoom/skins/pressroom_content_2.5/folder_listing_pressroom.pt
+Products/PressRoom/skins/pressroom_content_2.5/folder_listing_pressroom.pt.metadata
+Products/PressRoom/skins/pressroom_content_2.5/pressclip_view.pt
+Products/PressRoom/skins/pressroom_content_2.5/pressclip_view.pt.metadata
+Products/PressRoom/skins/pressroom_content_2.5/presscontact_view.pt
+Products/PressRoom/skins/pressroom_content_2.5/presscontact_view.pt.metadata
+Products/PressRoom/skins/pressroom_content_2.5/pressrelease_relatedcontacts.pt
+Products/PressRoom/skins/pressroom_content_2.5/pressrelease_view.pt
+Products/PressRoom/skins/pressroom_content_2.5/pressrelease_view.pt.metadata
+Products/PressRoom/skins/pressroom_content_2.5/pressroom_view.pt
+Products/PressRoom/skins/pressroom_content_2.5/pressroom_view.pt.metadata
+Products/PressRoom/skins/pressroom_images/pressclip_icon.gif
+Products/PressRoom/skins/pressroom_images/pressclip_icon.gif.metadata
+Products/PressRoom/skins/pressroom_images/pressrelease_icon.gif
+Products/PressRoom/skins/pressroom_images/pressrelease_icon.gif.metadata
+Products/PressRoom/skins/pressroom_images/pressroom_icon.gif
+Products/PressRoom/skins/pressroom_images/pressroom_icon.gif.metadata
+Products/PressRoom/skins/pressroom_images/vcard.gif
+Products/PressRoom/skins/pressroom_images/vcard.gif.metadata
+Products/PressRoom/skins/pressroom_scripts/computeReleaseContacts.py
+Products/PressRoom/skins/pressroom_scripts/vCard.vcf.py
+Products/PressRoom/skins/pressroom_styles/PressRoom.css.dtml
+Products/PressRoom/tests/PressRoomTestCase.py
+Products/PressRoom/tests/__init__.py
+Products/PressRoom/tests/testFolderUpgrade.py
+Products/PressRoom/tests/testInterfaces.py
+Products/PressRoom/tests/testPressRoomCreation.py
+Products/PressRoom/tests/testPressRoomSetup.py
+Products/PressRoom/tests/testPressRoomView.py
+Products/PressRoom/tests/testTopicSetup.py
+docs/INSTALL.txt
+docs/LICENSE.txt
\ No newline at end of file

Added: PressRoom/trunk/Products.PressRoom.egg-info/dependency_links.txt
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/dependency_links.txt	Mon Apr 29 20:13:39 2013
@@ -0,0 +1 @@
+

Added: PressRoom/trunk/Products.PressRoom.egg-info/namespace_packages.txt
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/namespace_packages.txt	Mon Apr 29 20:13:39 2013
@@ -0,0 +1 @@
+Products

Added: PressRoom/trunk/Products.PressRoom.egg-info/not-zip-safe
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/not-zip-safe	Mon Apr 29 20:13:39 2013
@@ -0,0 +1 @@
+

Added: PressRoom/trunk/Products.PressRoom.egg-info/requires.txt
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/requires.txt	Mon Apr 29 20:13:39 2013
@@ -0,0 +1 @@
+setuptools
\ No newline at end of file

Added: PressRoom/trunk/Products.PressRoom.egg-info/top_level.txt
==============================================================================
--- (empty file)
+++ PressRoom/trunk/Products.PressRoom.egg-info/top_level.txt	Mon Apr 29 20:13:39 2013
@@ -0,0 +1 @@
+Products

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.