About PukiWiki
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#norelated
* Domain-name lost (2005-09) [#z57b371c]
- [en][Announce] Domain-name lost, official-site relocated
-- https://sourceforge.jp/forum/forum.php?forum_id=7857
We have lost the ownership of the domain name 'pukiwiki....
our mistake. It _IS NOW_ owned by another person, who is...
related to the 'PukiWiki Developers Team', and it is now...
So we changed the URL of the official site.
* Information about PukiWiki [#ib40213e]
You can find information about PukiWiki in English here. ...
#contents
** What is PukiWiki?[#m256ad9d]
http://www.c2.com/cgi/wiki?PukiWiki
PukiWiki(originally comes from "PHP" and "YukiWiki") is a...
PukiWiki can be used for many purposes. Please visit [[Us...
Mr. [[yu-ji]] (known as [[sng]]) created PukiWiki, and co...
Although started as a fork of WikiWikiWeb clone YukiWiki(...
You can freely expand PukiWiki's functionality by adding ...
** Specifications & Features [#o4db0006]
- Written in PHP.
- 2-byte wide characters strings (including kanji charact...
- InterWiki support
- Periodical Backup
-- Unlimited page revisions
-- Colored side by side diff
- All data is stored as plain text.
-- Binary data can be attached to any page.
- "slash" divides content into directory-like hierarchy.
- Index of not-yet-created pages
- Case Sensitive WikiNames
- Automatic linking for WikiNames
- Index of back-links
- Alias for WikiName
- Custom string replacements
- Protection against edit-conflicts
- Navigation with breadcrumbs
- Automatic generation of content tables
- read only pages support
- RSS Feeds for recent changes
- Many 3rd party plugins contributed by users!
- And much more!!
[[PukiWiki.dev>dev:FrontPage]] leads you to the Developer...
** Status & Download [#ye33a52f]
:Status|
Please refer to [[Developer's Diary>dev:開発日記]].
:Latest Version|
stable release - 1.4.7 (2005-06-22)
*** Stable Release [#m8813385]
|Encoding | File | Size |h
|EUC-JP|[[pukiwiki-1.4.7.tar.gz>http://prdownloads.source...
|~|[[pukiwiki-1.4.7.zip>http://prdownloads.sourceforge.jp...
|UTF-8|[[pukiwiki-1.4.7_utf8.tar.gz>http://prdownloads.so...
|~|[[pukiwiki-1.4.7_utf8.zip>http://prdownloads.sourcefor...
[[File list, MD5 etc:http://sourceforge.jp/projects/pukiw...
*** Download development versions tarball from CVS [#la1e...
- [[PukiWiki 1.4.x dev>cvs:pukiwiki.tar.gz?tarball=1&only...
- [[PukiWiki 1.3.x dev>cvs:pukiwiki.tar.gz?tarball=1&only...
** Requirements [#b0f2d7fe]
PukiWiki is written in PHP, so it requires a PHP environm...
PHP 4.1 or later is recommended.
For use of multibyte features, PHP's multibyte extension...
** Installation [#y7d3de37]
- Download the Pukiwiki archive file from this site.
- Decompress the archive on the local or target system. (...
tar pzxf pukiwiki1.4.x.tar.gz
unzip pukiwiki1.4.x.tar.gz
- Edit pukiwiki.ini.php to reflect your environment.
-- Default data in English is in the wiki.en dir, so plea...
-- Default language settings are for Japanese and EUC-JP,...
// - define('SOURCE_ENCODING','EUC-JP');
// - define('LANG','ja'); // Select 'ja' or 'en'
define('LANG','en'); // Select 'ja' or 'en'
define('SOURCE_ENCODING','ISO-8859-1');
- If the file / directory permissions are not for your pa...
|LEFT:|CENTER:|CENTER:|c
|~Directory|~Permission|~more secure|h
|~attach |777|707|
|~backup |777|707|
|~cache |777|707|
|~counter|777|707|
|~diff |777|707|
|~face |755|705|
|~image |755|705|
|~lib |755|705|
|~plugin |755|705|
|~skin |755|705|
|~trackback|777|707|
|~wiki |777|707|
|>|>|~file|
|~attach/*|666|606|
|~backup/*|666|606|
|~cache/* |666|606|
|~diff/* |666|606|
|~face/* |644|604|
|~image/* |644|604|
|~lib/* |644|604|
|~plugin/*|644|604|
|~skin/* |644|604|
|~trackback/*|666|606|
|~wiki/* |666|606|
|~*.php |644|604|
|~*.lng |644|604|
|~*.txt |644|604|
- Access from your Browser and enjoy !
The above is a pain to copy and paste, so here is a (slop...
#!/bin/bash
chmod 777 attach
chmod 777 backup
chmod 777 cache
chmod 777 counter
chmod 777 diff
chmod 755 face
chmod 705 image
chmod 755 lib
chmod 755 plugin
chmod 755 skin
chmod 777 trackback
chmod 777 wiki
chmod 606 attach/*
chmod 606 backup/*
chmod 606 cache/*
chmod 666 diff/*
chmod 606 face/*
chmod 644 image/*
chmod 644 lib/*
chmod 644 plugin/*
chmod 644 skin/*
chmod 606 trackback/*
chmod 606 wiki/*
chmod 604 *.php
chmod 604 *.lng
chmod 604 *.txt
[[dc]]
** Documents in English [#qd86d331]
-[[What's PukiWiki?]]-General FAQ
-[[FormatRule]] --- Detailed Formatting Syntax.
-[[Format Rule Examples>FormatExample]] --- This is the p...
-Plugin Information
-[[FAQinEnglish]]
-Tips
-DRAFT: [[readme.txt>./readme_draft]]
* Anti Wiki SPAMming [#z78426c0]
- Some info about Wiki SPAM (Japanese): [[dev:BugTrack/77...
** (Google) nofollow attribute ready [#c693f488]
PukiWiki 1.4.5 or later generates ALL external links with...
- For detail: [[dev:BugTrack/785]]
** Using edit_auth [#q8ef0e4a]
To stop robotic/indiscriminate SPAMming for your public s...
+ Using $edit_auth (HTTP basic-auth for editing) to all p...
+ Share a common account with users by noticing the user/...
+ You(wiki administrator) can easily change the user/pass...
* Comments [#c04786a0]
[[Comments/About PukiWiki]]
//#pcomment(Comments/About PukiWiki)
終了行:
#norelated
* Domain-name lost (2005-09) [#z57b371c]
- [en][Announce] Domain-name lost, official-site relocated
-- https://sourceforge.jp/forum/forum.php?forum_id=7857
We have lost the ownership of the domain name 'pukiwiki....
our mistake. It _IS NOW_ owned by another person, who is...
related to the 'PukiWiki Developers Team', and it is now...
So we changed the URL of the official site.
* Information about PukiWiki [#ib40213e]
You can find information about PukiWiki in English here. ...
#contents
** What is PukiWiki?[#m256ad9d]
http://www.c2.com/cgi/wiki?PukiWiki
PukiWiki(originally comes from "PHP" and "YukiWiki") is a...
PukiWiki can be used for many purposes. Please visit [[Us...
Mr. [[yu-ji]] (known as [[sng]]) created PukiWiki, and co...
Although started as a fork of WikiWikiWeb clone YukiWiki(...
You can freely expand PukiWiki's functionality by adding ...
** Specifications & Features [#o4db0006]
- Written in PHP.
- 2-byte wide characters strings (including kanji charact...
- InterWiki support
- Periodical Backup
-- Unlimited page revisions
-- Colored side by side diff
- All data is stored as plain text.
-- Binary data can be attached to any page.
- "slash" divides content into directory-like hierarchy.
- Index of not-yet-created pages
- Case Sensitive WikiNames
- Automatic linking for WikiNames
- Index of back-links
- Alias for WikiName
- Custom string replacements
- Protection against edit-conflicts
- Navigation with breadcrumbs
- Automatic generation of content tables
- read only pages support
- RSS Feeds for recent changes
- Many 3rd party plugins contributed by users!
- And much more!!
[[PukiWiki.dev>dev:FrontPage]] leads you to the Developer...
** Status & Download [#ye33a52f]
:Status|
Please refer to [[Developer's Diary>dev:開発日記]].
:Latest Version|
stable release - 1.4.7 (2005-06-22)
*** Stable Release [#m8813385]
|Encoding | File | Size |h
|EUC-JP|[[pukiwiki-1.4.7.tar.gz>http://prdownloads.source...
|~|[[pukiwiki-1.4.7.zip>http://prdownloads.sourceforge.jp...
|UTF-8|[[pukiwiki-1.4.7_utf8.tar.gz>http://prdownloads.so...
|~|[[pukiwiki-1.4.7_utf8.zip>http://prdownloads.sourcefor...
[[File list, MD5 etc:http://sourceforge.jp/projects/pukiw...
*** Download development versions tarball from CVS [#la1e...
- [[PukiWiki 1.4.x dev>cvs:pukiwiki.tar.gz?tarball=1&only...
- [[PukiWiki 1.3.x dev>cvs:pukiwiki.tar.gz?tarball=1&only...
** Requirements [#b0f2d7fe]
PukiWiki is written in PHP, so it requires a PHP environm...
PHP 4.1 or later is recommended.
For use of multibyte features, PHP's multibyte extension...
** Installation [#y7d3de37]
- Download the Pukiwiki archive file from this site.
- Decompress the archive on the local or target system. (...
tar pzxf pukiwiki1.4.x.tar.gz
unzip pukiwiki1.4.x.tar.gz
- Edit pukiwiki.ini.php to reflect your environment.
-- Default data in English is in the wiki.en dir, so plea...
-- Default language settings are for Japanese and EUC-JP,...
// - define('SOURCE_ENCODING','EUC-JP');
// - define('LANG','ja'); // Select 'ja' or 'en'
define('LANG','en'); // Select 'ja' or 'en'
define('SOURCE_ENCODING','ISO-8859-1');
- If the file / directory permissions are not for your pa...
|LEFT:|CENTER:|CENTER:|c
|~Directory|~Permission|~more secure|h
|~attach |777|707|
|~backup |777|707|
|~cache |777|707|
|~counter|777|707|
|~diff |777|707|
|~face |755|705|
|~image |755|705|
|~lib |755|705|
|~plugin |755|705|
|~skin |755|705|
|~trackback|777|707|
|~wiki |777|707|
|>|>|~file|
|~attach/*|666|606|
|~backup/*|666|606|
|~cache/* |666|606|
|~diff/* |666|606|
|~face/* |644|604|
|~image/* |644|604|
|~lib/* |644|604|
|~plugin/*|644|604|
|~skin/* |644|604|
|~trackback/*|666|606|
|~wiki/* |666|606|
|~*.php |644|604|
|~*.lng |644|604|
|~*.txt |644|604|
- Access from your Browser and enjoy !
The above is a pain to copy and paste, so here is a (slop...
#!/bin/bash
chmod 777 attach
chmod 777 backup
chmod 777 cache
chmod 777 counter
chmod 777 diff
chmod 755 face
chmod 705 image
chmod 755 lib
chmod 755 plugin
chmod 755 skin
chmod 777 trackback
chmod 777 wiki
chmod 606 attach/*
chmod 606 backup/*
chmod 606 cache/*
chmod 666 diff/*
chmod 606 face/*
chmod 644 image/*
chmod 644 lib/*
chmod 644 plugin/*
chmod 644 skin/*
chmod 606 trackback/*
chmod 606 wiki/*
chmod 604 *.php
chmod 604 *.lng
chmod 604 *.txt
[[dc]]
** Documents in English [#qd86d331]
-[[What's PukiWiki?]]-General FAQ
-[[FormatRule]] --- Detailed Formatting Syntax.
-[[Format Rule Examples>FormatExample]] --- This is the p...
-Plugin Information
-[[FAQinEnglish]]
-Tips
-DRAFT: [[readme.txt>./readme_draft]]
* Anti Wiki SPAMming [#z78426c0]
- Some info about Wiki SPAM (Japanese): [[dev:BugTrack/77...
** (Google) nofollow attribute ready [#c693f488]
PukiWiki 1.4.5 or later generates ALL external links with...
- For detail: [[dev:BugTrack/785]]
** Using edit_auth [#q8ef0e4a]
To stop robotic/indiscriminate SPAMming for your public s...
+ Using $edit_auth (HTTP basic-auth for editing) to all p...
+ Share a common account with users by noticing the user/...
+ You(wiki administrator) can easily change the user/pass...
* Comments [#c04786a0]
[[Comments/About PukiWiki]]
//#pcomment(Comments/About PukiWiki)
ページ名: