History log of /dokuwiki/inc/parser/ (Results 501 – 525 of 583)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f4b3aca306-Aug-2005 Harry Fuecks <hfuecks@gmail.com>

Alternative fix for #384

The bug with emphasis syntax clashing with URLs did still occur with
protocols different from http or ftp. This patch might be a better
solution.

I had to use [^\x00]* inst

Alternative fix for #384

The bug with emphasis syntax clashing with URLs did still occur with
protocols different from http or ftp. This patch might be a better
solution.

I had to use [^\x00]* instead of .* - for some reason the later won't
work properly in this case. It means people won't be able to use ASCII
NUL characters inside an emphasis.

The other thing that won't work is this;

Won't work: //semi colon here>://

People will need to make sure there is at least a space - this will work;

Works //semi colon here>: //

darcs-hash:20050806151204-56ad0-532806af57801f5fa4536add32175089e625a0d4.gz

show more ...

a46d0d6530-Jul-2005 Andreas Gohr <andi@splitbrain.org>

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
n

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
now to use this method you should exchange data betwenn handler and render calls
by using the $data array only.

darcs-hash:20050730215156-7ad00-69ea79859360d9902533633395de3e1b677f6e46.gz

show more ...


/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/admin_acl.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/plain.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/zh/backlinks.txt
/dokuwiki/inc/lang/zh/conflict.txt
/dokuwiki/inc/lang/zh/denied.txt
/dokuwiki/inc/lang/zh/diff.txt
/dokuwiki/inc/lang/zh/edit.txt
/dokuwiki/inc/lang/zh/editrev.txt
/dokuwiki/inc/lang/zh/index.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/locked.txt
/dokuwiki/inc/lang/zh/login.txt
/dokuwiki/inc/lang/zh/mailtext.txt
/dokuwiki/inc/lang/zh/newpage.txt
/dokuwiki/inc/lang/zh/norev.txt
/dokuwiki/inc/lang/zh/password.txt
/dokuwiki/inc/lang/zh/preview.txt
/dokuwiki/inc/lang/zh/read.txt
/dokuwiki/inc/lang/zh/recent.txt
/dokuwiki/inc/lang/zh/register.txt
/dokuwiki/inc/lang/zh/revisions.txt
/dokuwiki/inc/lang/zh/searchpage.txt
/dokuwiki/inc/lang/zh/showrev.txt
/dokuwiki/inc/lang/zh/wordblock.txt
handler.php
xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/detail.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/scripts/domLib.js
/dokuwiki/lib/scripts/domTT.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/tpl/default/design.css
d74aace928-Jul-2005 chris <chris@teacherscpd.co.uk>

footnote fix: almagamate identical footnotes, insitu footnote popups

darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz

4468cb4c28-Jul-2005 Andreas Gohr <andi@splitbrain.org>

handle all RFC 1738 compliable schemes in external links

RFC 1738 states:
Scheme names consist of a sequence of characters. The lower case
letters "a"--"z", digits, and the characters plus ("+

handle all RFC 1738 compliable schemes in external links

RFC 1738 states:
Scheme names consist of a sequence of characters. The lower case
letters "a"--"z", digits, and the characters plus ("+"), period
("."), and hyphen ("-") are allowed.

DokuWiki did only recognize alphanumeric characters, this patch adds
periods, plus and hyphen.

Thanks to "ytrewq1" for pointing that out.

darcs-hash:20050728180447-7ad00-dc0d4b8e9309d571715d6c490d1505bb2666c786.gz

show more ...

2684e50a24-Jul-2005 Andreas Gohr <andi@splitbrain.org>

some minor fixes in image detail handling

darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz

55efc22724-Jul-2005 Andreas Gohr <andi@splitbrain.org>

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943e

first step in Image metadata support

This adds a detail page for images, for JPEG files
additional metadata from EXIF and IPTC fields is shown

darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz

show more ...

38c08c2b22-Jul-2005 Alexandre ROSSI <niol@sousmonlit.dyndns.org>

Fixed email link validation issue in 'visible' mode to conform RFC1738

darcs-hash:20050722170210-5338b-86561e364705cd92c690ae636e0a87f84a0d1672.gz

f02a7d0614-Jul-2005 chris <chris@teacherscpd.co.uk>

Doku_Handler->plugin() method fix, incorrectly named handler object

darcs-hash:20050714223751-50fdc-ebc6c8ff03e23d2edcd974f51b063f77f9fd4458.gz

b5bef19b14-Jul-2005 andi <andi@splitbrain.org>

updated GeSHi to 1.0.7

darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz

e7464db813-Jul-2005 andi <andi@splitbrain.org>

fix for multiply entity #457

darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz

750fd6a812-Jul-2005 Christopher Smith <chris@teacherscpd.co.uk>

make custom geshi language styles possible

darcs-hash:20050712211236-3bbbb-c0e76063136eb78886cb1daf4d5e9785bb797ab1.gz

0c16b1d304-Jul-2005 andi <andi@splitbrain.org>

relaxed header handling #441

The header handler now doesn't care for the number of closing header
markers. The following lines are all detected as h2 headers:

darcs-hash:20050704184955-9977f-bcf18e

relaxed header handling #441

The header handler now doesn't care for the number of closing header
markers. The following lines are all detected as h2 headers:

darcs-hash:20050704184955-9977f-bcf18ece3b66b48638aeb5588613c0283eda4584.gz

show more ...

ad65ae4601-Jul-2005 andi <andi@splitbrain.org>

hack to fix #384

This isn't a real fix for FS#384 but cures the symptoms at least.
The emphasis regexp now doesn't take the double slash of auto-URLs
as closing match anymore.

darcs-hash:2005070113

hack to fix #384

This isn't a real fix for FS#384 but cures the symptoms at least.
The emphasis regexp now doesn't take the double slash of auto-URLs
as closing match anymore.

darcs-hash:20050701134040-9977f-5130eaea0ebcb43918e48e823fcfbbf628d88981.gz

show more ...

e180595f01-Jul-2005 andi <andi@splitbrain.org>

small fix for typographic quotes #415

darcs-hash:20050701113825-9977f-75c85330b6001db24125aabc8bb7f344f0d1ac33.gz

df9add7227-Jun-2005 chris <chris@teacherscpd.co.uk>

Corrects to parser for <html>, <php> and list items

This patch moves handling of <html> and <php> tags to the front end of the parser allowing
correct processing of the replacement <file> tag if htm

Corrects to parser for <html>, <php> and list items

This patch moves handling of <html> and <php> tags to the front end of the parser allowing
correct processing of the replacement <file> tag if html or php processing is disabled. It also
adds listcontent_open and listcontent_close to the array of blocks not permitted within paragraps
and removes html & php from the same array.

darcs-hash:20050627201807-50fdc-5236124fd13a1ecc6b26f0a0b52a434ab01cee41.gz

show more ...

f089173726-Jun-2005 andi <andi@splitbrain.org>

fix for paragraphtypes in plugins

darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz

af146da026-Jun-2005 andi <andi@splitbrain.org>

paragraphtypes for syntax plugins

darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz

90f3a5b124-Jun-2005 andi <andi@splitbrain.org>

fixed problem with TOC toggle and W3C validator

darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz

90db23d724-Jun-2005 chris <chris@teacherscpd.co.uk>

Correct invalid XHTML generated for list elements

Change the <span> element used to differentiate the <ol> numbering from
list item text to a <div> element. A <div> is allowed to have children
with

Correct invalid XHTML generated for list elements

Change the <span> element used to differentiate the <ol> numbering from
list item text to a <div> element. A <div> is allowed to have children
with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't.

darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz

show more ...


/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/local.php.dist
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ldap.php
/dokuwiki/inc/auth/mysql.php
/dokuwiki/inc/auth/plain.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/admin.txt
/dokuwiki/inc/lang/eu/admin_acl.txt
/dokuwiki/inc/lang/eu/denied.txt
/dokuwiki/inc/lang/eu/diff.txt
/dokuwiki/inc/lang/eu/editrev.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/locked.txt
/dokuwiki/inc/lang/eu/login.txt
/dokuwiki/inc/lang/eu/mailtext.txt
/dokuwiki/inc/lang/eu/newpage.txt
/dokuwiki/inc/lang/eu/norev.txt
/dokuwiki/inc/lang/eu/password.txt
/dokuwiki/inc/lang/eu/preview.txt
/dokuwiki/inc/lang/eu/read.txt
/dokuwiki/inc/lang/eu/recent.txt
/dokuwiki/inc/lang/eu/revisions.txt
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/eu/showrev.txt
/dokuwiki/inc/lang/eu/wordblock.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/admin.txt
/dokuwiki/inc/lang/ja/admin_acl.txt
/dokuwiki/inc/lang/ja/backlinks.txt
/dokuwiki/inc/lang/ja/conflict.txt
/dokuwiki/inc/lang/ja/denied.txt
/dokuwiki/inc/lang/ja/diff.txt
/dokuwiki/inc/lang/ja/edit.txt
/dokuwiki/inc/lang/ja/editrev.txt
/dokuwiki/inc/lang/ja/index.txt
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ja/locked.txt
/dokuwiki/inc/lang/ja/login.txt
/dokuwiki/inc/lang/ja/mailtext.txt
/dokuwiki/inc/lang/ja/newpage.txt
/dokuwiki/inc/lang/ja/norev.txt
/dokuwiki/inc/lang/ja/password.txt
/dokuwiki/inc/lang/ja/preview.txt
/dokuwiki/inc/lang/ja/read.txt
/dokuwiki/inc/lang/ja/recent.txt
/dokuwiki/inc/lang/ja/register.txt
/dokuwiki/inc/lang/ja/revisions.txt
/dokuwiki/inc/lang/ja/searchpage.txt
/dokuwiki/inc/lang/ja/showrev.txt
/dokuwiki/inc/lang/ja/wordblock.txt
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/mail.php
xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/media.php
/dokuwiki/lib/tpl/default/mediaref.php
60fc419114-Jun-2005 andi <andi@splitbrain.org>

fix for interwiki gif icons

darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.gz

6d44750312-Jun-2005 andi <andi@splitbrain.org>

lexer support for subpatterns, fixed windowsshare links #368

darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz


/dokuwiki/conf/dokuwiki.php
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/aspell.php
/dokuwiki/inc/auth/mysql.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/da/admin.txt
/dokuwiki/inc/lang/da/admin_acl.txt
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/preview.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/read.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/et/admin.txt
/dokuwiki/inc/lang/et/admin_acl.txt
/dokuwiki/inc/lang/et/backlinks.txt
/dokuwiki/inc/lang/et/conflict.txt
/dokuwiki/inc/lang/et/denied.txt
/dokuwiki/inc/lang/et/diff.txt
/dokuwiki/inc/lang/et/edit.txt
/dokuwiki/inc/lang/et/editrev.txt
/dokuwiki/inc/lang/et/index.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/et/locked.txt
/dokuwiki/inc/lang/et/login.txt
/dokuwiki/inc/lang/et/mailtext.txt
/dokuwiki/inc/lang/et/newpage.txt
/dokuwiki/inc/lang/et/norev.txt
/dokuwiki/inc/lang/et/password.txt
/dokuwiki/inc/lang/et/preview.txt
/dokuwiki/inc/lang/et/read.txt
/dokuwiki/inc/lang/et/recent.txt
/dokuwiki/inc/lang/et/register.txt
/dokuwiki/inc/lang/et/revisions.txt
/dokuwiki/inc/lang/et/searchpage.txt
/dokuwiki/inc/lang/et/showrev.txt
/dokuwiki/inc/lang/et/wordblock.txt
/dokuwiki/inc/lang/nl/admin_acl.txt
/dokuwiki/inc/lang/nl/denied.txt
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/pt-br/backlinks.txt
/dokuwiki/inc/lang/pt-br/conflict.txt
/dokuwiki/inc/lang/pt-br/diff.txt
/dokuwiki/inc/lang/pt-br/edit.txt
/dokuwiki/inc/lang/pt-br/editrev.txt
/dokuwiki/inc/lang/pt-br/index.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/locked.txt
/dokuwiki/inc/lang/pt-br/login.txt
/dokuwiki/inc/lang/pt-br/mailtext.txt
/dokuwiki/inc/lang/pt-br/newpage.txt
/dokuwiki/inc/lang/pt-br/norev.txt
/dokuwiki/inc/lang/pt-br/preview.txt
/dokuwiki/inc/lang/pt-br/read.txt
/dokuwiki/inc/lang/pt-br/recent.txt
/dokuwiki/inc/lang/pt-br/register.txt
/dokuwiki/inc/lang/pt-br/revisions.txt
/dokuwiki/inc/lang/pt-br/searchpage.txt
/dokuwiki/inc/lang/pt-br/showrev.txt
lexer.php
parser.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/images/toolbar/fonth1.png
/dokuwiki/lib/images/toolbar/fonth2.png
/dokuwiki/lib/images/toolbar/fonth3.png
/dokuwiki/lib/images/toolbar/fonth4.png
/dokuwiki/lib/images/toolbar/fonth5.png
/dokuwiki/lib/scripts/ajax.js
/dokuwiki/lib/scripts/spellcheck.js
/dokuwiki/lib/scripts/tw-sack.js
/dokuwiki/lib/tpl/default/design.css
50d915fe06-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

TOC arrow with simple transparency

This patch exchanges the images for the TOC arrow from
PNG with alpha channel to GIF with transparent background.
This is done because the IE doesn't cope with tra

TOC arrow with simple transparency

This patch exchanges the images for the TOC arrow from
PNG with alpha channel to GIF with transparent background.
This is done because the IE doesn't cope with transparent
PNG images very well. Shame on you Microsoft.

darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz

show more ...


/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/.htaccess
/dokuwiki/inc/lang/cs/backlinks.txt
/dokuwiki/inc/lang/cs/conflict.txt
/dokuwiki/inc/lang/cs/denied.txt
/dokuwiki/inc/lang/cs/diff.txt
/dokuwiki/inc/lang/cs/edit.txt
/dokuwiki/inc/lang/cs/editrev.txt
/dokuwiki/inc/lang/cs/index.txt
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/locked.txt
/dokuwiki/inc/lang/cs/login.txt
/dokuwiki/inc/lang/cs/mailtext.txt
/dokuwiki/inc/lang/cs/newpage.txt
/dokuwiki/inc/lang/cs/norev.txt
/dokuwiki/inc/lang/cs/nsroot.txt
/dokuwiki/inc/lang/cs/password.txt
/dokuwiki/inc/lang/cs/preview.txt
/dokuwiki/inc/lang/cs/read.txt
/dokuwiki/inc/lang/cs/recent.txt
/dokuwiki/inc/lang/cs/register.txt
/dokuwiki/inc/lang/cs/revisions.txt
/dokuwiki/inc/lang/cs/searchpage.txt
/dokuwiki/inc/lang/cs/showrev.txt
/dokuwiki/inc/lang/cs/wordblock.txt
/dokuwiki/inc/lang/da/backlinks.txt
/dokuwiki/inc/lang/da/conflict.txt
/dokuwiki/inc/lang/da/denied.txt
/dokuwiki/inc/lang/da/diff.txt
/dokuwiki/inc/lang/da/edit.txt
/dokuwiki/inc/lang/da/editrev.txt
/dokuwiki/inc/lang/da/index.txt
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/locked.txt
/dokuwiki/inc/lang/da/login.txt
/dokuwiki/inc/lang/da/mailtext.txt
/dokuwiki/inc/lang/da/newpage.txt
/dokuwiki/inc/lang/da/norev.txt
/dokuwiki/inc/lang/da/password.txt
/dokuwiki/inc/lang/da/preview.txt
/dokuwiki/inc/lang/da/read.txt
/dokuwiki/inc/lang/da/recent.txt
/dokuwiki/inc/lang/da/register.txt
/dokuwiki/inc/lang/da/revisions.txt
/dokuwiki/inc/lang/da/searchpage.txt
/dokuwiki/inc/lang/da/showrev.txt
/dokuwiki/inc/lang/da/wordblock.txt
/dokuwiki/inc/lang/de/admin.txt
/dokuwiki/inc/lang/de/admin_acl.txt
/dokuwiki/inc/lang/de/backlinks.txt
/dokuwiki/inc/lang/de/conflict.txt
/dokuwiki/inc/lang/de/denied.txt
/dokuwiki/inc/lang/de/diff.txt
/dokuwiki/inc/lang/de/edit.txt
/dokuwiki/inc/lang/de/editrev.txt
/dokuwiki/inc/lang/de/index.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/locked.txt
/dokuwiki/inc/lang/de/login.txt
/dokuwiki/inc/lang/de/mailtext.txt
/dokuwiki/inc/lang/de/newpage.txt
/dokuwiki/inc/lang/de/norev.txt
/dokuwiki/inc/lang/de/password.txt
/dokuwiki/inc/lang/de/preview.txt
/dokuwiki/inc/lang/de/read.txt
/dokuwiki/inc/lang/de/recent.txt
/dokuwiki/inc/lang/de/register.txt
/dokuwiki/inc/lang/de/revisions.txt
/dokuwiki/inc/lang/de/searchpage.txt
/dokuwiki/inc/lang/de/showrev.txt
/dokuwiki/inc/lang/de/wordblock.txt
/dokuwiki/inc/lang/en/admin.txt
/dokuwiki/inc/lang/en/admin_acl.txt
/dokuwiki/inc/lang/en/backlinks.txt
/dokuwiki/inc/lang/en/conflict.txt
/dokuwiki/inc/lang/en/denied.txt
/dokuwiki/inc/lang/en/diff.txt
/dokuwiki/inc/lang/en/edit.txt
/dokuwiki/inc/lang/en/editrev.txt
/dokuwiki/inc/lang/en/index.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/en/locked.txt
/dokuwiki/inc/lang/en/login.txt
/dokuwiki/inc/lang/en/mailtext.txt
/dokuwiki/inc/lang/en/newpage.txt
/dokuwiki/inc/lang/en/norev.txt
/dokuwiki/inc/lang/en/password.txt
/dokuwiki/inc/lang/en/preview.txt
/dokuwiki/inc/lang/en/read.txt
/dokuwiki/inc/lang/en/recent.txt
/dokuwiki/inc/lang/en/register.txt
/dokuwiki/inc/lang/en/revisions.txt
/dokuwiki/inc/lang/en/searchpage.txt
/dokuwiki/inc/lang/en/showrev.txt
/dokuwiki/inc/lang/en/wordblock.txt
/dokuwiki/inc/lang/eo/backlinks.txt
/dokuwiki/inc/lang/eo/conflict.txt
/dokuwiki/inc/lang/eo/denied.txt
/dokuwiki/inc/lang/eo/diff.txt
/dokuwiki/inc/lang/eo/edit.txt
/dokuwiki/inc/lang/eo/editrev.txt
/dokuwiki/inc/lang/eo/index.txt
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/locked.txt
/dokuwiki/inc/lang/eo/login.txt
/dokuwiki/inc/lang/eo/mailtext.txt
/dokuwiki/inc/lang/eo/newpage.txt
/dokuwiki/inc/lang/eo/norev.txt
/dokuwiki/inc/lang/eo/preview.txt
/dokuwiki/inc/lang/eo/read.txt
/dokuwiki/inc/lang/eo/recent.txt
/dokuwiki/inc/lang/eo/register.txt
/dokuwiki/inc/lang/eo/revisions.txt
/dokuwiki/inc/lang/eo/searchpage.txt
/dokuwiki/inc/lang/eo/showrev.txt
/dokuwiki/inc/lang/eo/wordblock.txt
/dokuwiki/inc/lang/es/diff.txt
/dokuwiki/inc/lang/es/edit.txt
/dokuwiki/inc/lang/es/editrev.txt
/dokuwiki/inc/lang/es/index.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/mailtext.txt
/dokuwiki/inc/lang/es/newpage.txt
/dokuwiki/inc/lang/es/norev.txt
/dokuwiki/inc/lang/es/preview.txt
/dokuwiki/inc/lang/es/read.txt
/dokuwiki/inc/lang/es/recent.txt
/dokuwiki/inc/lang/es/revisions.txt
/dokuwiki/inc/lang/es/searchpage.txt
/dokuwiki/inc/lang/es/showrev.txt
/dokuwiki/inc/lang/es/wordblock.txt
/dokuwiki/inc/lang/et/backlinks.txt
/dokuwiki/inc/lang/et/conflict.txt
/dokuwiki/inc/lang/et/denied.txt
/dokuwiki/inc/lang/et/diff.txt
/dokuwiki/inc/lang/et/edit.txt
/dokuwiki/inc/lang/et/editrev.txt
/dokuwiki/inc/lang/et/index.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/et/locked.txt
/dokuwiki/inc/lang/et/login.txt
/dokuwiki/inc/lang/et/mailtext.txt
/dokuwiki/inc/lang/et/newpage.txt
/dokuwiki/inc/lang/et/norev.txt
/dokuwiki/inc/lang/et/password.txt
/dokuwiki/inc/lang/et/preview.txt
/dokuwiki/inc/lang/et/read.txt
/dokuwiki/inc/lang/et/recent.txt
/dokuwiki/inc/lang/et/register.txt
/dokuwiki/inc/lang/et/revisions.txt
/dokuwiki/inc/lang/et/searchpage.txt
/dokuwiki/inc/lang/et/showrev.txt
/dokuwiki/inc/lang/et/wordblock.txt
/dokuwiki/inc/lang/eu/diff.txt
/dokuwiki/inc/lang/eu/edit.txt
/dokuwiki/inc/lang/eu/editrev.txt
/dokuwiki/inc/lang/eu/index.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/mailtext.txt
/dokuwiki/inc/lang/eu/newpage.txt
/dokuwiki/inc/lang/eu/norev.txt
/dokuwiki/inc/lang/eu/preview.txt
/dokuwiki/inc/lang/eu/read.txt
/dokuwiki/inc/lang/eu/recent.txt
/dokuwiki/inc/lang/eu/revisions.txt
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/eu/showrev.txt
/dokuwiki/inc/lang/eu/wordblock.txt
/dokuwiki/inc/lang/fi/backlinks.txt
/dokuwiki/inc/lang/fi/conflict.txt
/dokuwiki/inc/lang/fi/denied.txt
/dokuwiki/inc/lang/fi/diff.txt
/dokuwiki/inc/lang/fi/edit.txt
/dokuwiki/inc/lang/fi/editrev.txt
/dokuwiki/inc/lang/fi/index.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/locked.txt
/dokuwiki/inc/lang/fi/login.txt
/dokuwiki/inc/lang/fi/mailtext.txt
/dokuwiki/inc/lang/fi/newpage.txt
/dokuwiki/inc/lang/fi/norev.txt
/dokuwiki/inc/lang/fi/password.txt
/dokuwiki/inc/lang/fi/preview.txt
/dokuwiki/inc/lang/fi/read.txt
/dokuwiki/inc/lang/fi/recent.txt
/dokuwiki/inc/lang/fi/register.txt
/dokuwiki/inc/lang/fi/revisions.txt
/dokuwiki/inc/lang/fi/searchpage.txt
/dokuwiki/inc/lang/fi/showrev.txt
/dokuwiki/inc/lang/fi/wordblock.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/conflict.txt
/dokuwiki/inc/lang/fr/denied.txt
/dokuwiki/inc/lang/fr/diff.txt
/dokuwiki/inc/lang/fr/edit.txt
/dokuwiki/inc/lang/fr/editrev.txt
/dokuwiki/inc/lang/fr/index.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/locked.txt
/dokuwiki/inc/lang/fr/login.txt
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/fr/newpage.txt
/dokuwiki/inc/lang/fr/norev.txt
/dokuwiki/inc/lang/fr/password.txt
/dokuwiki/inc/lang/fr/preview.txt
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/fr/recent.txt
/dokuwiki/inc/lang/fr/register.txt
/dokuwiki/inc/lang/fr/revisions.txt
/dokuwiki/inc/lang/fr/searchpage.txt
/dokuwiki/inc/lang/fr/showrev.txt
/dokuwiki/inc/lang/fr/wordblock.txt
/dokuwiki/inc/lang/he/backlinks.txt
/dokuwiki/inc/lang/he/conflict.txt
/dokuwiki/inc/lang/he/denied.txt
/dokuwiki/inc/lang/he/diff.txt
/dokuwiki/inc/lang/he/edit.txt
/dokuwiki/inc/lang/he/editrev.txt
/dokuwiki/inc/lang/he/index.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/locked.txt
/dokuwiki/inc/lang/he/login.txt
/dokuwiki/inc/lang/he/mailtext.txt
/dokuwiki/inc/lang/he/newpage.txt
/dokuwiki/inc/lang/he/norev.txt
/dokuwiki/inc/lang/he/password.txt
/dokuwiki/inc/lang/he/preview.txt
/dokuwiki/inc/lang/he/read.txt
/dokuwiki/inc/lang/he/recent.txt
/dokuwiki/inc/lang/he/register.txt
/dokuwiki/inc/lang/he/revisions.txt
/dokuwiki/inc/lang/he/searchpage.txt
/dokuwiki/inc/lang/he/showrev.txt
/dokuwiki/inc/lang/he/wordblock.txt
/dokuwiki/inc/lang/hu/backlinks.txt
/dokuwiki/inc/lang/hu/conflict.txt
/dokuwiki/inc/lang/hu/denied.txt
/dokuwiki/inc/lang/hu/diff.txt
/dokuwiki/inc/lang/hu/edit.txt
/dokuwiki/inc/lang/hu/editrev.txt
/dokuwiki/inc/lang/hu/index.txt
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/hu/locked.txt
/dokuwiki/inc/lang/hu/login.txt
/dokuwiki/inc/lang/hu/mailtext.txt
/dokuwiki/inc/lang/hu/newpage.txt
/dokuwiki/inc/lang/hu/norev.txt
/dokuwiki/inc/lang/hu/password.txt
/dokuwiki/inc/lang/hu/preview.txt
/dokuwiki/inc/lang/hu/read.txt
/dokuwiki/inc/lang/hu/recent.txt
/dokuwiki/inc/lang/hu/register.txt
/dokuwiki/inc/lang/hu/revisions.txt
/dokuwiki/inc/lang/hu/searchpage.txt
/dokuwiki/inc/lang/hu/semantic.cache
/dokuwiki/inc/lang/hu/showrev.txt
/dokuwiki/inc/lang/hu/wordblock.txt
/dokuwiki/inc/lang/it/backlinks.txt
/dokuwiki/inc/lang/it/conflict.txt
/dokuwiki/inc/lang/it/denied.txt
/dokuwiki/inc/lang/it/diff.txt
/dokuwiki/inc/lang/it/edit.txt
/dokuwiki/inc/lang/it/editrev.txt
/dokuwiki/inc/lang/it/index.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/it/locked.txt
/dokuwiki/inc/lang/it/login.txt
/dokuwiki/inc/lang/it/mailtext.txt
/dokuwiki/inc/lang/it/newpage.txt
/dokuwiki/inc/lang/it/norev.txt
/dokuwiki/inc/lang/it/password.txt
/dokuwiki/inc/lang/it/preview.txt
/dokuwiki/inc/lang/it/read.txt
/dokuwiki/inc/lang/it/recent.txt
/dokuwiki/inc/lang/it/register.txt
/dokuwiki/inc/lang/it/revisions.txt
/dokuwiki/inc/lang/it/searchpage.txt
/dokuwiki/inc/lang/it/showrev.txt
/dokuwiki/inc/lang/it/wordblock.txt
/dokuwiki/inc/lang/ko/backlinks.txt
/dokuwiki/inc/lang/ko/conflict.txt
/dokuwiki/inc/lang/ko/denied.txt
/dokuwiki/inc/lang/ko/diff.txt
/dokuwiki/inc/lang/ko/edit.txt
/dokuwiki/inc/lang/ko/edit.txt_bak
/dokuwiki/inc/lang/ko/editrev.txt
/dokuwiki/inc/lang/ko/index.txt
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/ko/lang.php_bak
/dokuwiki/inc/lang/ko/locked.txt
/dokuwiki/inc/lang/ko/login.txt
/dokuwiki/inc/lang/ko/mailtext.txt
/dokuwiki/inc/lang/ko/newpage.txt
/dokuwiki/inc/lang/ko/norev.txt
/dokuwiki/inc/lang/ko/password.txt
/dokuwiki/inc/lang/ko/preview.txt
/dokuwiki/inc/lang/ko/read.txt
/dokuwiki/inc/lang/ko/recent.txt
/dokuwiki/inc/lang/ko/register.txt
/dokuwiki/inc/lang/ko/revisions.txt
/dokuwiki/inc/lang/ko/searchpage.txt
/dokuwiki/inc/lang/ko/showrev.txt
/dokuwiki/inc/lang/ko/wordblock.txt
/dokuwiki/inc/lang/nl/admin.txt
/dokuwiki/inc/lang/nl/admin_acl.txt
/dokuwiki/inc/lang/nl/backlinks.txt
/dokuwiki/inc/lang/nl/conflict.txt
/dokuwiki/inc/lang/nl/denied.txt
/dokuwiki/inc/lang/nl/diff.txt
/dokuwiki/inc/lang/nl/edit.txt
/dokuwiki/inc/lang/nl/editrev.txt
/dokuwiki/inc/lang/nl/index.txt
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/nl/locked.txt
/dokuwiki/inc/lang/nl/login.txt
/dokuwiki/inc/lang/nl/mailtext.txt
/dokuwiki/inc/lang/nl/newpage.txt
/dokuwiki/inc/lang/nl/norev.txt
/dokuwiki/inc/lang/nl/password.txt
/dokuwiki/inc/lang/nl/preview.txt
/dokuwiki/inc/lang/nl/read.txt
/dokuwiki/inc/lang/nl/recent.txt
/dokuwiki/inc/lang/nl/register.txt
/dokuwiki/inc/lang/nl/revisions.txt
/dokuwiki/inc/lang/nl/searchpage.txt
/dokuwiki/inc/lang/nl/showrev.txt
/dokuwiki/inc/lang/nl/wordblock.txt
/dokuwiki/inc/lang/no/admin.txt
/dokuwiki/inc/lang/no/admin_acl.txt
/dokuwiki/inc/lang/no/backlinks.txt
/dokuwiki/inc/lang/no/conflict.txt
/dokuwiki/inc/lang/no/denied.txt
/dokuwiki/inc/lang/no/diff.txt
/dokuwiki/inc/lang/no/edit.txt
/dokuwiki/inc/lang/no/editrev.txt
/dokuwiki/inc/lang/no/index.txt
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/no/locked.txt
/dokuwiki/inc/lang/no/login.txt
/dokuwiki/inc/lang/no/mailtext.txt
/dokuwiki/inc/lang/no/newpage.txt
/dokuwiki/inc/lang/no/norev.txt
/dokuwiki/inc/lang/no/password.txt
/dokuwiki/inc/lang/no/preview.txt
/dokuwiki/inc/lang/no/read.txt
/dokuwiki/inc/lang/no/recent.txt
/dokuwiki/inc/lang/no/register.txt
/dokuwiki/inc/lang/no/revisions.txt
/dokuwiki/inc/lang/no/searchpage.txt
/dokuwiki/inc/lang/no/showrev.txt
/dokuwiki/inc/lang/no/wordblock.txt
/dokuwiki/inc/lang/pl/admin.txt
/dokuwiki/inc/lang/pl/admin_acl.txt
/dokuwiki/inc/lang/pl/backlinks.txt
/dokuwiki/inc/lang/pl/conflict.txt
/dokuwiki/inc/lang/pl/denied.txt
/dokuwiki/inc/lang/pl/diff.txt
/dokuwiki/inc/lang/pl/edit.txt
/dokuwiki/inc/lang/pl/editrev.txt
/dokuwiki/inc/lang/pl/index.txt
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pl/locked.txt
/dokuwiki/inc/lang/pl/login.txt
/dokuwiki/inc/lang/pl/mailtext.txt
/dokuwiki/inc/lang/pl/newpage.txt
/dokuwiki/inc/lang/pl/norev.txt
/dokuwiki/inc/lang/pl/password.txt
/dokuwiki/inc/lang/pl/preview.txt
/dokuwiki/inc/lang/pl/read.txt
/dokuwiki/inc/lang/pl/recent.txt
/dokuwiki/inc/lang/pl/register.txt
/dokuwiki/inc/lang/pl/revisions.txt
/dokuwiki/inc/lang/pl/searchpage.txt
/dokuwiki/inc/lang/pl/showrev.txt
/dokuwiki/inc/lang/pl/wordblock.txt
/dokuwiki/inc/lang/pt-br/backlinks.txt
/dokuwiki/inc/lang/pt-br/conflict.txt
/dokuwiki/inc/lang/pt-br/denied.txt
/dokuwiki/inc/lang/pt-br/diff.txt
/dokuwiki/inc/lang/pt-br/edit.txt
/dokuwiki/inc/lang/pt-br/editrev.txt
/dokuwiki/inc/lang/pt-br/index.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/locked.txt
/dokuwiki/inc/lang/pt-br/login.txt
/dokuwiki/inc/lang/pt-br/mailtext.txt
/dokuwiki/inc/lang/pt-br/newpage.txt
/dokuwiki/inc/lang/pt-br/norev.txt
/dokuwiki/inc/lang/pt-br/password.txt
/dokuwiki/inc/lang/pt-br/preview.txt
/dokuwiki/inc/lang/pt-br/read.txt
/dokuwiki/inc/lang/pt-br/recent.txt
/dokuwiki/inc/lang/pt-br/register.txt
/dokuwiki/inc/lang/pt-br/revisions.txt
/dokuwiki/inc/lang/pt-br/searchpage.txt
/dokuwiki/inc/lang/pt-br/showrev.txt
/dokuwiki/inc/lang/pt-br/wordblock.txt
/dokuwiki/inc/lang/pt/backlinks.txt
/dokuwiki/inc/lang/pt/conflict.txt
/dokuwiki/inc/lang/pt/denied.txt
/dokuwiki/inc/lang/pt/diff.txt
/dokuwiki/inc/lang/pt/edit.txt
/dokuwiki/inc/lang/pt/editrev.txt
/dokuwiki/inc/lang/pt/index.txt
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/pt/locked.txt
/dokuwiki/inc/lang/pt/login.txt
/dokuwiki/inc/lang/pt/mailtext.txt
/dokuwiki/inc/lang/pt/newpage.txt
/dokuwiki/inc/lang/pt/norev.txt
/dokuwiki/inc/lang/pt/password.txt
/dokuwiki/inc/lang/pt/preview.txt
/dokuwiki/inc/lang/pt/read.txt
/dokuwiki/inc/lang/pt/recent.txt
/dokuwiki/inc/lang/pt/register.txt
/dokuwiki/inc/lang/pt/revisions.txt
/dokuwiki/inc/lang/pt/searchpage.txt
/dokuwiki/inc/lang/pt/showrev.txt
/dokuwiki/inc/lang/pt/wordblock.txt
/dokuwiki/inc/lang/ro/backlinks.txt
/dokuwiki/inc/lang/ro/conflict.txt
/dokuwiki/inc/lang/ro/denied.txt
/dokuwiki/inc/lang/ro/diff.txt
/dokuwiki/inc/lang/ro/edit.txt
/dokuwiki/inc/lang/ro/editrev.txt
/dokuwiki/inc/lang/ro/index.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ro/locked.txt
/dokuwiki/inc/lang/ro/login.txt
/dokuwiki/inc/lang/ro/mailtext.txt
/dokuwiki/inc/lang/ro/newpage.txt
/dokuwiki/inc/lang/ro/norev.txt
/dokuwiki/inc/lang/ro/password.txt
/dokuwiki/inc/lang/ro/preview.txt
/dokuwiki/inc/lang/ro/read.txt
/dokuwiki/inc/lang/ro/recent.txt
/dokuwiki/inc/lang/ro/register.txt
/dokuwiki/inc/lang/ro/revisions.txt
/dokuwiki/inc/lang/ro/searchpage.txt
/dokuwiki/inc/lang/ro/showrev.txt
/dokuwiki/inc/lang/ro/wordblock.txt
/dokuwiki/inc/lang/ru/backlinks.txt
/dokuwiki/inc/lang/ru/conflict.txt
/dokuwiki/inc/lang/ru/denied.txt
/dokuwiki/inc/lang/ru/diff.txt
/dokuwiki/inc/lang/ru/edit.txt
/dokuwiki/inc/lang/ru/editrev.txt
/dokuwiki/inc/lang/ru/index.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/ru/locked.txt
/dokuwiki/inc/lang/ru/login.txt
/dokuwiki/inc/lang/ru/mailtext.txt
/dokuwiki/inc/lang/ru/newpage.txt
/dokuwiki/inc/lang/ru/norev.txt
/dokuwiki/inc/lang/ru/password.txt
/dokuwiki/inc/lang/ru/preview.txt
/dokuwiki/inc/lang/ru/read.txt
/dokuwiki/inc/lang/ru/recent.txt
/dokuwiki/inc/lang/ru/register.txt
/dokuwiki/inc/lang/ru/revisions.txt
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/ru/showrev.txt
/dokuwiki/inc/lang/ru/wordblock.txt
/dokuwiki/inc/lang/sv/backlinks.txt
/dokuwiki/inc/lang/sv/conflict.txt
/dokuwiki/inc/lang/sv/denied.txt
/dokuwiki/inc/lang/sv/diff.txt
/dokuwiki/inc/lang/sv/edit.txt
/dokuwiki/inc/lang/sv/editrev.txt
/dokuwiki/inc/lang/sv/index.txt
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/sv/locked.txt
/dokuwiki/inc/lang/sv/login.txt
/dokuwiki/inc/lang/sv/mailtext.txt
/dokuwiki/inc/lang/sv/newpage.txt
/dokuwiki/inc/lang/sv/norev.txt
/dokuwiki/inc/lang/sv/password.txt
/dokuwiki/inc/lang/sv/preview.txt
/dokuwiki/inc/lang/sv/read.txt
/dokuwiki/inc/lang/sv/recent.txt
/dokuwiki/inc/lang/sv/register.txt
/dokuwiki/inc/lang/sv/revisions.txt
/dokuwiki/inc/lang/sv/searchpage.txt
/dokuwiki/inc/lang/sv/showrev.txt
/dokuwiki/inc/lang/sv/wordblock.txt
/dokuwiki/inc/lang/vi/admin.txt
/dokuwiki/inc/lang/vi/admin_acl.txt
/dokuwiki/inc/lang/vi/backlinks.txt
/dokuwiki/inc/lang/vi/conflict.txt
/dokuwiki/inc/lang/vi/denied.txt
/dokuwiki/inc/lang/vi/diff.txt
/dokuwiki/inc/lang/vi/edit.txt
/dokuwiki/inc/lang/vi/editrev.txt
/dokuwiki/inc/lang/vi/index.txt
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/vi/locked.txt
/dokuwiki/inc/lang/vi/login.txt
/dokuwiki/inc/lang/vi/mailtext.txt
/dokuwiki/inc/lang/vi/newpage.txt
/dokuwiki/inc/lang/vi/norev.txt
/dokuwiki/inc/lang/vi/password.txt
/dokuwiki/inc/lang/vi/preview.txt
/dokuwiki/inc/lang/vi/read.txt
/dokuwiki/inc/lang/vi/recent.txt
/dokuwiki/inc/lang/vi/register.txt
/dokuwiki/inc/lang/vi/revisions.txt
/dokuwiki/inc/lang/vi/searchpage.txt
/dokuwiki/inc/lang/vi/showrev.txt
/dokuwiki/inc/lang/vi/wordblock.txt
/dokuwiki/inc/lang/zh-tw/backlinks.txt
/dokuwiki/inc/lang/zh-tw/conflict.txt
/dokuwiki/inc/lang/zh-tw/denied.txt
/dokuwiki/inc/lang/zh-tw/diff.txt
/dokuwiki/inc/lang/zh-tw/edit.txt
/dokuwiki/inc/lang/zh-tw/editrev.txt
/dokuwiki/inc/lang/zh-tw/index.txt
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/locked.txt
/dokuwiki/inc/lang/zh-tw/login.txt
/dokuwiki/inc/lang/zh-tw/mailtext.txt
/dokuwiki/inc/lang/zh-tw/newpage.txt
/dokuwiki/inc/lang/zh-tw/norev.txt
/dokuwiki/inc/lang/zh-tw/password.txt
/dokuwiki/inc/lang/zh-tw/preview.txt
/dokuwiki/inc/lang/zh-tw/read.txt
/dokuwiki/inc/lang/zh-tw/recent.txt
/dokuwiki/inc/lang/zh-tw/register.txt
/dokuwiki/inc/lang/zh-tw/revisions.txt
/dokuwiki/inc/lang/zh-tw/searchpage.txt
/dokuwiki/inc/lang/zh-tw/showrev.txt
/dokuwiki/inc/lang/zh-tw/wordblock.txt
/dokuwiki/inc/lang/zh/backlinks.txt
/dokuwiki/inc/lang/zh/conflict.txt
/dokuwiki/inc/lang/zh/denied.txt
/dokuwiki/inc/lang/zh/diff.txt
/dokuwiki/inc/lang/zh/edit.txt
/dokuwiki/inc/lang/zh/editrev.txt
/dokuwiki/inc/lang/zh/index.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/locked.txt
/dokuwiki/inc/lang/zh/login.txt
/dokuwiki/inc/lang/zh/mailtext.txt
/dokuwiki/inc/lang/zh/newpage.txt
/dokuwiki/inc/lang/zh/norev.txt
/dokuwiki/inc/lang/zh/password.txt
/dokuwiki/inc/lang/zh/preview.txt
/dokuwiki/inc/lang/zh/read.txt
/dokuwiki/inc/lang/zh/recent.txt
/dokuwiki/inc/lang/zh/register.txt
/dokuwiki/inc/lang/zh/revisions.txt
/dokuwiki/inc/lang/zh/searchpage.txt
/dokuwiki/inc/lang/zh/showrev.txt
/dokuwiki/inc/lang/zh/wordblock.txt
/dokuwiki/inc/pageutils.php
xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/images/arrow_down.gif
/dokuwiki/lib/images/arrow_up.gif
/dokuwiki/lib/images/toolbar/strike.png
/dokuwiki/lib/tpl/default/design.css
f62ea8a105-Jun-2005 andi <andi@splitbrain.org>

directory layout cleanup !IMPORTANT

This patch changes the directory structure of dokuwiki as suggested
in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html

As the changes.log is not

directory layout cleanup !IMPORTANT

This patch changes the directory structure of dokuwiki as suggested
in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html

As the changes.log is not managed through darcs you need to move it your
self to the new location in data/changes.log

I think I modified the code at all nessessary places, but I may have
forgotten a few things.

darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz

show more ...


/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/conf/wordblock.conf
/dokuwiki/data/media/.htaccess
/dokuwiki/data/media/wiki/dokuwiki-128.png
/dokuwiki/data/pages/.htaccess
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/feed.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/admin_acl.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/ldap.php
/dokuwiki/inc/auth/mysql.php
/dokuwiki/inc/auth/pgsql.php
/dokuwiki/inc/auth/plain.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lang/de/lang.php
/dokuwiki/lang/en/lang.php
/dokuwiki/lang/nl/lang.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/media.php
/dokuwiki/lib/images/arrow_down.png
/dokuwiki/lib/images/arrow_up.png
/dokuwiki/lib/images/blank.gif
/dokuwiki/lib/images/del.png
/dokuwiki/lib/images/diff.png
/dokuwiki/lib/images/error.png
/dokuwiki/lib/images/favicon.ico
/dokuwiki/lib/images/history.png
/dokuwiki/lib/images/info.png
/dokuwiki/lib/images/interwiki/amazon.de.gif
/dokuwiki/lib/images/interwiki/amazon.gif
/dokuwiki/lib/images/interwiki/amazon.uk.gif
/dokuwiki/lib/images/interwiki/bug.gif
/dokuwiki/lib/images/interwiki/coral.gif
/dokuwiki/lib/images/interwiki/doku.gif
/dokuwiki/lib/images/interwiki/google.gif
/dokuwiki/lib/images/interwiki/meatball.gif
/dokuwiki/lib/images/interwiki/phpfn.gif
/dokuwiki/lib/images/interwiki/sb.gif
/dokuwiki/lib/images/interwiki/wiki.gif
/dokuwiki/lib/images/interwiki/wp.gif
/dokuwiki/lib/images/interwiki/wpde.gif
/dokuwiki/lib/images/interwiki/wpmeta.gif
/dokuwiki/lib/images/larger.gif
/dokuwiki/lib/images/loading.gif
/dokuwiki/lib/images/smaller.gif
/dokuwiki/lib/images/smileys/delete.gif
/dokuwiki/lib/images/smileys/fixme.gif
/dokuwiki/lib/images/smileys/icon_arrow.gif
/dokuwiki/lib/images/smileys/icon_biggrin.gif
/dokuwiki/lib/images/smileys/icon_confused.gif
/dokuwiki/lib/images/smileys/icon_cool.gif
/dokuwiki/lib/images/smileys/icon_cry.gif
/dokuwiki/lib/images/smileys/icon_doubt.gif
/dokuwiki/lib/images/smileys/icon_doubt2.gif
/dokuwiki/lib/images/smileys/icon_eek.gif
/dokuwiki/lib/images/smileys/icon_evil.gif
/dokuwiki/lib/images/smileys/icon_exclaim.gif
/dokuwiki/lib/images/smileys/icon_frown.gif
/dokuwiki/lib/images/smileys/icon_fun.gif
/dokuwiki/lib/images/smileys/icon_idea.gif
/dokuwiki/lib/images/smileys/icon_kaddi.gif
/dokuwiki/lib/images/smileys/icon_lol.gif
/dokuwiki/lib/images/smileys/icon_mrgreen.gif
/dokuwiki/lib/images/smileys/icon_neutral.gif
/dokuwiki/lib/images/smileys/icon_question.gif
/dokuwiki/lib/images/smileys/icon_razz.gif
/dokuwiki/lib/images/smileys/icon_redface.gif
/dokuwiki/lib/images/smileys/icon_rolleyes.gif
/dokuwiki/lib/images/smileys/icon_sad.gif
/dokuwiki/lib/images/smileys/icon_silenced.gif
/dokuwiki/lib/images/smileys/icon_smile.gif
/dokuwiki/lib/images/smileys/icon_smile2.gif
/dokuwiki/lib/images/smileys/icon_surprised.gif
/dokuwiki/lib/images/smileys/icon_twisted.gif
/dokuwiki/lib/images/smileys/icon_wink.gif
/dokuwiki/lib/images/thumbup.gif
/dokuwiki/lib/images/toolbar/bold.png
/dokuwiki/lib/images/toolbar/code.png
/dokuwiki/lib/images/toolbar/empty.png
/dokuwiki/lib/images/toolbar/extlink.png
/dokuwiki/lib/images/toolbar/fonth1.png
/dokuwiki/lib/images/toolbar/fonth2.png
/dokuwiki/lib/images/toolbar/fonth3.png
/dokuwiki/lib/images/toolbar/fonth4.png
/dokuwiki/lib/images/toolbar/fonth5.png
/dokuwiki/lib/images/toolbar/image.png
/dokuwiki/lib/images/toolbar/italic.png
/dokuwiki/lib/images/toolbar/link.png
/dokuwiki/lib/images/toolbar/list.png
/dokuwiki/lib/images/toolbar/list_ul.png
/dokuwiki/lib/images/toolbar/rule.png
/dokuwiki/lib/images/toolbar/sig.png
/dokuwiki/lib/images/toolbar/underline.png
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/scripts/ajax.js
/dokuwiki/lib/scripts/pngbehavior.htc
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/scripts/tw-sack.js
/dokuwiki/lib/styles/feed.css
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/footer.html
/dokuwiki/lib/tpl/default/images/bullet.gif
/dokuwiki/lib/tpl/default/images/button-cc.gif
/dokuwiki/lib/tpl/default/images/button-css.png
/dokuwiki/lib/tpl/default/images/button-donate.gif
/dokuwiki/lib/tpl/default/images/button-dw.png
/dokuwiki/lib/tpl/default/images/button-php.gif
/dokuwiki/lib/tpl/default/images/button-rss.png
/dokuwiki/lib/tpl/default/images/button-xhtml.png
/dokuwiki/lib/tpl/default/images/closed.gif
/dokuwiki/lib/tpl/default/images/interwiki.png
/dokuwiki/lib/tpl/default/images/link_icon.gif
/dokuwiki/lib/tpl/default/images/mail_icon.gif
/dokuwiki/lib/tpl/default/images/open.gif
/dokuwiki/lib/tpl/default/images/tocdot2.gif
/dokuwiki/lib/tpl/default/images/windows.gif
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/media.php
/dokuwiki/lib/tpl/default/print.css
/dokuwiki/lib/tpl/default/rtl.css
6037be5a31-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

String quoting in TOC toggle code

This patch changed the string quoting in the TOC toggle button code.
The HTML code looks better.

darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475

String quoting in TOC toggle code

This patch changed the string quoting in the TOC toggle button code.
The HTML code looks better.

darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz

show more ...

e4a9930b31-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

toc toggle button

The TOC toggle button was very small and inconspicuous. This patch
replaces the old one with small arrows placed at the right border
of the TOC header.
Code cleanup in html.php: ht

toc toggle button

The TOC toggle button was very small and inconspicuous. This patch
replaces the old one with small arrows placed at the right border
of the TOC header.
Code cleanup in html.php: html_toc() and html_list_toc() are obsolete
and have been removed.

darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz

show more ...

1...<<21222324