=== InScript === Contributors: johnny5 Donate link: http://urbangiraffe.com/about/support/ Tags: scripting, meta, php, texturize, dates, times, titles, plugins, filters, action, customize Requires at least: 1.5 Tested up to: 2.9 Stable tag: trunk InScript is an extensible scripting framework that provides the capability to insert and modify data without needing to modify any WordPress files. == Description == At the simplest level, it is a generic pattern matcher that searches for specific patterns, or tags, and replaces them with something else. However, instead of replacing these patterns with static text, you can replace them with variables, functions, and even PHP code. Some of the features that InScript provides are: * Dynamic variables, which can be used in many places and are automatically updated * Disable WordPress texturize functions across the whole blog, individual posts, or even individual words * Conversely, enable texturize, textile, markdown, or any formatting on individual posts or words * Embed well-defined scripts inside posts and any other part of WordPress, without modifying the theme The embedded scripts are very powerful, and allow you to do things like: * Insert post & author information * Add HTTP meta-values and make them post-specific * Customise the appearance of words, paragraphs, or posts * Change date formats on individual sections * Insert highlighted code * Insert custom PHP code * Add custom stylesheets for specific posts Because of the extensible nature of the plugin, you can add scriptlets (mini-plugins) that provide extra features and yet use the same InScript framework. == Installation == The plugin is simple to install: 1. Download `inscript.zip` 1. Unzip 1. Upload `inscript` directory to your `/wp-content/plugins` directory 1. Go to the plugin management page and enable the plugin 1. Configure the options from the `Options/Inscript` page You can find full details of installing a plugin on the [plugin installation page](http://urbangiraffe.com/articles/how-to-install-a-wordpress-plugin/). == Frequently Asked Questions == = Where do I find a list of filters I can hook? = Most filters and actions are documented at the [WordPress Codex](http://codex.wordpress.org/Plugin_API). This is not a complete list by any means. Chances are that if you to modify a piece of data it will be passed through a filter and until the Codex is complete the only reliable source of information is the code (or a forum!) == Documentation == Full documentation can be found on the [InScript](http://urbangiraffe.com/plugins/inscript/) page.