한글
Uniqki
Since May 23, 2007 by Huidae Cho
Current version: 0.0.0.18
Download: u.zip (16,064 bytes, u.cgi: 61,824 bytes)
Uniqki is Unique Wiki written in Perl. As of May 23, 2007,
googling uniqki did not return any
results! ;-) Uniqki is a simple yet powerful web site builder for minimalists.
It requires only a web server with Perl CGI support, which most of web hosting
companies provide for free. The philosophy behind the development of Uniqki is
minimalism.
All Pages . Recent Changes . RSS
Change log
- 0.0.0.18 - July 31, 2016
-
- Regular expression security bug fixed. #regex substitution could execute user embedded code in a wiki page.
- 0.0.0.17 - November 20, 2011
-
- <title> now uses the first <h1> text, if any.
- TOC always starts from the existing top-level heading.
- 0.0.0.16 - March 2, 2010
-
- Array dereferencing fixed for Perl 5.10.0 and above.
- 0.0.0.15 - April 18, 2008
-
- u.cgi?goto= bug fixed.
- u.cgi?refresh bug fixed.
- TOC id implemented.
- 0.0.0.14 - August 14, 2007
-
- 10 days of expiration period changed to $PW_EXPIRATION days in u.cfg.
- 0.0.0.13 - August 10, 2007
-
- 0.0.0.12 - July 11, 2007
-
- export_env() removed.
- wiki() renamed to text().
- $(pre|post)_text, $line, and $end now redefinable in u.cfg.
- (pre|post)_wiki renamed to (pre|post)_text.
- uniqkiwiki() removed.
- $wiki added.
- 0.0.0.11 - July 8, 2007
-
- $login removed.
- Cookie expiration date is not hard-coded any more. u.cgi allows 10 days of inactivity.
- 0.0.0.10 - July 8, 2007
-
- 0.0.0.9 - July 6, 2007
-
- comment_filter() and $COMMENT_FILTER replaced with verify_input().
- verify_input() routine added: mainly used for spam blocking. The default routine does not do anything useful, so the user may want to add his/her own CAPTCHA and define verify_input() to verify visitor's inputs.
- 0.0.0.8 - July 5, 2007
-
- security bug fixed: anyone could update non-wiki pages.
- $WIKI_NEW_PAGE now specifies the regular expression for wiki pages.
- 0.0.0.7 - July 4, 2007
-
- $CHARSET added to u.cfg (u.tpl/header.tpl).
- u.cgi?diff improved to support multi-byte encodings.
- TOC bug fixed.
- 0.0.0.6 - June 28, 2007
-
- u.cgi?diff=[0-9]+ changed to u.cgi?diff=-[0-9]+ for consistency with u.cgi?(edit|revert)
- u.cgi?diff bug fixed.
- 0.0.0.5 - June 22, 2007
-
- The asterisk (*) is allowed in URIs (RFC2396).
- u.cgi?search&glob=WILDCARDS implemented.
- u.cgi/PREFIX?ls, u.cgi/PREFIX?rss changed to u.cgi?ls&glob=WILDCARDS, u.cgi?rss&glob=WILDCARDS.
- 0.0.0.4 - June 20, 2007
-
- u.cgi?ls=(taz|tza) added.
- enter password twice in the admin page (u.tpl/admin.tpl).
- nomatch option added to search.
- user's refresh all action removed.
- search bug fixed.
- wiki security hole fixed.
- wiki multi-line substitution bug fixed.
- bracket link bug fixed.
- script name independent. You can name it whatever you like (e.g., u.pl, hi.cgi, ...).
- cgi-bin support
- $BASE and ".." renamed to $DOC_BASE in u.tpl/*.tpl.
- u.cgi renamed to $U_CGI in u.tpl/*.tpl.
- 0.0.0.3 - June 5, 2007
-
- u.cgi?ls=az: all pages in A-Z order (same as u.cgi?ls)
- u.cgi?ls=za: all pages in Z-A order
- u.cgi?ls=oc: old changes (opposite to u.cgi?ls=rc)
- u.cgi?ls&title=1: display page titles instead of page names
- $BODYONLY renamed to $BODY_ONLY (u.tpl/header.tpl and u.tpl/footer.tpl).
- $CSS added to u.cfg and u.tpl/header.tpl.
- file upload/restore fixed.
- 0.0.0.2 - May 26, 2007
-
- file upload moved to the edit screen.
- no more temporary files for preview
- custom spam filter
- 0.0.0.1 - May 25, 2007
-
- sub Uniqki sites (e.g., ko)
- beta 2007-05-24 - May 24, 2007
-
- backup/restore
- user management page
- beta 2007-05-23 - May 23, 2007
-