Auto Blogged WP plugin

AutoBlogged is a powerful autoblogging plugin for WordPress that automatically creates posts from any RSS or Atom feed. With dozens of powerful features, AutoBlogged is one of the most flexible feed aggregating plugins available.

You can use AutoBlogged to build blog networks, to create automated video or photo blogs, aggregate posts from multiple feeds, or create your own keyword-rich topic portals

[Read more...]

WP Autoblogged How to search and replace

We get a lot of questions on how to perform various search and replace operations in AutoBlogged. Because not everyone is an expert with regular expressions, we thought we would share some of the most common patterns we have found useful.
Search and Replace Overview

The Search and Replace feature allows you to modify the content of a feed based on Regular Expression searches. With this feature you can do things such as rewrite words, enforce naming standards, insert affiliate ID’s, correct non-standard feeds, create unique content, or just about anything else you can imagine. Search and Replace uses the PCRE syntax.

  • Search for – The search term or regular expression to find.
  • Replace with – The expression to use for replacing the search term.

Note that the Search and Replace feature uses Regular Expressions so you must escape any special characters in your search pattern with a slash (\) character. The special characters that need escaping are \^.$|()[].

Note that if your search expression contains multiple grouped matches, the Replace operation will only be performed on the primary match. For more precise control over replacement, you can use back references in your replace expression. Back references are special variables that return a portion of your match. Matches are grouped by numbers corresponding to portions of your pattern that are in parenthesis. The variable $1 refers to the first match, $2 refers to the second, and so on. $0 refers to the entire matched string.

Common Patterns

Description Search For Replace With
HTML Formatting – Some searches such as Google Blog Search will apply the <b> tags around any search keywords that appear in the results.This pattern removes those tags. <\/?b> (leave empty)
Feedburner Feed Flares – These are the links at the bottom of many feedburner feeds. These links can be confusing since they aren’t from your site and can mess up your blog formatting. <div>.*<\/div> (leave empty)
Create Hyperlinks – You can automatically turn any plain-text URL into a clickable hyperlink using this pattern. [^\"](https?|ftp)://([-A-Z0-9.]+)(/[-A-Z0-9+&@#/%=~_|!:,.;]*)?(\?[-A-Z0-9+&@#/%=~_|!:,.;]*)? <a href=”$0″>$0</a>
Replace Words – Sometimes you want to fix common misspellings, ensure common terminology, fix capitalization, or just mix things up a bit to ensure you don’t run into any duplicate content penalties. wordpress|word\spress|wrodpress WordPress
Clickable Keywords – Sometimes you want certain words in your blog to automatically become hyperlinks to another site you want to promote. auto\s?blog[^\s]* <a href=”http://autoblogged.com”>$0</a>
Fix Bad Feeds – Sometimes a feed has the wrong encoding or they don’t just follow standards and you see html markup appear encoded in your page content. These next two patterns turns &gt; and &lt; back into their literal characters. &gt; >
&lt; <
Remove Hyperlinks – If you are using the %content% variable in your post template but want to remove any live hyperlinks, use this pattern. <a\s[^>]*>([^<*]*)< $1

If you develop any search and replace patterns that you think others might find helpful, please add them as comments here. Here are some resources for testing regular expressions:

http://regexpal.com/

http://www.regextester.com/

If you do not know where can down the lastest WP AutoBlogged ,please add a comments here,or send a email to me.

WP Comic Press 2.8 Download

comicpress Publish Comics with WordPress

Using the popular blogging software, , is ideal for publishing comics online as blogging software is specifically designed for regularly posting and archiving blocks of content to the Web. ComicPress provides you a WordPress theme with the necessary comic display, navigation and archiving features built in as well as seemlessly presenting your comic and blog posts yet handling them accordingly. It’s clean neutral style is designed to be used right out of the box, but with a little CSS knowledge you can style it as custom as you can imagine. There is always much discussion and assistance in the for modifications.

Features

• Clean, easily styled theme
• Choice of 5 page layouts (Standard, 3-Column, Vertical, Vertical 3-Column, Graphic Novel)
• Full comic navigation first, previous, next and last as well as chapter navigation (accesible navigation above the comic)
• 5 archive page templates for displaying your archives (in addition to WordPress native archiving)
• Built-in comic transcription and search
• Comic specific Widgets to customize sidebars
• Support for threaded comments
• Infinite hierarchy storylines* (categorize by volumes and chapters to any depth level)

*Requires ComicPress Manager Plugin

Download:

http://uploading.com/files/m76abf98/comicpress-2.8.zip/