User:Keller999/projects/gamepageupdate: Difference between revisions

m
Text replacement - "(={2,})([^\s=])(.+)([^\s=])(={2,})" to "$1 $2$3$4 $5"
No edit summary
m (Text replacement - "(={2,})([^\s=])(.+)([^\s=])(={2,})" to "$1 $2$3$4 $5")
Line 7: Line 7:
* Remove existing non-used config variables if they are present in the page
* Remove existing non-used config variables if they are present in the page


===Scripts===
=== Scripts ===
Hooray for programming mini-project!  I put together a script that takes the Infobox and summary from Wikipedia, then the existing Dolphin Wiki article, and creates a standards-compliant merge of the two.  For an example of what this script does, please see [[Call of Duty: Black Ops/sandbox]].  Revision 23655 is before, Revision 23677 is after.  I did NOT do any additional touchup between these revs, as I wanted to show exactly what the script was doing.
Hooray for programming mini-project!  I put together a script that takes the Infobox and summary from Wikipedia, then the existing Dolphin Wiki article, and creates a standards-compliant merge of the two.  For an example of what this script does, please see [[Call of Duty: Black Ops/sandbox]].  Revision 23655 is before, Revision 23677 is after.  I did NOT do any additional touchup between these revs, as I wanted to show exactly what the script was doing.


Line 52: Line 52:
*Testing sections: I need to start discussion around this in the Testing template, but in any case, I'm considering some revisions there. You'll note I revised the testing template to start generating "Tested On" categories, at least for OS's. Such works out to some degree there, as there are a limited number of inputs, but similar methods won't work well for high variety of the current CPU/GPU sections. Follow up on such in... [[Template talk:Testing/entry]]. In any case, I may want the script to handle reparsing some of the testing fields into separate values.[[User:Kolano|Kolano]] 05:15, 22 August 2011 (CEST)
*Testing sections: I need to start discussion around this in the Testing template, but in any case, I'm considering some revisions there. You'll note I revised the testing template to start generating "Tested On" categories, at least for OS's. Such works out to some degree there, as there are a limited number of inputs, but similar methods won't work well for high variety of the current CPU/GPU sections. Follow up on such in... [[Template talk:Testing/entry]]. In any case, I may want the script to handle reparsing some of the testing fields into separate values.[[User:Kolano|Kolano]] 05:15, 22 August 2011 (CEST)


===dolphinpageupdate.pl===
=== dolphinpageupdate.pl ===
Runs great on my Linux box, uses no special modules.  I know for a fact that system('clear') does NOT work in Windows, but you could probably replace it with system('cls') and get the same effect.
Runs great on my Linux box, uses no special modules.  I know for a fact that system('clear') does NOT work in Windows, but you could probably replace it with system('cls') and get the same effect.


====Version History====
==== Version History ====
'''''1.0'''''
'''''1.0'''''
* Initial release
* Initial release