|
NAMEPlagger::Plugin::Filter::ExtractAuthorName - Extract author's name from RSS 2.0 <author> fieldSYNOPSIS- module: Filter::ExtractAuthorName DESCRIPTIONThis plugin extracts author's actual name from RSS 2.0 author field. In RSS 2.0 (or 0.91), you need to write:<author>lawyer@example.com (Lawyer Boyer)</author> but typically you just want the name, Lawyer Boyer and ditch the email address. This plugin uses Email::Address module to extract the name part, if any. AUTHORTatsuhiko MiyagawaSEE ALSOPlagger, Email::Address
Visit the GSP FreeBSD Man Page Interface. |