MediaWiki/Extensions: Difference between revisions

add brickimedia
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Tags: Mobile edit Mobile web edit
Line 68: Line 68:
Have an 'old' mediawiki instance running off un-versioned code that you want to convert over to git?  Here's a script that can help you get going.  Note: it will DELETE all directories in your current working directory if they are NOT already git-managed.  Use only if you know what you're doing!!  Use it from inside your extensions directory
Have an 'old' mediawiki instance running off un-versioned code that you want to convert over to git?  Here's a script that can help you get going.  Note: it will DELETE all directories in your current working directory if they are NOT already git-managed.  Use only if you know what you're doing!!  Use it from inside your extensions directory


<source lang="bash">
<syntaxhighlight lang="bash">
#!/bin/bash
#!/bin/bash
release="REL1_27"
release="REL1_27"
Line 106: Line 106:




</source>
</syntaxhighlight>
{{References}}
{{References}}


[[Category:Wiki]]
[[Category:Wiki]]