Benutzer-Werkzeuge

Webseiten-Werkzeuge


software_handreichungen:dokuwiki

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software_handreichungen:dokuwiki [2016/11/19 00:04] – [Installierte und aktivierte Plugins] andreassoftware_handreichungen:dokuwiki [2018/09/30 16:17] (aktuell) – [MIME Konfiguration] andreas
Zeile 3: Zeile 3:
 [[https://www.dokuwiki.org/|DokuWiki]] [[https://www.dokuwiki.org/|DokuWiki]]
  
-===== Aktivierte Plugins =====+===== Meine Einstellungen ===== 
 + 
 +====  Konfiguration ==== 
 +<file php conf/local.php> 
 +<?php 
 +/* 
 + * Dokuwiki's Main Configuration File - Local Settings 
 + * Auto-generated by config plugin 
 + * Run for user: andreas 
 + * Date: Fri, 31 Aug 2018 00:48:12 +0200 
 + */ 
 + 
 +$conf['title'] = 'Andreas\' Wiki'; 
 +$conf['lang'] = 'de'; 
 +$conf['license'] = 'cc-by'; 
 +$conf['useheading'] = '1'; 
 +$conf['sneaky_index'] = 1; 
 +$conf['useacl'] = 1; 
 +$conf['passcrypt'] = 'bcrypt'; 
 +$conf['superuser'] = '@admin'; 
 +$conf['disableactions'] = 'register'; 
 +$conf['htmlok'] = 1; 
 +$conf['userewrite'] = '1'; 
 +$conf['useslash'] = 1; 
 +$conf['plugin']['indexmenu']['skip_file'] = '/sidebar$/'; 
 + 
 +// end auto-generated content 
 +</file> 
 + 
 +==== Aktivierte Plugins ====
   * ACL Manager   * ACL Manager
   * Plain Auth Plugin   * Plain Auth Plugin
 +  * Toolbar Code Button
 +  * Comment Syntax support
   * Configuration Manager   * Configuration Manager
   * Dw2Pdf plugin   * Dw2Pdf plugin
   * edittable plugin   * edittable plugin
   * Extension Manager   * Extension Manager
-  * Fastwiki Plugin 
   * Gallery Plugin   * Gallery Plugin
 +  * Indexmenu Plugin
 +  * Info Plugin
   * Move plugin   * Move plugin
 +  * Popularity Feedback Plugin
   * Revert Manager   * Revert Manager
   * safefnrecode plugin   * safefnrecode plugin
   * styling plugin   * styling plugin
-  * Translation Plugin 
   * DokuWiki Upgrade Plugin   * DokuWiki Upgrade Plugin
   * User Manager   * User Manager
Zeile 22: Zeile 54:
   * Wrap Plugin   * Wrap Plugin
  
-===== SEO =====+==== SEO ====
   - Admin -> Konfigurations-Manager -> Erweitert   - Admin -> Konfigurations-Manager -> Erweitert
     * URL rewriting -> .htaccess     * URL rewriting -> .htaccess
     * Schrägstrich (/) als Namensraumtrenner in URLs verwenden -> aktivieren     * Schrägstrich (/) als Namensraumtrenner in URLs verwenden -> aktivieren
-  - .htaccess Datei erstellen mit folgendem Inhalt:<code apache .htaccess>## Enable this to restrict editing to logged in users only +  - .htaccess Datei erstellen mit folgendem Inhalt:<code apache .htaccess>## You should disable Indexes and MultiViews either here or in the
- +
-## You should disable Indexes and MultiViews either here or in the+
 ## global config. Symlinks maybe needed for URL rewriting. ## global config. Symlinks maybe needed for URL rewriting.
-#Options -Indexes -MultiViews +FollowSymLinks+Options -Indexes -MultiViews +FollowSymLinks
  
 ## make sure nobody gets the htaccess, README, COPYING or VERSION files ## make sure nobody gets the htaccess, README, COPYING or VERSION files
Zeile 72: Zeile 102:
 #RewriteRule ^lib/exe/xmlrpc.php$      https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] #RewriteRule ^lib/exe/xmlrpc.php$      https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
  
-# Force www +# Force www.andreasgiemza.de 
-RewriteCond %{HTTP_HOST} ^andreasgiemza.de [NC] +RewriteCond %{HTTP_HOST} 
-RewriteRule ^(.*)http://www.andreasgiemza.de/$1 [L,R=301,NC]+RewriteCond %{HTTP_HOST} !^www\.andreasgiemza\.de [NC] 
 +RewriteRule (.*) http://www.andreasgiemza.de/$1 [R=301,L] 
 +</code> 
 + 
 +==== MIME Konfiguration ==== 
 +  - Datei erstellen:<code txt conf/mime.local.conf> 
 +js     text/javascript 
 +css    text/css 
 +spk    !application/zip 
 +cfg    !text/plain 
 +reg    !text/plain
 </code> </code>
  
 +  - Dateien hochladen:
 +    * lib/images/fileicons: {{:software_handreichungen:cfg.png?nolink|}} {{:software_handreichungen:spk.png?nolink|}} {{:software_handreichungen:reg.png?nolink|}}
 +    * lib/images/fileicons/32x32 ("32x32_" aus Dateinamen entfernen!): {{:software_handreichungen:32x32_cfg.png?nolink|}} {{:software_handreichungen:32x32_spk.png?nolink|}} {{:software_handreichungen:32x32_reg.png?nolink|}}
 +  - Admin -> Konfiguration einmal speichern um die neuen Bilder zu initialisieren.
  
software_handreichungen/dokuwiki.1479510253.txt.gz · Zuletzt geändert: 2016/11/19 00:04 von andreas