Rosetta Code:Village Pump/Automated Infrastructure: Difference between revisions

Done.
(Automating infrastructure.)
 
(Done.)
Line 1:
A list of things that should be automated on Rosetta Code, and some pseudocode for describing it. It's remarkable how similar most of these are. It makes me wonder if we couldn't create a scripting language to describe it, and have a bot (or, in the future, a MW extension) manage it by reading the script. --[[User:Short Circuit|Michael Mol]] 19:22, 28 February 2010 (UTC)
 
:Okay, I've got
<blockquote><lang bash>while true; do perl underbot_infrastructure; sleep 86400; done;</lang></blockquote>
:running in a <code>screen</code> session on <code>rosettacode.org</code>. The only problem is that it'll need to be restarted whenever the server is. —[[User:Underscore|Underscore]] ([[User talk:Underscore|Talk]]) 13:05, 16 March 2010 (UTC)
 
=Creation of language pages=
845

edits