• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン8e318ede281adb0d33435fc00e3aa4c74234ca62 (tree)
日時2016-10-23 21:38:49
作者Akito Hachiya <s.beec1e@gmai...>
コミッターumorigu

ログメッセージ

Remove compression feature

変更サマリ

差分

--- a/skin/pukiwiki.css.php
+++ b/skin/pukiwiki.css.php
@@ -1,25 +1,19 @@
11 <?php
2-// PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: pukiwiki.css.php,v 1.12 2005/10/12 13:06:27 henoheno Exp $
4-// Copyright (C)
5-// 2002-2005 PukiWiki Developers Team
6-// 2001-2002 Originally written by yu-ji
7-// License: GPL v2 or (at your option) any later version
8-//
9-// Default CSS
10-
11-// Send header
122 header('Content-Type: text/css');
13-$matches = array();
14-if(ini_get('zlib.output_compression') && preg_match('/\b(gzip|deflate)\b/i', $_SERVER['HTTP_ACCEPT_ENCODING'], $matches)) {
15- header('Content-Encoding: ' . $matches[1]);
16- header('Vary: Accept-Encoding');
17-}
18-
19-// Output CSS ----
203 ?>
4+
215 @charset "UTF-8";
226
7+/*!
8+ * PukiWiki - Yet another WikiWikiWeb clone.
9+ * Copyright (C)
10+ * 2002-2016 PukiWiki Development Team
11+ * 2001-2002 Originally written by yu-ji
12+ * License: GPL v2 or (at your option) any later version
13+ *
14+ * Default CSS
15+ */
16+
2317 pre, dl, ol, p, blockquote { line-height:130%; }
2418
2519 blockquote { margin-left:32px; }
--- a/skin/tdiary.css.php
+++ b/skin/tdiary.css.php
@@ -1,20 +1,13 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: tdiary.css.php,v 1.6 2005/05/01 02:43:27 henoheno Exp $
43 // Copyright (C)
5-// 2002-2005 PukiWiki Developers Team
4+// 2002-2016 PukiWiki Development Team
65 // 2001-2002 Originally written by yu-ji
76 // License: GPL v2 or (at your option) any later version
87 //
98 // tDiary-css-wrapper
109
11-// Send header
1210 header('Content-Type: text/css');
13-$matches = array();
14-if(ini_get('zlib.output_compression') && preg_match('/\b(gzip|deflate)\b/i', $_SERVER['HTTP_ACCEPT_ENCODING'], $matches)) {
15- header('Content-Encoding: ' . $matches[1]);
16- header('Vary: Accept-Encoding');
17-}
1811
1912 // Color theme
2013 $color_theme = isset($_GET['color']) ? $_GET['color'] : '';
@@ -86,6 +79,16 @@ default:
8679 ?>
8780 @charset "UTF-8";
8881
82+/*!
83+ * PukiWiki - Yet another WikiWikiWeb clone.
84+ * Copyright (C)
85+ * 2002-2016 PukiWiki Development Team
86+ * 2001-2002 Originally written by yu-ji
87+ * License: GPL v2 or (at your option) any later version
88+ *
89+ * tDiary-css-wrapper
90+ */
91+
8992 /* ------------------------------------------ */
9093 /* PukiWiki abstruction CSS for tDiary themes */
9194