re.place is a module wich acts as a content filter. It searches for pre-defined regular expressions and replaces matches with pre-defined replacements.
It is possible to specify different replacements based on several "replacement restrictions" --- for authenticated users and guests, for pages and non-pages currently (see "Screenshots").
For example, you can implement the functionality of cross-linker module, while adding the possibility to insert "target" parameter, "rel=nofollow", style information, etc.
As another example, you can insert in your posts custom smiles or the like.
As another example, you can add custom markup to you blog, like
Google(something) would insert link to www.google.com/search?q=something,
TouTube(youtube_id) will insert <object ...>, wich displays that video,
etc-etc. See "Other notes" for more examples.
You can replace http links with some other stuff for guests, leaving as is for authenticated users (see http://wordpress.org/support/topic/297405).
Every entry can have custom "order" number, so you can chain your replacements.
re.place stores entries in database.
Management GUI provided to list entries, add, edit or delete entries.




