<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gika.tz4i.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="0.91">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>技術の部屋 - dokuwiki</title>
        <description>技術とものづくり、情報とコンピュータなどの有用な情報を提供しています</description>
        <link>https://gika.tz4i.jp/</link>
        <lastBuildDate>Thu, 11 Jun 2026 19:43:12 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gika.tz4i.jp/_media/wiki:logo.png</url>
            <title>技術の部屋</title>
            <link>https://gika.tz4i.jp/</link>
        </image>
        <item>
            <title>DokuWikiの改造</title>
            <link>https://gika.tz4i.jp/dokuwiki:alt</link>
            <description>DokuWikiの改造

カスタマイズ

	*  design.css
		*  letter-spacingを削除。
		*  font-variantを削除。

	*  layout.css
		*  font-style: italic;を削除。

	*  main.php
		*  &lt;?php tpl_searchform()?&gt;を削除。
		*  html_login();を削除し、tpl_button(&#039;login&#039;);を挿入。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Blogプラグイン</title>
            <link>https://gika.tz4i.jp/dokuwiki:blog</link>
            <description>Blogプラグイン

入手元

&lt;http://wiki.splitbrain.org/plugin:blog&gt;

日本語リソース

/lib/plungins/blog/lang/ja/lang.php


&lt;?php
/**
 * Japanese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     
 */

// custom language strings for the plugin
$lang[&#039;discussion&#039;] = &#039;議論&#039;; // anchor for discussion section
$lang[&#039;comment&#039;]    = &#039;コメント&#039;;
$lang[&#039;comments&#039;]   = &#039;コメント&#039;;
$lang[&#039;older&#039;]      = &#039;以前のエントリ&#039;;
$lang[&#039;newer&#039;]      = &#039;新しいエントリ&#039;;
$lang[&#039;readmore&#039;]   = &#039;→ 続きを読む...&#039;;
$lang[&#039;new…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Discussionプラグインの改造</title>
            <link>https://gika.tz4i.jp/dokuwiki:discussion-alt</link>
            <description>Discussionプラグインの改造

メールアドレスなしでも書き込み可にする

ユーザー情報にメールアドレスがなくても書き込みができるようにする。

/lib/plugins/discussion/script.jsの


  if (isBlank(frm.mail.value) || frm.mail.value.indexOf(&quot;@&quot;) == -1) {
    frm.mail.focus();
    return false;
  }</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Discussionプラグイン</title>
            <link>https://gika.tz4i.jp/dokuwiki:discussion</link>
            <description>Discussionプラグイン

入手元

&lt;http://wiki.splitbrain.org/plugin:discussion&gt;

日本語リソース

2006/12/02

/lib/plungins/discussion/lang/ja/lang.php


&lt;?php
/**
 * Japanese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     
 */

$lang[&#039;discussion&#039;]      = &#039;ディスカッション&#039;;
$lang[&#039;comments&#039;]        = &#039;コメント&#039;;
$lang[&#039;url&#039;]             = &#039;URL&#039;;
$lang[&#039;address&#039;]         = &#039;アドレス&#039;;
$lang[&#039;date&#039;]            = &#039;日付&#039;;
$lang[&#039;btn_reply&#039;]       = &#039;返信&#039;;
$lang[&#039;btn_hide&#039;]        = &#039;隠す&#039;;
$la…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>ダウンロード数をカウントする</title>
            <link>https://gika.tz4i.jp/dokuwiki:downloadcount</link>
            <description>ダウンロード数をカウントする

ダウンロード数をカウントします。

	*  連続した同じIPアドレスはカウントしません。
	*  データベースを使うので、ファイルを作成しません。
	*  データベースの設定は、ユーザー認証のMySQLの設定を使うので、設定済みであれば設定不要。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>GoogleAnalyticsプラグイン</title>
            <link>https://gika.tz4i.jp/dokuwiki:googleanalytics</link>
            <description>GoogleAnalyticsプラグイン

入手元

&lt;http://tatewake.com/wiki/projects:google_analytics_for_dokuwiki&gt;

日本語リソース

/lib/plungins/googleanalytics/lang/ja/intro.txt


====== Google Analytics ======

このツールは、サイトに[[wp&gt;Google_Analytics|Google Analytics]]の機能を追加します。
訪問ユーザーがどのようにサイトを見つけたか、サイトでどのような操作を行ったかなど、
必要なあらゆる情報を収集できます。

プラグインは、テンプレートに書き込むことで、機能が有効になります。
テンプレートの**&lt;head&gt;&lt;/head&gt;**タグの内側のどこかに、次のコードを挿入してください。

&lt;code php&gt;
&lt;?php
if (file_exists(DOKU_PLUGIN.&#039;googleanalytics/code.php&#039;)) include_once(DOKU_PLUGIN.&#039;google…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>使い方の簡単な説明</title>
            <link>https://gika.tz4i.jp/dokuwiki:help</link>
            <description>使い方の簡単な説明

このページの説明は、このサイトの画面構造によるものです。

文章の作成および編集

	*  まず右上の「ログイン」をクリックし、ログインしてください。
	*  文章の作成や編集が許可されているページは、上部の「本文」「ノート」の右側が「文章の作成」や「文章の編集」となっているので、それをクリックします。許可されていないページの場合は、「ソースの表示」と表示されているはずです。…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>DokuWiki</title>
            <link>https://gika.tz4i.jp/dokuwiki:index</link>
            <description>DokuWiki

DokuWikiとは、世界で最もよく使われているWikiの一つ。=&gt;なぜWikiを使うのか？

インストールの注意

	*  xrea.comに設置するときの注意
	*  land.toに設置するときの注意

カスタマイズ

カスタマイズは、コンピュータ利用の基本

	*  DokuWikiの設定
	*  DokuWikiの改造
	*  DokuWikiのメモ
	*  MySQLにユーザー認証をさせる
	*  Discussionプラグインの改造
	*  ダウンロード数をカウントする

プラグイン…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Indexmenuプラグイン</title>
            <link>https://gika.tz4i.jp/dokuwiki:indexmenu</link>
            <description>Indexmenuプラグイン

入手元

&lt;http://wiki.splitbrain.org/plugin:indexmenu&gt;

日本語リソース for 2006/11/09 Version 2.8

lib/plungins/indexmenu/lang/ja/settings.php


&lt;?php
/**
 * Japanese language for indexmenu plugin
 *
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     
 */
$lang[&#039;checkupdate&#039;]   = &quot;indexmenuのアップデートをチェックしますか?&quot;;
$lang[&#039;only_admins&#039;]   = &quot;管理者だけがindexmenuを挿入できるようにしますか?&quot;;
$lang[&#039;headpage&#039;]      = &#039;名前空間のタイトルとリンクから取り除くページ。カスタムリストは、コンマで区切ってください。&#039;;
$lang[&#039;hide_headpage&#039;] = &#039;…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>land.toに設置するときの注意</title>
            <link>https://gika.tz4i.jp/dokuwiki:landto</link>
            <description>land.toに設置するときの注意

インストール

	*  ダウンロードしたファイルを解凍し、アップロード
	*  dokuwiki/install.phpを実行。管理者を設定。FTPユーザーと同じユーザーで動作するので、パーミッションの設定は、不要。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>DokuWikiのメモ</title>
            <link>https://gika.tz4i.jp/dokuwiki:memo</link>
            <description>DokuWikiのメモ

	*  ユーザー情報の更新をしても、変更が有効にならないように見える。しかし、ログインし直すと変更が有効になっている。
	*  最初の見出しをタイトルにするように設定しておくと、他のリンクも文字列が置き換わるので、リンクに記述する必要はないようだ。ただし、スペースが入っているとアクセスできなくなるので、見出しを記述するときには注意が必要。…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>Monobookテンプレート</title>
            <link>https://gika.tz4i.jp/dokuwiki:monobook</link>
            <description>Monobookテンプレート

このサイトで使用しているテンプレートです。

独自の拡張もおこなっていて、Dokuwikiがさらに使いやすくなっています。

入手元

&lt;http://tatewake.com/wiki/projects:monobook_for_dokuwiki&gt;

日本語リソース

/lib/tpl/monobook/lang/ja/lang.php</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>MySQLにユーザー認証をさせる</title>
            <link>https://gika.tz4i.jp/dokuwiki:mysql</link>
            <description>MySQLにユーザー認証をさせる

ファイルの準備

	*  mysql.conf.php.exampleをmysql.conf.phpにリネーム
	*  mysql.conf.phpを編集

SQLを実行


CREATE TABLE `users` (
  `uid` int(10) unsigned NOT NULL auto_increment,
  `login` varchar(20) NOT NULL default &#039;&#039;,
  `pass` varchar(60) NOT NULL default &#039;&#039;,
  `firstname` varchar(255) NOT NULL default &#039;&#039;,
  `lastname` varchar(255) NOT NULL default &#039;&#039;,
  `email` varchar(255) NOT NULL default &#039;&#039;,
  PRIMARY KEY  (`uid`),
  UNIQUE KEY `login` (`login`)
) TYPE = MYISAM;
 
CREATE TABLE `groups` (…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>PageViewCountプラグイン</title>
            <link>https://gika.tz4i.jp/dokuwiki:pageviewcount</link>
            <description>PageViewCountプラグイン

ページのアクセスをカウントします。

	*  連続した同じIPアドレスはカウントしません。
	*  データベースを使うので、ファイルを作成しません。
	*  データベースの設定は、ユーザー認証のMySQLの設定を使うので、設定済みであれば設定不要。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>記事アクセスランキング</title>
            <link>https://gika.tz4i.jp/dokuwiki:pageviewranking</link>
            <description>記事アクセスランキング

monobookプラグインで、PageViewCountでカウントしたデータに基づいて、アクセスランキングを表示。

	*  ファイルが存在しないものはランキングから外します。
	*  アクセス権がないものもランキングから外します。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>DokuWikiの設定</title>
            <link>https://gika.tz4i.jp/dokuwiki:setting</link>
            <description>DokuWikiの設定

設定画面での設定

	*  スタートページ名
startがデフォルトだが、indexのほうが普通か？
	*  ベースディレクトリ
.htaccessでルートにしているので、明示的に「/」を指定。
	*  ベースURL</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>なぜWikiを使うのか？</title>
            <link>https://gika.tz4i.jp/dokuwiki:why_wiki</link>
            <description>なぜWikiを使うのか？

Wikiって何？

	*  「Wiki」はハワイ語の「Wikiwiki」が語源で、「速い」といった意味がある。
	*  ブラウザから簡単にウェブページ(ホームページ)を更新することができるシステム。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
        <item>
            <title>xrea.comに設置するときの注意</title>
            <link>https://gika.tz4i.jp/dokuwiki:xrea</link>
            <description>xrea.comに設置するときの注意

インストール

	*  ダウンロードしたファイルを解凍し、アップロード
	*  dokuwiki/install.phpを実行。管理者を設定。
	*  指定されたようにパーミッションの設定をする。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 12 Mar 2022 15:00:00 +0000</pubDate>
        </item>
    </channel>
</rss>
