Wikitten-ja is a Japanese localization version of Wikitten.
This repository is a fork of https://github.com/nicosomb/Wikitten .
Wikitten-jaは、Wikittenにいくつかの機能を追加して、日本語化したものです。
このリポジトリは、https://github.com/nicosomb/Wikitten からforkされたものです。
デザインサンプルは元リポジトリを参照してください。
- PHP
5.3+
- The Apache webserver (with
mod_rewrite
)
- 最新のファイルをダウンロードするか、 GitHubリポジトリをcloneしてください。
- ファイルを解凍して、ApacheのDocumentRoot配下に設置、もしくはVirtualHostを定義してください。
- 以上です。 解凍したディレクトリの中にある
library
ディレクトリの中のファイルが、Wikiで表示されるファイルとなります。もし、library
ディレクトリの中にindex.md
というファイルがあった場合、それがデフォルトで表示されるファイルとなります。
もしlibrary
ディレクトリ以外の場所にファイルを置きたい場合、設定ファイルを作成する事で変更が可能です。
インストールしたディレクトリの中にconfig.php.example
というファイルがありますので、それをconfig.php
にリネームして、
その中で設定値を修正してください。
Please see the original Wikitten page for the contributors of Wikitten.
This repository is a fork of https://github.com/nicosomb/Wikitten .
Wikittenの作者については、Wikittenを参照してください。
このリポジトリは、https://github.com/nicosomb/Wikitten からforkされたものです。
What I have added/deleted from the base repo.
- Japanese localization.
- Add responsive feature to theme for better looks at smartphones.
Add MAKE_MARKDOWN_DEFAULT flag that make page name without extension(like .md) to render in markdown style.(now merged to the base repo)Add Basic Auth feature.(now merged to the base repo)Add USE_WIKITTEN_LOGO flag.(now merged to the base repo)