>>>>> "RE" == Rich Evans <[email protected]> writes:
RE> Hey folks, I currently use the "importTextFile.php" maintinence RE> script to automate the creation of new articles, but now I would RE> like to use it to automate the addition of "new sections" added to RE> the bottom of an existing article Perhaps use $ GET ...title=myarticlename\&action=raw > file $ cat newjunk >> file And then run importTextFile on file. If there might be [[Category:...]] already at the bottom, instead make a perl script to insert your addition just before it. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
