Krinkle has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/343219 )
Change subject: readme: Update documentation about current directory structure ...................................................................... readme: Update documentation about current directory structure * Update information about dblists/, images/, and db-*.php. * Add information about static/. * Fix indentation. Change-Id: Id560622baeaf1c724f857fc92dd6ec0b5c7f9baf --- M README 1 file changed, 16 insertions(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/19/343219/1 diff --git a/README b/README index 0d070e2..e5fa32f 100644 --- a/README +++ b/README @@ -4,17 +4,15 @@ Files in this repository are almost a mirror of the Wikimedia Foundation cluster configuration. Omitted files include passwords and security measures. -*.dblist - List of databases. To vary by realm (e.g. 'production', 'labs'), add the realm -as a suffix before the extension, separated with a dash. Example: - "all-labs.dblist". +dblists/ + List of wiki databases. + For labs-only dblists, add "-labs" suffix before the file extension. wikiversions.json, wikiversions.php wikiversions-labs.json, wikiversions-labs.php Let us associate a database with a specific copy of MediaWiki (generally a -branch). The .cdb file is updated by editing wikiversions.json first and then -running multiversion/refreshWikiversions. To vary by realm, add a suffix -before the extension, e.g. "wikiversions-labs.json". + branch). The .php file is updated by editing wikiversions.json first and then + running multiversion/updateWikiversions. debug.json Configuration for X-Wikimedia-Debug. The browser extensions use this to @@ -22,10 +20,15 @@ backends. See <https://wikitech.wikimedia.org/wiki/X-Wikimedia-Debug>. docroot/ - The Apache document root for several of our VirtualHosts. + The Apache document roots for most of our VirtualHosts. + +static/ + Static files available under all docroots as /static. + Contains icons and images used by MediaWiki, such as project logos, + favicons, CentralAuth SUL icons and more. images/ - Shared pictures for the unified login system used by CentralAuth. + Deprecated aliases for a subset of files in /static/images. w/ The "w/" directory in the docroot of any MediaWiki-serving VirtualHost. @@ -34,17 +37,17 @@ Hold some PHPUnit tests. wmf-config/ - The MediaWiki configuration for all database. Think of it like a huge -LocalSettings.php. + The MediaWiki configuration for all database. + Think of it like a huge LocalSettings.php. wmf-config/CommonSettings.php Generic configuration such as including extensions or calling over piece of configuration. This is mostly shared among all wikis. wmf-config/InitialiseSettings.php - Per wiki configuration. + Per-wiki configuration. -wmf-config/db.php +wmf-config/db-*.php Databases related configuration. wmf-config/mc.php -- To view, visit https://gerrit.wikimedia.org/r/343219 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id560622baeaf1c724f857fc92dd6ec0b5c7f9baf Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
