操作

「最近の出来事」の版間の差分

提供: Book

8行目: 8行目:
 
  $wgGoogleMapsKey = "ABQIAAAAuVLaoBi5hM1m3xzyW6k06xTTdKa03sQI8tf7O9o05FehvdGDvBS56btnFfjeK0BkVroQkyf3emKCGw";
 
  $wgGoogleMapsKey = "ABQIAAAAuVLaoBi5hM1m3xzyW6k06xTTdKa03sQI8tf7O9o05FehvdGDvBS56btnFfjeK0BkVroQkyf3emKCGw";
 
  require_once( "extensions/GoogleMaps/GoogleMaps.php" );
 
  require_once( "extensions/GoogleMaps/GoogleMaps.php" );
  html をインサート可能に
+
  html をインサート可能に(要保護)
 
  require('extensions/ExtensionClass.php');
 
  require('extensions/ExtensionClass.php');
 
  require('extensions/SecureHTML/SecureHTML.php');
 
  require('extensions/SecureHTML/SecureHTML.php');
14行目: 14行目:
 
  $egRSSReaderPath  = $wgScriptPath."/extensions/RSSReader";
 
  $egRSSReaderPath  = $wgScriptPath."/extensions/RSSReader";
 
  require_once( "extensions/RSSReader/RSSReader.php");
 
  require_once( "extensions/RSSReader/RSSReader.php");
 +
MP3再生(フラッシュ使用)
 +
include("extensions/mp3.php");
 +
VIDEOプラグイン
 +
require_once('extensions/EmbedVideo.php');

2007年8月6日 (月) 13:34時点における版

  • 別サーバーのMYSQLとPHPをバージョンアップしたので新しいWikimediaをインストールしてみた。DBの移行が上手くいかないのでXML書き出しで手動でデータを移動。
  • 文字サイズが小さすぎるのでmain.cssの#globalWrapperを127%に、表示の幅を変更する為#contentにpadding: 0 3em 2em 3em; を追加。
非メンバー編集の禁止
$wgGroupPermissions['*']['edit'] = false;
グーグルマップ
$wgGoogleMapsDefaults = array( "geocoder" => false, "localsearch" => true );
$wgGoogleMapsDefaults = array( "lat" => 34.641117209595805, "lon" => 135.00000000000 );
$wgGoogleMapsKey = "ABQIAAAAuVLaoBi5hM1m3xzyW6k06xTTdKa03sQI8tf7O9o05FehvdGDvBS56btnFfjeK0BkVroQkyf3emKCGw";
require_once( "extensions/GoogleMaps/GoogleMaps.php" );
html をインサート可能に(要保護)
require('extensions/ExtensionClass.php');
require('extensions/SecureHTML/SecureHTML.php');
RSS用
$egRSSReaderPath  = $wgScriptPath."/extensions/RSSReader";
require_once( "extensions/RSSReader/RSSReader.php");
MP3再生(フラッシュ使用)
include("extensions/mp3.php");
VIDEOプラグイン
require_once('extensions/EmbedVideo.php');