SeeMore 0+2i
Update: There are newer versions available; please use the newest version unless you have a particular reason not to.
Update: Small patch from Tatsuhiko Miyagawa incorporated, and download link fixed -- thanks!
SeeMore has been updates. Changes:
- The text to split on is now configurable, and defaults to a pattern matching either a form-feed character (for me) and the string
<!-- more -->(for most other people) (Thanks Scott Richart) - The "See more ..." link supplied in the 'rss' flavour links to the default flavour rather than the 'rss' flavour again (Thanks Scott Richart)
- POD documentation is included
This is a very minor upgrade; if you have it working, and don't have trouble inserting form-feed characters, there's no reason to change.
Installation:
- download and unzip the plugin.
- Copy the plugin to your plugins directory
- Create a test post to try it out. Simply put the text
<!-- more -->where you want the "See More..." break to be. - Try it out -- load your blog in your browser. Hopefully you'll have a "See More..." link; try clicking on it. Hopefully you'll get the same story, but now with more.
- Look at your error log. Verify you have a line. If it's missing, the plugin isn't getting enabled for some reason -- it may not be in the right directory, may not be readable, may have an illegal character in its filename, or may be something else we haven't discovered yet.
seemore debug 1: start() called, enabled
- Once you're satisfied it's working, edit the plugin's only configuration variable — change
$debug_levelfrom 1 to 0. Important: if you don't do this, it will continue to fill up your error log with debug information. - Verify once more it's working satisfactorily. If not, your text editor may not be getting along well with perl -- did it change permissions on the file? Did it change line endings?
- Drop me a note letting me you're using it and how things are working for you.
- Enjoy!
2003-03-03 23:00:00 | Comments (0) | TrackBack (0) | Computers::Internet::Web::Blosxom::Plugins::SeeMore