tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / general / seewritebacks
index 9e4c9e6dcaa0478700cff24500ee5d4a769be0ec..4636a572d05a7d4e71352eca2637d1f31e11c9fd 100644 (file)
@@ -39,7 +39,11 @@ Blosxom Plug-in: seewritebacks
 
 =head1 DESCRIPTION
 
-This plugin makes it easy to have a consistent writebacks interface to your site, that is compatible with multiple themes.  For example, you can create a blue flavor, and a red flavor for your site that change the appearance, but still have writebacks enabled.  With the default writebacks plugin, this gets complicated and requires a separate writebacks flavor for each primary flavor.
+This plugin makes it easy to have a consistent writebacks interface to your
+site, that is compatible with multiple themes.  For example, you can create a
+blue flavor, and a red flavor for your site that change the appearance, but
+still have writebacks enabled.  With the default writebacks plugin, this gets
+complicated and requires a separate writebacks flavor for each primary flavor.
 
 Well, say goodbye to that!!
 
@@ -54,31 +58,47 @@ Original:
 Modified:
 (<a href="$url$path/$fn.$flavour?seewritebacks=y">$writeback::count Comments</a>)
 
-Note that your story.flavor file may be slightly different.  You are adding the ?seewritebacks=y to the url, which causes this plugin to act.
+Note that your story.flavor file may be slightly different.  You are adding
+the ?seewritebacks=y to the url, which causes this plugin to act.
 
        6) Repeat steps 4-5 for each flavor that you wish to update.
-       7) If you choose, you can create a writebacksform.$flavor file to customize the appearance for each flavor, but this is unnecessary.
+    7) If you choose, you can create a writebacksform.$flavor file to
+       customize the appearance for each flavor, but this is unnecessary.
 
-       It sounds complicated, but it's not that bad.  If you have suggestions on how to improve these instructions, let me know.
+It sounds complicated, but it's not that bad.  If you have suggestions on how
+to improve these instructions, let me know.
 
-       The upshot is that you can now have multiple flavors for your site that change the appearance, and all of them can use writebacks, and plugins such as breadcrumbs don't give unexpected results.
+The upshot is that you can now have multiple flavors for your site that change
+the appearance, and all of them can use writebacks, and plugins such as
+breadcrumbs don't give unexpected results.
 
 =head1 CHANGES
 
-0.3    Forced interpolation as interpolate_fancy broke the previous interpolation.  Thanks to Andy for this report.
+0.3    Forced interpolation as interpolate_fancy broke the previous
+interpolation.  Thanks to Andy for this report.
 
-0.2    Added a patch to allow the writebacks plugin to set $seewritebacks to 1 to ensure that a comment is displayed as soon as it is posted
+0.2    Added a patch to allow the writebacks plugin to set $seewritebacks to 1 to
+ensure that a comment is displayed as soon as it is posted
 
 0.1    Initial Release
 
+=head1 BUGS
+
+None known; please send bug reports and feedback to the Blosxom
+development mailing list <blosxom-devel@lists.sourceforge.net>.
+
 =head1 AUTHOR
 
 Fletcher T. Penney - http://fletcher.freeshell.org
 
+This plugin is now maintained by the Blosxom Sourceforge Team,
+<blosxom-devel@lists.sourceforge.net>.
 
 =head1 LICENSE
 
-This source is submitted to the public domain.  Feel free to use and modify it.  If you like, a comment in your modified source attributing credit to myself for my original work would be appreciated.
+This source is submitted to the public domain.  Feel free to use and modify
+it.  If you like, a comment in your modified source attributing credit to
+myself for my original work would be appreciated.
 
-THIS SOFTWARE IS PROVIDED AS IS AND WITHOUT ANY WARRANTY OF ANY KIND.  USE AT YOUR OWN RISK!
+THIS SOFTWARE IS PROVIDED AS IS AND WITHOUT ANY WARRANTY OF ANY KIND.  USE AT
+YOUR OWN RISK!