aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 07:50:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 07:50:46 +0000
commit6fcc268439233d51ca121e17d1ae5e56117313e4 (patch)
treea044c65796eb4bc21fb427fedd558566cb91356c /www
parent2bb0d085c263289592e6cb5a741e146e6c0920e8 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/gekko-modules/Makefile172
-rw-r--r--www/gekko-modules/distinfo54
-rw-r--r--www/gekko-modules/pkg-descr3
-rw-r--r--www/gekko/Makefile43
-rw-r--r--www/gekko/distinfo3
-rw-r--r--www/gekko/files/pkg-message.in15
-rw-r--r--www/gekko/pkg-descr6
-rw-r--r--www/gekko/pkg-plist791
9 files changed, 0 insertions, 1089 deletions
diff --git a/www/Makefile b/www/Makefile
index b5a2c37448fa..1cfc8f496d06 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -205,8 +205,6 @@
SUBDIR += gecko-sharp10
SUBDIR += gecko-sharp20
SUBDIR += geeklog
- SUBDIR += gekko
- SUBDIR += gekko-modules
SUBDIR += geneweb
SUBDIR += geolizer
SUBDIR += geronimo
diff --git a/www/gekko-modules/Makefile b/www/gekko-modules/Makefile
deleted file mode 100644
index d6140b58674e..000000000000
--- a/www/gekko-modules/Makefile
+++ /dev/null
@@ -1,172 +0,0 @@
-# New ports collection makefile for: gekko-modules
-# Date created: 2005-12-27
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gekko-modules
-PORTVERSION= 0.7
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gekkoware
-DISTFILES= #
-DIST_SUBDIR= gekkoware
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Gekko's modules
-
-RUN_DEPENDS= ${LOCALBASE}/www/gekko/conf.php:${PORTSDIR}/www/gekko
-
-DEPRECATED= This port is not being developed anymore. This was replaced by textmotion \
- http://code.google.com/p/textmotion/
-EXPIRATION_DATE=2008-01-20
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-GEKKODIR= www/gekko
-PLIST= ${WRKDIR}/pkg-plist
-PLIST_SUB= GEKKODIR=${GEKKODIR}
-
-OPTIONS= BACKUP "Backup module" on \
- BLOG "Blog module" on \
- CATEGORIES "Categories module" on \
- COMMENTS "Comments module" on \
- CONTACT "Contact module" on \
- DOWNLOADS "Downlodas module" on \
- EXTENSIONS "Extensions module" on \
- FILES "Files module" on \
- FORUMS "Forums module" on \
- GALLERY "Gallery module" on \
- GLOSSARY "Glossary module" on \
- MEMOS "Memos module" on \
- MESSAGES "Messages module" on \
- NEWS "News module" on \
- PAGES "Pages module" on \
- POLLS "Polls module" on \
- SEARCH "Search module" on \
- STATISTICS "Statistics module" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_BACKUP)
-DISTFILES+= backup-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_BLOG)
-DISTFILES+= blog-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_CATEGORIES)
-DISTFILES+= categories-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_COMMENTS)
-DISTFILES+= comments-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_CONTACT)
-DISTFILES+= contact-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_DOWNLOADS)
-DISTFILES+= downloads-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_EXTENSIONS)
-DISTFILES+= extensions-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_FILES)
-DISTFILES+= files-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_FORUMS)
-DISTFILES+= forums-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_GALLERY)
-DISTFILES+= gallery-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_GLOSSARY)
-DISTFILES+= glossary-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_MEMOS)
-DISTFILES+= memos-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_MESSAGES)
-DISTFILES+= messages-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_NEWS)
-DISTFILES+= news-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_PAGES)
-DISTFILES+= pages-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_POLLS)
-DISTFILES+= polls-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_SEARCH)
-DISTFILES+= search-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-.if !defined(WITHOUT_STATISTICS)
-DISTFILES+= statistics-0.7.module.tgz
-FLAG_MODULE= true
-.endif
-
-pre-fetch:
-.if defined(FLAG_MODULE)
- @${TRUE}
-.else
- @${ECHO} "######################"
- @${ECHO} "# No module selected #"
- @${ECHO} "######################"
- @${FALSE}
-.endif
-
-pre-install:
- @${RM} -f ${PLIST}
-.for DIRE in modules templates media
- @cd ${WRKDIR}/${DIRE} && \
- ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%GEKKODIR%%/${DIRE}/|' >> ${PLIST} && \
- ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dirrmtry %%GEKKODIR%%/${DIRE}/|' >> ${PLIST}
-.endfor
- @${ECHO_CMD} "@dirrmtry %%GEKKODIR%%/templates" >> ${PLIST}
- @${ECHO_CMD} "@dirrmtry %%GEKKODIR%%/modules" >> ${PLIST}
- @${ECHO_CMD} "@dirrmtry %%GEKKODIR%%/media" >> ${PLIST}
- @${ECHO_CMD} "@dirrmtry %%GEKKODIR%%" >> ${PLIST}
-
-do-install:
-.for DIRE in modules templates media
- cd ${WRKSRC}/${DIRE} && \
- ${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${GEKKODIR}/${DIRE}/{}" \; && \
- ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${GEKKODIR}/${DIRE}/{}" \;
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/www/gekko-modules/distinfo b/www/gekko-modules/distinfo
deleted file mode 100644
index f4d0e8c96ff8..000000000000
--- a/www/gekko-modules/distinfo
+++ /dev/null
@@ -1,54 +0,0 @@
-MD5 (gekkoware/backup-0.7.module.tgz) = 50ffc8e0290432cbde244d9cde3e43b7
-SHA256 (gekkoware/backup-0.7.module.tgz) = e86122ebe483538e40c1ba0b906c3d99f131d9eadb4a455df5ef5df5ddf7e5e8
-SIZE (gekkoware/backup-0.7.module.tgz) = 9608
-MD5 (gekkoware/blog-0.7.module.tgz) = f78290737ea02c558c2b437ab62a3872
-SHA256 (gekkoware/blog-0.7.module.tgz) = fbba4ef6dbdae37df36575e36d04ccc3cf6dec167294cebe2f4b4c0ade4701ce
-SIZE (gekkoware/blog-0.7.module.tgz) = 16102
-MD5 (gekkoware/categories-0.7.module.tgz) = f387c47ec5422f54b1c47fc31098788a
-SHA256 (gekkoware/categories-0.7.module.tgz) = 1810b18be603e1836c8a02c79f2797d59a06074907f98acf033da4c0a36ea48e
-SIZE (gekkoware/categories-0.7.module.tgz) = 13717
-MD5 (gekkoware/comments-0.7.module.tgz) = d6b0a0c31c44a0b9cea9b63eba0c43f4
-SHA256 (gekkoware/comments-0.7.module.tgz) = 05f373f465466b00622a05d0a9d6ca8e8e5694a09d456dfb184c5f441a983dd9
-SIZE (gekkoware/comments-0.7.module.tgz) = 15216
-MD5 (gekkoware/contact-0.7.module.tgz) = eaebb83cf4c13ebaadcaa2995069be6b
-SHA256 (gekkoware/contact-0.7.module.tgz) = 81058327481887365a029107bc25452ece1c9ba45080daeb61e17bbcc0689b02
-SIZE (gekkoware/contact-0.7.module.tgz) = 8929
-MD5 (gekkoware/downloads-0.7.module.tgz) = be59bcce731162a62081fb9d5a8f5242
-SHA256 (gekkoware/downloads-0.7.module.tgz) = 0a3d9db53b093f3c8e05090f144cb2b726b91c83af58385fcfcb89643b211209
-SIZE (gekkoware/downloads-0.7.module.tgz) = 15894
-MD5 (gekkoware/extensions-0.7.module.tgz) = de73012473c5643a2e05ad52bab41a9d
-SHA256 (gekkoware/extensions-0.7.module.tgz) = 5f830979a2352e5d09105aa2c4c62b6237009699fdf53ea9bd0b81ec315576f2
-SIZE (gekkoware/extensions-0.7.module.tgz) = 22110
-MD5 (gekkoware/files-0.7.module.tgz) = 72612b64ea0623218a77592616b7bcc5
-SHA256 (gekkoware/files-0.7.module.tgz) = 273a69b7b232edea69f9e248275d2d01c8134ba29482d2373bd1ae0d11d8aade
-SIZE (gekkoware/files-0.7.module.tgz) = 114129
-MD5 (gekkoware/forums-0.7.module.tgz) = 3308c254d3b64aee457f8cff7d2cfec3
-SHA256 (gekkoware/forums-0.7.module.tgz) = d2629215e0a0d9df76d0c60278dfedaae4cfe507e60b06fcd112d4cc538f71df
-SIZE (gekkoware/forums-0.7.module.tgz) = 19170
-MD5 (gekkoware/gallery-0.7.module.tgz) = 6d0d2a5ec3d05a0f13b8d304d57051fe
-SHA256 (gekkoware/gallery-0.7.module.tgz) = 291b29fcfc22465e994498bff68f99a525c127f36c212961563d326dae3b03ff
-SIZE (gekkoware/gallery-0.7.module.tgz) = 17025
-MD5 (gekkoware/glossary-0.7.module.tgz) = 01b9ddcf03872125cc5a71a12e0670af
-SHA256 (gekkoware/glossary-0.7.module.tgz) = c4bdab5e002272afc85a547b7666caebc8bd48c902e0745b17ed5587aa1a2fd8
-SIZE (gekkoware/glossary-0.7.module.tgz) = 8608
-MD5 (gekkoware/memos-0.7.module.tgz) = 272f47169f1574172b063462eb120680
-SHA256 (gekkoware/memos-0.7.module.tgz) = 8a8f9c984eb51dfae0243b9ab9a263251873a3782d4e55edfd29a7cc4d1dbd6c
-SIZE (gekkoware/memos-0.7.module.tgz) = 13854
-MD5 (gekkoware/messages-0.7.module.tgz) = bf7af028428c8d510ea158b4fef933ea
-SHA256 (gekkoware/messages-0.7.module.tgz) = c9c6f92da0e04bae2f14ca09324efaec02a8d6ecf6960fdb7b98442fbc059097
-SIZE (gekkoware/messages-0.7.module.tgz) = 10782
-MD5 (gekkoware/news-0.7.module.tgz) = 8f11685af3a1735abb2d92b893a93633
-SHA256 (gekkoware/news-0.7.module.tgz) = 1ef81c43ffced0e04d913dfc4e2948f097c37468a5f4fdda9d86693bd726b554
-SIZE (gekkoware/news-0.7.module.tgz) = 15249
-MD5 (gekkoware/pages-0.7.module.tgz) = 9bb6b5ebc9bcd42421ca5ebe5079f394
-SHA256 (gekkoware/pages-0.7.module.tgz) = a05017e9095c90bfaf30d63c17e6d50f3793d1d1b33b4ce83bf6a7077bd941ac
-SIZE (gekkoware/pages-0.7.module.tgz) = 9651
-MD5 (gekkoware/polls-0.7.module.tgz) = 34dd2b00ad9fcbbbc6b5de818b5eca46
-SHA256 (gekkoware/polls-0.7.module.tgz) = 57c2ae467658dc00e8508084bd6ed9dbca6c4072b5a34edfac9fb8e9a152059f
-SIZE (gekkoware/polls-0.7.module.tgz) = 13938
-MD5 (gekkoware/search-0.7.module.tgz) = 7b5517e71562bd51adec1af46ea2b6d3
-SHA256 (gekkoware/search-0.7.module.tgz) = e6c78a74334c28b277a8d08bc7ec5aef2e5f1beb08c873ca6f711a693f131678
-SIZE (gekkoware/search-0.7.module.tgz) = 7618
-MD5 (gekkoware/statistics-0.7.module.tgz) = cc002cd03e4aa12f8382e2e9dcc64743
-SHA256 (gekkoware/statistics-0.7.module.tgz) = 280f282e73eac53f4b1c36cc5a8a0993a7eb5c12417a290ebeb5c0f9d975d189
-SIZE (gekkoware/statistics-0.7.module.tgz) = 13191
diff --git a/www/gekko-modules/pkg-descr b/www/gekko-modules/pkg-descr
deleted file mode 100644
index c70e198a81f5..000000000000
--- a/www/gekko-modules/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is the port of modules for gekko's content management system (CMS)
-
-WWW: http://www.gekkoware.org/
diff --git a/www/gekko/Makefile b/www/gekko/Makefile
deleted file mode 100644
index a119ec8d6158..000000000000
--- a/www/gekko/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: gekko
-# Date created: 2005-11-21
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gekko
-PORTVERSION= 0.7
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gekkoware
-DIST_SUBDIR= gekkoware
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Open Source solution for your Web Content Management
-
-NO_BUILD= yes
-USE_PHP= bz2 gd mysql pcre session zlib
-GEKKODIR= www/${PORTNAME}
-SUB_FILES= pkg-message
-PLIST_SUB= GEKKODIR=${GEKKODIR}
-
-DEPRECATED= This port is not being developed anymore. This was replaced by textmotion \
- http://code.google.com/p/textmotion/
-EXPIRATION_DATE=2008-01-20
-
-do-install:
- ${MKDIR} ${PREFIX}/${GEKKODIR}
- cd ${WRKSRC}/src && \
- ${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${GEKKODIR}/{}" \; && \
- ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${GEKKODIR}/{}" \;
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GEKKODIR}
-
-post-install:
- cd ${PREFIX}/${GEKKODIR} && \
- ${CHMOD} 660 dbconf.php cgdb.php && \
- ${CHMOD} -R 770 temp && \
- ${CHMOD} -R 770 data
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/gekko/distinfo b/www/gekko/distinfo
deleted file mode 100644
index 3bb9bb49dc74..000000000000
--- a/www/gekko/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gekkoware/gekko-0.7.tar.gz) = 9d473615db2684b2d4f8775d73b5482a
-SHA256 (gekkoware/gekko-0.7.tar.gz) = b33d79011a4f05e059d98a65df8117717d3f41d9a738284b426b9f36c1036a8b
-SIZE (gekkoware/gekko-0.7.tar.gz) = 2002567
diff --git a/www/gekko/files/pkg-message.in b/www/gekko/files/pkg-message.in
deleted file mode 100644
index 9a576e666fe3..000000000000
--- a/www/gekko/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-######################################################
-
-1) Set register_globals = Off in php.ini(default)
-2) Verify fsockopen(), mail(), functions enabled.
-3) Change some files and directories permission
- chmod -R 770 data temp
- chmod 660 dbconf.php cgdb.conf
-4) Open "http://localhost/gekko/install.php"
-5) Change dbconf.php permission
- chmod 440 dbconf.php
-6) Remove install directory and install.php file
-7) Install additional modules www/gekko-modules
-8) Enjoy it ;)
-
-#####################################################
diff --git a/www/gekko/pkg-descr b/www/gekko/pkg-descr
deleted file mode 100644
index 4b2c07cc8453..000000000000
--- a/www/gekko/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Gekko is an Open Source solution for your Web Content Management
-necessities which integrates a variety range of useful features. With
-Gekko you can create, manage, maintain or develop personal to large
-community websites in just a few minutes.
-
-WWW: http://www.gekkoware.org/
diff --git a/www/gekko/pkg-plist b/www/gekko/pkg-plist
deleted file mode 100644
index 8ca6d430bec0..000000000000
--- a/www/gekko/pkg-plist
+++ /dev/null
@@ -1,791 +0,0 @@
-%%GEKKODIR%%/cgdb.base.php
-%%GEKKODIR%%/cgdb.php
-%%GEKKODIR%%/conf.php
-%%GEKKODIR%%/data/.htaccess
-%%GEKKODIR%%/dbconf.php
-%%GEKKODIR%%/index.php
-%%GEKKODIR%%/install.php
-%%GEKKODIR%%/install/.htaccess
-%%GEKKODIR%%/install/index.html
-%%GEKKODIR%%/install/lang/en/main.php
-%%GEKKODIR%%/install/lang/es/main.php
-%%GEKKODIR%%/install/tpl/index.tpl
-%%GEKKODIR%%/js/.htaccess
-%%GEKKODIR%%/js/browser.js
-%%GEKKODIR%%/js/captcha.js
-%%GEKKODIR%%/js/contextmenu.js
-%%GEKKODIR%%/js/core.js
-%%GEKKODIR%%/js/draganddrop.js
-%%GEKKODIR%%/js/editor.js
-%%GEKKODIR%%/js/effects.js
-%%GEKKODIR%%/js/forms.js
-%%GEKKODIR%%/js/index.html
-%%GEKKODIR%%/js/list.js
-%%GEKKODIR%%/js/popup.js
-%%GEKKODIR%%/js/scroll.js
-%%GEKKODIR%%/js/tab.js
-%%GEKKODIR%%/js/xmlhttp.js
-%%GEKKODIR%%/lang/.htaccess
-%%GEKKODIR%%/lang/en/main.php
-%%GEKKODIR%%/lang/es/main.php
-%%GEKKODIR%%/lang/index.html
-%%GEKKODIR%%/lang/lang_db.inc.php
-%%GEKKODIR%%/lang/nl/main.php
-%%GEKKODIR%%/lib/.htaccess
-%%GEKKODIR%%/lib/accesscontrol.lib.php
-%%GEKKODIR%%/lib/actions.lib.php
-%%GEKKODIR%%/lib/auth.inc.php
-%%GEKKODIR%%/lib/blowfish.lib.php
-%%GEKKODIR%%/lib/cache.lib.php
-%%GEKKODIR%%/lib/calendar.lib.php
-%%GEKKODIR%%/lib/compression.lib.php
-%%GEKKODIR%%/lib/core.lib.php
-%%GEKKODIR%%/lib/chart.lib.php
-%%GEKKODIR%%/lib/database.lib.php
-%%GEKKODIR%%/lib/db/mysql.driver
-%%GEKKODIR%%/lib/feeder.lib.php
-%%GEKKODIR%%/lib/feedreader.lib.php
-%%GEKKODIR%%/lib/file.lib.php
-%%GEKKODIR%%/lib/format.lib.php
-%%GEKKODIR%%/lib/gzenc.lib.php
-%%GEKKODIR%%/lib/image.lib.php
-%%GEKKODIR%%/lib/index.html
-%%GEKKODIR%%/lib/lang.lib.php
-%%GEKKODIR%%/lib/menu.lib.php
-%%GEKKODIR%%/lib/network.lib.php
-%%GEKKODIR%%/lib/plugins.lib.php
-%%GEKKODIR%%/lib/plugins/autoLinks.php
-%%GEKKODIR%%/lib/plugins/gekkoAjaxForms.php
-%%GEKKODIR%%/lib/plugins/gekkoAjaxLinks.php
-%%GEKKODIR%%/lib/plugins/msiePNGFix.php
-%%GEKKODIR%%/lib/plugins/relativeURLs.php
-%%GEKKODIR%%/lib/remote.lib.php
-%%GEKKODIR%%/lib/template.lib.php
-%%GEKKODIR%%/lib/third_party/crypt_blowfish/key.php
-%%GEKKODIR%%/lib/third_party/geshi/common.php
-%%GEKKODIR%%/lib/third_party/geshi/geshi.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/actionscript.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/ada.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/apache.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/applescript.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/asm.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/asp.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/autoit.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/bash.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/blitzbasic.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/c.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/c_mac.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/caddcl.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/cadlisp.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/cfdg.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/cfm.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/cpp.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/csharp.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/css-gen.cfg
-%%GEKKODIR%%/lib/third_party/geshi/lang/css.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/d.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/delphi.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/diff.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/div.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/dos.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/eiffel.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/fortran.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/freebasic.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/gml.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/groovy.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/html4strict.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/ini.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/inno.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/java.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/java5.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/javascript.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/lisp.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/lua.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/matlab.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/mpasm.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/mysql.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/nsis.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/objc.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/ocaml-brief.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/ocaml.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/oobas.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/oracle8.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/pascal.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/perl.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/php-brief.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/php.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/python.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/qbasic.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/reg.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/robots.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/ruby.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/sas.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/scheme.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/sdlbasic.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/smalltalk.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/smarty.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/sql.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/tcl.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/text.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/tsql.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/vb.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/vbnet.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/vhdl.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/visualfoxpro.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/winbatch.php
-%%GEKKODIR%%/lib/third_party/geshi/lang/xml.php
-%%GEKKODIR%%/lib/tools/ajaxhistory.php
-%%GEKKODIR%%/lib/tools/editorFrame.php
-%%GEKKODIR%%/lib/tools/editorInsertSmiley.php
-%%GEKKODIR%%/lib/tools/editorUpload.php
-%%GEKKODIR%%/lib/tools/formIcon.php
-%%GEKKODIR%%/lib/tools/preview.php
-%%GEKKODIR%%/lib/tools/simpleUpload.php
-%%GEKKODIR%%/media/.htaccess
-%%GEKKODIR%%/media/avatars/abstract10.gif
-%%GEKKODIR%%/media/avatars/alucard.gif
-%%GEKKODIR%%/media/avatars/arrow.gif
-%%GEKKODIR%%/media/avatars/avatars.ini
-%%GEKKODIR%%/media/avatars/avvy.gif
-%%GEKKODIR%%/media/avatars/avy.gif
-%%GEKKODIR%%/media/avatars/blakes.gif
-%%GEKKODIR%%/media/avatars/blink_explode.png
-%%GEKKODIR%%/media/avatars/burst.gif
-%%GEKKODIR%%/media/avatars/celtic_knot.gif
-%%GEKKODIR%%/media/avatars/crazy_guy.gif
-%%GEKKODIR%%/media/avatars/cube_array.gif
-%%GEKKODIR%%/media/avatars/dark1.gif
-%%GEKKODIR%%/media/avatars/dart-maul.jpg
-%%GEKKODIR%%/media/avatars/default.png
-%%GEKKODIR%%/media/avatars/die.gif
-%%GEKKODIR%%/media/avatars/evil_needs_candy.gif
-%%GEKKODIR%%/media/avatars/felix_waves.gif
-%%GEKKODIR%%/media/avatars/flaming_monkey.gif
-%%GEKKODIR%%/media/avatars/flashmagic.gif
-%%GEKKODIR%%/media/avatars/goingdownsm.gif
-%%GEKKODIR%%/media/avatars/guitar2.jpg
-%%GEKKODIR%%/media/avatars/illuminated.gif
-%%GEKKODIR%%/media/avatars/illuminated3.gif
-%%GEKKODIR%%/media/avatars/inbloom.gif
-%%GEKKODIR%%/media/avatars/joe_cool.jpg
-%%GEKKODIR%%/media/avatars/justscarysm.gif
-%%GEKKODIR%%/media/avatars/khrass.gif
-%%GEKKODIR%%/media/avatars/kidsm.gif
-%%GEKKODIR%%/media/avatars/leadinglines.jpg
-%%GEKKODIR%%/media/avatars/lilithlairpoetry.gif
-%%GEKKODIR%%/media/avatars/link_sword.jpg
-%%GEKKODIR%%/media/avatars/links_sister.jpg
-%%GEKKODIR%%/media/avatars/lol_reworked.gif
-%%GEKKODIR%%/media/avatars/lurve.png
-%%GEKKODIR%%/media/avatars/matrix_avatar.gif
-%%GEKKODIR%%/media/avatars/mini_city_ii.gif
-%%GEKKODIR%%/media/avatars/moon.jpg
-%%GEKKODIR%%/media/avatars/mutedcolors.gif
-%%GEKKODIR%%/media/avatars/orangey.gif
-%%GEKKODIR%%/media/avatars/pacifier.jpg
-%%GEKKODIR%%/media/avatars/pattern.gif
-%%GEKKODIR%%/media/avatars/purpleflower.jpg
-%%GEKKODIR%%/media/avatars/purplestar.gif
-%%GEKKODIR%%/media/avatars/reanimation.gif
-%%GEKKODIR%%/media/avatars/reflexes.gif
-%%GEKKODIR%%/media/avatars/rustygear.gif
-%%GEKKODIR%%/media/avatars/spider.gif
-%%GEKKODIR%%/media/avatars/support_jark.png
-%%GEKKODIR%%/media/avatars/tarot_1.gif
-%%GEKKODIR%%/media/avatars/the_spifster.gif
-%%GEKKODIR%%/media/avatars/turtey.gif
-%%GEKKODIR%%/media/avatars/whirlysm.jpg
-%%GEKKODIR%%/media/avatars/whiteflower.jpg
-%%GEKKODIR%%/media/avatars/wrong.gif
-%%GEKKODIR%%/media/avatars/yaic.gif
-%%GEKKODIR%%/media/avatars/yellowflower.jpg
-%%GEKKODIR%%/media/avatars/zelda-tww.jpg
-%%GEKKODIR%%/media/avatars/zelda.jpg
-%%GEKKODIR%%/media/blank.gif
-%%GEKKODIR%%/media/button-atom.gif
-%%GEKKODIR%%/media/button-rss.gif
-%%GEKKODIR%%/media/favicon.png
-%%GEKKODIR%%/media/flashplayer.gif
-%%GEKKODIR%%/media/gekko-logo.png
-%%GEKKODIR%%/media/icons/default/16/account.png
-%%GEKKODIR%%/media/icons/default/16/add.png
-%%GEKKODIR%%/media/icons/default/16/admin.png
-%%GEKKODIR%%/media/icons/default/16/aggregator.png
-%%GEKKODIR%%/media/icons/default/16/announce.png
-%%GEKKODIR%%/media/icons/default/16/attach.png
-%%GEKKODIR%%/media/icons/default/16/back.png
-%%GEKKODIR%%/media/icons/default/16/banners.png
-%%GEKKODIR%%/media/icons/default/16/blocks.png
-%%GEKKODIR%%/media/icons/default/16/bookmark.png
-%%GEKKODIR%%/media/icons/default/16/broken-links.png
-%%GEKKODIR%%/media/icons/default/16/bug.png
-%%GEKKODIR%%/media/icons/default/16/button.png
-%%GEKKODIR%%/media/icons/default/16/cache.png
-%%GEKKODIR%%/media/icons/default/16/camera.png
-%%GEKKODIR%%/media/icons/default/16/cancel.png
-%%GEKKODIR%%/media/icons/default/16/category.png
-%%GEKKODIR%%/media/icons/default/16/cd.png
-%%GEKKODIR%%/media/icons/default/16/cdrom.png
-%%GEKKODIR%%/media/icons/default/16/close.png
-%%GEKKODIR%%/media/icons/default/16/color.png
-%%GEKKODIR%%/media/icons/default/16/color_line.png
-%%GEKKODIR%%/media/icons/default/16/compressed.png
-%%GEKKODIR%%/media/icons/default/16/conf.png
-%%GEKKODIR%%/media/icons/default/16/connect_creating.png
-%%GEKKODIR%%/media/icons/default/16/copy.png
-%%GEKKODIR%%/media/icons/default/16/core.png
-%%GEKKODIR%%/media/icons/default/16/css.png
-%%GEKKODIR%%/media/icons/default/16/cut.png
-%%GEKKODIR%%/media/icons/default/16/debian.png
-%%GEKKODIR%%/media/icons/default/16/decrypted.png
-%%GEKKODIR%%/media/icons/default/16/default.png
-%%GEKKODIR%%/media/icons/default/16/delete.png
-%%GEKKODIR%%/media/icons/default/16/devel.png
-%%GEKKODIR%%/media/icons/default/16/disabled.png
-%%GEKKODIR%%/media/icons/default/16/down.png
-%%GEKKODIR%%/media/icons/default/16/download.png
-%%GEKKODIR%%/media/icons/default/16/e-mail.png
-%%GEKKODIR%%/media/icons/default/16/edit.png
-%%GEKKODIR%%/media/icons/default/16/enabled.png
-%%GEKKODIR%%/media/icons/default/16/error.png
-%%GEKKODIR%%/media/icons/default/16/faqs.png
-%%GEKKODIR%%/media/icons/default/16/fedora.png
-%%GEKKODIR%%/media/icons/default/16/file_locked.png
-%%GEKKODIR%%/media/icons/default/16/floppy.png
-%%GEKKODIR%%/media/icons/default/16/folder.png
-%%GEKKODIR%%/media/icons/default/16/folder_green.png
-%%GEKKODIR%%/media/icons/default/16/folder_home2.png
-%%GEKKODIR%%/media/icons/default/16/folder_orange.png
-%%GEKKODIR%%/media/icons/default/16/folder_red.png
-%%GEKKODIR%%/media/icons/default/16/forum.png
-%%GEKKODIR%%/media/icons/default/16/forward.png
-%%GEKKODIR%%/media/icons/default/16/freebsd.png
-%%GEKKODIR%%/media/icons/default/16/friends.png
-%%GEKKODIR%%/media/icons/default/16/games.png
-%%GEKKODIR%%/media/icons/default/16/gekko.png
-%%GEKKODIR%%/media/icons/default/16/gentoo.png
-%%GEKKODIR%%/media/icons/default/16/gnome.png
-%%GEKKODIR%%/media/icons/default/16/groups.png
-%%GEKKODIR%%/media/icons/default/16/guestbook.png
-%%GEKKODIR%%/media/icons/default/16/hardware.png
-%%GEKKODIR%%/media/icons/default/16/help.png
-%%GEKKODIR%%/media/icons/default/16/hidden.png
-%%GEKKODIR%%/media/icons/default/16/highlight.png
-%%GEKKODIR%%/media/icons/default/16/hint.png
-%%GEKKODIR%%/media/icons/default/16/history.png
-%%GEKKODIR%%/media/icons/default/16/home.png
-%%GEKKODIR%%/media/icons/default/16/http.png
-%%GEKKODIR%%/media/icons/default/16/icq.png
-%%GEKKODIR%%/media/icons/default/16/im.png
-%%GEKKODIR%%/media/icons/default/16/important.png
-%%GEKKODIR%%/media/icons/default/16/info.png
-%%GEKKODIR%%/media/icons/default/16/install.png
-%%GEKKODIR%%/media/icons/default/16/ip-ban.png
-%%GEKKODIR%%/media/icons/default/16/ipod.png
-%%GEKKODIR%%/media/icons/default/16/items.png
-%%GEKKODIR%%/media/icons/default/16/joystick.png
-%%GEKKODIR%%/media/icons/default/16/kde.png
-%%GEKKODIR%%/media/icons/default/16/key.png
-%%GEKKODIR%%/media/icons/default/16/lang.png
-%%GEKKODIR%%/media/icons/default/16/left.png
-%%GEKKODIR%%/media/icons/default/16/letter.png
-%%GEKKODIR%%/media/icons/default/16/lock.png
-%%GEKKODIR%%/media/icons/default/16/login.png
-%%GEKKODIR%%/media/icons/default/16/logout.png
-%%GEKKODIR%%/media/icons/default/16/logs.png
-%%GEKKODIR%%/media/icons/default/16/math.png
-%%GEKKODIR%%/media/icons/default/16/media.png
-%%GEKKODIR%%/media/icons/default/16/memory.png
-%%GEKKODIR%%/media/icons/default/16/menu-editor.png
-%%GEKKODIR%%/media/icons/default/16/menu.png
-%%GEKKODIR%%/media/icons/default/16/message.png
-%%GEKKODIR%%/media/icons/default/16/modem.png
-%%GEKKODIR%%/media/icons/default/16/modules.png
-%%GEKKODIR%%/media/icons/default/16/moon.png
-%%GEKKODIR%%/media/icons/default/16/mouse.png
-%%GEKKODIR%%/media/icons/default/16/mozilla.png
-%%GEKKODIR%%/media/icons/default/16/netscape.png
-%%GEKKODIR%%/media/icons/default/16/network.png
-%%GEKKODIR%%/media/icons/default/16/new.png
-%%GEKKODIR%%/media/icons/default/16/new_folder.png
-%%GEKKODIR%%/media/icons/default/16/note.png
-%%GEKKODIR%%/media/icons/default/16/notify.png
-%%GEKKODIR%%/media/icons/default/16/ok.png
-%%GEKKODIR%%/media/icons/default/16/open.png
-%%GEKKODIR%%/media/icons/default/16/openbsd.png
-%%GEKKODIR%%/media/icons/default/16/opera.png
-%%GEKKODIR%%/media/icons/default/16/packages.png
-%%GEKKODIR%%/media/icons/default/16/password.png
-%%GEKKODIR%%/media/icons/default/16/paste.png
-%%GEKKODIR%%/media/icons/default/16/phrases.png
-%%GEKKODIR%%/media/icons/default/16/preview.png
-%%GEKKODIR%%/media/icons/default/16/print.png
-%%GEKKODIR%%/media/icons/default/16/printer.png
-%%GEKKODIR%%/media/icons/default/16/profile.png
-%%GEKKODIR%%/media/icons/default/16/question.png
-%%GEKKODIR%%/media/icons/default/16/redo.png
-%%GEKKODIR%%/media/icons/default/16/reload.png
-%%GEKKODIR%%/media/icons/default/16/remove.png
-%%GEKKODIR%%/media/icons/default/16/reply.png
-%%GEKKODIR%%/media/icons/default/16/reset.png
-%%GEKKODIR%%/media/icons/default/16/right.png
-%%GEKKODIR%%/media/icons/default/16/samba.png
-%%GEKKODIR%%/media/icons/default/16/save.png
-%%GEKKODIR%%/media/icons/default/16/scanner.png
-%%GEKKODIR%%/media/icons/default/16/science.png
-%%GEKKODIR%%/media/icons/default/16/settings.png
-%%GEKKODIR%%/media/icons/default/16/setup.png
-%%GEKKODIR%%/media/icons/default/16/snapshot.png
-%%GEKKODIR%%/media/icons/default/16/socket.png
-%%GEKKODIR%%/media/icons/default/16/source.png
-%%GEKKODIR%%/media/icons/default/16/stick.png
-%%GEKKODIR%%/media/icons/default/16/sticked-locked.png
-%%GEKKODIR%%/media/icons/default/16/sticky.png
-%%GEKKODIR%%/media/icons/default/16/submit.png
-%%GEKKODIR%%/media/icons/default/16/tagboard.png
-%%GEKKODIR%%/media/icons/default/16/tape.png
-%%GEKKODIR%%/media/icons/default/16/term.png
-%%GEKKODIR%%/media/icons/default/16/terminal.png
-%%GEKKODIR%%/media/icons/default/16/thumbnail.png
-%%GEKKODIR%%/media/icons/default/16/topic.png
-%%GEKKODIR%%/media/icons/default/16/toys.png
-%%GEKKODIR%%/media/icons/default/16/trash.png
-%%GEKKODIR%%/media/icons/default/16/tux.png
-%%GEKKODIR%%/media/icons/default/16/ubuntu.png
-%%GEKKODIR%%/media/icons/default/16/unlock.png
-%%GEKKODIR%%/media/icons/default/16/unstick.png
-%%GEKKODIR%%/media/icons/default/16/up.png
-%%GEKKODIR%%/media/icons/default/16/update.png
-%%GEKKODIR%%/media/icons/default/16/upgrades.png
-%%GEKKODIR%%/media/icons/default/16/upload.png
-%%GEKKODIR%%/media/icons/default/16/usb.png
-%%GEKKODIR%%/media/icons/default/16/users.png
-%%GEKKODIR%%/media/icons/default/16/view.png
-%%GEKKODIR%%/media/icons/default/16/viewmag-.png
-%%GEKKODIR%%/media/icons/default/16/visual.png
-%%GEKKODIR%%/media/icons/default/16/warning.png
-%%GEKKODIR%%/media/icons/default/16/weather.png
-%%GEKKODIR%%/media/icons/default/16/wiki.png
-%%GEKKODIR%%/media/icons/default/16/windows.png
-%%GEKKODIR%%/media/icons/default/48/account.png
-%%GEKKODIR%%/media/icons/default/48/admin.png
-%%GEKKODIR%%/media/icons/default/48/aggregator.png
-%%GEKKODIR%%/media/icons/default/48/attach.png
-%%GEKKODIR%%/media/icons/default/48/back.png
-%%GEKKODIR%%/media/icons/default/48/blocks.png
-%%GEKKODIR%%/media/icons/default/48/bookmark.png
-%%GEKKODIR%%/media/icons/default/48/bug.png
-%%GEKKODIR%%/media/icons/default/48/cache.png
-%%GEKKODIR%%/media/icons/default/48/cd.png
-%%GEKKODIR%%/media/icons/default/48/conf.png
-%%GEKKODIR%%/media/icons/default/48/core.png
-%%GEKKODIR%%/media/icons/default/48/debian.png
-%%GEKKODIR%%/media/icons/default/48/decrypted.png
-%%GEKKODIR%%/media/icons/default/48/default.png
-%%GEKKODIR%%/media/icons/default/48/devel.png
-%%GEKKODIR%%/media/icons/default/48/e-mail.png
-%%GEKKODIR%%/media/icons/default/48/error.png
-%%GEKKODIR%%/media/icons/default/48/faqs.png
-%%GEKKODIR%%/media/icons/default/48/fedora.png
-%%GEKKODIR%%/media/icons/default/48/floppy.png
-%%GEKKODIR%%/media/icons/default/48/folder.png
-%%GEKKODIR%%/media/icons/default/48/folder_home2.png
-%%GEKKODIR%%/media/icons/default/48/folder_red.png
-%%GEKKODIR%%/media/icons/default/48/freebsd.png
-%%GEKKODIR%%/media/icons/default/48/friends.png
-%%GEKKODIR%%/media/icons/default/48/games.png
-%%GEKKODIR%%/media/icons/default/48/gekko.png
-%%GEKKODIR%%/media/icons/default/48/gentoo.png
-%%GEKKODIR%%/media/icons/default/48/gnome.png
-%%GEKKODIR%%/media/icons/default/48/groups.png
-%%GEKKODIR%%/media/icons/default/48/guestbook.png
-%%GEKKODIR%%/media/icons/default/48/hardware.png
-%%GEKKODIR%%/media/icons/default/48/help.png
-%%GEKKODIR%%/media/icons/default/48/hint.png
-%%GEKKODIR%%/media/icons/default/48/home.png
-%%GEKKODIR%%/media/icons/default/48/http.png
-%%GEKKODIR%%/media/icons/default/48/info.png
-%%GEKKODIR%%/media/icons/default/48/ip-ban.png
-%%GEKKODIR%%/media/icons/default/48/kde.png
-%%GEKKODIR%%/media/icons/default/48/letter.png
-%%GEKKODIR%%/media/icons/default/48/logout.png
-%%GEKKODIR%%/media/icons/default/48/logs.png
-%%GEKKODIR%%/media/icons/default/48/math.png
-%%GEKKODIR%%/media/icons/default/48/media.png
-%%GEKKODIR%%/media/icons/default/48/menu-editor.png
-%%GEKKODIR%%/media/icons/default/48/message.png
-%%GEKKODIR%%/media/icons/default/48/modules.png
-%%GEKKODIR%%/media/icons/default/48/mouse.png
-%%GEKKODIR%%/media/icons/default/48/network.png
-%%GEKKODIR%%/media/icons/default/48/notify.png
-%%GEKKODIR%%/media/icons/default/48/ok.png
-%%GEKKODIR%%/media/icons/default/48/openbsd.png
-%%GEKKODIR%%/media/icons/default/48/packages.png
-%%GEKKODIR%%/media/icons/default/48/phrases.png
-%%GEKKODIR%%/media/icons/default/48/printer.png
-%%GEKKODIR%%/media/icons/default/48/profile.png
-%%GEKKODIR%%/media/icons/default/48/reload.png
-%%GEKKODIR%%/media/icons/default/48/science.png
-%%GEKKODIR%%/media/icons/default/48/setup.png
-%%GEKKODIR%%/media/icons/default/48/snapshot.png
-%%GEKKODIR%%/media/icons/default/48/socket.png
-%%GEKKODIR%%/media/icons/default/48/tagboard.png
-%%GEKKODIR%%/media/icons/default/48/tape.png
-%%GEKKODIR%%/media/icons/default/48/terminal.png
-%%GEKKODIR%%/media/icons/default/48/thumbnail.png
-%%GEKKODIR%%/media/icons/default/48/toys.png
-%%GEKKODIR%%/media/icons/default/48/tux.png
-%%GEKKODIR%%/media/icons/default/48/ubuntu.png
-%%GEKKODIR%%/media/icons/default/48/upgrades.png
-%%GEKKODIR%%/media/icons/default/48/users.png
-%%GEKKODIR%%/media/icons/default/48/warning.png
-%%GEKKODIR%%/media/icons/default/48/weather.png
-%%GEKKODIR%%/media/icons/default/48/website.png
-%%GEKKODIR%%/media/icons/default/48/wiki.png
-%%GEKKODIR%%/media/icons/default/48/windows.png
-%%GEKKODIR%%/media/icons/default/LICENSE
-%%GEKKODIR%%/media/icons/default/toolbar/LICENSE
-%%GEKKODIR%%/media/icons/default/toolbar/bold.png
-%%GEKKODIR%%/media/icons/default/toolbar/code.png
-%%GEKKODIR%%/media/icons/default/toolbar/createlink.png
-%%GEKKODIR%%/media/icons/default/toolbar/forecolor.png
-%%GEKKODIR%%/media/icons/default/toolbar/fullscreen.png
-%%GEKKODIR%%/media/icons/default/toolbar/hilitecolor.png
-%%GEKKODIR%%/media/icons/default/toolbar/indent.png
-%%GEKKODIR%%/media/icons/default/toolbar/insertfile.png
-%%GEKKODIR%%/media/icons/default/toolbar/inserthorizontalrule.png
-%%GEKKODIR%%/media/icons/default/toolbar/insertorderedlist.png
-%%GEKKODIR%%/media/icons/default/toolbar/insertunorderedlist.png
-%%GEKKODIR%%/media/icons/default/toolbar/italic.png
-%%GEKKODIR%%/media/icons/default/toolbar/justifycenter.png
-%%GEKKODIR%%/media/icons/default/toolbar/justifyfull.png
-%%GEKKODIR%%/media/icons/default/toolbar/justifyleft.png
-%%GEKKODIR%%/media/icons/default/toolbar/justifyright.png
-%%GEKKODIR%%/media/icons/default/toolbar/outdent.png
-%%GEKKODIR%%/media/icons/default/toolbar/quote.png
-%%GEKKODIR%%/media/icons/default/toolbar/redo.png
-%%GEKKODIR%%/media/icons/default/toolbar/removeformat.png
-%%GEKKODIR%%/media/icons/default/toolbar/smiley.png
-%%GEKKODIR%%/media/icons/default/toolbar/strikethrough.png
-%%GEKKODIR%%/media/icons/default/toolbar/subscript.png
-%%GEKKODIR%%/media/icons/default/toolbar/superscript.png
-%%GEKKODIR%%/media/icons/default/toolbar/table.png
-%%GEKKODIR%%/media/icons/default/toolbar/underline.png
-%%GEKKODIR%%/media/icons/default/toolbar/undo.png
-%%GEKKODIR%%/media/index.html
-%%GEKKODIR%%/media/loading.gif
-%%GEKKODIR%%/media/loading2.gif
-%%GEKKODIR%%/media/powered-by-gekko-2.png
-%%GEKKODIR%%/media/powered-by-gekko.png
-%%GEKKODIR%%/media/powered-by-geshi.png
-%%GEKKODIR%%/media/powered-by-gimp.png
-%%GEKKODIR%%/media/powered-by-mysql.gif
-%%GEKKODIR%%/media/powered-by-php.gif
-%%GEKKODIR%%/media/smileys/default/LICENSE
-%%GEKKODIR%%/media/smileys/default/alien.png
-%%GEKKODIR%%/media/smileys/default/angry.png
-%%GEKKODIR%%/media/smileys/default/baille.png
-%%GEKKODIR%%/media/smileys/default/blink.png
-%%GEKKODIR%%/media/smileys/default/blushing.png
-%%GEKKODIR%%/media/smileys/default/bye.png
-%%GEKKODIR%%/media/smileys/default/cat.png
-%%GEKKODIR%%/media/smileys/default/cool.png
-%%GEKKODIR%%/media/smileys/default/crying.png
-%%GEKKODIR%%/media/smileys/default/cyclop.png
-%%GEKKODIR%%/media/smileys/default/devil.png
-%%GEKKODIR%%/media/smileys/default/dizzy.png
-%%GEKKODIR%%/media/smileys/default/dog.png
-%%GEKKODIR%%/media/smileys/default/ermm.png
-%%GEKKODIR%%/media/smileys/default/fear.png
-%%GEKKODIR%%/media/smileys/default/flowers.png
-%%GEKKODIR%%/media/smileys/default/geek.png
-%%GEKKODIR%%/media/smileys/default/heart.png
-%%GEKKODIR%%/media/smileys/default/innocent.png
-%%GEKKODIR%%/media/smileys/default/kiss.png
-%%GEKKODIR%%/media/smileys/default/laughing.png
-%%GEKKODIR%%/media/smileys/default/loucheur.png
-%%GEKKODIR%%/media/smileys/default/madness.png
-%%GEKKODIR%%/media/smileys/default/noexpression.png
-%%GEKKODIR%%/media/smileys/default/package.xml
-%%GEKKODIR%%/media/smileys/default/phone.png
-%%GEKKODIR%%/media/smileys/default/pig.png
-%%GEKKODIR%%/media/smileys/default/pinch.png
-%%GEKKODIR%%/media/smileys/default/pirate.png
-%%GEKKODIR%%/media/smileys/default/policeman.png
-%%GEKKODIR%%/media/smileys/default/rene.png
-%%GEKKODIR%%/media/smileys/default/sad.png
-%%GEKKODIR%%/media/smileys/default/santa.png
-%%GEKKODIR%%/media/smileys/default/shocked.png
-%%GEKKODIR%%/media/smileys/default/sick.png
-%%GEKKODIR%%/media/smileys/default/sleeping.png
-%%GEKKODIR%%/media/smileys/default/smile.png
-%%GEKKODIR%%/media/smileys/default/tongue.png
-%%GEKKODIR%%/media/smileys/default/unsure.png
-%%GEKKODIR%%/media/smileys/default/ups.png
-%%GEKKODIR%%/media/smileys/default/wink.png
-%%GEKKODIR%%/media/valid-xhtml10.png
-%%GEKKODIR%%/modules/.htaccess
-%%GEKKODIR%%/modules/admin/lang/en/core.php
-%%GEKKODIR%%/modules/admin/lang/en/main.php
-%%GEKKODIR%%/modules/admin/lang/es/core.php
-%%GEKKODIR%%/modules/admin/lang/es/main.php
-%%GEKKODIR%%/modules/admin/lang/nl/core.php
-%%GEKKODIR%%/modules/admin/lang/nl/main.php
-%%GEKKODIR%%/modules/admin/main.inc.php
-%%GEKKODIR%%/modules/admin/module.inc.php
-%%GEKKODIR%%/modules/admin/package.xml
-%%GEKKODIR%%/modules/admin/user.panel.php
-%%GEKKODIR%%/modules/blocks/admin.inc.php
-%%GEKKODIR%%/modules/blocks/admin.panel.php
-%%GEKKODIR%%/modules/blocks/blocks/calendar.php
-%%GEKKODIR%%/modules/blocks/blocks/powered_by.php
-%%GEKKODIR%%/modules/blocks/blocks/test.php
-%%GEKKODIR%%/modules/blocks/core.inc.php
-%%GEKKODIR%%/modules/blocks/lang/en/core.php
-%%GEKKODIR%%/modules/blocks/lang/en/main.php
-%%GEKKODIR%%/modules/blocks/lang/en/weather.block.php
-%%GEKKODIR%%/modules/blocks/lang/es/core.php
-%%GEKKODIR%%/modules/blocks/lang/es/main.php
-%%GEKKODIR%%/modules/blocks/lang/nl/core.php
-%%GEKKODIR%%/modules/blocks/lang/nl/main.php
-%%GEKKODIR%%/modules/blocks/main.act.php
-%%GEKKODIR%%/modules/blocks/main.lib.php
-%%GEKKODIR%%/modules/blocks/module.inc.php
-%%GEKKODIR%%/modules/blocks/package.xml
-%%GEKKODIR%%/modules/blocks/plugin.inc.php
-%%GEKKODIR%%/modules/blocks/tools/getvars.php
-%%GEKKODIR%%/modules/conf/admin.inc.php
-%%GEKKODIR%%/modules/conf/admin.panel.php
-%%GEKKODIR%%/modules/conf/blocks/style_chooser.php
-%%GEKKODIR%%/modules/conf/core.lib.php
-%%GEKKODIR%%/modules/conf/lang/en/conf.php
-%%GEKKODIR%%/modules/conf/lang/en/core.php
-%%GEKKODIR%%/modules/conf/lang/en/main.php
-%%GEKKODIR%%/modules/conf/lang/es/conf.php
-%%GEKKODIR%%/modules/conf/lang/es/core.php
-%%GEKKODIR%%/modules/conf/lang/es/main.php
-%%GEKKODIR%%/modules/conf/main.act.php
-%%GEKKODIR%%/modules/conf/main.js
-%%GEKKODIR%%/modules/conf/main.lib.php
-%%GEKKODIR%%/modules/conf/mod_conf.inc.php
-%%GEKKODIR%%/modules/conf/module.inc.php
-%%GEKKODIR%%/modules/conf/package.xml
-%%GEKKODIR%%/modules/conf/tools/list_keys.php
-%%GEKKODIR%%/modules/groups/admin.inc.php
-%%GEKKODIR%%/modules/groups/lang/en/core.php
-%%GEKKODIR%%/modules/groups/lang/en/main.php
-%%GEKKODIR%%/modules/groups/lang/es/core.php
-%%GEKKODIR%%/modules/groups/lang/es/main.php
-%%GEKKODIR%%/modules/groups/main.act.php
-%%GEKKODIR%%/modules/groups/main.js
-%%GEKKODIR%%/modules/groups/main.lib.php
-%%GEKKODIR%%/modules/groups/module.inc.php
-%%GEKKODIR%%/modules/groups/package.xml
-%%GEKKODIR%%/modules/groups/tools/chooser.php
-%%GEKKODIR%%/modules/index.html
-%%GEKKODIR%%/modules/menu-editor/admin.inc.php
-%%GEKKODIR%%/modules/menu-editor/admin.panel.php
-%%GEKKODIR%%/modules/menu-editor/blocks/menu-loader.php
-%%GEKKODIR%%/modules/menu-editor/lang/en/core.php
-%%GEKKODIR%%/modules/menu-editor/lang/en/main.php
-%%GEKKODIR%%/modules/menu-editor/lang/es/core.php
-%%GEKKODIR%%/modules/menu-editor/lang/es/main.php
-%%GEKKODIR%%/modules/menu-editor/main.act.php
-%%GEKKODIR%%/modules/menu-editor/main.lib.php
-%%GEKKODIR%%/modules/menu-editor/module.inc.php
-%%GEKKODIR%%/modules/menu-editor/package.xml
-%%GEKKODIR%%/modules/modules/admin.inc.php
-%%GEKKODIR%%/modules/modules/admin.panel.php
-%%GEKKODIR%%/modules/modules/lang/en/core.php
-%%GEKKODIR%%/modules/modules/lang/en/main.php
-%%GEKKODIR%%/modules/modules/lang/es/core.php
-%%GEKKODIR%%/modules/modules/lang/es/main.php
-%%GEKKODIR%%/modules/modules/main.act.php
-%%GEKKODIR%%/modules/modules/main.lib.php
-%%GEKKODIR%%/modules/modules/module.inc.php
-%%GEKKODIR%%/modules/modules/package.xml
-%%GEKKODIR%%/modules/packages/admin.inc.php
-%%GEKKODIR%%/modules/packages/admin.panel.php
-%%GEKKODIR%%/modules/packages/lang/en/core.php
-%%GEKKODIR%%/modules/packages/lang/en/main.php
-%%GEKKODIR%%/modules/packages/lang/es/core.php
-%%GEKKODIR%%/modules/packages/lang/es/main.php
-%%GEKKODIR%%/modules/packages/main.act.php
-%%GEKKODIR%%/modules/packages/main.lib.php
-%%GEKKODIR%%/modules/packages/module.inc.php
-%%GEKKODIR%%/modules/packages/package.xml
-%%GEKKODIR%%/modules/users/admin.inc.php
-%%GEKKODIR%%/modules/users/blocks/whoami.php
-%%GEKKODIR%%/modules/users/lang/en/conf.php
-%%GEKKODIR%%/modules/users/lang/en/core.php
-%%GEKKODIR%%/modules/users/lang/en/main.php
-%%GEKKODIR%%/modules/users/lang/en/resetpw.letter
-%%GEKKODIR%%/modules/users/lang/en/welcome.letter
-%%GEKKODIR%%/modules/users/lang/en/whoami.block.php
-%%GEKKODIR%%/modules/users/lang/es/conf.php
-%%GEKKODIR%%/modules/users/lang/es/core.php
-%%GEKKODIR%%/modules/users/lang/es/main.php
-%%GEKKODIR%%/modules/users/lang/es/resetpw.letter
-%%GEKKODIR%%/modules/users/lang/es/welcome.letter
-%%GEKKODIR%%/modules/users/lang/es/whoami.block.php
-%%GEKKODIR%%/modules/users/main.act.php
-%%GEKKODIR%%/modules/users/main.inc.php
-%%GEKKODIR%%/modules/users/main.js
-%%GEKKODIR%%/modules/users/main.lib.php
-%%GEKKODIR%%/modules/users/mod_conf.inc.php
-%%GEKKODIR%%/modules/users/module.inc.php
-%%GEKKODIR%%/modules/users/package.xml
-%%GEKKODIR%%/modules/users/tools/avatar.php
-%%GEKKODIR%%/modules/users/user.panel.php
-%%GEKKODIR%%/robots.txt
-%%GEKKODIR%%/temp/.htaccess
-%%GEKKODIR%%/templates/.htaccess
-%%GEKKODIR%%/templates/default/admin/_admin.toolbar.inc.tpl
-%%GEKKODIR%%/templates/default/blocks/_block.form.tpl
-%%GEKKODIR%%/templates/default/blocks/admin.block_placer.tpl
-%%GEKKODIR%%/templates/default/blocks/admin.create.tpl
-%%GEKKODIR%%/templates/default/blocks/admin.default.tpl
-%%GEKKODIR%%/templates/default/blocks/admin.generic_form.tpl
-%%GEKKODIR%%/templates/default/blocks/contentonly.block
-%%GEKKODIR%%/templates/default/blocks/default.block
-%%GEKKODIR%%/templates/default/blocks/info.block
-%%GEKKODIR%%/templates/default/conf/_conf.form.tpl
-%%GEKKODIR%%/templates/default/conf/admin.default.tpl
-%%GEKKODIR%%/templates/default/conf/admin.edit_key.tpl
-%%GEKKODIR%%/templates/default/conf/admin.new_key.tpl
-%%GEKKODIR%%/templates/default/conf/admin.setup.tpl
-%%GEKKODIR%%/templates/default/css/default/U-background.png
-%%GEKKODIR%%/templates/default/css/default/U-button-background.png
-%%GEKKODIR%%/templates/default/css/default/block-title-background.png
-%%GEKKODIR%%/templates/default/css/default/container-background.png
-%%GEKKODIR%%/templates/default/css/default/logo-top-gekko.png
-%%GEKKODIR%%/templates/default/css/default/logo-top.png
-%%GEKKODIR%%/templates/default/css/default/thumb.png
-%%GEKKODIR%%/templates/default/default.css
-%%GEKKODIR%%/templates/default/groups/_group.form.tpl
-%%GEKKODIR%%/templates/default/groups/admin.default.tpl
-%%GEKKODIR%%/templates/default/groups/admin.edit.tpl
-%%GEKKODIR%%/templates/default/main/ContentBlock.tpl
-%%GEKKODIR%%/templates/default/main/Panel.tpl
-%%GEKKODIR%%/templates/default/main/atom.feed.tpl
-%%GEKKODIR%%/templates/default/main/editorUpload.tpl
-%%GEKKODIR%%/templates/default/main/footer.tpl
-%%GEKKODIR%%/templates/default/main/gekkoEditor.tpl
-%%GEKKODIR%%/templates/default/main/gekkoEditorSimple.tpl
-%%GEKKODIR%%/templates/default/main/header.tpl
-%%GEKKODIR%%/templates/default/main/index.tpl
-%%GEKKODIR%%/templates/default/main/index.xml.tpl
-%%GEKKODIR%%/templates/default/main/main.css
-%%GEKKODIR%%/templates/default/main/rss.feed.tpl
-%%GEKKODIR%%/templates/default/menu-editor/_link.form.tpl
-%%GEKKODIR%%/templates/default/menu-editor/_menu.form.tpl
-%%GEKKODIR%%/templates/default/menu-editor/admin.create_link.tpl
-%%GEKKODIR%%/templates/default/menu-editor/admin.create_menu.tpl
-%%GEKKODIR%%/templates/default/menu-editor/admin.default.tpl
-%%GEKKODIR%%/templates/default/menu-editor/admin.edit_link.tpl
-%%GEKKODIR%%/templates/default/menu-editor/admin.edit_menu.tpl
-%%GEKKODIR%%/templates/default/modules/admin.default.tpl
-%%GEKKODIR%%/templates/default/modules/admin.edit.tpl
-%%GEKKODIR%%/templates/default/packages/admin.default.tpl
-%%GEKKODIR%%/templates/default/users/_account.form.tpl
-%%GEKKODIR%%/templates/default/users/_confirm.form.tpl
-%%GEKKODIR%%/templates/default/users/_login.form.tpl
-%%GEKKODIR%%/templates/default/users/_password_reset.form.tpl
-%%GEKKODIR%%/templates/default/users/_profile.form.tpl
-%%GEKKODIR%%/templates/default/users/_registration.form.tpl
-%%GEKKODIR%%/templates/default/users/_users.form.tpl
-%%GEKKODIR%%/templates/default/users/admin.default.tpl
-%%GEKKODIR%%/templates/default/users/admin.edit.tpl
-%%GEKKODIR%%/templates/default/users/admin.register.tpl
-%%GEKKODIR%%/templates/default/users/main.account.tpl
-%%GEKKODIR%%/templates/default/users/main.confirm.tpl
-%%GEKKODIR%%/templates/default/users/main.login.tpl
-%%GEKKODIR%%/templates/default/users/main.profile.tpl
-%%GEKKODIR%%/templates/index.html
-%%GEKKODIR%%/tools.php
-@dirrm %%GEKKODIR%%/data
-@dirrm %%GEKKODIR%%/install/tpl
-@dirrm %%GEKKODIR%%/install/lang/es
-@dirrm %%GEKKODIR%%/install/lang/en
-@dirrm %%GEKKODIR%%/install/lang
-@dirrm %%GEKKODIR%%/install
-@dirrm %%GEKKODIR%%/js
-@dirrm %%GEKKODIR%%/lang/nl
-@dirrm %%GEKKODIR%%/lang/es
-@dirrm %%GEKKODIR%%/lang/en
-@dirrm %%GEKKODIR%%/lang
-@dirrm %%GEKKODIR%%/lib/tools
-@dirrm %%GEKKODIR%%/lib/third_party/geshi/lang
-@dirrm %%GEKKODIR%%/lib/third_party/geshi
-@dirrm %%GEKKODIR%%/lib/third_party/crypt_blowfish
-@dirrm %%GEKKODIR%%/lib/third_party
-@dirrm %%GEKKODIR%%/lib/plugins
-@dirrm %%GEKKODIR%%/lib/db
-@dirrm %%GEKKODIR%%/lib
-@dirrm %%GEKKODIR%%/media/smileys/default
-@dirrm %%GEKKODIR%%/media/smileys
-@dirrm %%GEKKODIR%%/media/icons/default/toolbar
-@dirrm %%GEKKODIR%%/media/icons/default/48
-@dirrm %%GEKKODIR%%/media/icons/default/16
-@dirrm %%GEKKODIR%%/media/icons/default
-@dirrm %%GEKKODIR%%/media/icons
-@dirrm %%GEKKODIR%%/media/avatars
-@dirrm %%GEKKODIR%%/media
-@dirrm %%GEKKODIR%%/modules/users/tools
-@dirrm %%GEKKODIR%%/modules/users/lang/es
-@dirrm %%GEKKODIR%%/modules/users/lang/en
-@dirrm %%GEKKODIR%%/modules/users/lang
-@dirrm %%GEKKODIR%%/modules/users/blocks
-@dirrm %%GEKKODIR%%/modules/users
-@dirrm %%GEKKODIR%%/modules/packages/lang/es
-@dirrm %%GEKKODIR%%/modules/packages/lang/en
-@dirrm %%GEKKODIR%%/modules/packages/lang
-@dirrm %%GEKKODIR%%/modules/packages
-@dirrm %%GEKKODIR%%/modules/modules/lang/es
-@dirrm %%GEKKODIR%%/modules/modules/lang/en
-@dirrm %%GEKKODIR%%/modules/modules/lang
-@dirrm %%GEKKODIR%%/modules/modules
-@dirrm %%GEKKODIR%%/modules/menu-editor/lang/es
-@dirrm %%GEKKODIR%%/modules/menu-editor/lang/en
-@dirrm %%GEKKODIR%%/modules/menu-editor/lang
-@dirrm %%GEKKODIR%%/modules/menu-editor/blocks
-@dirrm %%GEKKODIR%%/modules/menu-editor
-@dirrm %%GEKKODIR%%/modules/groups/tools
-@dirrm %%GEKKODIR%%/modules/groups/lang/es
-@dirrm %%GEKKODIR%%/modules/groups/lang/en
-@dirrm %%GEKKODIR%%/modules/groups/lang
-@dirrm %%GEKKODIR%%/modules/groups
-@dirrm %%GEKKODIR%%/modules/conf/tools
-@dirrm %%GEKKODIR%%/modules/conf/lang/es
-@dirrm %%GEKKODIR%%/modules/conf/lang/en
-@dirrm %%GEKKODIR%%/modules/conf/lang
-@dirrm %%GEKKODIR%%/modules/conf/blocks
-@dirrm %%GEKKODIR%%/modules/conf
-@dirrm %%GEKKODIR%%/modules/blocks/tools
-@dirrm %%GEKKODIR%%/modules/blocks/lang/nl
-@dirrm %%GEKKODIR%%/modules/blocks/lang/es
-@dirrm %%GEKKODIR%%/modules/blocks/lang/en
-@dirrm %%GEKKODIR%%/modules/blocks/lang
-@dirrm %%GEKKODIR%%/modules/blocks/blocks
-@dirrm %%GEKKODIR%%/modules/blocks
-@dirrm %%GEKKODIR%%/modules/admin/lang/nl
-@dirrm %%GEKKODIR%%/modules/admin/lang/es
-@dirrm %%GEKKODIR%%/modules/admin/lang/en
-@dirrm %%GEKKODIR%%/modules/admin/lang
-@dirrm %%GEKKODIR%%/modules/admin
-@dirrm %%GEKKODIR%%/modules
-@dirrm %%GEKKODIR%%/temp
-@dirrm %%GEKKODIR%%/templates/default/users
-@dirrm %%GEKKODIR%%/templates/default/packages
-@dirrm %%GEKKODIR%%/templates/default/modules
-@dirrm %%GEKKODIR%%/templates/default/menu-editor
-@dirrm %%GEKKODIR%%/templates/default/main
-@dirrm %%GEKKODIR%%/templates/default/groups
-@dirrm %%GEKKODIR%%/templates/default/css/default
-@dirrm %%GEKKODIR%%/templates/default/css
-@dirrm %%GEKKODIR%%/templates/default/conf
-@dirrm %%GEKKODIR%%/templates/default/blocks
-@dirrm %%GEKKODIR%%/templates/default/admin
-@dirrm %%GEKKODIR%%/templates/default
-@dirrm %%GEKKODIR%%/templates
-@dirrm %%GEKKODIR%%