Quote:
Originally Posted by jackmason
But I can't seem to find the right way to strip out the "about" content, disqus comment system, footer etc. that is cropping up after each post...I really just want to bundle up the posts as cleanly by themselves as possible. Am I missing something obvious or simple?
|
You should use a keep_only_tags statement to keep the primary stuff you want, then remove from inside that. A common approach is to keep_only the title and the main article body, then remove tags that are inside the kept tags. remove tags before and after a specified tag also works well. Last, check to see if there's a print version that already removes the junk.
Quote:
One other question...how do we best share the recipe or make it easy for people to discover and put it to use?
|
Post here, or in the bug tracker.