Manual:Configuration settings/de

From MediaWiki.org
Jump to: navigation, search


Dies ist eine Übersicht aller unterstützten Konfigurationsoptionen, basierend auf der DefaultSettings.php-Datei.

Bearbeite niemals DefaultSettings.php; kopiere stattdessen passende Zeilen zur LocalSettings.php und passe sie gegebenenfalls an.

In alphabetischer Reihenfolge | Auflistung nach Funktion | Category:MediaWiki configuration settings/de

Allgemeine Einstellungen[edit | edit source]

  • $wgProto (veraltet) - Der URL-Präfix definiert das Protokoll im Einsatz.
  • $wgServer - Die URL des Servers (Protokoll und Domain).
  • $wgServerName (veraltet) - Die Domain des Servers ohne Protokoll (z. B. de.wikipedia.org).
  • $wgCanonicalServer - Kanonische URL des Servers zur Nutzung in IRC-Feeds und Benachrichtigungs-E-Mails.
  • $wgSitename - Der Name der Webseite. Sollte angepasst werden.
  • $wgVersion - Definiert, wie die Versionsnummer des MediaWiki den Nutzern angezeigt wird.

Pfade[edit | edit source]

  • $IP - Der Installationspfad des MediaWiki-Dateisystems. Wird nicht in DefaultSettings.php definiert.
  • $wgActionPaths - Pfad für verschiedene Benutzeraktionen. Wird für „hübsche“ URLs benutzt.
  • $wgAppleTouchIcon - Optionale URL zu einem Icon, das in Lesezeichen auf den Startseiten von Apple-Geräten verwendet wird.
  • $wgArticlePath - Die URL-Vorlage zur Erstellung von Artikellinks.
  • $wgDirectoryMode - Standardwert für die chmod-Zugriffsberechtigungen neu erstellter Verzeichnisse.
  • $wgDiff - Pfad zum GNU diff-Werkzeug.
  • $wgDiff3 - Pfad zum GNU diff3-Werkzeug.
  • $wgFavicon - Die URL des Favicons des Seite.
  • $wgLoadScript - Die URL zum Skript load.php.
  • $wgLogo - Die URL des Logos der Seite.
  • $wgPhpCli - Befehl zur Ausführung des PHP cli client.
  • $wgRedirectScript - Die URL des Skriptes redirect.php, wird für Abwärtskompatibilität benötigt.
  • $wgScript - Die URL zum Skript index.php.
  • $wgScriptExtension - Standardmäßige Dateinamenserweiterung der Skripte.
  • $wgScriptPath - Die URL zum Hauptverzeichnis mit Pfad.
  • $wgSQLiteDataDirMode (veraltet) - Standardwert für die chmod-Zugriffsberechtigungen neu erstellter SQLite-Verzeichnisse.
  • $wgStyleSheetPath - Die URL zu dem Verzeichnis, das die Stylesheets enthält.
  • $wgTmpDirectory - Die URL zu dem Verzeichnis für temporäre Dateien.
  • $wgUsePathInfo - Ob „hübsche“ URLs genutzt werden sollen.
  • $wgVariantArticlePath - Wird für Links genutzt, wenn die aktuelle Sprache verschiedene Varianten hat.

Siehe auch TeX für LaTeX-spezifische Pfadeinstellungen.
Siehe auch Uploads für dateispezifische Pfadeinstellungen.
Siehe auch Skins für Skin-spezifische Pfadeinstellungen.

Globale Objekte[edit | edit source]

  • $wgConf - Create a site configuration object. Not used for much in a default install.

E-Mail-Einstellungen[edit | edit source]

Siehe auch Benutzerzugang: $wgEmailConfirmToEdit


E-Mail Benachrichtigung (Enotif) Einstellungen[edit | edit source]

Aktuelle Benachrichtigungen für die einzelnen Benutzer werden in den Optionen festgelegt. Sie können Standardwerte ändern mit $wgDefaultUserOptions.
  • $wgEnotifFromEditor - Email notifications appear to be coming from the page editor (not from Wiki server)
  • $wgEnotifImpersonal - Send a generic mail instead of a personalised mail for each user.
  • $wgEnotifMaxRecips - Maximum number of users to mail at once when using impersonal mail.
  • $wgEnotifMinorEdits - Email notifications also for "minor edits" (user preference is shown and user needs to opt-in)
  • $wgEnotifRevealEditorAddress - reply-to address of Email notifications may be filled with page editor's address (user preference is shown and user needs to opt-in)
  • $wgEnotifUseJobQ - Send mails via the job queue.
  • $wgEnotifUseRealName - Use real name instead of username in e-mail "from" field
  • $wgEnotifUserTalk - Email notifications can be sent for first change on a user_talk page (user preference is shown and user needs to opt-in)
  • $wgEnotifWatchlist - Email notifications can be sent for the first change on watched pages (user preference is shown and user needs to opt-in)
  • $wgUsersNotifiedOnAllChanges (formerly $wgUsersNotifedOnAllChanges!) - Array of usernames who will be sent a notification email for every change which occurs on a wiki

Datenbank-Einstellungen[edit | edit source]

LoadBalancer Einstellungen[edit | edit source]

MySQL-spezifisch[edit | edit source]

  • $wgDBminWordLen (veraltet) - Used to discard words that MySQL will not return any results for shorter values configure mysql directly.
  • $wgDBmysql4 (veraltet) - Set to true to use enhanced fulltext search.
  • $wgDBmysql5 - Set to true to set MySQL connection into UTF-8 encoding
  • $wgDBTableOptions - MySQL table options to use during installation or update.
  • $wgDBtransactions - Set to true if using InnoDB tables.
  • $wgExternalServers - An array of external MySQL servers.

PostgreSQL-spezifisch[edit | edit source]

  • $wgDBmwschema - Schema that Postgres stores the MediaWiki tables in. Defaults to 'mediawiki'
  • $wgDBts2schema - Schema that the Tsearch2 tables live in for Postgres. Defaults to 'public'

SQLite-spezifisch[edit | edit source]

Gemeinsam genutzte DB-Einstellungen[edit | edit source]

Komprimierte Speicherungunterstützung[edit | edit source]

  • $wgCompressRevisions - If this is set on, all future revisions will be compressed on page save, but only if zlib support is available and enabled in PHP.
  • $wgDisableOutputCompression - Disable output compression (compression is enabled by default if zlib is available).

Lokalisierung[edit | edit source]

Zeitzonen-Einstellungen[edit | edit source]

Chinesisch-spezifisch[edit | edit source]

Hindi-/Arabisch-spezifisch[edit | edit source]

  • $wgTranslateNumerals - For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface.

Debug/Protokollierung[edit | edit source]

Profilierung[edit | edit source]

Seitenanpassung[edit | edit source]

Ajax[edit | edit source]

CSS/JavaScript[edit | edit source]

ResourceLoader[edit | edit source]

Namensräume[edit | edit source]

Ausgabe[edit | edit source]

The following settings are only used if $wgHtml5 is set to "false":

Roboter-Richtlinien[edit | edit source]

Seitenstatistiken[edit | edit source]

Skins[edit | edit source]

Kategorien[edit | edit source]

Zwischenspeicher[edit | edit source]

Hauptartikel: Handbuch:Zwischenspeicher

Siehe Interwiki für Interwiki Cache-Einstellungen.

Client-seitiges Caching[edit | edit source]

Datei-Cache[edit | edit source]

Setting for Server side file caching

  • $wgFileCacheDepth - Depth of the subdirectory hierarchy to be created under $wgFileCacheDirectory.
  • $wgFileCacheDirectory - Directory where the cached page will be saved when using server-side caching.
  • $wgUseFileCache - This will cache static pages for non-logged-in users to reduce database traffic on public sites.

Nachrichten-Cache[edit | edit source]

Cache der Seitenleiste[edit | edit source]

Parser-Cache[edit | edit source]

Anhaltender Link-Cache[edit | edit source]

Memcached Einstellungen[edit | edit source]

Settings for configuring the Memcached memory-based object store (if you are using it) docs/memcached.txt has more details.

Interwiki[edit | edit source]

Interwiki-Cache[edit | edit source]

Zugang[edit | edit source]

Wiki-Verriegelung, Blockierung/Verbot (Bann), und einige andere Einstellungen vornehmen.

See Manual:Preventing access/de for more methods and settings concerning access. See also Manual:User rights/de for more information about $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, etc.

See User Access for User Access settings.

Rate limiter[edit | edit source]

API[edit | edit source]

Wiki-Sperrung[edit | edit source]

  • $wgReadOnly - Disallows editing, displaying the string given as the reason.
  • $wgReadOnlyFile - If this file is found, the database is locked for the reason given in the contents of the file.

Reduzierung[edit | edit source]

Uploads[edit | edit source]

Uploads have to be specially set up to be secure.

Geteilte Uploads[edit | edit source]

These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting, or $wgUseInstantCommons if you only need read access to images on Commons.

MIME-Typen[edit | edit source]

Achtung! Warnung: This is not a configuration setting, but a global state variable. It should be used solely by thumb.php!

Siehe auch Manual:Mime type detection/de

Bilder[edit | edit source]

Siehe auch Manual:Configuring file uploads/de

DjVu[edit | edit source]

EXIF[edit | edit source]

  • $wgShowEXIF - Determines whether EXIF metadata is to be displayed. Set to false for not showing data.
  • $wgUpdateCompatibleMetadata - Whether to automatically update the img_metadata field if the metadata field is outdated but compatible with the current version.

ImageMagick[edit | edit source]

Set $wgUseImageMagick to true to use ImageMagick instead of the builtin functions.

SVG[edit | edit source]

Vorschaubild-Einstellungen[edit | edit source]

Antivirus[edit | edit source]

Parser[edit | edit source]

HTML[edit | edit source]

  • $wgMakeDumpLinks (veraltet) - Produce hashed HTML article paths.
  • $wgRawHtml - Allow raw, unchecked HTML in <html>...</html> sections.
  • $wgUserHtml (veraltet) - Allow limited user-specified HTML in wiki pages?

TeX[edit | edit source]

In MediaWiki 1.18 and later, these settings are used for the Math extension.

To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package and have latex, dvips, gs (ghostscript), and convert (ImageMagick) installed and available in the PATH. Please see Manual:Enable TeX/de, Manual:Math/de and the math/README in the MediaWiki source code.

  • $wgMathCheckFiles - Check whether directory and file exist when generating math images.
  • $wgMathDirectory - The file system path of the directory containing LaTeX math images.
  • $wgMathPath - The URL base of the directory containing LaTeX math images.
  • $wgTexvc - Location of the texvc binary.
  • $wgTexvcBackgroundColor - Texvc background color.
  • $wgUseTeX - Enables the use of <math> (TeX) tags (MediaWiki 1.17 and earlier only -- on 1.18 simply enable the Math extension)

Tidy[edit | edit source]

Tidy is an open source tool that cleans up broken HTML. You can use this to ensure that broken HTML in articles doesn't affect the layout of your wiki.

  • $wgAlwaysUseTidy
  • $wgDebugTidy - Put tidy warnings in HTML comments, only works for internal tidy.
  • $wgTidyBin - Should be set to the path of the tidy binary.
  • $wgTidyConf - Should be set to the path of the tidy configuration file.
  • $wgTidyInternal - Controls the use of the PECL extension to use an inprocess tidy library instead of spawning a separate program.
  • $wgTidyOpts - Options passed to tidy on the command line.
  • $wgUseTidy - Use tidy to make sure HTML output is sane.
  • $wgValidateAllHtml - Validate the overall output using tidy and refuse to display the page if it's not valid.

Siehe auch Manual:Build Tidy from source/de.

Spezialseiten[edit | edit source]

Letzte Änderungen[edit | edit source]

Siehe auch Help:Recent changes/de und Manual:$wgDefaultUserOptions/de

UDP-Aktualisierungen[edit | edit source]

Send RC updates via UDP. See: Manual:Simple IRC RC Bot

Benutzer[edit | edit source]

Authentifizierung[edit | edit source]

Benutzer-Zugang[edit | edit source]

Benutzer-Agent[edit | edit source]

Cookies[edit | edit source]

Feed[edit | edit source]

  • $wgFeed - Toggle syndication feeds on and off.
  • $wgAdvertisedFeedTypes - Which feed types should be provided by default.
  • $wgFeedCacheTimeout - 'Minimum' timeout for cached Recentchanges feed, in seconds.
  • $wgFeedClasses - Available feeds objects.
  • $wgFeedDiffCutoff - When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size.
  • $wgFeedLimit - Set maximum number of results to return in syndication feeds (RSS, Atom) for eg Recentchanges, Newpages.
  • $wgOverrideSiteFeed - Override the site's default rss/atom feed that appears on every page.

Urheberrecht (Copyright)[edit | edit source]

Suche[edit | edit source]

Jobs[edit | edit source]

Proxies[edit | edit source]

Squid[edit | edit source]

HTCP multicast purging[edit | edit source]

Erweiterungen[edit | edit source]

Wartungsskript-Einstellungen[edit | edit source]

Sonstige Einstellungen[edit | edit source]

Aktiv (veraltet)
Sprache: English  • dansk • Deutsch • español • français • Bahasa Indonesia • 日本語 • 한국어 • polski • português do Brasil • русский • 中文 • 中文(繁體)‎