Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 22:39:00 +0100
From:      "Beat Gaetzi" <beat@chruetertee.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92644: [NEW PORT] www/fluxcms: An extensible and flexible CMS based on PHP 5 and XML/XSLT
Message-ID:  <43DF73060001A389@mail13.bluewin.ch> (added by postmaster@bluewin.ch)
Resent-Message-ID: <200601312140.k0VLe6kR091410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92644
>Category:       ports
>Synopsis:       [NEW PORT] www/fluxcms: An extensible and flexible CMS based on PHP 5 and XML/XSLT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 21:40:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Beat Gätzi
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD daedalus.network.local 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Wed Jan 25 12:12:47 CET 2006
>Description:
Flux CMS is a XML/XSLT CMS based on PHP 5 (http://www.php.net/) and Popoon 
(http://popoon.org/). It's easy to use for the enduser and has WYSIWYG editing
capabilites, but it's also very extensible and powerful for implementors to 
suit your needs.

WWW: http://www.flux-cms.org/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fluxcms-1.3.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	fluxcms
#	fluxcms/Makefile
#	fluxcms/pkg-descr
#	fluxcms/distinfo
#	fluxcms/pkg-message
#	fluxcms/pkg-plist
#
echo c - fluxcms
mkdir -p fluxcms > /dev/null 2>&1
echo x - fluxcms/Makefile
sed 's/^X//' >fluxcms/Makefile << 'END-of-fluxcms/Makefile'
X# New ports collection makefile for:   fluxcms
X# Date created:        31 December 2005
X# Whom:                beat
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fluxcms
XPORTVERSION=	1.3.1
XCATEGORIES=	www
XMASTER_SITES=	http://bitflux.org/download/ \
X		http://www.chruetertee.ch/files/download/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	beat@chruetertee.ch
XCOMMENT=	An extensible and flexible CMS based on PHP 5 and XML/XSLT
X
XNO_BUILD=	yes
XFLUXCMSDIR=	www/fluxcms
XINSTALLDIR=	${PREFIX}/${FLUXCMSDIR}
X
XPLIST_SUB=	INSTALLDIR=${FLUXCMSDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
X
XOPTIONS=	GD "Use GD support instead of ImageMagick" off \
X		TIDY "Configure with tidy support" off
X
XUSE_PHP=	dom xml simplexml iconv mysql xsl session pcre
X
XDEFAULT_PHP_VER=	5
X
X.include <bsd.port.pre.mk>
X
XWITH_PHP5=	yes
X
X.if defined(WITH_GD)
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS}
X.else
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS}
X.endif
X
X.if defined(WITH_TIDY)
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/tidy.so:${PORTSDIR}/${tidy_DEPENDS}
X.endif
X
Xdo-install:
X	@${MKDIR} ${INSTALLDIR}
X	@${CP} -R ${WRKSRC}/* ${INSTALLDIR}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INSTALLDIR}
X
Xpost-install:
X	@${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-fluxcms/Makefile
echo x - fluxcms/pkg-descr
sed 's/^X//' >fluxcms/pkg-descr << 'END-of-fluxcms/pkg-descr'
XFlux CMS is a XML/XSLT CMS based on PHP 5 (http://www.php.net/) and Popoon 
X(http://popoon.org/). It's easy to use for the enduser and has WYSIWYG editing
Xcapabilites, but it's also very extensible and powerful for implementors to 
Xsuit your needs.
X
XWWW: http://www.flux-cms.org/
END-of-fluxcms/pkg-descr
echo x - fluxcms/distinfo
sed 's/^X//' >fluxcms/distinfo << 'END-of-fluxcms/distinfo'
XMD5 (fluxcms-1.3.1.tgz) = fd4fdcd8a61864c86e0e442bdc9312ae
XSHA256 (fluxcms-1.3.1.tgz) = 77026593b29c1ead174399b3b7b480c0aaa9ee346bea5ef9b3deabbcef2bdb26
XSIZE (fluxcms-1.3.1.tgz) = 2701465
END-of-fluxcms/distinfo
echo x - fluxcms/pkg-message
sed 's/^X//' >fluxcms/pkg-message << 'END-of-fluxcms/pkg-message'
XCreate a new VirtualHost for your fluxcms installation.
X
XBe sure to have AllowOverride and mod_rewrite enabled in Apache.
XA simple VirtualHost entry may look as following: 
X
X	<VirtualHost *:80>
X		DocumentRoot %%PREFIX%%/www/fluxcms
X		ServerName fluxcms.yourdomain.org
X		<Directory %%PREFIX%%/www/fluxcms>
X			AllowOverride All
X		</Directory>     
X	</VirtualHost>
X
XOpen up the webbased installer: http://fluxcms.yourdomain.org/install/
XGo through that. If everything works ok, Flux CMS is set up.
XOpen your newly installed Flux CMS with http://fluxcms.yourdomain.org/
XThe admin can be reached with http://fluxcms/admin/ (the trailing slash is
Ximportant right now). You can log in with the data provided in the installer. 
END-of-fluxcms/pkg-message
echo x - fluxcms/pkg-plist
sed 's/^X//' >fluxcms/pkg-plist << 'END-of-fluxcms/pkg-plist'
X%%INSTALLDIR%%/LICENSE
X%%INSTALLDIR%%/NEWS
X%%INSTALLDIR%%/README
X%%INSTALLDIR%%/README.INSTALL
X%%INSTALLDIR%%/admin/data/admin/addresource/.configxml
X%%INSTALLDIR%%/admin/data/admin/collection/.configxml
X%%INSTALLDIR%%/admin/data/admin/copy/.configxml
X%%INSTALLDIR%%/admin/data/admin/dbforms2/.configxml
X%%INSTALLDIR%%/admin/data/admin/delete/.configxml
X%%INSTALLDIR%%/admin/data/admin/edit/.configxml
X%%INSTALLDIR%%/admin/data/admin/editpopup/.configxml
X%%INSTALLDIR%%/admin/data/admin/images/.configxml
X%%INSTALLDIR%%/admin/data/admin/listview/.configxml
X%%INSTALLDIR%%/admin/data/admin/navi/.configxml
X%%INSTALLDIR%%/admin/data/admin/overview/.configxml
X%%INSTALLDIR%%/admin/data/admin/properties/.configxml
X%%INSTALLDIR%%/admin/data/admin/siteoptions/.configxml
X%%INSTALLDIR%%/admin/data/admin/themes/.configxml
X%%INSTALLDIR%%/admin/lang/js_de.xml
X%%INSTALLDIR%%/admin/lang/js_en.xml
X%%INSTALLDIR%%/admin/lang/master_de.xml
X%%INSTALLDIR%%/admin/lang/master_en.xml
X%%INSTALLDIR%%/admin/lang/plugins/blog_de.xml
X%%INSTALLDIR%%/admin/lang/plugins/blog_en.xml
X%%INSTALLDIR%%/admin/lang/plugins/gallery_de.xml
X%%INSTALLDIR%%/admin/lang/plugins/plugin_file_de.xml
X%%INSTALLDIR%%/admin/lang/plugins/plugin_file_en.xml
X%%INSTALLDIR%%/admin/lang/plugins/siteoptions_de.xml
X%%INSTALLDIR%%/admin/lang/plugins/siteoptions_en.xml
X%%INSTALLDIR%%/admin/sitemap/admin.xml
X%%INSTALLDIR%%/admin/sitemap/blog.xml
X%%INSTALLDIR%%/admin/sitemap/bxe.xml
X%%INSTALLDIR%%/admin/sitemap/dbform.xml
X%%INSTALLDIR%%/admin/sitemap/fck.xml
X%%INSTALLDIR%%/admin/sitemap/file.xml
X%%INSTALLDIR%%/admin/sitemap/formedit.xml
X%%INSTALLDIR%%/admin/sitemap/image.xml
X%%INSTALLDIR%%/admin/sitemap/kupu.xml
X%%INSTALLDIR%%/admin/sitemap/links.xml
X%%INSTALLDIR%%/admin/sitemap/oneform.xml
X%%INSTALLDIR%%/admin/sitemap/ooo.xml
X%%INSTALLDIR%%/admin/sitemap/versioning.xml
X%%INSTALLDIR%%/admin/webinc/approval/index.php
X%%INSTALLDIR%%/admin/webinc/formnavi.php
X%%INSTALLDIR%%/admin/webinc/img/bitfluxlogo.gif
X%%INSTALLDIR%%/admin/webinc/img/closed.gif
X%%INSTALLDIR%%/admin/webinc/img/closed_breit.gif
X%%INSTALLDIR%%/admin/webinc/img/closed_klein.gif
X%%INSTALLDIR%%/admin/webinc/img/empty.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/application/dbform.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/application/pdf.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/delete.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/error.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_doc.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_eps.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_folder.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_htm.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_img.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_php.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_ppt.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/fileicon_rtf.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/image/gif.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/image/jpeg.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/image/png.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/loading.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/root.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/css.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/html.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/plain.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/text.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/xml.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/text/xsl.gif
X%%INSTALLDIR%%/admin/webinc/img/icons/unknown.gif
X%%INSTALLDIR%%/admin/webinc/img/open.gif
X%%INSTALLDIR%%/admin/webinc/img/open_breit.gif
X%%INSTALLDIR%%/admin/webinc/img/open_klein.gif
X%%INSTALLDIR%%/admin/webinc/img/slide.gif
X%%INSTALLDIR%%/admin/webinc/img/slideset.gif
X%%INSTALLDIR%%/admin/webinc/img/space.gif
X%%INSTALLDIR%%/admin/webinc/img/up.gif
X%%INSTALLDIR%%/admin/webinc/js/admin.js
X%%INSTALLDIR%%/admin/webinc/js/adminfields.js
X%%INSTALLDIR%%/admin/webinc/js/adminpopup.js
X%%INSTALLDIR%%/admin/webinc/js/frameset.js
X%%INSTALLDIR%%/admin/webinc/js/navi.js
X%%INSTALLDIR%%/admin/webinc/js/navi.xtree.js
X%%INSTALLDIR%%/admin/webinc/js/overview.js
X%%INSTALLDIR%%/admin/webinc/js/showhidelayers.js
X%%INSTALLDIR%%/admin/webinc/lostpw/index.php
X%%INSTALLDIR%%/admin/webinc/openid/COPYING
X%%INSTALLDIR%%/admin/webinc/openid/ChangeLog
X%%INSTALLDIR%%/admin/webinc/openid/LICENSE
X%%INSTALLDIR%%/admin/webinc/openid/README
X%%INSTALLDIR%%/admin/webinc/openid/association.php
X%%INSTALLDIR%%/admin/webinc/openid/consumer.php
X%%INSTALLDIR%%/admin/webinc/openid/httpclient.php
X%%INSTALLDIR%%/admin/webinc/openid/index.php
X%%INSTALLDIR%%/admin/webinc/openid/interface.php
X%%INSTALLDIR%%/admin/webinc/openid/oid_parse.php
X%%INSTALLDIR%%/admin/webinc/openid/oid_util.php
X%%INSTALLDIR%%/admin/webinc/openid/server.php
X%%INSTALLDIR%%/admin/webinc/openid/trustroot.php
X%%INSTALLDIR%%/admin/webinc/sxip-cookiehandler.php
X%%INSTALLDIR%%/admin/webinc/update/index.php
X%%INSTALLDIR%%/admin/webinc/xlt/images/I.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/L.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/Lminus.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/Lplus.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/T.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/Tminus.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/Tplus.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/blank.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/file.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/foldericon.png
X%%INSTALLDIR%%/admin/webinc/xlt/images/openfoldericon.png
X%%INSTALLDIR%%/admin/webinc/xlt/title-background.png
X%%INSTALLDIR%%/admin/webinc/xlt/xloadtree.js
X%%INSTALLDIR%%/admin/webinc/xlt/xmlextras.js
X%%INSTALLDIR%%/admin/webinc/xlt/xtree.css
X%%INSTALLDIR%%/admin/webinc/xlt/xtree.js
X%%INSTALLDIR%%/bin/blog/b2-to-bxb-import.php
X%%INSTALLDIR%%/bin/blog/convert2loginname.sql
X%%INSTALLDIR%%/bin/blog/kwa-to-bxb-import.php
X%%INSTALLDIR%%/bin/branch-switcher.sh
X%%INSTALLDIR%%/bin/svnBuildUpdate.sh
X%%INSTALLDIR%%/bin/switch-to-1_3-branch.sh
X%%INSTALLDIR%%/bin/switch-to-1_3_0-tag.sh
X%%INSTALLDIR%%/bin/switch-to-1_3_1-tag.sh
X%%INSTALLDIR%%/bin/switch-to-trunk.sh
X%%INSTALLDIR%%/dbforms2/article.xml
X%%INSTALLDIR%%/dbforms2/article_description.xml
X%%INSTALLDIR%%/dbforms2/blogcategories.xml
X%%INSTALLDIR%%/dbforms2/blogcomments.xml
X%%INSTALLDIR%%/dbforms2/bloglinks.xml
X%%INSTALLDIR%%/dbforms2/bloglinkscategories.xml
X%%INSTALLDIR%%/dbforms2/blogposts.xml
X%%INSTALLDIR%%/dbforms2/events.xml
X%%INSTALLDIR%%/dbforms2/group.xml
X%%INSTALLDIR%%/dbforms2/users.xml
X%%INSTALLDIR%%/div/db/bxcms.sql
X%%INSTALLDIR%%/div/db/dbexport.sh
X%%INSTALLDIR%%/div/db/dbexport40.sh
X%%INSTALLDIR%%/div/db/webdavlocks_sqlite.sql
X%%INSTALLDIR%%/div/phpfiles
X%%INSTALLDIR%%/div/phpfiles.old
X%%INSTALLDIR%%/favicon.ico
X%%INSTALLDIR%%/forms/blogcategories/config.xml
X%%INSTALLDIR%%/forms/blogcategories/index.php
X%%INSTALLDIR%%/forms/blogcategories/updatetree.php
X%%INSTALLDIR%%/forms/blogcomments/config.xml
X%%INSTALLDIR%%/forms/blogcomments/index.php
X%%INSTALLDIR%%/forms/bloglinks/config.xml
X%%INSTALLDIR%%/forms/bloglinks/index.php
X%%INSTALLDIR%%/forms/bloglinkscategories/config.xml
X%%INSTALLDIR%%/forms/bloglinkscategories/index.php
X%%INSTALLDIR%%/forms/blogposts/config.xml
X%%INSTALLDIR%%/forms/blogposts/index.php
X%%INSTALLDIR%%/forms/index.php
X%%INSTALLDIR%%/forms/news/config.xml
X%%INSTALLDIR%%/forms/news/index.php
X%%INSTALLDIR%%/forms/users/config.xml
X%%INSTALLDIR%%/forms/users/index.php
X%%INSTALLDIR%%/inc/.filemap
X%%INSTALLDIR%%/inc/.registry/archive_tar.reg
X%%INSTALLDIR%%/inc/.registry/console_getopt.reg
X%%INSTALLDIR%%/inc/.registry/log.reg
X%%INSTALLDIR%%/inc/.registry/mdb2.reg
X%%INSTALLDIR%%/inc/.registry/pear.reg
X%%INSTALLDIR%%/inc/.registry/text_wiki.reg
X%%INSTALLDIR%%/inc/.registry/xml_parser.reg
X%%INSTALLDIR%%/inc/.registry/xml_rpc.reg
X%%INSTALLDIR%%/inc/Archive/Tar.php
X%%INSTALLDIR%%/inc/Auth.php
X%%INSTALLDIR%%/inc/Auth/Auth.php
X%%INSTALLDIR%%/inc/Auth/Container.php
X%%INSTALLDIR%%/inc/Auth/Container/MDB2.php
X%%INSTALLDIR%%/inc/Auth/Container/sxip.php
X%%INSTALLDIR%%/inc/Auth/HTTP.php
X%%INSTALLDIR%%/inc/Cache.php
X%%INSTALLDIR%%/inc/Cache/Container.php
X%%INSTALLDIR%%/inc/Cache/Container/db.php
X%%INSTALLDIR%%/inc/Cache/Container/file.php
X%%INSTALLDIR%%/inc/Cache/Container/shm.php
X%%INSTALLDIR%%/inc/Cache/Container/trifile.php
X%%INSTALLDIR%%/inc/Cache/Error.php
X%%INSTALLDIR%%/inc/Cache/Lite.php
X%%INSTALLDIR%%/inc/Cache/Output.php
X%%INSTALLDIR%%/inc/Cache/OutputCompression.php
X%%INSTALLDIR%%/inc/Config.php
X%%INSTALLDIR%%/inc/Config/Container.php
X%%INSTALLDIR%%/inc/Config/Container/IniFile.php
X%%INSTALLDIR%%/inc/Config/Container/db.php
X%%INSTALLDIR%%/inc/Config/Container/xml.php
X%%INSTALLDIR%%/inc/Date.php
X%%INSTALLDIR%%/inc/Date/Calc.php
X%%INSTALLDIR%%/inc/Date/Human.php
X%%INSTALLDIR%%/inc/Date/Span.php
X%%INSTALLDIR%%/inc/DirectoryIterator.php
X%%INSTALLDIR%%/inc/HTTP/Client.php
X%%INSTALLDIR%%/inc/HTTP/Client/CookieManager.php
X%%INSTALLDIR%%/inc/HTTP/Request.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Server.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Server/Filesystem.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Server/Filesystem/MDB2.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Tools/_parse_lockinfo.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Tools/_parse_propfind.php
X%%INSTALLDIR%%/inc/HTTP/WebDAV/Tools/_parse_proppatch.php
X%%INSTALLDIR%%/inc/Image/CropCanvas.php
X%%INSTALLDIR%%/inc/Image/CropInterface.php
X%%INSTALLDIR%%/inc/ImageDirectoryIterator.php
X%%INSTALLDIR%%/inc/Log.php
X%%INSTALLDIR%%/inc/Log/composite.php
X%%INSTALLDIR%%/inc/Log/console.php
X%%INSTALLDIR%%/inc/Log/display.php
X%%INSTALLDIR%%/inc/Log/error_log.php
X%%INSTALLDIR%%/inc/Log/file.php
X%%INSTALLDIR%%/inc/Log/mail.php
X%%INSTALLDIR%%/inc/Log/mcal.php
X%%INSTALLDIR%%/inc/Log/null.php
X%%INSTALLDIR%%/inc/Log/observer.php
X%%INSTALLDIR%%/inc/Log/sql.php
X%%INSTALLDIR%%/inc/Log/sqlite.php
X%%INSTALLDIR%%/inc/Log/syslog.php
X%%INSTALLDIR%%/inc/Log/win.php
X%%INSTALLDIR%%/inc/MDB2.php
X%%INSTALLDIR%%/inc/MDB2/Date.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/Common.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/fbsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/ibase.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/mssql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/mysql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/oci8.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/pgsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Datatype/sqlite.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/Common.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/fbsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/ibase.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/mssql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/mysql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/oci8.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/pgsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Manager/sqlite.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/fbsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/ibase.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/mssql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/mysql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/oci8.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/pgsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Native/sqlite.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/Common.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/fbsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/ibase.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/mssql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/mysql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/oci8.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/pgsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/Reverse/sqlite.php
X%%INSTALLDIR%%/inc/MDB2/Driver/fbsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/ibase.php
X%%INSTALLDIR%%/inc/MDB2/Driver/mssql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/mysql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/oci8.php
X%%INSTALLDIR%%/inc/MDB2/Driver/pgsql.php
X%%INSTALLDIR%%/inc/MDB2/Driver/querysim.php
X%%INSTALLDIR%%/inc/MDB2/Driver/sqlite.php
X%%INSTALLDIR%%/inc/MDB2/Extended.php
X%%INSTALLDIR%%/inc/MDB2/Iterator.php
X%%INSTALLDIR%%/inc/MDB2/LOB.php
X%%INSTALLDIR%%/inc/MDB2/Tools/Manager.php
X%%INSTALLDIR%%/inc/MDB2/Tools/Parser.php
X%%INSTALLDIR%%/inc/MDB2/Tools/reverse_engineer_xml_schema.php
X%%INSTALLDIR%%/inc/MDB2/Wrapper/peardb.php
X%%INSTALLDIR%%/inc/MP3/Id.php
X%%INSTALLDIR%%/inc/Net/CheckIP.php
X%%INSTALLDIR%%/inc/Net/DNSBL.php
X%%INSTALLDIR%%/inc/Net/DNSBL/SURBL.php
X%%INSTALLDIR%%/inc/Net/DNSBL/SURBLWithDefaultDNS.php
X%%INSTALLDIR%%/inc/Net/SMTP.php
X%%INSTALLDIR%%/inc/Net/Socket.php
X%%INSTALLDIR%%/inc/Net/URL.php
X%%INSTALLDIR%%/inc/OS/Guess.php
X%%INSTALLDIR%%/inc/PEAR.php
X%%INSTALLDIR%%/inc/PEAR/Autoloader.php
X%%INSTALLDIR%%/inc/PEAR/ErrorStack.php
X%%INSTALLDIR%%/inc/PHPUnit2/Util/CodeCoverage/Renderer.php
X%%INSTALLDIR%%/inc/PHPUnit2/Util/CodeCoverage/Renderer/HTML.php
X%%INSTALLDIR%%/inc/PHPUnit2/Util/CodeCoverage/Renderer/Text.php
X%%INSTALLDIR%%/inc/SQL/Tree.php
X%%INSTALLDIR%%/inc/SXIP/Base.php
X%%INSTALLDIR%%/inc/SXIP/Config.php
X%%INSTALLDIR%%/inc/SXIP/Data.php
X%%INSTALLDIR%%/inc/SXIP/Request.php
X%%INSTALLDIR%%/inc/SXIP/Request/Fetch.php
X%%INSTALLDIR%%/inc/SXIP/Request/FetchX.php
X%%INSTALLDIR%%/inc/SXIP/Request/Login.php
X%%INSTALLDIR%%/inc/SXIP/Request/LoginX.php
X%%INSTALLDIR%%/inc/SXIP/Request/Logout.php
X%%INSTALLDIR%%/inc/SXIP/Request/Store.php
X%%INSTALLDIR%%/inc/SXIP/Request/StoreX.php
X%%INSTALLDIR%%/inc/SXIP/Response.php
X%%INSTALLDIR%%/inc/SXIP/XMLResponse.php
X%%INSTALLDIR%%/inc/Services/flickr.php
X%%INSTALLDIR%%/inc/System.php
X%%INSTALLDIR%%/inc/XML/Parser.php
X%%INSTALLDIR%%/inc/XML/RPC.php
X%%INSTALLDIR%%/inc/XML/RPC/Server.php
X%%INSTALLDIR%%/inc/XML/Unserializer.php
X%%INSTALLDIR%%/inc/XML/db2xml.php
X%%INSTALLDIR%%/inc/XML/db2xml/Format.php
X%%INSTALLDIR%%/inc/XML/db2xml/Format/Extended.php
X%%INSTALLDIR%%/inc/XML/db2xml/Format/Extended_NG.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Array.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Dbresult.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Dbresult_NG.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/File.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Http.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Sql.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/Sql_NG.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/String.php
X%%INSTALLDIR%%/inc/XML/db2xml/Input/XmlObject.php
X%%INSTALLDIR%%/inc/XML/xml2db.php
X%%INSTALLDIR%%/inc/bx/LICENSE
X%%INSTALLDIR%%/inc/bx/autoload.php
X%%INSTALLDIR%%/inc/bx/button.php
X%%INSTALLDIR%%/inc/bx/button/aqua.php
X%%INSTALLDIR%%/inc/bx/button/fonts/LucidaSansDemiBold.ttf
X%%INSTALLDIR%%/inc/bx/button/templates/aquabutton.png
X%%INSTALLDIR%%/inc/bx/button/threeparts.php
X%%INSTALLDIR%%/inc/bx/collection.php
X%%INSTALLDIR%%/inc/bx/collectionconfig.php
X%%INSTALLDIR%%/inc/bx/collections.php
X%%INSTALLDIR%%/inc/bx/component.php
X%%INSTALLDIR%%/inc/bx/config.php
X%%INSTALLDIR%%/inc/bx/config/collection/aggregator.xml
X%%INSTALLDIR%%/inc/bx/config/collection/blog.xml
X%%INSTALLDIR%%/inc/bx/config/default.xml
X%%INSTALLDIR%%/inc/bx/config/generate.php
X%%INSTALLDIR%%/inc/bx/dbforms2/common.php
X%%INSTALLDIR%%/inc/bx/dbforms2/config.php
X%%INSTALLDIR%%/inc/bx/dbforms2/data.php
X%%INSTALLDIR%%/inc/bx/dbforms2/datasource/foreign.php
X%%INSTALLDIR%%/inc/bx/dbforms2/datasource/sql.php
X%%INSTALLDIR%%/inc/bx/dbforms2/field.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/checkbox.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/color.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/date.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/date/time.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/date/timeutc.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/file.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/file/image.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/fixed.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/fixed/datetime.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/hidden.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/number.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/number/float.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/number/int.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/password.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/password/md5.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/relation/12n.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/relation/n2m.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/select.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/text.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/text/area.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/text/area/small.php
X%%INSTALLDIR%%/inc/bx/dbforms2/fields/text/wysiwyg.php
X%%INSTALLDIR%%/inc/bx/dbforms2/form.php
X%%INSTALLDIR%%/inc/bx/dbforms2/group.php
X%%INSTALLDIR%%/inc/bx/dbforms2/groups/xml.php
X%%INSTALLDIR%%/inc/bx/dbforms2/helpers.php
X%%INSTALLDIR%%/inc/bx/dbforms2/liveselect.php
X%%INSTALLDIR%%/inc/bx/dbforms2/nofield.php
X%%INSTALLDIR%%/inc/bx/dbforms2/nofield/text.php
X%%INSTALLDIR%%/inc/bx/dbforms2/sql.php
X%%INSTALLDIR%%/inc/bx/dbforms2/xsl/form.xsl
X%%INSTALLDIR%%/inc/bx/doctypes/default.xhtml
X%%INSTALLDIR%%/inc/bx/doctypes/dreispalt.xhtml
X%%INSTALLDIR%%/inc/bx/doctypes/empty.configxml.xml
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/bxe.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/dreispalt-merged.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/dreispalt.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/patforms.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml-merged.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/exclude/basic-table.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/exclude/basic.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/exclude/form.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/applet.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/attribs.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/base.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/basic-form.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/basic-table.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/bdo.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/csismap.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/datatypes.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/edit.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/events.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/form.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/frames.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/hypertext.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/iframe.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/image.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/inlstyle.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/legacy.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/link.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/list.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/meta.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/nameident.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/object.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/param.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/pres.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/ruby.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/script.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/ssismap.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/struct.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/style.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/table.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/target.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules/text.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/xhtml-basic.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/xhtml-strict.rng
X%%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/xhtml.rng
X%%INSTALLDIR%%/inc/bx/domdocs/overview.php
X%%INSTALLDIR%%/inc/bx/editor.php
X%%INSTALLDIR%%/inc/bx/editors/blog.php
X%%INSTALLDIR%%/inc/bx/editors/blog/comment.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/livesearch.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/post-fck.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/post.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/start.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/blogroll.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/categories.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/comments.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/files.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/gallery.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/options.php
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/blogroll.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/categories.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/comments.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/files.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/gallery.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/options.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl/subeditor.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/tabs.xsl
X%%INSTALLDIR%%/inc/bx/editors/blog/uploadimage.xsl
X%%INSTALLDIR%%/inc/bx/editors/bxe.php
X%%INSTALLDIR%%/inc/bx/editors/bxe/bxe.xsl
X%%INSTALLDIR%%/inc/bx/editors/bxe/config.xml
X%%INSTALLDIR%%/inc/bx/editors/bxe/config.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform.php
X%%INSTALLDIR%%/inc/bx/editors/dbform/common.php
X%%INSTALLDIR%%/inc/bx/editors/dbform/main.php
X%%INSTALLDIR%%/inc/bx/editors/dbform/manager.php
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/config.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/form.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/formedit.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/imageformats.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/languages.xsl
X%%INSTALLDIR%%/inc/bx/editors/dbform/xsl/selectmaker.xsl
X%%INSTALLDIR%%/inc/bx/editors/fck.php
X%%INSTALLDIR%%/inc/bx/editors/fck/fck.xsl
X%%INSTALLDIR%%/inc/bx/editors/fck/fckconfig.xml
X%%INSTALLDIR%%/inc/bx/editors/fck/fckconfig.xsl
X%%INSTALLDIR%%/inc/bx/editors/file.php
X%%INSTALLDIR%%/inc/bx/editors/file/file.xsl
X%%INSTALLDIR%%/inc/bx/editors/formedit.php
X%%INSTALLDIR%%/inc/bx/editors/image.php
X%%INSTALLDIR%%/inc/bx/editors/image/image.xsl
X%%INSTALLDIR%%/inc/bx/editors/kupu.php
X%%INSTALLDIR%%/inc/bx/editors/kupu/kupu.xsl
X%%INSTALLDIR%%/inc/bx/editors/links.php
X%%INSTALLDIR%%/inc/bx/editors/links/links.xsl
X%%INSTALLDIR%%/inc/bx/editors/oneform.php
X%%INSTALLDIR%%/inc/bx/editors/oneform/oneform.xsl
X%%INSTALLDIR%%/inc/bx/editors/ooo.php
X%%INSTALLDIR%%/inc/bx/editors/ooo/html2odt.xsl
X%%INSTALLDIR%%/inc/bx/editors/ooo/manifest.xml
X%%INSTALLDIR%%/inc/bx/editors/ooo/odt2html.xsl
X%%INSTALLDIR%%/inc/bx/editors/ooo/ooo.xsl
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/META-INF/manifest.xml
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/Thumbnails/thumbnail.png
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/content.xml
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/meta.xml
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/mimetype
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/settings.xml
X%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/styles.xml
X%%INSTALLDIR%%/inc/bx/editors/versioning.php
X%%INSTALLDIR%%/inc/bx/editors/versioning/versioning.xsl
X%%INSTALLDIR%%/inc/bx/errorhandler.php
X%%INSTALLDIR%%/inc/bx/exceptions/PageNotAllowed.php
X%%INSTALLDIR%%/inc/bx/exceptions/PageNotFound.php
X%%INSTALLDIR%%/inc/bx/filter.php
X%%INSTALLDIR%%/inc/bx/filtermanager.php
X%%INSTALLDIR%%/inc/bx/filters/form2mail.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/methods/berghilfe.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/methods/bhsKontakt.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/methods/blogcomment.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/methods/mailman.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/methods/messerli.php
X%%INSTALLDIR%%/inc/bx/filters/formwizard/xml2html.xsl
X%%INSTALLDIR%%/inc/bx/filters/patforms.php
X%%INSTALLDIR%%/inc/bx/filters/patforms/form2mail.php
X%%INSTALLDIR%%/inc/bx/filters/patforms/formhandler.php
X%%INSTALLDIR%%/inc/bx/filters/patforms/hegusearch.php
X%%INSTALLDIR%%/inc/bx/filters/test.php
X%%INSTALLDIR%%/inc/bx/filters/xslt.php
X%%INSTALLDIR%%/inc/bx/global.php
X%%INSTALLDIR%%/inc/bx/helpers/config.php
X%%INSTALLDIR%%/inc/bx/helpers/date.php
X%%INSTALLDIR%%/inc/bx/helpers/db.php
X%%INSTALLDIR%%/inc/bx/helpers/db2xml.php
X%%INSTALLDIR%%/inc/bx/helpers/debug.php
X%%INSTALLDIR%%/inc/bx/helpers/file.php
X%%INSTALLDIR%%/inc/bx/helpers/globals.php
X%%INSTALLDIR%%/inc/bx/helpers/http.php
X%%INSTALLDIR%%/inc/bx/helpers/image.php
X%%INSTALLDIR%%/inc/bx/helpers/int.php
X%%INSTALLDIR%%/inc/bx/helpers/mail.php
X%%INSTALLDIR%%/inc/bx/helpers/moblog.php
X%%INSTALLDIR%%/inc/bx/helpers/pager.php
X%%INSTALLDIR%%/inc/bx/helpers/perm.php
X%%INSTALLDIR%%/inc/bx/helpers/rss.php
X%%INSTALLDIR%%/inc/bx/helpers/simplecache.php
X%%INSTALLDIR%%/inc/bx/helpers/sql.php
X%%INSTALLDIR%%/inc/bx/helpers/string.php
X%%INSTALLDIR%%/inc/bx/helpers/uri.php
X%%INSTALLDIR%%/inc/bx/helpers/users.php
X%%INSTALLDIR%%/inc/bx/helpers/xml.php
X%%INSTALLDIR%%/inc/bx/helpers/xsl/rssmerge.xsl
X%%INSTALLDIR%%/inc/bx/indexer/audio/mpeg.php
X%%INSTALLDIR%%/inc/bx/indexer/image/jpeg.php
X%%INSTALLDIR%%/inc/bx/init.php
X%%INSTALLDIR%%/inc/bx/interfaces/editor.php
X%%INSTALLDIR%%/inc/bx/interfaces/plugin.php
X%%INSTALLDIR%%/inc/bx/interfaces/resource.php
X%%INSTALLDIR%%/inc/bx/log.php
X%%INSTALLDIR%%/inc/bx/metadata.php
X%%INSTALLDIR%%/inc/bx/metadatas/text/datetimefield.php
X%%INSTALLDIR%%/inc/bx/metadatas/text/readonly.php
X%%INSTALLDIR%%/inc/bx/metadatas/text/tags.php
X%%INSTALLDIR%%/inc/bx/metadatas/text/textfield.php
X%%INSTALLDIR%%/inc/bx/metaindex.php
X%%INSTALLDIR%%/inc/bx/notification.php
X%%INSTALLDIR%%/inc/bx/notificationmanager.php
X%%INSTALLDIR%%/inc/bx/notifications/mail.php
X%%INSTALLDIR%%/inc/bx/permm.php
X%%INSTALLDIR%%/inc/bx/permm/auth/common.php
X%%INSTALLDIR%%/inc/bx/permm/auth/http.php
X%%INSTALLDIR%%/inc/bx/permm/auth/pearauth.php
X%%INSTALLDIR%%/inc/bx/permm/perm/common.php
X%%INSTALLDIR%%/inc/bx/permm/perm/simple.php
X%%INSTALLDIR%%/inc/bx/permm/perm/simpleexample.php
X%%INSTALLDIR%%/inc/bx/permm/perm/true.php
X%%INSTALLDIR%%/inc/bx/php/ResizeImage.php
X%%INSTALLDIR%%/inc/bx/php/ResizeImageDynamic.php
X%%INSTALLDIR%%/inc/bx/php/UserFile.php
X%%INSTALLDIR%%/inc/bx/php/browser.php
X%%INSTALLDIR%%/inc/bx/php/dynButton.php
X%%INSTALLDIR%%/inc/bx/php/livesearch.php
X%%INSTALLDIR%%/inc/bx/php/setthemecookie.php
X%%INSTALLDIR%%/inc/bx/plugin.php
X%%INSTALLDIR%%/inc/bx/plugins/address.php
X%%INSTALLDIR%%/inc/bx/plugins/admin.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/addresource.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/assets.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/collection.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/configxml.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/copy.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/dbforms2.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/delete.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/edit.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/editpopup.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/listview.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/navi.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/overview.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/properties.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/siteoptions.php
X%%INSTALLDIR%%/inc/bx/plugins/admin/themes.php
X%%INSTALLDIR%%/inc/bx/plugins/aggregator.php
X%%INSTALLDIR%%/inc/bx/plugins/blog.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/authorarchive.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/categories.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/comments.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/commentsnotification.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/delicious.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/deliciousrdf.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/flickr.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/geoloc.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/gravatar.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/montharchive.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/plazes.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/prevnext.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/spam.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/tagarchive.php
X%%INSTALLDIR%%/inc/bx/plugins/blog/trackback.php
X%%INSTALLDIR%%/inc/bx/plugins/collection.php
X%%INSTALLDIR%%/inc/bx/plugins/db2xml.php
X%%INSTALLDIR%%/inc/bx/plugins/dbform.php
X%%INSTALLDIR%%/inc/bx/plugins/dms.php
X%%INSTALLDIR%%/inc/bx/plugins/empty.php
X%%INSTALLDIR%%/inc/bx/plugins/events.php
X%%INSTALLDIR%%/inc/bx/plugins/file.php
X%%INSTALLDIR%%/inc/bx/plugins/filereader.php
X%%INSTALLDIR%%/inc/bx/plugins/fulltree.php
X%%INSTALLDIR%%/inc/bx/plugins/gallery.php
X%%INSTALLDIR%%/inc/bx/plugins/gallery/config.xml
X%%INSTALLDIR%%/inc/bx/plugins/gallery/preview.php
X%%INSTALLDIR%%/inc/bx/plugins/image.php
X%%INSTALLDIR%%/inc/bx/plugins/links.php
X%%INSTALLDIR%%/inc/bx/plugins/metadata.php
X%%INSTALLDIR%%/inc/bx/plugins/metainfo.php
X%%INSTALLDIR%%/inc/bx/plugins/metasearch.php
X%%INSTALLDIR%%/inc/bx/plugins/navitree.php
X%%INSTALLDIR%%/inc/bx/plugins/openblog.php
X%%INSTALLDIR%%/inc/bx/plugins/rss.php
X%%INSTALLDIR%%/inc/bx/plugins/search.php
X%%INSTALLDIR%%/inc/bx/plugins/sitemap.php
X%%INSTALLDIR%%/inc/bx/plugins/sql2xml.php
X%%INSTALLDIR%%/inc/bx/plugins/structure2xml.php
X%%INSTALLDIR%%/inc/bx/plugins/subcontent.php
X%%INSTALLDIR%%/inc/bx/plugins/tree.php
X%%INSTALLDIR%%/inc/bx/plugins/vote.php
X%%INSTALLDIR%%/inc/bx/plugins/xhtml.php
X%%INSTALLDIR%%/inc/bx/plugins/xmlfile.php
X%%INSTALLDIR%%/inc/bx/plugins/xmlrpc.php
X%%INSTALLDIR%%/inc/bx/plugins/xmlrpc/weblog.php
X%%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcms.php
X%%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcmsadmin.php
X%%INSTALLDIR%%/inc/bx/popoon/components/actions/bxcmsauth.php
X%%INSTALLDIR%%/inc/bx/popoon/components/actions/dbform.php
X%%INSTALLDIR%%/inc/bx/popoon/components/generators/admintree.php
X%%INSTALLDIR%%/inc/bx/popoon/components/generators/bxcms.php
X%%INSTALLDIR%%/inc/bx/popoon/components/generators/bxcmsadmin.php
X%%INSTALLDIR%%/inc/bx/popoon/components/generators/webdavfile.php
X%%INSTALLDIR%%/inc/bx/popoon/components/readers/adminpopup.php
X%%INSTALLDIR%%/inc/bx/popoon/components/readers/webdav/admin.php
X%%INSTALLDIR%%/inc/bx/popoon/components/readers/webdav/bx.php
X%%INSTALLDIR%%/inc/bx/popoon/components/readers/webdavadmin.php
X%%INSTALLDIR%%/inc/bx/popoon/components/readers/webdavbx.php
X%%INSTALLDIR%%/inc/bx/popoon/components/transformers/bxcmsfilter.php
X%%INSTALLDIR%%/inc/bx/propertyconfig.php
X%%INSTALLDIR%%/inc/bx/resource.php
X%%INSTALLDIR%%/inc/bx/resourcemanager.php
X%%INSTALLDIR%%/inc/bx/resources/application/dbform.php
X%%INSTALLDIR%%/inc/bx/resources/file.php
X%%INSTALLDIR%%/inc/bx/resources/image/image.php
X%%INSTALLDIR%%/inc/bx/resources/simple.php
X%%INSTALLDIR%%/inc/bx/resources/simplecollection.php
X%%INSTALLDIR%%/inc/bx/resources/text/address.php
X%%INSTALLDIR%%/inc/bx/resources/text/blogpost.php
X%%INSTALLDIR%%/inc/bx/resources/text/html.php
X%%INSTALLDIR%%/inc/bx/resources/text/wiki.php
X%%INSTALLDIR%%/inc/bx/streams/blog.php
X%%INSTALLDIR%%/inc/bx/streams/blog/html2feed.xsl
X%%INSTALLDIR%%/inc/bx/streams/blog/html2feedfull.xsl
X%%INSTALLDIR%%/inc/bx/streams/blog/html2xml.xsl
X%%INSTALLDIR%%/inc/bx/streams/blog/newentry.xml
X%%INSTALLDIR%%/inc/bx/streams/buffer.php
X%%INSTALLDIR%%/inc/bx/streams/bxconfig.php
X%%INSTALLDIR%%/inc/bx/streams/db2xml.php
X%%INSTALLDIR%%/inc/bx/streams/ooo.php
X%%INSTALLDIR%%/inc/bx/streams/ooo/ooo2html.xsl
X%%INSTALLDIR%%/inc/bx/streams/portlet.php
X%%INSTALLDIR%%/inc/bx/streams/structure2xml.php
X%%INSTALLDIR%%/inc/bx/streams/svn.php
X%%INSTALLDIR%%/inc/bx/streams/wiki.php
X%%INSTALLDIR%%/inc/bx/tests/alltests.php
X%%INSTALLDIR%%/inc/bx/tests/bxwebtestcase.php
X%%INSTALLDIR%%/inc/bx/tests/codecoverage.css
X%%INSTALLDIR%%/inc/bx/tests/config-test.php-dist
X%%INSTALLDIR%%/inc/bx/tests/installertest.php
X%%INSTALLDIR%%/inc/bx/tests/test/test_of_admin.php
X%%INSTALLDIR%%/inc/bx/tests/test/test_of_blog.php
X%%INSTALLDIR%%/inc/bx/tests/test/test_of_bx_helpers_string.php
X%%INSTALLDIR%%/inc/bx/tests/test/test_of_test.php
X%%INSTALLDIR%%/inc/bx/tests/test/test_of_webpage.php
X%%INSTALLDIR%%/inc/bx/tests/testhelper/coverage.php
X%%INSTALLDIR%%/inc/bx/tests/testhelper/runner.php
X%%INSTALLDIR%%/inc/bx/tests/testhelper/scanner.php
X%%INSTALLDIR%%/inc/bx/tools/dbupdate/update.php
X%%INSTALLDIR%%/inc/bx/tools/i18n/i18ngenerator.xsl
X%%INSTALLDIR%%/inc/bx/tools/mdb2forms/README
X%%INSTALLDIR%%/inc/bx/tools/mdb2forms/configsinstall.php
X%%INSTALLDIR%%/inc/bx/tools/mdb2forms/mdbschema2forms.xsl
X%%INSTALLDIR%%/inc/bx/tools/mdb2forms/reverse_engineer_xml_schema.php
X%%INSTALLDIR%%/inc/bx/tools/svnsync
X%%INSTALLDIR%%/inc/bx/tree.php
X%%INSTALLDIR%%/inc/bx/versioning.php
X%%INSTALLDIR%%/inc/bx/versioning/svn.php
X%%INSTALLDIR%%/inc/bx/xml.php
X%%INSTALLDIR%%/inc/bx/xsl/plugin2xml.xsl
X%%INSTALLDIR%%/inc/bx/xsl/tree2kupulibrary.xsl
X%%INSTALLDIR%%/inc/magpie/AUTHORS
X%%INSTALLDIR%%/inc/magpie/CHANGES
X%%INSTALLDIR%%/inc/magpie/ChangeLog
X%%INSTALLDIR%%/inc/magpie/INSTALL
X%%INSTALLDIR%%/inc/magpie/NEWS
X%%INSTALLDIR%%/inc/magpie/README
X%%INSTALLDIR%%/inc/magpie/TROUBLESHOOTING
X%%INSTALLDIR%%/inc/magpie/cookbook
X%%INSTALLDIR%%/inc/magpie/extlib/Snoopy.class.inc
X%%INSTALLDIR%%/inc/magpie/rss_cache.inc
X%%INSTALLDIR%%/inc/magpie/rss_fetch.inc
X%%INSTALLDIR%%/inc/magpie/rss_parse.inc
X%%INSTALLDIR%%/inc/magpie/rss_utils.inc
X%%INSTALLDIR%%/inc/patError.php
X%%INSTALLDIR%%/inc/patErrorManager.php
X%%INSTALLDIR%%/inc/patForms.php
X%%INSTALLDIR%%/inc/patForms/Collection.php
X%%INSTALLDIR%%/inc/patForms/Creator.php
X%%INSTALLDIR%%/inc/patForms/Creator/DB.php
X%%INSTALLDIR%%/inc/patForms/Creator/DB/MySQL.php
X%%INSTALLDIR%%/inc/patForms/Element.php
X%%INSTALLDIR%%/inc/patForms/Element/Date.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Day.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Hour.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Meridiem.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Minute.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Month.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Second.php
X%%INSTALLDIR%%/inc/patForms/Element/Date/Element/Year.php
X%%INSTALLDIR%%/inc/patForms/Element/Enum.php
X%%INSTALLDIR%%/inc/patForms/Element/File.php
X%%INSTALLDIR%%/inc/patForms/Element/Group.php
X%%INSTALLDIR%%/inc/patForms/Element/Hidden.php
X%%INSTALLDIR%%/inc/patForms/Element/Number.php
X%%INSTALLDIR%%/inc/patForms/Element/Pool.php
X%%INSTALLDIR%%/inc/patForms/Element/Radio.php
X%%INSTALLDIR%%/inc/patForms/Element/RadioGroup.php
X%%INSTALLDIR%%/inc/patForms/Element/Set.php
X%%INSTALLDIR%%/inc/patForms/Element/String.php
X%%INSTALLDIR%%/inc/patForms/Element/Switch.php
X%%INSTALLDIR%%/inc/patForms/Element/Text.php
X%%INSTALLDIR%%/inc/patForms/Filter.php
X%%INSTALLDIR%%/inc/patForms/Filter/Multiplier.php
X%%INSTALLDIR%%/inc/patForms/Filter/Strtolower.php
X%%INSTALLDIR%%/inc/patForms/Filter/Trim.php
X%%INSTALLDIR%%/inc/patForms/Filter/XSS.php
X%%INSTALLDIR%%/inc/patForms/FormatChecker.php
X%%INSTALLDIR%%/inc/patForms/Observer.php
X%%INSTALLDIR%%/inc/patForms/Observer/ErrorAttributes.php
X%%INSTALLDIR%%/inc/patForms/Observer/ReadonlyFinished.php
X%%INSTALLDIR%%/inc/patForms/Parser.php
X%%INSTALLDIR%%/inc/patForms/Parser/Html.php
X%%INSTALLDIR%%/inc/patForms/Parser/SimpleRenderer.php
X%%INSTALLDIR%%/inc/patForms/Parser/patTemplateRenderer.php
X%%INSTALLDIR%%/inc/patForms/Renderer.php
X%%INSTALLDIR%%/inc/patForms/Renderer/Array.php
X%%INSTALLDIR%%/inc/patForms/Renderer/String.php
X%%INSTALLDIR%%/inc/patForms/Rule.php
X%%INSTALLDIR%%/inc/patForms/Rule/ConditionalEnum.php
X%%INSTALLDIR%%/inc/patForms/Rule/ConditionalRequired.php
X%%INSTALLDIR%%/inc/patForms/Rule/Email.php
X%%INSTALLDIR%%/inc/patForms/Rule/EmailEN.php
X%%INSTALLDIR%%/inc/patForms/Rule/Enum.php
X%%INSTALLDIR%%/inc/patForms/Rule/GermanBLZ.php
X%%INSTALLDIR%%/inc/patForms/Rule/GermanZipCode.php
X%%INSTALLDIR%%/inc/patForms/Rule/Retype.php
X%%INSTALLDIR%%/inc/patForms/Rule/bxTest.php
X%%INSTALLDIR%%/inc/patForms/Storage.php
X%%INSTALLDIR%%/inc/patForms/Storage/CSV.php
X%%INSTALLDIR%%/inc/patForms/Storage/DB.php
X%%INSTALLDIR%%/inc/popoon/ChangeLog
X%%INSTALLDIR%%/inc/popoon/LICENSE
X%%INSTALLDIR%%/inc/popoon/NOTICE
X%%INSTALLDIR%%/inc/popoon/VERSION
X%%INSTALLDIR%%/inc/popoon/autoload.php
X%%INSTALLDIR%%/inc/popoon/classes/browser.php
X%%INSTALLDIR%%/inc/popoon/classes/config.php
X%%INSTALLDIR%%/inc/popoon/classes/externalinput.php
X%%INSTALLDIR%%/inc/popoon/classes/i18n.php
X%%INSTALLDIR%%/inc/popoon/classes/structure2xml.php
X%%INSTALLDIR%%/inc/popoon/component.php
X%%INSTALLDIR%%/inc/popoon/components/action.php
X%%INSTALLDIR%%/inc/popoon/components/actions/davput.php
X%%INSTALLDIR%%/inc/popoon/components/actions/db_query.php
X%%INSTALLDIR%%/inc/popoon/components/actions/httpauth.php
X%%INSTALLDIR%%/inc/popoon/components/actions/mail.php
X%%INSTALLDIR%%/inc/popoon/components/actions/pearauth.php
X%%INSTALLDIR%%/inc/popoon/components/actions/pwforgotten.php
X%%INSTALLDIR%%/inc/popoon/components/actions/querybuilder.php
X%%INSTALLDIR%%/inc/popoon/components/actions/querybuilder.xsl
X%%INSTALLDIR%%/inc/popoon/components/actions/search2sql.php
X%%INSTALLDIR%%/inc/popoon/components/actions/sessionstorer.php
X%%INSTALLDIR%%/inc/popoon/components/actions/simple.php
X%%INSTALLDIR%%/inc/popoon/components/actions/simpleperm.php
X%%INSTALLDIR%%/inc/popoon/components/actions/slidemladmin.php
X%%INSTALLDIR%%/inc/popoon/components/aggregator.php
X%%INSTALLDIR%%/inc/popoon/components/cache.php
X%%INSTALLDIR%%/inc/popoon/components/generator.php
X%%INSTALLDIR%%/inc/popoon/components/generators/db2xml.php
X%%INSTALLDIR%%/inc/popoon/components/generators/directory.php
X%%INSTALLDIR%%/inc/popoon/components/generators/empty.php
X%%INSTALLDIR%%/inc/popoon/components/generators/error.php
X%%INSTALLDIR%%/inc/popoon/components/generators/planet.php
X%%INSTALLDIR%%/inc/popoon/components/generators/s9y.php
X%%INSTALLDIR%%/inc/popoon/components/generators/search/MnogoSearch.php
X%%INSTALLDIR%%/inc/popoon/components/generators/search/SwishE.php
X%%INSTALLDIR%%/inc/popoon/components/generators/structure2xml.php
X%%INSTALLDIR%%/inc/popoon/components/generators/structureslider.php
X%%INSTALLDIR%%/inc/popoon/components/generators/textfile.php
X%%INSTALLDIR%%/inc/popoon/components/generators/webdav/popoon.php
X%%INSTALLDIR%%/inc/popoon/components/generators/webdavfile.php
X%%INSTALLDIR%%/inc/popoon/components/generators/xmlfile.php
X%%INSTALLDIR%%/inc/popoon/components/generators/xmlrpcserver.php
X%%INSTALLDIR%%/inc/popoon/components/matcher.php
X%%INSTALLDIR%%/inc/popoon/components/matchers/always.php
X%%INSTALLDIR%%/inc/popoon/components/matchers/any.php
X%%INSTALLDIR%%/inc/popoon/components/matchers/phpglobals.php
X%%INSTALLDIR%%/inc/popoon/components/matchers/phpglobalvars.php
X%%INSTALLDIR%%/inc/popoon/components/matchers/uri.php
X%%INSTALLDIR%%/inc/popoon/components/reader.php
X%%INSTALLDIR%%/inc/popoon/components/readers/info.php
X%%INSTALLDIR%%/inc/popoon/components/readers/php.php
X%%INSTALLDIR%%/inc/popoon/components/readers/phpsource.php
X%%INSTALLDIR%%/inc/popoon/components/readers/resource.php
X%%INSTALLDIR%%/inc/popoon/components/readers/textsource.php
X%%INSTALLDIR%%/inc/popoon/components/readers/tgz.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/BX_BITLIB_DIR.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/BX_PROJECT_DIR.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/config.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/globals.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/lang.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/options.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/peardb.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/php.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/phpglobals.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/phpglobalsclean.php
X%%INSTALLDIR%%/inc/popoon/components/schemes/popoonmap.php
X%%INSTALLDIR%%/inc/popoon/components/selector.php
X%%INSTALLDIR%%/inc/popoon/components/selectors/any.php
X%%INSTALLDIR%%/inc/popoon/components/selectors/eval.php
X%%INSTALLDIR%%/inc/popoon/components/selectors/phpglobalvars.php
X%%INSTALLDIR%%/inc/popoon/components/selectors/requestmethod.php
X%%INSTALLDIR%%/inc/popoon/components/selectors/uri.php
X%%INSTALLDIR%%/inc/popoon/components/serializer.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/debug.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/empty.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/fo2pdf.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/html.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/html2html.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/html2html/html2html.xsl
X%%INSTALLDIR%%/inc/popoon/components/serializers/htmlwithmailobfuscator.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/text.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/xhtml.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/xml.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/xml2xls.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/xmldom.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/xmlformatted.php
X%%INSTALLDIR%%/inc/popoon/components/serializers/zip.php
X%%INSTALLDIR%%/inc/popoon/components/transformer.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/highlightcode.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/i18n.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/i18n/driver.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/i18n/xml.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/libxslt.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/phpprocessor.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/searchhighlighter.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/sourceview.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/tidy.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/xinclude.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/xmltransformer.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/xslt.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/xslt/directory2zip.xsl
X%%INSTALLDIR%%/inc/popoon/components/transformers/xsltal.php
X%%INSTALLDIR%%/inc/popoon/components/transformers/xsltal/tal2xslt.xsl
X%%INSTALLDIR%%/inc/popoon/div/generatePackage.xml.php
X%%INSTALLDIR%%/inc/popoon/examples/README
X%%INSTALLDIR%%/inc/popoon/examples/XMLT_Image.xml
X%%INSTALLDIR%%/inc/popoon/examples/Xhtml2fo.xsl
X%%INSTALLDIR%%/inc/popoon/examples/action_hello.xsl
X%%INSTALLDIR%%/inc/popoon/examples/action_unknown.xml
X%%INSTALLDIR%%/inc/popoon/examples/docbook.xml
X%%INSTALLDIR%%/inc/popoon/examples/empty.xml
X%%INSTALLDIR%%/inc/popoon/examples/examples.php
X%%INSTALLDIR%%/inc/popoon/examples/examples.xml
X%%INSTALLDIR%%/inc/popoon/examples/examples.xsl
X%%INSTALLDIR%%/inc/popoon/examples/examples_sitemap.xml
X%%INSTALLDIR%%/inc/popoon/examples/htaccess
X%%INSTALLDIR%%/inc/popoon/examples/index.php
X%%INSTALLDIR%%/inc/popoon/examples/index.phps
X%%INSTALLDIR%%/inc/popoon/examples/sitemap1.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap2.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap3.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_action.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_mod.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_mount.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_mounted.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_part.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_part_http.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_php.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_xmlt.xml
X%%INSTALLDIR%%/inc/popoon/examples/sitemap_xmlt2.xml
X%%INSTALLDIR%%/inc/popoon/examples/slideml.xml
X%%INSTALLDIR%%/inc/popoon/examples/slideml/2html_ext_css.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml/htaccess
X%%INSTALLDIR%%/inc/popoon/examples/slideml/img/phpug_logo.gif
X%%INSTALLDIR%%/inc/popoon/examples/slideml/index.php
X%%INSTALLDIR%%/inc/popoon/examples/slideml/sitemap_mod.xml
X%%INSTALLDIR%%/inc/popoon/examples/slideml/slideml.xml
X%%INSTALLDIR%%/inc/popoon/examples/slideml/styles.css
X%%INSTALLDIR%%/inc/popoon/examples/slideml2html.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml2html_get.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml2html_mod.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml2html_php.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml2pdf_mod.xsl
X%%INSTALLDIR%%/inc/popoon/examples/slideml2xml_mod.xsl
X%%INSTALLDIR%%/inc/popoon/examples/somepng.png
X%%INSTALLDIR%%/inc/popoon/examples/syntax-handle-errors-sitemap.xml
X%%INSTALLDIR%%/inc/popoon/exceptions/DB.php
X%%INSTALLDIR%%/inc/popoon/exceptions/FileNotFound.php
X%%INSTALLDIR%%/inc/popoon/exceptions/IsNotFile.php
X%%INSTALLDIR%%/inc/popoon/exceptions/PEAR.php
X%%INSTALLDIR%%/inc/popoon/exceptions/XMLParseError.php
X%%INSTALLDIR%%/inc/popoon/exceptions/XSLTParseError.php
X%%INSTALLDIR%%/inc/popoon/functions/common.php
X%%INSTALLDIR%%/inc/popoon/globalContainer.php
X%%INSTALLDIR%%/inc/popoon/helpers/lang.php
X%%INSTALLDIR%%/inc/popoon/helpers/mimetypes.php
X%%INSTALLDIR%%/inc/popoon/helpers/simplecache.php
X%%INSTALLDIR%%/inc/popoon/package.xml
X%%INSTALLDIR%%/inc/popoon/pool.php
X%%INSTALLDIR%%/inc/popoon/popoon.php
X%%INSTALLDIR%%/inc/popoon/sitemap.php
X%%INSTALLDIR%%/inc/popoon/sitemap/outputcache.php
X%%INSTALLDIR%%/inc/popoon/sitemap/sitemap2php.xsl
X%%INSTALLDIR%%/inc/popoon/sitemap/sitemap2phpincludes.xsl
X%%INSTALLDIR%%/inc/popoon/streams/bx.php
X%%INSTALLDIR%%/inc/popoon/streams/imageresize.php
X%%INSTALLDIR%%/inc/popoon/streams/ooo.php
X%%INSTALLDIR%%/inc/popoon/streams/ooo/ooo2html.xsl
X%%INSTALLDIR%%/inc/popoon/streams/storage/dbsax.php
X%%INSTALLDIR%%/inc/popoon/streams/tidy.php
X%%INSTALLDIR%%/inc/popoon/streams/wiki.php
X%%INSTALLDIR%%/inc/popoon/tests/README
X%%INSTALLDIR%%/inc/popoon/tests/run-tests.php4
X%%INSTALLDIR%%/inc/popoon/tests/run-tests.php5
X%%INSTALLDIR%%/inc/popoon/tests/run-tests.sh
X%%INSTALLDIR%%/inc/popoon/tests/tests/001.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/002.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/003.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/004.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/005.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/005usephp.xsl
X%%INSTALLDIR%%/inc/popoon/tests/tests/006.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/007.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/008.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/009.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/010.phpt
X%%INSTALLDIR%%/inc/popoon/tests/tests/empty.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/init.php
X%%INSTALLDIR%%/inc/popoon/tests/tests/popoon.sql
X%%INSTALLDIR%%/inc/popoon/tests/tests/sample.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sample2html.xsl
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap001.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap002.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap003.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap004.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap005.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap006.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap007.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap008.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap009.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap009m.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/sitemap010.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/slideml.xml
X%%INSTALLDIR%%/inc/popoon/tests/tests/slideml2xml_1page.xsl
X%%INSTALLDIR%%/inc/popoon/xsl/error2html.xsl
X%%INSTALLDIR%%/inc/simpletest/HELP_MY_TESTS_DONT_WORK_ANYMORE
X%%INSTALLDIR%%/inc/simpletest/LICENSE
X%%INSTALLDIR%%/inc/simpletest/README
X%%INSTALLDIR%%/inc/simpletest/VERSION
X%%INSTALLDIR%%/inc/simpletest/authentication.php
X%%INSTALLDIR%%/inc/simpletest/browser.php
X%%INSTALLDIR%%/inc/simpletest/collector.php
X%%INSTALLDIR%%/inc/simpletest/compatibility.php
X%%INSTALLDIR%%/inc/simpletest/dumper.php
X%%INSTALLDIR%%/inc/simpletest/encoding.php
X%%INSTALLDIR%%/inc/simpletest/errors.php
X%%INSTALLDIR%%/inc/simpletest/expectation.php
X%%INSTALLDIR%%/inc/simpletest/extensions/pear_test_case.php
X%%INSTALLDIR%%/inc/simpletest/extensions/phpunit_test_case.php
X%%INSTALLDIR%%/inc/simpletest/form.php
X%%INSTALLDIR%%/inc/simpletest/frames.php
X%%INSTALLDIR%%/inc/simpletest/http.php
X%%INSTALLDIR%%/inc/simpletest/mock_objects.php
X%%INSTALLDIR%%/inc/simpletest/page.php
X%%INSTALLDIR%%/inc/simpletest/parser.php
X%%INSTALLDIR%%/inc/simpletest/reflection_php4.php
X%%INSTALLDIR%%/inc/simpletest/reflection_php5.php
X%%INSTALLDIR%%/inc/simpletest/remote.php
X%%INSTALLDIR%%/inc/simpletest/reporter.php
X%%INSTALLDIR%%/inc/simpletest/runner.php
X%%INSTALLDIR%%/inc/simpletest/scorer.php
X%%INSTALLDIR%%/inc/simpletest/selector.php
X%%INSTALLDIR%%/inc/simpletest/shell_tester.php
X%%INSTALLDIR%%/inc/simpletest/simpletest.php
X%%INSTALLDIR%%/inc/simpletest/socket.php
X%%INSTALLDIR%%/inc/simpletest/tag.php
X%%INSTALLDIR%%/inc/simpletest/test_case.php
X%%INSTALLDIR%%/inc/simpletest/unit_tester.php
X%%INSTALLDIR%%/inc/simpletest/url.php
X%%INSTALLDIR%%/inc/simpletest/user_agent.php
X%%INSTALLDIR%%/inc/simpletest/web_tester.php
X%%INSTALLDIR%%/inc/simpletest/xml.php
X%%INSTALLDIR%%/index.php
X%%INSTALLDIR%%/install/build-shared.xml
X%%INSTALLDIR%%/install/build.xml
X%%INSTALLDIR%%/install/conf-shared/_htaccess_shared
X%%INSTALLDIR%%/install/conf-shared/after.php
X%%INSTALLDIR%%/install/conf-shared/before.php
X%%INSTALLDIR%%/install/conf-shared/config.xml
X%%INSTALLDIR%%/install/conf-shared/include.php
X%%INSTALLDIR%%/install/dist/conf/config.xml
X%%INSTALLDIR%%/install/dist/conf/editors/xhtml.xml
X%%INSTALLDIR%%/install/dist/conf/fck/fckstyles.xml
X%%INSTALLDIR%%/install/dist/conf/htaccess
X%%INSTALLDIR%%/install/dist/conf/include.php
X%%INSTALLDIR%%/install/dist/conf/properties/audio/mpeg.xml
X%%INSTALLDIR%%/install/dist/conf/properties/image/jpeg.xml
X%%INSTALLDIR%%/install/dist/conf/properties/properties.xml
X%%INSTALLDIR%%/install/dist/data/.configxml
X%%INSTALLDIR%%/install/dist/data/.configxml.children
X%%INSTALLDIR%%/install/dist/data/blog/.configxml
X%%INSTALLDIR%%/install/dist/data/blog/index.de.xhtml
X%%INSTALLDIR%%/install/dist/data/contact/.configxml
X%%INSTALLDIR%%/install/dist/data/contact/index.de.xhtml
X%%INSTALLDIR%%/install/dist/data/contact/index.en.xhtml
X%%INSTALLDIR%%/install/dist/data/contact/thanks.de.xhtml
X%%INSTALLDIR%%/install/dist/data/contact/thanks.en.xhtml
X%%INSTALLDIR%%/install/dist/data/files/.configxml
X%%INSTALLDIR%%/install/dist/data/gallery/.configxml
X%%INSTALLDIR%%/install/dist/data/gallery/.configxml.children
X%%INSTALLDIR%%/install/dist/data/gallery/index.de.xhtml
X%%INSTALLDIR%%/install/dist/data/index.de.xhtml
X%%INSTALLDIR%%/install/dist/data/index.en.xhtml
X%%INSTALLDIR%%/install/dist/data/lang/.configxml
X%%INSTALLDIR%%/install/dist/data/themes/.configxml
X%%INSTALLDIR%%/install/dist/files/_galleries/gallery/platzhalter.jpg
X%%INSTALLDIR%%/install/dist/files/images/getfirefox.png
X%%INSTALLDIR%%/install/dist/files/images/lageplan.png
X%%INSTALLDIR%%/install/dist/files/images/xml.png
X%%INSTALLDIR%%/install/dist/htaccess
X%%INSTALLDIR%%/install/dist/lang/contact.xml
X%%INSTALLDIR%%/install/dist/lang/contact_de.xml
X%%INSTALLDIR%%/install/dist/lang/master.xml
X%%INSTALLDIR%%/install/dist/lang/master_de.xml
X%%INSTALLDIR%%/install/dist/lang/master_en.xml
X%%INSTALLDIR%%/install/dist/sitemap/sitemap.xml
X%%INSTALLDIR%%/install/extractProperties.xsl
X%%INSTALLDIR%%/install/index-shared.php
X%%INSTALLDIR%%/install/index.php
X%%INSTALLDIR%%/install/installAll.sh
X%%INSTALLDIR%%/install/lock.sh
X%%INSTALLDIR%%/install/master.sql
X%%INSTALLDIR%%/install/phing/CHANGELOG
X%%INSTALLDIR%%/install/phing/CREDITS
X%%INSTALLDIR%%/install/phing/INSTALL.UNIX
X%%INSTALLDIR%%/install/phing/INSTALL.WIN32
X%%INSTALLDIR%%/install/phing/LICENSE
X%%INSTALLDIR%%/install/phing/README
X%%INSTALLDIR%%/install/phing/TODO
X%%INSTALLDIR%%/install/phing/bin/pear-phing
X%%INSTALLDIR%%/install/phing/bin/pear-phing.bat
X%%INSTALLDIR%%/install/phing/bin/phing
X%%INSTALLDIR%%/install/phing/bin/phing.bat
X%%INSTALLDIR%%/install/phing/bin/phing.php
X%%INSTALLDIR%%/install/phing/build.xml
X%%INSTALLDIR%%/install/phing/classes/phing/BuildEvent.php
X%%INSTALLDIR%%/install/phing/classes/phing/BuildException.php
X%%INSTALLDIR%%/install/phing/classes/phing/BuildListener.php
X%%INSTALLDIR%%/install/phing/classes/phing/IntrospectionHelper.php
X%%INSTALLDIR%%/install/phing/classes/phing/Phing.php
X%%INSTALLDIR%%/install/phing/classes/phing/Project.php
X%%INSTALLDIR%%/install/phing/classes/phing/ProjectComponent.php
X%%INSTALLDIR%%/install/phing/classes/phing/RuntimeConfigurable.php
X%%INSTALLDIR%%/install/phing/classes/phing/Target.php
X%%INSTALLDIR%%/install/phing/classes/phing/Task.php
X%%INSTALLDIR%%/install/phing/classes/phing/TaskAdapter.php
X%%INSTALLDIR%%/install/phing/classes/phing/TaskContainer.php
X%%INSTALLDIR%%/install/phing/classes/phing/UnknownElement.php
X%%INSTALLDIR%%/install/phing/classes/phing/VERSION.TXT
X%%INSTALLDIR%%/install/phing/classes/phing/filters/BaseFilterReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/BaseParamFilterReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/ChainableReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/ExpandProperties.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/HeadFilter.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/LineContains.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/LineContainsRegexp.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/PrefixLines.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/ReplaceRegexp.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/ReplaceTokens.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/StripLineBreaks.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/StripLineComments.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/StripPhpComments.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/TabToSpaces.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/TailFilter.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/TranslateGettext.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/XsltFilter.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/util/ChainReaderHelper.php
X%%INSTALLDIR%%/install/phing/classes/phing/filters/util/IniFileTokenReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/DefaultInputHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/InputHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/InputRequest.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/MultipleChoiceInputRequest.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/PropertyFileInputHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/input/YesNoInputRequest.php
X%%INSTALLDIR%%/install/phing/classes/phing/lib/Capsule.php
X%%INSTALLDIR%%/install/phing/classes/phing/lib/Tar.php
X%%INSTALLDIR%%/install/phing/classes/phing/lib/Zip.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/AnsiColorLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/BuildLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/DefaultLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/HtmlLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/NoBannerLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/PearLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/XmlLogger.php
X%%INSTALLDIR%%/install/phing/classes/phing/listener/defaults.properties
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/FileNameMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/FlattenMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/GlobMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/IdentityMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/MergeMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/mappers/RegexpMapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/AbstractHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/AbstractSAXParser.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/DataTypeHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/ExpatParseException.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/ExpatParser.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/Location.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/NestedElementHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/ProjectConfigurator.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/ProjectHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/RootHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/TargetHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/parser/TaskHandler.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/BufferedReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/BufferedWriter.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/ConsoleReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/File.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/FileReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/FileSystem.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/FileWriter.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/FilterReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/IOException.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/Reader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/StringReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/TokenReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/UnixFileSystem.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/Win32FileSystem.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/WinNTFileSystem.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/io/Writer.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/Character.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/EventObject.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/FileNotFoundException.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/NullPointerException.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/RuntimeException.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/lang/SecurityException.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/util/Message.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/util/Properties.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/util/Register.php
X%%INSTALLDIR%%/install/phing/classes/phing/system/util/Timer.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/defaults.properties
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/CapsuleTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/CreoleSQLExecTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/CreoleTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/MDB2SQLExecTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/MDB2Task.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/MailTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/PackageAsPathTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/PearPackageTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/SmartyTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/TarTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/ZipTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/pearpackage/Fileset.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/svn/SvnLastRevisionTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/AdhocTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/AdhocTaskdefTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/AdhocTypedefTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/AppendTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/AvailableTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ChmodTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ConditionTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/CopyTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/CvsPassTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/CvsTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/DeleteTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/EchoTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ExecTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ExitTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ForeachTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/IncludePathTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/InputTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/MatchingTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/MkdirTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/MoveTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/PhingCallTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/PhingTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/PhpEvalTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/PropertyPromptTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/PropertyTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ReflexiveTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/ResolvePathTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/TaskdefTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/TouchTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/TypedefTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/UpToDateTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/XsltTask.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/AndCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/Condition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/ConditionBase.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/ContainsCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/EqualsCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/IsFalseCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/IsSetCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/IsTrueCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/NotCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/OrCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition/OsCondition.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/AbstractFileSet.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Commandline.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/DataType.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Description.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/DirSet.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/FileList.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/FileSet.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/FilterChain.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Mapper.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Parameter.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Parameterizable.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Path.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/PatternSet.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/PhingFilterReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/Reference.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/RegularExpression.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/TokenReader.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/TokenSource.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/defaults.properties
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/AndSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/BaseExtendSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/BaseSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/BaseSelectorContainer.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/ContainsRegexpSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/ContainsSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/DateSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/DependSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/DepthSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/ExtendFileSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/ExtendSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/FileSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/FilenameSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/MajoritySelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/NoneSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/NotSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/OrSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/PresentSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/SelectSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/SelectorContainer.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/SelectorScanner.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/SelectorUtils.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/SizeSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/types/selectors/TypeSelector.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/DirectoryScanner.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/ExtendedFileStream.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/FileUtils.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/LogWriter.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/PathTokenizer.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/SourceFileScanner.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/StringHelper.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/regexp/PregEngine.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/regexp/Regexp.php
X%%INSTALLDIR%%/install/phing/classes/phing/util/regexp/RegexpEngine.php
X%%INSTALLDIR%%/install/properties-shared.xml-dist
X%%INSTALLDIR%%/install/properties.xml
X%%INSTALLDIR%%/install/replace_email.xsl
X%%INSTALLDIR%%/install/sitemap_tidy.xsl
X%%INSTALLDIR%%/install/unlock.sh
X%%INSTALLDIR%%/robots.txt
X%%INSTALLDIR%%/structure/bloglinks.xml
X%%INSTALLDIR%%/structure/news.xml
X%%INSTALLDIR%%/structure/quicklinks.php
X%%INSTALLDIR%%/themes/2-cols/aggregator.xsl
X%%INSTALLDIR%%/themes/2-cols/blog.xsl
X%%INSTALLDIR%%/themes/2-cols/buttons/bxcms.png
X%%INSTALLDIR%%/themes/2-cols/buttons/comments.png
X%%INSTALLDIR%%/themes/2-cols/buttons/fluxcms.png
X%%INSTALLDIR%%/themes/2-cols/buttons/freeflux.png
X%%INSTALLDIR%%/themes/2-cols/buttons/popoon.png
X%%INSTALLDIR%%/themes/2-cols/buttons/rss.png
X%%INSTALLDIR%%/themes/2-cols/buttons/xhtml10.png
X%%INSTALLDIR%%/themes/2-cols/css/bx-additions.css
X%%INSTALLDIR%%/themes/2-cols/css/bxe-additions.css
X%%INSTALLDIR%%/themes/2-cols/css/kupu-additions.css
X%%INSTALLDIR%%/themes/2-cols/css/main.css
X%%INSTALLDIR%%/themes/2-cols/css/main_bird.css
X%%INSTALLDIR%%/themes/2-cols/css/main_mint.css
X%%INSTALLDIR%%/themes/2-cols/css/mobile.css
X%%INSTALLDIR%%/themes/2-cols/css/rss.css
X%%INSTALLDIR%%/themes/2-cols/dms.xsl
X%%INSTALLDIR%%/themes/2-cols/events.xsl
X%%INSTALLDIR%%/themes/2-cols/gallery.xsl
X%%INSTALLDIR%%/themes/2-cols/images/bird.jpg
X%%INSTALLDIR%%/themes/2-cols/images/proto.jpg
X%%INSTALLDIR%%/themes/2-cols/links.xsl
X%%INSTALLDIR%%/themes/2-cols/master.xsl
X%%INSTALLDIR%%/themes/2-cols/pagenotallowed.xsl
X%%INSTALLDIR%%/themes/2-cols/pagenotfound.xsl
X%%INSTALLDIR%%/themes/2-cols/preview/main.jpg
X%%INSTALLDIR%%/themes/2-cols/preview/main_bird.jpg
X%%INSTALLDIR%%/themes/2-cols/preview/main_mint.jpg
X%%INSTALLDIR%%/themes/2-cols/search.xsl
X%%INSTALLDIR%%/themes/2-cols/static.xsl
X%%INSTALLDIR%%/themes/2-cols/template.tal
X%%INSTALLDIR%%/themes/2-cols/templates/default.xhtml
X%%INSTALLDIR%%/themes/2-cols/vote.xsl
X%%INSTALLDIR%%/themes/3-cols/aggregator.xsl
X%%INSTALLDIR%%/themes/3-cols/blog.xsl
X%%INSTALLDIR%%/themes/3-cols/buttons/bxcms.png
X%%INSTALLDIR%%/themes/3-cols/buttons/comments.png
X%%INSTALLDIR%%/themes/3-cols/buttons/fluxcms.png
X%%INSTALLDIR%%/themes/3-cols/buttons/freeflux.png
X%%INSTALLDIR%%/themes/3-cols/buttons/popoon.png
X%%INSTALLDIR%%/themes/3-cols/buttons/rss.png
X%%INSTALLDIR%%/themes/3-cols/buttons/xhtml10.png
X%%INSTALLDIR%%/themes/3-cols/css/bx-additions.css
X%%INSTALLDIR%%/themes/3-cols/css/bxe-additions.css
X%%INSTALLDIR%%/themes/3-cols/css/kupu-additions.css
X%%INSTALLDIR%%/themes/3-cols/css/main.css
X%%INSTALLDIR%%/themes/3-cols/css/main_bird.css
X%%INSTALLDIR%%/themes/3-cols/css/main_mint.css
X%%INSTALLDIR%%/themes/3-cols/css/mobile.css
X%%INSTALLDIR%%/themes/3-cols/css/rss.css
X%%INSTALLDIR%%/themes/3-cols/dms.xsl
X%%INSTALLDIR%%/themes/3-cols/events.xsl
X%%INSTALLDIR%%/themes/3-cols/gallery.xsl
X%%INSTALLDIR%%/themes/3-cols/images/bird.jpg
X%%INSTALLDIR%%/themes/3-cols/images/proto.jpg
X%%INSTALLDIR%%/themes/3-cols/links.xsl
X%%INSTALLDIR%%/themes/3-cols/master.xsl
X%%INSTALLDIR%%/themes/3-cols/pagenotallowed.xsl
X%%INSTALLDIR%%/themes/3-cols/pagenotfound.xsl
X%%INSTALLDIR%%/themes/3-cols/preview/main.jpg
X%%INSTALLDIR%%/themes/3-cols/preview/main_bird.jpg
X%%INSTALLDIR%%/themes/3-cols/preview/main_mint.jpg
X%%INSTALLDIR%%/themes/3-cols/search.xsl
X%%INSTALLDIR%%/themes/3-cols/static.xsl
X%%INSTALLDIR%%/themes/3-cols/template.tal
X%%INSTALLDIR%%/themes/3-cols/templates/default.xhtml
X%%INSTALLDIR%%/themes/3-cols/vote.xsl
X%%INSTALLDIR%%/themes/bxcms/blog.xsl
X%%INSTALLDIR%%/themes/bxcms/buttons/bxcms.png
X%%INSTALLDIR%%/themes/bxcms/buttons/comments.png
X%%INSTALLDIR%%/themes/bxcms/buttons/popoon.png
X%%INSTALLDIR%%/themes/bxcms/buttons/rss.png
X%%INSTALLDIR%%/themes/bxcms/buttons/xhtml10.png
X%%INSTALLDIR%%/themes/bxcms/css/bx-additions.css
X%%INSTALLDIR%%/themes/bxcms/css/bxe-additions.css
X%%INSTALLDIR%%/themes/bxcms/css/main.css
X%%INSTALLDIR%%/themes/bxcms/css/rss.css
X%%INSTALLDIR%%/themes/bxcms/gallery.xsl
X%%INSTALLDIR%%/themes/bxcms/master.xsl
X%%INSTALLDIR%%/themes/bxcms/pagenotallowed.xsl
X%%INSTALLDIR%%/themes/bxcms/pagenotfound.xsl
X%%INSTALLDIR%%/themes/bxcms/preview/main.jpg
X%%INSTALLDIR%%/themes/bxcms/static.xsl
X%%INSTALLDIR%%/themes/bxcms/template.tal
X%%INSTALLDIR%%/themes/bxcms/templates/default.xhtml
X%%INSTALLDIR%%/themes/mobile/blog.xsl
X%%INSTALLDIR%%/themes/mobile/css/main.css
X%%INSTALLDIR%%/themes/mobile/gallery.xsl
X%%INSTALLDIR%%/themes/mobile/master.xsl
X%%INSTALLDIR%%/themes/mobile/pagenotallowed.xsl
X%%INSTALLDIR%%/themes/mobile/pagenotfound.xsl
X%%INSTALLDIR%%/themes/mobile/static.xsl
X%%INSTALLDIR%%/themes/standard/admin/addresource.xsl
X%%INSTALLDIR%%/themes/standard/admin/admin.xsl
X%%INSTALLDIR%%/themes/standard/admin/adminfields.xsl
X%%INSTALLDIR%%/themes/standard/admin/blank.html
X%%INSTALLDIR%%/themes/standard/admin/blog.xsl
X%%INSTALLDIR%%/themes/standard/admin/collection.xsl
X%%INSTALLDIR%%/themes/standard/admin/css/admin.css
X%%INSTALLDIR%%/themes/standard/admin/css/blog.css
X%%INSTALLDIR%%/themes/standard/admin/css/dbforms2.css
X%%INSTALLDIR%%/themes/standard/admin/css/editpopup.css
X%%INSTALLDIR%%/themes/standard/admin/css/formedit.css
X%%INSTALLDIR%%/themes/standard/admin/css/head.css
X%%INSTALLDIR%%/themes/standard/admin/css/listview.css
X%%INSTALLDIR%%/themes/standard/admin/css/login.css
X%%INSTALLDIR%%/themes/standard/admin/css/navi.css
X%%INSTALLDIR%%/themes/standard/admin/css/overview.css
X%%INSTALLDIR%%/themes/standard/admin/css/overviewhome.css
X%%INSTALLDIR%%/themes/standard/admin/delete.xsl
X%%INSTALLDIR%%/themes/standard/admin/edit.xsl
X%%INSTALLDIR%%/themes/standard/admin/formedit.xsl
X%%INSTALLDIR%%/themes/standard/admin/frameset.xsl
X%%INSTALLDIR%%/themes/standard/admin/images/bitfluxlogo.gif
X%%INSTALLDIR%%/themes/standard/admin/images/dbforms2/liveselect_arrowd.gif
X%%INSTALLDIR%%/themes/standard/admin/images/overview/blog.png
X%%INSTALLDIR%%/themes/standard/admin/images/overview/collection.png
X%%INSTALLDIR%%/themes/standard/admin/images/overview/gallery.png
X%%INSTALLDIR%%/themes/standard/admin/images/overview/options.png
X%%INSTALLDIR%%/themes/standard/admin/images/overview/resource.png
X%%INSTALLDIR%%/themes/standard/admin/images/schloss.jpg
X%%INSTALLDIR%%/themes/standard/admin/images/shadow1.png
X%%INSTALLDIR%%/themes/standard/admin/images/shadow2.png
X%%INSTALLDIR%%/themes/standard/admin/images/sxip_in.gif
X%%INSTALLDIR%%/themes/standard/admin/images/wait_bar.gif
X%%INSTALLDIR%%/themes/standard/admin/index.html
X%%INSTALLDIR%%/themes/standard/admin/listview.xsl
X%%INSTALLDIR%%/themes/standard/admin/login.html
X%%INSTALLDIR%%/themes/standard/admin/navi.xsl
X%%INSTALLDIR%%/themes/standard/admin/overview.xsl
X%%INSTALLDIR%%/themes/standard/admin/plugins/dbforms2.xsl
X%%INSTALLDIR%%/themes/standard/admin/plugins/properties.xsl
X%%INSTALLDIR%%/themes/standard/admin/properties.xsl
X%%INSTALLDIR%%/themes/standard/admin/themes.xsl
X%%INSTALLDIR%%/themes/standard/common.xsl
X%%INSTALLDIR%%/themes/standard/copy.xsl
X%%INSTALLDIR%%/themes/standard/pagenotallowed.xsl
X%%INSTALLDIR%%/themes/standard/plugins/aggregator/aggregator.xsl
X%%INSTALLDIR%%/themes/standard/plugins/aggregator/aggregator2rss.xsl
X%%INSTALLDIR%%/themes/standard/plugins/blog.xsl
X%%INSTALLDIR%%/themes/standard/plugins/blog/blog2atom.xsl
X%%INSTALLDIR%%/themes/standard/plugins/blog/blog2rss.xsl
X%%INSTALLDIR%%/themes/standard/plugins/blog/comments2rss.xsl
X%%INSTALLDIR%%/themes/standard/plugins/blog/trackback.xsl
X%%INSTALLDIR%%/themes/standard/plugins/dms/dms.xsl
X%%INSTALLDIR%%/themes/standard/plugins/dms/dms2rss.xsl
X%%INSTALLDIR%%/themes/standard/plugins/gallery.xsl
X%%INSTALLDIR%%/themes/standard/plugins/metainfo/podcast.xsl
X%%INSTALLDIR%%/themes/standard/plugins/metasearch/result2html.xsl
X%%INSTALLDIR%%/themes/standard/plugins/vote/vote.xsl
X%%INSTALLDIR%%/themes/standard/static.xsl
X%%INSTALLDIR%%/themes/standard/text.xsl
X%%INSTALLDIR%%/webinc/bxe.html
X%%INSTALLDIR%%/webinc/bxe/LICENSE
X%%INSTALLDIR%%/webinc/bxe/LICENSE.kupu
X%%INSTALLDIR%%/webinc/bxe/NEWS
X%%INSTALLDIR%%/webinc/bxe/NOTICE
X%%INSTALLDIR%%/webinc/bxe/bxeLoader.js
X%%INSTALLDIR%%/webinc/bxe/css/editor.css
X%%INSTALLDIR%%/webinc/bxe/css/kupudrawerstyles.css
X%%INSTALLDIR%%/webinc/bxe/css/main.css
X%%INSTALLDIR%%/webinc/bxe/div/updateBuildDate.sh
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/config.xml
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/index.html
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/inline.css
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/inline.xml
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/main.css
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/mathml.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/MathML/relaxng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/config.xml
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/entry.css
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/entry.xml
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/entry.xsl
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/index.html
X%%INSTALLDIR%%/webinc/bxe/examples/echo-atom/relaxng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inline/config.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/280line.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/bitfluxeditor_logo2.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/footer.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/nav_rand1black.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/nav_randblack.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/images/spacer.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inline/index.html
X%%INSTALLDIR%%/webinc/bxe/examples/inline/inline.css
X%%INSTALLDIR%%/webinc/bxe/examples/inline/inline.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inline/main.css
X%%INSTALLDIR%%/webinc/bxe/examples/inline/relaxng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/config.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/280line.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/bitfluxeditor_logo2.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/bxelogo.png
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/footer.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/nav_rand1black.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/nav_randblack.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images/spacer.gif
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/index.html
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/inline.css
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/inline.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/libraries.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/main.css
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/pictures.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/pictures/goodgirl.jpg
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/pictures/landessender.jpg
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/relaxng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/attribs.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/basic-form.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/basic-table.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/datatypes.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/form.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/hypertext.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/inlstyle.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/list.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/nameident.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/object.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/param.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/pres.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/struct.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/target.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules/text.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/xhtml-strict.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/xhtml.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/config.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/content.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/css/content-bxeng.css
X%%INSTALLDIR%%/webinc/bxe/examples/uni/css/main.css
X%%INSTALLDIR%%/webinc/bxe/examples/uni/index.bxe.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/index.html
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/dublincore/dublincore.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/homepage.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/lenya.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/unizh.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/attribs.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/basic-form.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/basic-table.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/datatypes.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/form.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/hypertext.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/inlstyle.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/list.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/nameident.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/object.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/param.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/pres.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/struct.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/target.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules/text.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/xhtml-strict.rng.xml
X%%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/xhtml.rng.xml
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/build.sh
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/bxehelper-0.1.xpi
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/bxehelper.xpi
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/config_build.sh
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/content/bxehelper.xul
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/content/caret.js
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/content/contents.rdf
X%%INSTALLDIR%%/webinc/bxe/firefox_extension/install.rdf
X%%INSTALLDIR%%/webinc/bxe/images/buttons.png
X%%INSTALLDIR%%/webinc/bxe/images/bxe.png
X%%INSTALLDIR%%/webinc/bxe/images/bxelogo.png
X%%INSTALLDIR%%/webinc/bxe/images/triangle.png
X%%INSTALLDIR%%/webinc/bxe/index.html
X%%INSTALLDIR%%/webinc/bxe/js/bxeConfig.js
X%%INSTALLDIR%%/webinc/bxe/js/bxeFunctions.js
X%%INSTALLDIR%%/webinc/bxe/js/bxeNodeElements.js
X%%INSTALLDIR%%/webinc/bxe/js/bxeXMLDocument.js
X%%INSTALLDIR%%/webinc/bxe/js/bxeXMLNode.js
X%%INSTALLDIR%%/webinc/bxe/js/bxehtmltb.js
X%%INSTALLDIR%%/webinc/bxe/js/eDOMEvents.js
X%%INSTALLDIR%%/webinc/bxe/js/table.js
X%%INSTALLDIR%%/webinc/bxe/js/widget.js
X%%INSTALLDIR%%/webinc/bxe/kupu/kupubasetools.js
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers.js
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/assetdrawer.xsl
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/demolibraries.xml
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/demolibrary1.xml
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/demolibrary2.xml
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/imagedrawer.xsl
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/librarydrawer.xsl
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers/linkdrawer.xsl
X%%INSTALLDIR%%/webinc/bxe/kupu/kupudrawertool.js
X%%INSTALLDIR%%/webinc/bxe/kupu/kupuhelpers.js
X%%INSTALLDIR%%/webinc/bxe/kupu/kupulibrarydrawer.js
X%%INSTALLDIR%%/webinc/bxe/kupu/sarissa.js
X%%INSTALLDIR%%/webinc/bxe/mozile/README.html
X%%INSTALLDIR%%/webinc/bxe/mozile/buttons.png
X%%INSTALLDIR%%/webinc/bxe/mozile/domlevel3.js
X%%INSTALLDIR%%/webinc/bxe/mozile/eDOM.js
X%%INSTALLDIR%%/webinc/bxe/mozile/eDOMXHTML.js
X%%INSTALLDIR%%/webinc/bxe/mozile/jsdav.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozCE.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozIECE.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozWrappers.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozileSave.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozileTransportDriver.js
X%%INSTALLDIR%%/webinc/bxe/mozile/mozilekb.js
X%%INSTALLDIR%%/webinc/bxe/mozile/td/file.js
X%%INSTALLDIR%%/webinc/bxe/mozile/td/http.js
X%%INSTALLDIR%%/webinc/bxe/mozile/td/webdav.js
X%%INSTALLDIR%%/webinc/bxe/picturesExample/index.html
X%%INSTALLDIR%%/webinc/bxe/plugins/ClipboardPasteDialog.js
X%%INSTALLDIR%%/webinc/bxe/plugins/Drawer.js
X%%INSTALLDIR%%/webinc/bxe/plugins/Drawer/classes.js
X%%INSTALLDIR%%/webinc/bxe/plugins/XMLSnippets.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/AttributeVDOM.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/DocumentVAL.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/DocumentVDOM.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/ElementVAL.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/ElementVDOM.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/NodeVAL.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/NodeVDOM.js
X%%INSTALLDIR%%/webinc/bxe/relaxng/RelaxNG.js
X%%INSTALLDIR%%/webinc/bxe/scripts/loadsave.php
X%%INSTALLDIR%%/webinc/bxe/td/relaxngtest.js
X%%INSTALLDIR%%/webinc/bxe/util/Doxyfile
X%%INSTALLDIR%%/webinc/bxe/util/JsUnit.css
X%%INSTALLDIR%%/webinc/bxe/util/JsUnitFooter.html
X%%INSTALLDIR%%/webinc/bxe/util/JsUnitHeader.html
X%%INSTALLDIR%%/webinc/bxe/util/js2doxy.pl
X%%INSTALLDIR%%/webinc/bxe/util/jsdoc
X%%INSTALLDIR%%/webinc/bxe/xsl/transformxsl.xsl
X%%INSTALLDIR%%/webinc/bxecms/bxcms.js
X%%INSTALLDIR%%/webinc/editors/fck/fck.js
X%%INSTALLDIR%%/webinc/editors/fck/fckstyles.xml
X%%INSTALLDIR%%/webinc/editors/fck/fcktemplates.xml
X%%INSTALLDIR%%/webinc/editors/image/transbg.png
X%%INSTALLDIR%%/webinc/editors/image/transparentpixel.gif
X%%INSTALLDIR%%/webinc/editors/image/wz_dragdrop.js
X%%INSTALLDIR%%/webinc/editors/oneform/save.js
X%%INSTALLDIR%%/webinc/fck.html
X%%INSTALLDIR%%/webinc/fck/README.patch
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/anchor.gif
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/anchors.htc
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/disablehandles.htc
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/hiddenfield.gif
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/hiddenfield.htc
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/moz-bindings.xml
X%%INSTALLDIR%%/webinc/fck/editor/css/behaviors/showtableborders.htc
X%%INSTALLDIR%%/webinc/fck/editor/css/fck_editorarea.css
X%%INSTALLDIR%%/webinc/fck/editor/css/fck_internal.css
X%%INSTALLDIR%%/webinc/fck/editor/css/fck_showtableborders_gecko.css
X%%INSTALLDIR%%/webinc/fck/editor/css/images/fck_anchor.gif
X%%INSTALLDIR%%/webinc/fck/editor/css/images/fck_flashlogo.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/fck_dialog_common.css
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/fck_dialog_common.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/fcknumericfield.htc
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/images/locked.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/images/reset.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/images/unlocked.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/common/moz-bindings.xml
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_about.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_about/logo_fckeditor.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_about/logo_fredck.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_anchor.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_button.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_checkbox.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_colorselector.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_docprops.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_docprops/fck_document_preview.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_find.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_flash.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_flash/fck_flash.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_form.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_hiddenfield.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_image.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_image/fck_image.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_link.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_link/fck_link.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_listprop.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_paste.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_radiobutton.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_replace.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_select.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_select/fck_select.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_smiley.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_source.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_specialchar.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/blank.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/controls.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_table.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_tablecell.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/fck_template_moz-bindings.xml
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/fck_templateitem.htc
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/images/template1.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/images/template2.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/images/template3.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_textarea.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_textfield.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey.html
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/00.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/data.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/diacritic.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/dialogue.js
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/fck_universalkey.css
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/keyboard_layout.gif
X%%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey/multihexa.js
X%%INSTALLDIR%%/webinc/fck/editor/fckblank.html
X%%INSTALLDIR%%/webinc/fck/editor/fckdialog.html
X%%INSTALLDIR%%/webinc/fck/editor/fckeditor.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/browser.css
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/browser.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/basexml.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/commands.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/config.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/connector.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/io.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php/util.php
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmactualfolder.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmcreatefolder.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmfolders.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmresourceslist.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmresourcetype.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/frmupload.html
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/ButtonArrow.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/Folder.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/Folder32.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/FolderOpened.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/FolderOpened32.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/FolderUp.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/ai.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/avi.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/bmp.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/cs.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/default.icon.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/dll.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/doc.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/exe.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/fla.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/gif.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/htm.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/html.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/jpg.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/js.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/mdb.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/mp3.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/pdf.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/ppt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/rdp.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/swf.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/swt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/txt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/vsd.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/xls.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/xml.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32/zip.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/ai.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/avi.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/bmp.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/cs.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/default.icon.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/dll.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/doc.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/exe.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/fla.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/gif.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/htm.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/html.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/jpg.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/js.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/mdb.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/mp3.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/pdf.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/ppt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/rdp.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/swf.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/swt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/txt.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/vsd.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/xls.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/xml.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/zip.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/spacer.gif
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/js/common.js
X%%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/js/fckxml.js
X%%INSTALLDIR%%/webinc/fck/editor/images/anchor.gif
X%%INSTALLDIR%%/webinc/fck/editor/images/spacer.gif
X%%INSTALLDIR%%/webinc/fck/editor/js/fck_startup.js
X%%INSTALLDIR%%/webinc/fck/editor/js/fckeditorcode_gecko_1.js
X%%INSTALLDIR%%/webinc/fck/editor/js/fckeditorcode_gecko_2.js
X%%INSTALLDIR%%/webinc/fck/editor/js/fckeditorcode_ie_1.js
X%%INSTALLDIR%%/webinc/fck/editor/js/fckeditorcode_ie_2.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/_translationstatus.txt
X%%INSTALLDIR%%/webinc/fck/editor/lang/de.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/en-au.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/en-uk.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/en.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/es.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/fcklanguagemanager.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/fi.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/fr.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/it.js
X%%INSTALLDIR%%/webinc/fck/editor/lang/sv.js
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/fck_placeholder.html
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/fckplugin.js
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/lang/en.js
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/lang/fr.js
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/lang/it.js
X%%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/placeholder.gif
X%%INSTALLDIR%%/webinc/fck/editor/plugins/tablecommands/fckplugin.js
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/fck_contextmenu.css
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/fck_dialog.css
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/fck_editor.css
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.arrowright.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.buttonarrow.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.collapse.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.end.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.expand.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.separator.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/images/toolbar.start.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/about.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/anchor.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/bgcolor.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/bold.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/bulletedlist.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/button.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/checkbox.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/copy.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/cut.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/docprops.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/find.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/flash.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/form.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/hiddenfield.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/image.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/imagebutton.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/indent.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/inserthorizontalrule.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/insertorderedlist.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/insertunorderedlist.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/italic.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/justifycenter.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/justifyfull.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/justifyleft.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/justifyright.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/link.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/newpage.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/numberedlist.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/outdent.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/paste.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/pastetext.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/pasteword.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/preview.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/print.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/radio.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/redo.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/removeformat.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/replace.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/save.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/select.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/selectall.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/showdetails.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/showtableborders.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/smiley.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/source.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/specialchar.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/spellcheck.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/strikethrough.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/subscript.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/superscript.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/table.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tablecell.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tabledeletecells.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tabledeletecolumns.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tabledeleterows.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tableinsertcell.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tableinsertcolumn.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tableinsertrow.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tablemergecells.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/tablesplitcell.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/templates.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/textarea.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/textcolor.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/textfield.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/underline.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/undo.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/universalkey.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/unlink.gif
X%%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar/unorderedlist.gif
X%%INSTALLDIR%%/webinc/fck/fckconfig.js
X%%INSTALLDIR%%/webinc/fck/fckeditor.js
X%%INSTALLDIR%%/webinc/fck/fckstyles.xml
X%%INSTALLDIR%%/webinc/fck/fcktemplates.xml
X%%INSTALLDIR%%/webinc/fck/fix-init-issue.patch
X%%INSTALLDIR%%/webinc/js/CalendarPopup.js
X%%INSTALLDIR%%/webinc/js/admin.js
X%%INSTALLDIR%%/webinc/js/bx/helpers.js
X%%INSTALLDIR%%/webinc/js/bx/i18n.js
X%%INSTALLDIR%%/webinc/js/colorpicker.js
X%%INSTALLDIR%%/webinc/js/dms.js
X%%INSTALLDIR%%/webinc/js/editpopup.js
X%%INSTALLDIR%%/webinc/js/formedit.js
X%%INSTALLDIR%%/webinc/js/livesearch.js
X%%INSTALLDIR%%/webinc/js/sarissa.js
X%%INSTALLDIR%%/webinc/js/sarissa_dbform.js
X%%INSTALLDIR%%/webinc/js/spacer.gif
X%%INSTALLDIR%%/webinc/js/vote.js
X%%INSTALLDIR%%/webinc/kupu.html
X%%INSTALLDIR%%/webinc/kupu/README
X%%INSTALLDIR%%/webinc/kupu/common/fulldoc.html
X%%INSTALLDIR%%/webinc/kupu/common/kupu.html
X%%INSTALLDIR%%/webinc/kupu/common/kupubasetools.js
X%%INSTALLDIR%%/webinc/kupu/common/kupucontentfilters.js
X%%INSTALLDIR%%/webinc/kupu/common/kupucontextmenu.js
X%%INSTALLDIR%%/webinc/kupu/common/kupucustom.css
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers.js
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/demolibraries.xml
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/demolibrary1.xml
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/demolibrary2.xml
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/drawer.xsl
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/kupublank.html
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawers/librarydrawer.xsl
X%%INSTALLDIR%%/webinc/kupu/common/kupudrawerstyles.css
X%%INSTALLDIR%%/webinc/kupu/common/kupueditor.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuform.html
X%%INSTALLDIR%%/webinc/kupu/common/kupuhelpers.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/background-color.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/bold.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/buttons.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/caret.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/copy.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/create-new.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/cut.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/definitionlist.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/document.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/exthyperlink.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/folder.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/fonts.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/format.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/hr.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/image.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/indent.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/inthyperlink.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/italic.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/justify-center.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/justify-full.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/justify-left.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/justify-right.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/kupu_icon.gif
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/kupulibrary.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/larger-text.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/link.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/ordered-list.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/outdent.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/paste.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/redo-disabled.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/redo.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/remove.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/save.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/size.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/smaller-text.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/strikethrough.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/subscript.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/superscript.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/table.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/text-check.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/text-color.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/underline.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/undo-disabled.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/undo.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/unlink.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/unordered-list.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuimages/view-source.png
X%%INSTALLDIR%%/webinc/kupu/common/kupuinit.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuinit_experimental.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuinit_form.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuinspector.js
X%%INSTALLDIR%%/webinc/kupu/common/kupuloggers.js
X%%INSTALLDIR%%/webinc/kupu/common/kupumacros.html
X%%INSTALLDIR%%/webinc/kupu/common/kupupopups/image.html
X%%INSTALLDIR%%/webinc/kupu/common/kupupopups/link.html
X%%INSTALLDIR%%/webinc/kupu/common/kupupostsupport.js
X%%INSTALLDIR%%/webinc/kupu/common/kupusaveonpart.js
X%%INSTALLDIR%%/webinc/kupu/common/kupusourceedit.js
X%%INSTALLDIR%%/webinc/kupu/common/kupustart.js
X%%INSTALLDIR%%/webinc/kupu/common/kupustyles.css
X%%INSTALLDIR%%/webinc/kupu/common/popups/image.html
X%%INSTALLDIR%%/webinc/kupu/common/popups/link.html
X%%INSTALLDIR%%/webinc/kupu/common/sarissa.js
X%%INSTALLDIR%%/webinc/kupu/common/striptal.xsl
X%%INSTALLDIR%%/webinc/kupu/kupu-1.2.x.patch
X%%INSTALLDIR%%/webinc/mozile/LICENSEBLOCK.txt
X%%INSTALLDIR%%/webinc/mozile/LICENSESHORT.txt
X%%INSTALLDIR%%/webinc/mozile/buttons.png
X%%INSTALLDIR%%/webinc/mozile/domlevel3.js
X%%INSTALLDIR%%/webinc/mozile/eDOM.js
X%%INSTALLDIR%%/webinc/mozile/eDOMXHTML.js
X%%INSTALLDIR%%/webinc/mozile/mozCE.js
X%%INSTALLDIR%%/webinc/mozile/mozDataTransport.js
X%%INSTALLDIR%%/webinc/mozile/mozIECE.js
X%%INSTALLDIR%%/webinc/mozile/mozWrappers.js
X%%INSTALLDIR%%/webinc/mozile/mozileConfig.xml
X%%INSTALLDIR%%/webinc/mozile/mozileLoader.js
X%%INSTALLDIR%%/webinc/mozile/mozileSave.js
X%%INSTALLDIR%%/webinc/mozile/mozilehtmltb.js
X%%INSTALLDIR%%/webinc/mozile/mozilekb.js
X%%INSTALLDIR%%/webinc/mozile/patch_against_bxe_mozile.diff
X%%INSTALLDIR%%/webinc/php/commentdeactivate.php
X%%INSTALLDIR%%/webinc/plugins/blog/common.js
X%%INSTALLDIR%%/webinc/plugins/blog/empty.html
X%%INSTALLDIR%%/webinc/plugins/blog/fck.js
X%%INSTALLDIR%%/webinc/plugins/blog/kupu.js
X%%INSTALLDIR%%/webinc/plugins/blog/quicktags.js
X%%INSTALLDIR%%/webinc/plugins/dbform/css/admin.css
X%%INSTALLDIR%%/webinc/plugins/dbform/js/formxmlcheck.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/common.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/dbforms2.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/emptyupload.html
X%%INSTALLDIR%%/webinc/plugins/dbforms2/fckconfig.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/field_text.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/fields.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/form.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/formdata.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/groups.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/helpers.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/liveselect.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/log.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/statusline.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/toolbar.js
X%%INSTALLDIR%%/webinc/plugins/dbforms2/transport.js
X%%INSTALLDIR%%/webinc/plugins/metasearch/livesearch.js
X%%INSTALLDIR%%/webinc/tests/bx_collection.php
X%%INSTALLDIR%%/webinc/tests/index.php
X%%INSTALLDIR%%/webinc/tests/web.php
X%%INSTALLDIR%%/xml/blogcomment.xml
X%%INSTALLDIR%%/xml/contact.xml
X@exec mkdir -p %D/%%INSTALLDIR%%/admin/data/admin/navi/tree
X@exec mkdir -p %D/%%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/Pictures
X@exec mkdir -p %D/%%INSTALLDIR%%/themes/mobile/preview
X@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%INSTALLDIR%%
X@dirrm %%INSTALLDIR%%/xml
X@dirrm %%INSTALLDIR%%/webinc/tests
X@dirrm %%INSTALLDIR%%/webinc/plugins/metasearch
X@dirrm %%INSTALLDIR%%/webinc/plugins/dbforms2
X@dirrm %%INSTALLDIR%%/webinc/plugins/dbform/js
X@dirrm %%INSTALLDIR%%/webinc/plugins/dbform/css
X@dirrm %%INSTALLDIR%%/webinc/plugins/dbform
X@dirrm %%INSTALLDIR%%/webinc/plugins/blog
X@dirrm %%INSTALLDIR%%/webinc/plugins
X@dirrm %%INSTALLDIR%%/webinc/php
X@dirrm %%INSTALLDIR%%/webinc/mozile
X@dirrm %%INSTALLDIR%%/webinc/kupu/common/popups
X@dirrm %%INSTALLDIR%%/webinc/kupu/common/kupupopups
X@dirrm %%INSTALLDIR%%/webinc/kupu/common/kupuimages
X@dirrm %%INSTALLDIR%%/webinc/kupu/common/kupudrawers
X@dirrm %%INSTALLDIR%%/webinc/kupu/common
X@dirrm %%INSTALLDIR%%/webinc/kupu
X@dirrm %%INSTALLDIR%%/webinc/js/bx
X@dirrm %%INSTALLDIR%%/webinc/js
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/skins/default/toolbar
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/skins/default/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/skins/default
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/skins
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/plugins/tablecommands
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder/lang
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/plugins/placeholder
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/plugins
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/lang
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/js
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/js
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons/32
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images/icons
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors/php
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default/connectors
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser/default
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager/browser
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/filemanager
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_universalkey
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_template
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages/spellerpages
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_spellerpages
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_select
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_link
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_image
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_flash
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_docprops
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/fck_about
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/common/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog/common
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/dialog
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/css/images
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/css/behaviors
X@dirrm %%INSTALLDIR%%/webinc/fck/editor/css
X@dirrm %%INSTALLDIR%%/webinc/fck/editor
X@dirrm %%INSTALLDIR%%/webinc/fck
X@dirrm %%INSTALLDIR%%/webinc/editors/oneform
X@dirrm %%INSTALLDIR%%/webinc/editors/image
X@dirrm %%INSTALLDIR%%/webinc/editors/fck
X@dirrm %%INSTALLDIR%%/webinc/editors
X@dirrm %%INSTALLDIR%%/webinc/bxecms
X@dirrm %%INSTALLDIR%%/webinc/bxe/xsl
X@dirrm %%INSTALLDIR%%/webinc/bxe/util
X@dirrm %%INSTALLDIR%%/webinc/bxe/td
X@dirrm %%INSTALLDIR%%/webinc/bxe/scripts
X@dirrm %%INSTALLDIR%%/webinc/bxe/relaxng
X@dirrm %%INSTALLDIR%%/webinc/bxe/plugins/Drawer
X@dirrm %%INSTALLDIR%%/webinc/bxe/plugins
X@dirrm %%INSTALLDIR%%/webinc/bxe/picturesExample
X@dirrm %%INSTALLDIR%%/webinc/bxe/mozile/td
X@dirrm %%INSTALLDIR%%/webinc/bxe/mozile
X@dirrm %%INSTALLDIR%%/webinc/bxe/kupu/kupudrawers
X@dirrm %%INSTALLDIR%%/webinc/bxe/kupu
X@dirrm %%INSTALLDIR%%/webinc/bxe/js
X@dirrm %%INSTALLDIR%%/webinc/bxe/images
X@dirrm %%INSTALLDIR%%/webinc/bxe/firefox_extension/content
X@dirrm %%INSTALLDIR%%/webinc/bxe/firefox_extension
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml/modules
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni/schema/xhtml
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni/schema/dublincore
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni/schema
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni/css
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/uni
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml/modules
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema/xhtml
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/schema
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/pictures
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML/images
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inlineXHTML
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inline/images
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/inline
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/echo-atom
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples/MathML
X@dirrm %%INSTALLDIR%%/webinc/bxe/examples
X@dirrm %%INSTALLDIR%%/webinc/bxe/div
X@dirrm %%INSTALLDIR%%/webinc/bxe/css
X@dirrm %%INSTALLDIR%%/webinc/bxe
X@dirrm %%INSTALLDIR%%/webinc
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/vote
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/metasearch
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/metainfo
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/dms
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/blog
X@dirrm %%INSTALLDIR%%/themes/standard/plugins/aggregator
X@dirrm %%INSTALLDIR%%/themes/standard/plugins
X@dirrm %%INSTALLDIR%%/themes/standard/admin/plugins
X@dirrm %%INSTALLDIR%%/themes/standard/admin/images/overview
X@dirrm %%INSTALLDIR%%/themes/standard/admin/images/dbforms2
X@dirrm %%INSTALLDIR%%/themes/standard/admin/images
X@dirrm %%INSTALLDIR%%/themes/standard/admin/css
X@dirrm %%INSTALLDIR%%/themes/standard/admin
X@dirrm %%INSTALLDIR%%/themes/standard
X@dirrm %%INSTALLDIR%%/themes/mobile/preview
X@dirrm %%INSTALLDIR%%/themes/mobile/css
X@dirrm %%INSTALLDIR%%/themes/mobile
X@dirrm %%INSTALLDIR%%/themes/bxcms/templates
X@dirrm %%INSTALLDIR%%/themes/bxcms/preview
X@dirrm %%INSTALLDIR%%/themes/bxcms/css
X@dirrm %%INSTALLDIR%%/themes/bxcms/buttons
X@dirrm %%INSTALLDIR%%/themes/bxcms
X@dirrm %%INSTALLDIR%%/themes/3-cols/templates
X@dirrm %%INSTALLDIR%%/themes/3-cols/preview
X@dirrm %%INSTALLDIR%%/themes/3-cols/images
X@dirrm %%INSTALLDIR%%/themes/3-cols/css
X@dirrm %%INSTALLDIR%%/themes/3-cols/buttons
X@dirrm %%INSTALLDIR%%/themes/3-cols
X@dirrm %%INSTALLDIR%%/themes/2-cols/templates
X@dirrm %%INSTALLDIR%%/themes/2-cols/preview
X@dirrm %%INSTALLDIR%%/themes/2-cols/images
X@dirrm %%INSTALLDIR%%/themes/2-cols/css
X@dirrm %%INSTALLDIR%%/themes/2-cols/buttons
X@dirrm %%INSTALLDIR%%/themes/2-cols
X@dirrm %%INSTALLDIR%%/themes
X@dirrm %%INSTALLDIR%%/structure
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/util/regexp
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/util
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/types/selectors
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/types
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks/system/condition
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks/system
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/svn
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks/ext/pearpackage
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks/ext
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/tasks
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/system/util
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/system/lang
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/system/io
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/system
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/parser
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/mappers
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/listener
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/lib
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/input
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/filters/util
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing/filters
X@dirrm %%INSTALLDIR%%/install/phing/classes/phing
X@dirrm %%INSTALLDIR%%/install/phing/classes
X@dirrm %%INSTALLDIR%%/install/phing/bin
X@dirrm %%INSTALLDIR%%/install/phing
X@dirrm %%INSTALLDIR%%/install/dist/sitemap
X@dirrm %%INSTALLDIR%%/install/dist/lang
X@dirrm %%INSTALLDIR%%/install/dist/files/images
X@dirrm %%INSTALLDIR%%/install/dist/files/_galleries/gallery
X@dirrm %%INSTALLDIR%%/install/dist/files/_galleries
X@dirrm %%INSTALLDIR%%/install/dist/files
X@dirrm %%INSTALLDIR%%/install/dist/data/themes
X@dirrm %%INSTALLDIR%%/install/dist/data/lang
X@dirrm %%INSTALLDIR%%/install/dist/data/gallery
X@dirrm %%INSTALLDIR%%/install/dist/data/files
X@dirrm %%INSTALLDIR%%/install/dist/data/contact
X@dirrm %%INSTALLDIR%%/install/dist/data/blog
X@dirrm %%INSTALLDIR%%/install/dist/data
X@dirrm %%INSTALLDIR%%/install/dist/conf/properties/image
X@dirrm %%INSTALLDIR%%/install/dist/conf/properties/audio
X@dirrm %%INSTALLDIR%%/install/dist/conf/properties
X@dirrm %%INSTALLDIR%%/install/dist/conf/fck
X@dirrm %%INSTALLDIR%%/install/dist/conf/editors
X@dirrm %%INSTALLDIR%%/install/dist/conf
X@dirrm %%INSTALLDIR%%/install/dist
X@dirrm %%INSTALLDIR%%/install/conf-shared
X@dirrm %%INSTALLDIR%%/install
X@dirrm %%INSTALLDIR%%/inc/simpletest/extensions
X@dirrm %%INSTALLDIR%%/inc/simpletest
X@dirrm %%INSTALLDIR%%/inc/popoon/xsl
X@dirrm %%INSTALLDIR%%/inc/popoon/tests/tests
X@dirrm %%INSTALLDIR%%/inc/popoon/tests
X@dirrm %%INSTALLDIR%%/inc/popoon/streams/storage
X@dirrm %%INSTALLDIR%%/inc/popoon/streams/ooo
X@dirrm %%INSTALLDIR%%/inc/popoon/streams
X@dirrm %%INSTALLDIR%%/inc/popoon/sitemap
X@dirrm %%INSTALLDIR%%/inc/popoon/helpers
X@dirrm %%INSTALLDIR%%/inc/popoon/functions
X@dirrm %%INSTALLDIR%%/inc/popoon/exceptions
X@dirrm %%INSTALLDIR%%/inc/popoon/examples/slideml/img
X@dirrm %%INSTALLDIR%%/inc/popoon/examples/slideml
X@dirrm %%INSTALLDIR%%/inc/popoon/examples
X@dirrm %%INSTALLDIR%%/inc/popoon/div
X@dirrm %%INSTALLDIR%%/inc/popoon/components/transformers/xsltal
X@dirrm %%INSTALLDIR%%/inc/popoon/components/transformers/xslt
X@dirrm %%INSTALLDIR%%/inc/popoon/components/transformers/i18n
X@dirrm %%INSTALLDIR%%/inc/popoon/components/transformers
X@dirrm %%INSTALLDIR%%/inc/popoon/components/serializers/html2html
X@dirrm %%INSTALLDIR%%/inc/popoon/components/serializers
X@dirrm %%INSTALLDIR%%/inc/popoon/components/selectors
X@dirrm %%INSTALLDIR%%/inc/popoon/components/schemes
X@dirrm %%INSTALLDIR%%/inc/popoon/components/readers
X@dirrm %%INSTALLDIR%%/inc/popoon/components/matchers
X@dirrm %%INSTALLDIR%%/inc/popoon/components/generators/webdav
X@dirrm %%INSTALLDIR%%/inc/popoon/components/generators/search
X@dirrm %%INSTALLDIR%%/inc/popoon/components/generators
X@dirrm %%INSTALLDIR%%/inc/popoon/components/actions
X@dirrm %%INSTALLDIR%%/inc/popoon/components
X@dirrm %%INSTALLDIR%%/inc/popoon/classes
X@dirrm %%INSTALLDIR%%/inc/popoon
X@dirrm %%INSTALLDIR%%/inc/patForms/Storage
X@dirrm %%INSTALLDIR%%/inc/patForms/Rule
X@dirrm %%INSTALLDIR%%/inc/patForms/Renderer
X@dirrm %%INSTALLDIR%%/inc/patForms/Parser
X@dirrm %%INSTALLDIR%%/inc/patForms/Observer
X@dirrm %%INSTALLDIR%%/inc/patForms/Filter
X@dirrm %%INSTALLDIR%%/inc/patForms/Element/Date/Element
X@dirrm %%INSTALLDIR%%/inc/patForms/Element/Date
X@dirrm %%INSTALLDIR%%/inc/patForms/Element
X@dirrm %%INSTALLDIR%%/inc/patForms/Creator/DB
X@dirrm %%INSTALLDIR%%/inc/patForms/Creator
X@dirrm %%INSTALLDIR%%/inc/patForms
X@dirrm %%INSTALLDIR%%/inc/magpie/extlib
X@dirrm %%INSTALLDIR%%/inc/magpie
X@dirrm %%INSTALLDIR%%/inc/bx/xsl
X@dirrm %%INSTALLDIR%%/inc/bx/versioning
X@dirrm %%INSTALLDIR%%/inc/bx/tools/mdb2forms
X@dirrm %%INSTALLDIR%%/inc/bx/tools/i18n
X@dirrm %%INSTALLDIR%%/inc/bx/tools/dbupdate
X@dirrm %%INSTALLDIR%%/inc/bx/tools
X@dirrm %%INSTALLDIR%%/inc/bx/tests/testhelper
X@dirrm %%INSTALLDIR%%/inc/bx/tests/test
X@dirrm %%INSTALLDIR%%/inc/bx/tests
X@dirrm %%INSTALLDIR%%/inc/bx/streams/ooo
X@dirrm %%INSTALLDIR%%/inc/bx/streams/blog
X@dirrm %%INSTALLDIR%%/inc/bx/streams
X@dirrm %%INSTALLDIR%%/inc/bx/resources/text
X@dirrm %%INSTALLDIR%%/inc/bx/resources/image
X@dirrm %%INSTALLDIR%%/inc/bx/resources/application
X@dirrm %%INSTALLDIR%%/inc/bx/resources
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components/transformers
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components/readers/webdav
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components/readers
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components/generators
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components/actions
X@dirrm %%INSTALLDIR%%/inc/bx/popoon/components
X@dirrm %%INSTALLDIR%%/inc/bx/popoon
X@dirrm %%INSTALLDIR%%/inc/bx/plugins/xmlrpc
X@dirrm %%INSTALLDIR%%/inc/bx/plugins/gallery
X@dirrm %%INSTALLDIR%%/inc/bx/plugins/blog
X@dirrm %%INSTALLDIR%%/inc/bx/plugins/admin
X@dirrm %%INSTALLDIR%%/inc/bx/plugins
X@dirrm %%INSTALLDIR%%/inc/bx/php
X@dirrm %%INSTALLDIR%%/inc/bx/permm/perm
X@dirrm %%INSTALLDIR%%/inc/bx/permm/auth
X@dirrm %%INSTALLDIR%%/inc/bx/permm
X@dirrm %%INSTALLDIR%%/inc/bx/notifications
X@dirrm %%INSTALLDIR%%/inc/bx/metadatas/text
X@dirrm %%INSTALLDIR%%/inc/bx/metadatas
X@dirrm %%INSTALLDIR%%/inc/bx/interfaces
X@dirrm %%INSTALLDIR%%/inc/bx/indexer/image
X@dirrm %%INSTALLDIR%%/inc/bx/indexer/audio
X@dirrm %%INSTALLDIR%%/inc/bx/indexer
X@dirrm %%INSTALLDIR%%/inc/bx/helpers/xsl
X@dirrm %%INSTALLDIR%%/inc/bx/helpers
X@dirrm %%INSTALLDIR%%/inc/bx/filters/patforms
X@dirrm %%INSTALLDIR%%/inc/bx/filters/formwizard/methods
X@dirrm %%INSTALLDIR%%/inc/bx/filters/formwizard
X@dirrm %%INSTALLDIR%%/inc/bx/filters
X@dirrm %%INSTALLDIR%%/inc/bx/exceptions
X@dirrm %%INSTALLDIR%%/inc/bx/editors/versioning
X@dirrm %%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/Thumbnails
X@dirrm %%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/Pictures
X@dirrm %%INSTALLDIR%%/inc/bx/editors/ooo/skeleton/META-INF
X@dirrm %%INSTALLDIR%%/inc/bx/editors/ooo/skeleton
X@dirrm %%INSTALLDIR%%/inc/bx/editors/ooo
X@dirrm %%INSTALLDIR%%/inc/bx/editors/oneform
X@dirrm %%INSTALLDIR%%/inc/bx/editors/links
X@dirrm %%INSTALLDIR%%/inc/bx/editors/kupu
X@dirrm %%INSTALLDIR%%/inc/bx/editors/image
X@dirrm %%INSTALLDIR%%/inc/bx/editors/file
X@dirrm %%INSTALLDIR%%/inc/bx/editors/fck
X@dirrm %%INSTALLDIR%%/inc/bx/editors/dbform/xsl
X@dirrm %%INSTALLDIR%%/inc/bx/editors/dbform
X@dirrm %%INSTALLDIR%%/inc/bx/editors/bxe
X@dirrm %%INSTALLDIR%%/inc/bx/editors/blog/sub/xsl
X@dirrm %%INSTALLDIR%%/inc/bx/editors/blog/sub
X@dirrm %%INSTALLDIR%%/inc/bx/editors/blog
X@dirrm %%INSTALLDIR%%/inc/bx/editors
X@dirrm %%INSTALLDIR%%/inc/bx/domdocs
X@dirrm %%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/modules
X@dirrm %%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml/exclude
X@dirrm %%INSTALLDIR%%/inc/bx/doctypes/schemas/xhtml
X@dirrm %%INSTALLDIR%%/inc/bx/doctypes/schemas
X@dirrm %%INSTALLDIR%%/inc/bx/doctypes
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/xsl
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/nofield
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/groups
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/text/area
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/text
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/relation
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/password
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/number
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/fixed
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/file
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields/date
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/fields
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2/datasource
X@dirrm %%INSTALLDIR%%/inc/bx/dbforms2
X@dirrm %%INSTALLDIR%%/inc/bx/config/collection
X@dirrm %%INSTALLDIR%%/inc/bx/config
X@dirrm %%INSTALLDIR%%/inc/bx/button/templates
X@dirrm %%INSTALLDIR%%/inc/bx/button/fonts
X@dirrm %%INSTALLDIR%%/inc/bx/button
X@dirrm %%INSTALLDIR%%/inc/bx
X@dirrm %%INSTALLDIR%%/inc/XML/db2xml/Input
X@dirrm %%INSTALLDIR%%/inc/XML/db2xml/Format
X@dirrm %%INSTALLDIR%%/inc/XML/db2xml
X@dirrm %%INSTALLDIR%%/inc/XML/RPC
X@dirrm %%INSTALLDIR%%/inc/XML
X@dirrm %%INSTALLDIR%%/inc/Services
X@dirrm %%INSTALLDIR%%/inc/SXIP/Request
X@dirrm %%INSTALLDIR%%/inc/SXIP
X@dirrm %%INSTALLDIR%%/inc/SQL
X@dirrm %%INSTALLDIR%%/inc/PHPUnit2/Util/CodeCoverage/Renderer
X@dirrm %%INSTALLDIR%%/inc/PHPUnit2/Util/CodeCoverage
X@dirrm %%INSTALLDIR%%/inc/PHPUnit2/Util
X@dirrm %%INSTALLDIR%%/inc/PHPUnit2
X@dirrm %%INSTALLDIR%%/inc/PEAR
X@dirrm %%INSTALLDIR%%/inc/OS
X@dirrm %%INSTALLDIR%%/inc/Net/DNSBL
X@dirrm %%INSTALLDIR%%/inc/Net
X@dirrm %%INSTALLDIR%%/inc/MP3
X@dirrm %%INSTALLDIR%%/inc/MDB2/Wrapper
X@dirrm %%INSTALLDIR%%/inc/MDB2/Tools
X@dirrm %%INSTALLDIR%%/inc/MDB2/Driver/Reverse
X@dirrm %%INSTALLDIR%%/inc/MDB2/Driver/Native
X@dirrm %%INSTALLDIR%%/inc/MDB2/Driver/Manager
X@dirrm %%INSTALLDIR%%/inc/MDB2/Driver/Datatype
X@dirrm %%INSTALLDIR%%/inc/MDB2/Driver
X@dirrm %%INSTALLDIR%%/inc/MDB2
X@dirrm %%INSTALLDIR%%/inc/Log
X@dirrm %%INSTALLDIR%%/inc/Image
X@dirrm %%INSTALLDIR%%/inc/HTTP/WebDAV/Tools
X@dirrm %%INSTALLDIR%%/inc/HTTP/WebDAV/Server/Filesystem
X@dirrm %%INSTALLDIR%%/inc/HTTP/WebDAV/Server
X@dirrm %%INSTALLDIR%%/inc/HTTP/WebDAV
X@dirrm %%INSTALLDIR%%/inc/HTTP/Client
X@dirrm %%INSTALLDIR%%/inc/HTTP
X@dirrm %%INSTALLDIR%%/inc/Date
X@dirrm %%INSTALLDIR%%/inc/Config/Container
X@dirrm %%INSTALLDIR%%/inc/Config
X@dirrm %%INSTALLDIR%%/inc/Cache/Container
X@dirrm %%INSTALLDIR%%/inc/Cache
X@dirrm %%INSTALLDIR%%/inc/Auth/Container
X@dirrm %%INSTALLDIR%%/inc/Auth
X@dirrm %%INSTALLDIR%%/inc/Archive
X@dirrm %%INSTALLDIR%%/inc/.registry
X@dirrm %%INSTALLDIR%%/inc
X@dirrm %%INSTALLDIR%%/forms/users
X@dirrm %%INSTALLDIR%%/forms/news
X@dirrm %%INSTALLDIR%%/forms/blogposts
X@dirrm %%INSTALLDIR%%/forms/bloglinkscategories
X@dirrm %%INSTALLDIR%%/forms/bloglinks
X@dirrm %%INSTALLDIR%%/forms/blogcomments
X@dirrm %%INSTALLDIR%%/forms/blogcategories
X@dirrm %%INSTALLDIR%%/forms
X@dirrm %%INSTALLDIR%%/div/db
X@dirrm %%INSTALLDIR%%/div
X@dirrm %%INSTALLDIR%%/dbforms2
X@dirrm %%INSTALLDIR%%/bin/blog
X@dirrm %%INSTALLDIR%%/bin
X@dirrm %%INSTALLDIR%%/admin/webinc/xlt/images
X@dirrm %%INSTALLDIR%%/admin/webinc/xlt
X@dirrm %%INSTALLDIR%%/admin/webinc/update
X@dirrm %%INSTALLDIR%%/admin/webinc/openid
X@dirrm %%INSTALLDIR%%/admin/webinc/lostpw
X@dirrm %%INSTALLDIR%%/admin/webinc/js
X@dirrm %%INSTALLDIR%%/admin/webinc/img/icons/text
X@dirrm %%INSTALLDIR%%/admin/webinc/img/icons/image
X@dirrm %%INSTALLDIR%%/admin/webinc/img/icons/application
X@dirrm %%INSTALLDIR%%/admin/webinc/img/icons
X@dirrm %%INSTALLDIR%%/admin/webinc/img
X@dirrm %%INSTALLDIR%%/admin/webinc/approval
X@dirrm %%INSTALLDIR%%/admin/webinc
X@dirrm %%INSTALLDIR%%/admin/sitemap
X@dirrm %%INSTALLDIR%%/admin/lang/plugins
X@dirrm %%INSTALLDIR%%/admin/lang
X@dirrm %%INSTALLDIR%%/admin/data/admin/themes
X@dirrm %%INSTALLDIR%%/admin/data/admin/siteoptions
X@dirrm %%INSTALLDIR%%/admin/data/admin/properties
X@dirrm %%INSTALLDIR%%/admin/data/admin/overview
X@dirrm %%INSTALLDIR%%/admin/data/admin/navi/tree
X@dirrm %%INSTALLDIR%%/admin/data/admin/navi
X@dirrm %%INSTALLDIR%%/admin/data/admin/listview
X@dirrm %%INSTALLDIR%%/admin/data/admin/images
X@dirrm %%INSTALLDIR%%/admin/data/admin/editpopup
X@dirrm %%INSTALLDIR%%/admin/data/admin/edit
X@dirrm %%INSTALLDIR%%/admin/data/admin/delete
X@dirrm %%INSTALLDIR%%/admin/data/admin/dbforms2
X@dirrm %%INSTALLDIR%%/admin/data/admin/copy
X@dirrm %%INSTALLDIR%%/admin/data/admin/collection
X@dirrm %%INSTALLDIR%%/admin/data/admin/addresource
X@dirrm %%INSTALLDIR%%/admin/data/admin
X@dirrm %%INSTALLDIR%%/admin/data
X@dirrm %%INSTALLDIR%%/admin
X@dirrm %%INSTALLDIR%%
END-of-fluxcms/pkg-plist
exit
--- fluxcms-1.3.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43DF73060001A389>