=== Link Summarizer ===
Contributors: GrafZahl, rigacha
Donate link: http://mac.partofus.org/macpress/?p=40#donate
Tags: post, links
Requires at least: 2.0
Tested up to: 2.5.1
Stable tag: 1.5.5

Link Summarizer appends a list of the links referred to in a post at the end of a post automatically.
You can also configure the output position when calling the plugin in your template files at the desired location. 

== Description ==

With Link Summmarizer you can produce a list of all the links you referred to in a posting. 
You can exclude links from the summary by specifying regular expressions for links that shouldn't
show up.
You can enable/disable the link summary globally through the Options page of Link Summarizer, but you also
can enable/disable the display of the summary for specific post by specifying a custom flag named
"lnsum_show" (without quotes) and setting a value of 0 (disable) or 1 (enable).
You also can choose the regex engine to use (the standard php one or the PCRE extension)

== Installation ==
1. Upload the plugin to your plugin directory (wp-content/plugins)
2. Activate the plugin through the 'Plugins' menu in WordPress

Optional: If you have special design concepts in mind you can get a summary directly using the following code in 
your template files at the place you want it to appear:

<?php if (function_exists('get_link_summary')) { get_link_summary(); } ?>

== Uninstallation ==
For uninstallation deactivate the plungin through the 'Plugins' menu in WordPress.

== Frequently Asked Questions ==
= Is it possible to use CSS to style the summarizer? =

Yes, since version 1.4.1 it is possible. I set the surrounding div tag to use the css class
"link-summarizer". For details see the included file style.css.sample. At the moment the html tags used are h3, ul and li.

= Is it possible to decide if the URL or the link text get shown in the summary? =

Yes, this is also a new feature included in 1.4.1. In the Admin panel there's an option for it.

= I have special design needs. =

Starting with version 1.5 the design of the output the pluging produces is completely configurable in the admin interface

== Screenshots ==
1. Link Summarizer in action

== Contributors ==
* Thomas Ohms
