r29 mod3:
The sbattles source module parses threads on
http://forum.spacebattles.com and saves a merged collection of individual posts based on adjustable criteria.
Most fanfiction on the creative writing board (
http://forums.spacebattles.com/forumdisplay.php?f=18) is broken up by people commenting on the story, and the OP replying to these comments. By default, it will filter these threads in the following way:
Reject all posts not started by the OP.
Reject all OP posts with less than 256 bytes of text. (likely a short comment)
Reject all OP posts in which 40% of the text is in a quote. (likely a reply to a comment)
Allow all OP posts that have more than 2048 bytes of text regardless. (just to be -safe-)
These parameters can be adjusted with the -F flag as so:
fflag 'http://forums.spacebattles.com/showthread.php?t=172856' -F sbattles:oponly,allowsize=256,quoteratio=40,quotea llowsize=2048
-or- (save everything)
fflag 'http://forums.spacebattles.com/showthread.php?t=172856' -F sbattles:nooponly -F ffnet:url=http://multiple.module.options.can/be/adjusted
-or- (adjust parameters and save a full copy to full-autoname.html)
fflag 'http://forums.spacebattles.com/showthread.php?t=172856' -F sbattles:fullthread=AUTO,allowsize=1024,quoteratio =10,quoteallowsize=65535
-or - (default should be ok for most cases)
fflag 'http://forums.spacebattles.com/showthread.php?t=172856'
fflag -F module:help will show a module's options.
fflag --fullhelp will show everything.
My todo list is now:
Feature freeze to merge with trunk on github.
I've never used git, can someone copypasta commands I can use to upload a branch?