Parent Directory
|
Revision Log
2002-09-28 Wakaba <w@suika.fam.cx> * wiki.cgi: - Intoduce text/css mode. - Anchorize news: URIs. - (armor_name): Bug fix of not anchorizing traditional Wiki name. - Indenting heading 3-5 in TOC. - Multi-comment support. - (print_footer): Embed #comment. - (print_editform): Use NewPageTemplate when new page. * wiki-style.css: Removed.
| 1 | wakaba | 1.9 | #!/usr/bin/perl |
| 2 | wakaba | 1.16 | #!perl |
| 3 | wakaba | 1.9 | # |
| 4 | wakaba | 1.16 | # wiki.cgi - This is YukiWiki, yet another Wiki clone. |
| 5 | wakaba | 1.9 | # |
| 6 | wakaba | 1.16 | # Copyright (C) 2000-2002 by Hiroshi Yuki. |
| 7 | wakaba | 1.9 | # <[email protected]> |
| 8 | # http://www.hyuki.com/yukiwiki/ | ||
| 9 | # | ||
| 10 | wakaba | 1.16 | # This program is free software; you can redistribute it and/or |
| 11 | # modify it under the same terms as Perl itself. | ||
| 12 | wakaba | 1.9 | # |
| 13 | wakaba | 1.16 | ############################## |
| 14 | # | ||
| 15 | # walwiki.cgi based on yukiwiki.cgi - Yet another WikiWikiWeb clone. | ||
| 16 | # | ||
| 17 | # WalWiki�θ��С������ϡ�YukiWiki 2.0.beta1��١����ˤ��Ƥ��ޤ��� | ||
| 18 | # | ||
| 19 |