Main Page: Difference between revisions
Jump to navigation
Jump to search
Line 48: | Line 48: | ||
* [[autotest]] | * [[autotest]] | ||
* [[Controlling Resources & Privileges with Linux namespaces, cgroups & limits]] | * [[Controlling Resources & Privileges with Linux namespaces, cgroups & limits]] | ||
* <s>TODO: Examine the SyntaxHighlight extension<br />from the point of view of demands on<br />the host (suggested by AndrewT, see also https://phabricator.wikimedia.org/T250763)</s><br /><syntaxhighlight lang="bash"> | |||
TODO: Examine the SyntaxHighlight extension<br />from the point of view of demands on<br />the host (suggested by AndrewT, see also https://phabricator.wikimedia.org/T250763) | #!/bin/bash | ||
set -x | |||
echo "The MediaWiki SyntaxHighlight extension is enabled" | |||
exit 0 | |||
</syntaxhighlight><syntaxhighlight lang="c"> | |||
#include <stdio.h> | |||
int main () { | |||
printf ("Hello, world!\n"); | |||
return (0); | |||
} | |||
</syntaxhighlight> | |||
|} | |} | ||
Revision as of 10:46, 19 July 2022
Guide to TechDocs for administrators and content creators |