CGI-Kwiki

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - Bang (!) before bracket ([) negates the usual formatting effect.
  - Defeat browser caching (JoergBraukhoff)
  - Support $ENV{REMOTE_USER} for htaccess (Pardus)
---
version: 0.15
date:    Wed May 28 00:24:47 PDT 2003
changes:
  - Support unicode character classes in page names
  - Search searches page names
  - Search is written in Perl now, instead of grep
  - Cookies span sessions
  - Allow ftp:// and irc:// links
  - Allow to create a new page from an old one
  - Dead wiki links use <strike>
  - Stop links from being underlined
  - Allow Wiki links like KWiki
  - Support <H4> <H5> and <H6>
  - Refactored installation and upgrade process
  - Added [#.#] format for $CGI::Kwiki::VERSION
---
version: 0.14

Changes  view on Meta::CPAN

version: 0.12
date:    Sat May 10 01:00:26 PDT 2003
changes:
  - Refactor new() out of most classes
  - Added cgi, template, and config attributes to most classes as helpers
  - Got user_name into cookie
---
version: 0.11
date:    Thu May  8 08:29:54 PDT 2003
changes:
  - Cookie support
  - Inline images
  - Format method calls
  - Better formatting algorithm
  - Applied Nico Hoogervorsti's patch for tests
  - Moved kwiki.cgi to kwiki-install
---
version: 0.10
date:    Thu Apr 17 16:03:52 PDT 2003
changes:
  - Initial release

MANIFEST  view on Meta::CPAN

lib/CGI/Kwiki.pm
lib/CGI/Kwiki/Backup.pm
lib/CGI/Kwiki/Backup/Rcs.pm
lib/CGI/Kwiki/Backup/SVN.pm
lib/CGI/Kwiki/Backup/SVNPerl.pm
lib/CGI/Kwiki/Blog.pm
lib/CGI/Kwiki/CGI.pm
lib/CGI/Kwiki/Changes.pm
lib/CGI/Kwiki/Config.pm
lib/CGI/Kwiki/Config_yaml.pm
lib/CGI/Kwiki/Cookie.pm
lib/CGI/Kwiki/Database.pm
lib/CGI/Kwiki/Display.pm
lib/CGI/Kwiki/Driver.pm
lib/CGI/Kwiki/Edit.pm
lib/CGI/Kwiki/Formatter.pm
lib/CGI/Kwiki/I18N.pm
lib/CGI/Kwiki/I18N/Kwiki.pot
lib/CGI/Kwiki/I18N/i_default.pm
lib/CGI/Kwiki/I18N/zh_cn.po
lib/CGI/Kwiki/I18N/zh_tw.po

README  view on Meta::CPAN

    one or more methods. This is generally accomplished in just a few lines
    of Perl.

    The best way to describe this is with an example. Start with the config
    file. The default config file is called "config.yaml". It contains a set
    of lines like this:

        config_class:      CGI::Kwiki::Config
        driver_class:      CGI::Kwiki::Driver
        cgi_class:         CGI::Kwiki::CGI
        cookie_class:      CGI::Kwiki::Cookie
        database_class:    CGI::Kwiki::Database
        metadata_class:    CGI::Kwiki::Metadata
        display_class:     CGI::Kwiki::Display
        edit_class:        CGI::Kwiki::Edit
        formatter_class:   CGI::Kwiki::Formatter
        template_class:    CGI::Kwiki::Template
        search_class:      CGI::Kwiki::Search
        changes_class:     CGI::Kwiki::Changes
        prefs_class:       CGI::Kwiki::Prefs
        pages_class:       CGI::Kwiki::Pages

lib/CGI/Kwiki.pm  view on Meta::CPAN

one or more methods. This is generally accomplished in just a few
lines of Perl.

The best way to describe this is with an example. Start with the config
file. The default config file is called C<config.yaml>. It contains a
set of lines like this:

    config_class:      CGI::Kwiki::Config
    driver_class:      CGI::Kwiki::Driver
    cgi_class:         CGI::Kwiki::CGI
    cookie_class:      CGI::Kwiki::Cookie
    database_class:    CGI::Kwiki::Database
    metadata_class:    CGI::Kwiki::Metadata
    display_class:     CGI::Kwiki::Display
    edit_class:        CGI::Kwiki::Edit
    formatter_class:   CGI::Kwiki::Formatter
    template_class:    CGI::Kwiki::Template
    search_class:      CGI::Kwiki::Search
    changes_class:     CGI::Kwiki::Changes
    prefs_class:       CGI::Kwiki::Prefs
    pages_class:       CGI::Kwiki::Pages

lib/CGI/Kwiki/Cookie.pm  view on Meta::CPAN

package CGI::Kwiki::Cookie;
$VERSION = '0.16';
use strict;
use base 'CGI::Kwiki';
use CGI::Kwiki;

attribute 'prefs';

sub new {
    my $class = shift;
    my $self = $class->SUPER::new(@_);

lib/CGI/Kwiki/I18N.pm  view on Meta::CPAN

# loc('KwikiDriverModule')
# loc('KwikiConfigModule')
# loc('KwikiConfigYamlModule')
# loc('KwikiFormatterModule')
# loc('KwikiDatabaseModule')
# loc('KwikiMetadataModule')
# loc('KwikiDisplayModule')
# loc('KwikiEditModule')
# loc('KwikiTemplateModule')
# loc('KwikiCgiModule')
# loc('KwikiCookieModule')
# loc('KwikiSearchModule')
# loc('KwikiChangesModule')
# loc('KwikiPrefsModule')
# loc('KwikiNewModule')
# loc('KwikiPagesModule')
# loc('KwikiStyleModule')
# loc('KwikiScriptsModule')
# loc('KwikiJavascriptModule')
# loc('KwikiSlidesModule')

lib/CGI/Kwiki/I18N/Kwiki.pot  view on Meta::CPAN


#: lib/CGI/Kwiki/I18N.pm:58
msgid "KwikiConfigModule"
msgstr ""

#: lib/CGI/Kwiki/I18N.pm:59
msgid "KwikiConfigYamlModule"
msgstr ""

#: lib/CGI/Kwiki/I18N.pm:67
msgid "KwikiCookieModule"
msgstr ""

#: lib/CGI/Kwiki/I18N.pm:36
msgid "KwikiCustomization"
msgstr ""

#: lib/CGI/Kwiki/I18N.pm:61
msgid "KwikiDatabaseModule"
msgstr ""

lib/CGI/Kwiki/I18N/zh_cn.po  view on Meta::CPAN


#: lib/CGI/Kwiki/I18N.pm:226
msgid "KwikiConfigModule"
msgstr "快纪组态模块"

#: lib/CGI/Kwiki/I18N.pm:227
msgid "KwikiConfigYamlModule"
msgstr "快纪YAML组态模块"

#: lib/CGI/Kwiki/I18N.pm:235
msgid "KwikiCookieModule"
msgstr "快纪Cookie模块"

#: lib/CGI/Kwiki/I18N.pm:203
msgid "KwikiCustomization"
msgstr "自订快纪"

#: lib/CGI/Kwiki/I18N.pm:229
msgid "KwikiDatabaseModule"
msgstr "快纪数据库模块"

#: lib/CGI/Kwiki/I18N.pm:231

lib/CGI/Kwiki/I18N/zh_tw.po  view on Meta::CPAN


#: lib/CGI/Kwiki/I18N.pm:226
msgid "KwikiConfigModule"
msgstr "快紀組態模組"

#: lib/CGI/Kwiki/I18N.pm:227
msgid "KwikiConfigYamlModule"
msgstr "快紀YAML組態模組"

#: lib/CGI/Kwiki/I18N.pm:235
msgid "KwikiCookieModule"
msgstr "快紀Cookie模組"

#: lib/CGI/Kwiki/I18N.pm:203
msgid "KwikiCustomization"
msgstr "自訂快紀"

#: lib/CGI/Kwiki/I18N.pm:229
msgid "KwikiDatabaseModule"
msgstr "快紀資料庫模組"

#: lib/CGI/Kwiki/I18N.pm:231

lib/CGI/Kwiki/Pages.pm  view on Meta::CPAN

  - Display 'Search' as the page_id on a search results page.
  - Bang (!) before bracket ([) negates the usual formatting effect.
  - Defeat browser caching (JoergBraukhoff)
  - Support $ENV{REMOTE_USER} for htaccess (Pardus)


Changes for version 0.15:
  - Support unicode character classes in page names
  - Search searches page names
  - Search is written in Perl now, instead of grep
  - Cookies span sessions
  - Allow ftp:// and irc:// links
  - Allow to create a new page from an old one
  - Dead wiki links use <strike>
  - Stop links from being underlined
  - Allow Wiki links like KWiki
  - Support <H4> <H5> and <H6>
  - Refactored installation and upgrade process
  - Added [#.#] format for $CGI::Kwiki::VERSION

Changes for version 0.14:

lib/CGI/Kwiki/Pages.pm  view on Meta::CPAN

* KwikiDriverModule
* KwikiConfigModule
* KwikiConfigYamlModule
* KwikiFormatterModule
* KwikiDatabaseModule
* KwikiMetadataModule
* KwikiDisplayModule
* KwikiEditModule
* KwikiTemplateModule
* KwikiCgiModule
* KwikiCookieModule
* KwikiSearchModule
* KwikiChangesModule
* KwikiPrefsModule
* KwikiNewModule
* KwikiPagesModule
* KwikiStyleModule
* KwikiScriptsModule
* KwikiJavascriptModule
* KwikiSlidesModule
__KwikiHotKeys__

lib/CGI/Kwiki/Pages/zh_cn.pm  view on Meta::CPAN

  - 在搜寻结果页面里,会以 'Search' 来当作 page_id 。
  - 在方刮号 ([) 前面的惊叹号 (!) 会让应该要产生的格式规则失效。
  - 抵抗浏览器快取(感谢 JoergBraukhoff )
  - 现在支持 htaccess 的 $ENV{REMOTE_USER} (感谢 Pardus )


0.15 版的变更:
  - 页面名称支持万国码 (unicode) 字符层级了
  - 搜寻功能现在会搜寻页面名称了
  - 搜寻功能现在用 Perl 重写过了,而不再继续用 grep 来搜寻
  - Cookies 的有效时间将能跨越联机期间的限制
  - 现在也可以用 ftp:// 和 irc:// 链接
  - 现在也让你能从旧的页面直接建立新的
  - 损毁的 Wiki 链接会用 <strike> 加上删除线
  - 加底线的文字格式不会对链接产生效果
  - 现在可以用像是 KWiki 这样的 Wiki 链接
  - 支持 <H4> <H5> 和 <H6>
  - 安装的时候可以选择回复出厂预设值或祇进行升级安装
  - 在 $CGI::Kwiki::VERSION 里新增了 [#.#] 格式

0.14 版的变更:

lib/CGI/Kwiki/Pages/zh_cn.pm  view on Meta::CPAN

* [快纪驱动模块]
* [快纪组态模块]
* [快纪YAML组态模块]
* [快纪文字格式模块]
* [快纪数据库模块]
* [快纪描述数据模块]
* [快纪显示模块]
* [快纪编辑模块]
* [快纪模版模块]
* [快纪CGI模块]
* [快纪Cookie模块]
* [快纪搜寻模块]
* [快纪更动模块]
* [快纪偏好模块]
* [快纪新建模块]
* [快纪页面模块]
* [快纪样式模块]
* [快纪脚本模块]
* [快纪Javascript模块]
* [快纪投影片模块]
__快纪热键__

lib/CGI/Kwiki/Pages/zh_tw.pm  view on Meta::CPAN

  - 在搜尋結果頁面裡,會以 'Search' 來當作 page_id 。
  - 在方刮號 ([) 前面的驚嘆號 (!) 會讓應該要產生的格式規則失效。
  - 抵抗瀏覽器快取(感謝 JoergBraukhoff )
  - 現在支援 htaccess 的 $ENV{REMOTE_USER} (感謝 Pardus )


0.15 版的變更:
  - 頁面名稱支援萬國碼 (unicode) 字符層級了
  - 搜尋功能現在會搜尋頁面名稱了
  - 搜尋功能現在用 Perl 重寫過了,而不再繼續用 grep 來搜尋
  - Cookies 的有效時間將能跨越連線期間的限制
  - 現在也可以用 ftp:// 和 irc:// 鏈結
  - 現在也讓妳能從舊的頁面直接建立新的
  - 損毀的 Wiki 鏈結會用 <strike> 加上刪除線
  - 加底線的文字格式不會對鏈結產生效果
  - 現在可以用像是 KWiki 這樣的 Wiki 鏈結
  - 支援 <H4> <H5> 和 <H6>
  - 安裝的時候可以選擇回復出廠預設值或祇進行升級安裝
  - 在 $CGI::Kwiki::VERSION 裡新增了 [#.#] 格式

0.14 版的變更:

lib/CGI/Kwiki/Pages/zh_tw.pm  view on Meta::CPAN

* [快紀驅動模組]
* [快紀組態模組]
* [快紀YAML組態模組]
* [快紀文字格式模組]
* [快紀資料庫模組]
* [快紀描述資料模組]
* [快紀顯示模組]
* [快紀編輯模組]
* [快紀模版模組]
* [快紀CGI模組]
* [快紀Cookie模組]
* [快紀搜尋模組]
* [快紀更動模組]
* [快紀偏好模組]
* [快紀新建模組]
* [快紀頁面模組]
* [快紀樣式模組]
* [快紀腳本模組]
* [快紀Javascript模組]
* [快紀投影片模組]
__快紀熱鍵__



( run in 0.674 second using v1.01-cache-2.11-cpan-e9199f4ba4c )