svn commit: r443006 - branches/2017Q2/www/bolt

Mark Felder feld at FreeBSD.org
Fri Jun 9 15:07:14 UTC 2017


Author: feld
Date: Fri Jun  9 15:07:12 2017
New Revision: 443006
URL: https://svnweb.freebsd.org/changeset/ports/443006

Log:
  MFH: r443005
  
  www/bolt: Update to 2.2.24
  
  Fix pkg-plist's trailing spaces
  Improve pkg-descr
  Modernize Makefile
  
  Changelog:	https://github.com/bolt/bolt/releases/tag/v2.2.24
  
  Security:	CVE-2016-10074
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q2/www/bolt/Makefile
  branches/2017Q2/www/bolt/distinfo
  branches/2017Q2/www/bolt/pkg-message
  branches/2017Q2/www/bolt/pkg-plist
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/www/bolt/Makefile
==============================================================================
--- branches/2017Q2/www/bolt/Makefile	Fri Jun  9 15:06:38 2017	(r443005)
+++ branches/2017Q2/www/bolt/Makefile	Fri Jun  9 15:07:12 2017	(r443006)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bolt
-PORTVERSION=	2.2.17
+PORTVERSION=	2.2.24
 PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	https://bolt.cm/distribution/
@@ -12,10 +12,11 @@ COMMENT=	Sophisticated, lightweight & simple CMS
 
 LICENSE=	MIT
 
+USES=	php:web
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PHP=	ctype curl dom gd json mbstring openssl simplexml tokenizer
-WANT_PHP_WEB=	yes
 
 PLIST_SUB+=	WWWGRP=${WWWGRP}
 
@@ -27,7 +28,7 @@ PGSQL_USE=	PHP=pdo_pgsql
 SQLITE_USE=	PHP=pdo_sqlite
 
 do-install:
-	${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/
-	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
+	${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR})
 
 .include <bsd.port.mk>

Modified: branches/2017Q2/www/bolt/distinfo
==============================================================================
--- branches/2017Q2/www/bolt/distinfo	Fri Jun  9 15:06:38 2017	(r443005)
+++ branches/2017Q2/www/bolt/distinfo	Fri Jun  9 15:07:12 2017	(r443006)
@@ -1,2 +1,3 @@
-SHA256 (bolt-2.2.17.tar.gz) = 2ad35176c8460efb314262e09b3b022cc851dcdc3deff07906a1a62eb78c32e0
-SIZE (bolt-2.2.17.tar.gz) = 10162834
+TIMESTAMP = 1497019252
+SHA256 (bolt-2.2.24.tar.gz) = eebd3511609875d7bc741372586c1f2d240bda7eea7d7be5ebc78c1902c5e75d
+SIZE (bolt-2.2.24.tar.gz) = 10137860

Modified: branches/2017Q2/www/bolt/pkg-message
==============================================================================
--- branches/2017Q2/www/bolt/pkg-message	Fri Jun  9 15:06:38 2017	(r443005)
+++ branches/2017Q2/www/bolt/pkg-message	Fri Jun  9 15:07:12 2017	(r443006)
@@ -1,7 +1,7 @@
+Bolt is a tool for Content Management, which strives to be as simple and
+straightforward as possible. It is quick to set up, easy to configure,
+uses elegant templates, and above all: It's a joy to use. Bolt is
+created using modern open source libraries, and is best suited to build
+sites in HTML5 with modern markup.
 
-
-Additional configuration documentation can be found at:
-
-https://docs.bolt.cm/installation
-
-
+WWW: https://bolt.cm/

Modified: branches/2017Q2/www/bolt/pkg-plist
==============================================================================
--- branches/2017Q2/www/bolt/pkg-plist	Fri Jun  9 15:06:38 2017	(r443005)
+++ branches/2017Q2/www/bolt/pkg-plist	Fri Jun  9 15:07:12 2017	(r443006)
@@ -1,5512 +1,5742 @@
-%%WWWDIR%%/.htaccess  
-%%WWWDIR%%/LICENSE.md  
-%%WWWDIR%%/README.md  
+%%WWWDIR%%/LICENSE.md
+%%WWWDIR%%/README.md
 @group %%WWWGRP%%
 @mode 0775
-%%WWWDIR%%/app/bootstrap.php  
-%%WWWDIR%%/app/cache/index.html  
-%%WWWDIR%%/app/config/config.yml.dist  
-%%WWWDIR%%/app/config/contenttypes.yml.dist  
-%%WWWDIR%%/app/config/extensions/index.html  
-%%WWWDIR%%/app/config/menu.yml.dist  
-%%WWWDIR%%/app/config/permissions.yml.dist  
-%%WWWDIR%%/app/config/routing.yml.dist  
-%%WWWDIR%%/app/config/taxonomy.yml.dist  
+%%WWWDIR%%/app/bootstrap.php
+%%WWWDIR%%/app/cache/index.html
+%%WWWDIR%%/app/config/config.yml.dist
+%%WWWDIR%%/app/config/contenttypes.yml.dist
+%%WWWDIR%%/app/config/extensions/index.html
+%%WWWDIR%%/app/config/menu.yml.dist
+%%WWWDIR%%/app/config/permissions.yml.dist
+%%WWWDIR%%/app/config/routing.yml.dist
+%%WWWDIR%%/app/config/taxonomy.yml.dist
+%%WWWDIR%%/app/legacy.php
+%%WWWDIR%%/app/nut
+%%WWWDIR%%/app/resources/translations/cs_CZ/contenttypes.cs_CZ.yml
+%%WWWDIR%%/app/resources/translations/cs_CZ/infos.cs_CZ.yml
+%%WWWDIR%%/app/resources/translations/cs_CZ/messages.cs_CZ.yml
+%%WWWDIR%%/app/resources/translations/cs_CZ/validators.cs_CZ.xlf
+%%WWWDIR%%/app/resources/translations/de_DE/contenttypes.de_DE.yml
+%%WWWDIR%%/app/resources/translations/de_DE/infos.de_DE.yml
+%%WWWDIR%%/app/resources/translations/de_DE/messages.de_DE.yml
+%%WWWDIR%%/app/resources/translations/de_DE/validators.de_DE.xlf
+%%WWWDIR%%/app/resources/translations/el/contenttypes.el.yml
+%%WWWDIR%%/app/resources/translations/el/infos.el.yml
+%%WWWDIR%%/app/resources/translations/el/messages.el.yml
+%%WWWDIR%%/app/resources/translations/el/validators.el.xlf
+%%WWWDIR%%/app/resources/translations/en_GB/contenttypes.en_GB.yml
+%%WWWDIR%%/app/resources/translations/en_GB/infos.en_GB.yml
+%%WWWDIR%%/app/resources/translations/en_GB/messages.en_GB.yml
+%%WWWDIR%%/app/resources/translations/en_GB/validators.en_GB.xlf
+%%WWWDIR%%/app/resources/translations/es/contenttypes.es.yml
+%%WWWDIR%%/app/resources/translations/es/infos.es.yml
+%%WWWDIR%%/app/resources/translations/es/messages.es.yml
+%%WWWDIR%%/app/resources/translations/es/validators.es.xlf
+%%WWWDIR%%/app/resources/translations/fi/contenttypes.fi.yml
+%%WWWDIR%%/app/resources/translations/fi/infos.fi.yml
+%%WWWDIR%%/app/resources/translations/fi/messages.fi.yml
+%%WWWDIR%%/app/resources/translations/fi/validators.fi.xlf
+%%WWWDIR%%/app/resources/translations/fr/contenttypes.fr.yml
+%%WWWDIR%%/app/resources/translations/fr/infos.fr.yml
+%%WWWDIR%%/app/resources/translations/fr/messages.fr.yml
+%%WWWDIR%%/app/resources/translations/fr/validators.fr.xlf
+%%WWWDIR%%/app/resources/translations/hu/contenttypes.hu.yml
+%%WWWDIR%%/app/resources/translations/hu/infos.hu.yml
+%%WWWDIR%%/app/resources/translations/hu/messages.hu.yml
+%%WWWDIR%%/app/resources/translations/hu/validators.hu.xlf
+%%WWWDIR%%/app/resources/translations/id/contenttypes.id.yml
+%%WWWDIR%%/app/resources/translations/id/infos.id.yml
+%%WWWDIR%%/app/resources/translations/id/messages.id.yml
+%%WWWDIR%%/app/resources/translations/id/validators.id.xlf
+%%WWWDIR%%/app/resources/translations/it/contenttypes.it.yml
+%%WWWDIR%%/app/resources/translations/it/messages.it.yml
+%%WWWDIR%%/app/resources/translations/it/validators.it.xlf
+%%WWWDIR%%/app/resources/translations/ja/contenttypes.ja.yml
+%%WWWDIR%%/app/resources/translations/ja/infos.ja.yml
+%%WWWDIR%%/app/resources/translations/ja/messages.ja.yml
+%%WWWDIR%%/app/resources/translations/ja/validators.ja.xlf
+%%WWWDIR%%/app/resources/translations/nb/contenttypes.nb.yml
+%%WWWDIR%%/app/resources/translations/nb/messages.nb.yml
+%%WWWDIR%%/app/resources/translations/nb/validators.nb.xlf
+%%WWWDIR%%/app/resources/translations/nl_NL/contenttypes.nl_NL.yml
+%%WWWDIR%%/app/resources/translations/nl_NL/infos.nl_NL.yml
+%%WWWDIR%%/app/resources/translations/nl_NL/messages.nl_NL.yml
+%%WWWDIR%%/app/resources/translations/nl_NL/validators.nl_NL.xlf
+%%WWWDIR%%/app/resources/translations/pl_PL/contenttypes.pl_PL.yml
+%%WWWDIR%%/app/resources/translations/pl_PL/infos.pl_PL.yml
+%%WWWDIR%%/app/resources/translations/pl_PL/messages.pl_PL.yml
+%%WWWDIR%%/app/resources/translations/pl_PL/validators.pl_PL.xlf
+%%WWWDIR%%/app/resources/translations/pt/contenttypes.pt.yml
+%%WWWDIR%%/app/resources/translations/pt/infos.pt.yml
+%%WWWDIR%%/app/resources/translations/pt/messages.pt.yml
+%%WWWDIR%%/app/resources/translations/pt/validators.pt.xlf
+%%WWWDIR%%/app/resources/translations/pt_BR/contenttypes.pt_BR.yml
+%%WWWDIR%%/app/resources/translations/pt_BR/infos.pt_BR.yml
+%%WWWDIR%%/app/resources/translations/pt_BR/messages.pt_BR.yml
+%%WWWDIR%%/app/resources/translations/pt_BR/validators.pt_BR.xlf
+%%WWWDIR%%/app/resources/translations/ru/contenttypes.ru.yml
+%%WWWDIR%%/app/resources/translations/ru/infos.ru.yml
+%%WWWDIR%%/app/resources/translations/ru/messages.ru.yml
+%%WWWDIR%%/app/resources/translations/ru/validators.ru.xlf
+%%WWWDIR%%/app/resources/translations/sv_SE/contenttypes.sv_SE.yml
+%%WWWDIR%%/app/resources/translations/sv_SE/infos.sv_SE.yml
+%%WWWDIR%%/app/resources/translations/sv_SE/messages.sv_SE.yml
+%%WWWDIR%%/app/resources/translations/sv_SE/validators.sv_SE.xlf
+%%WWWDIR%%/app/resources/translations/zh_CN/contenttypes.zh_CN.yml
+%%WWWDIR%%/app/resources/translations/zh_CN/infos.zh_CN.yml
+%%WWWDIR%%/app/resources/translations/zh_CN/messages.zh_CN.yml
+%%WWWDIR%%/app/resources/translations/zh_CN/validators.zh_CN.xlf
+%%WWWDIR%%/app/resources/translations/zh_TW/contenttypes.zh_TW.yml
+%%WWWDIR%%/app/resources/translations/zh_TW/infos.zh_TW.yml
+%%WWWDIR%%/app/resources/translations/zh_TW/messages.zh_TW.yml
+%%WWWDIR%%/app/resources/translations/zh_TW/validators.zh_TW.xlf
+%%WWWDIR%%/app/resources/translations/zx/contenttypes.zx.yml
+%%WWWDIR%%/app/resources/translations/zx/infos.zx.yml
+%%WWWDIR%%/app/resources/translations/zx/messages.zx.yml
+%%WWWDIR%%/app/resources/translations/zx/validators.zx.xlf
+%%WWWDIR%%/app/theme_defaults/_sub_menu.twig
+%%WWWDIR%%/app/theme_defaults/_sub_pager.twig
+%%WWWDIR%%/app/theme_defaults/_sub_searchbox.twig
+%%WWWDIR%%/app/theme_defaults/_sub_taxonomylinks.twig
+%%WWWDIR%%/app/theme_defaults/error.twig
+%%WWWDIR%%/app/theme_defaults/form_bolt_layout.twig
+%%WWWDIR%%/app/theme_defaults/form_div_layout.html.twig
+%%WWWDIR%%/app/theme_defaults/maintenance.css
+%%WWWDIR%%/app/theme_defaults/maintenance_default.twig
+%%WWWDIR%%/app/view/css/bolt-old-ie.css
+%%WWWDIR%%/app/view/css/bolt.css
+%%WWWDIR%%/app/view/css/ckeditor-contents.css
+%%WWWDIR%%/app/view/css/ckeditor.css
+%%WWWDIR%%/app/view/css/lib.css
+%%WWWDIR%%/app/view/css/liveeditor.css
+%%WWWDIR%%/app/view/fonts/FontAwesome.otf
+%%WWWDIR%%/app/view/fonts/SourceSansPro-It.woff
+%%WWWDIR%%/app/view/fonts/SourceSansPro-It.woff2
+%%WWWDIR%%/app/view/fonts/SourceSansPro-Regular.woff
+%%WWWDIR%%/app/view/fonts/SourceSansPro-Regular.woff2
+%%WWWDIR%%/app/view/fonts/SourceSansPro-Semibold.woff
+%%WWWDIR%%/app/view/fonts/SourceSansPro-Semibold.woff2
+%%WWWDIR%%/app/view/fonts/fontawesome-webfont.eot
+%%WWWDIR%%/app/view/fonts/fontawesome-webfont.svg
+%%WWWDIR%%/app/view/fonts/fontawesome-webfont.ttf
+%%WWWDIR%%/app/view/fonts/fontawesome-webfont.woff
+%%WWWDIR%%/app/view/fonts/fontawesome-webfont.woff2
+%%WWWDIR%%/app/view/img/apple-touch-icon-114x114.png
+%%WWWDIR%%/app/view/img/apple-touch-icon-144x144.png
+%%WWWDIR%%/app/view/img/apple-touch-icon-72x72.png
+%%WWWDIR%%/app/view/img/apple-touch-icon.png
+%%WWWDIR%%/app/view/img/bolt-icon.svg
+%%WWWDIR%%/app/view/img/bolt-logo.png
+%%WWWDIR%%/app/view/img/dash.png
+%%WWWDIR%%/app/view/img/default_empty.png
+%%WWWDIR%%/app/view/img/default_empty_4x3.png
+%%WWWDIR%%/app/view/img/default_error.png
+%%WWWDIR%%/app/view/img/default_notfound.png
+%%WWWDIR%%/app/view/img/edit.png
+%%WWWDIR%%/app/view/img/favicon-bolt.ico
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_222222_256x240.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_454545_256x240.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_888888_256x240.png
+%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/app/view/img/lib/jquery-upl-loading.gif
+%%WWWDIR%%/app/view/img/lib/jquery-upl-progressbar.gif
+%%WWWDIR%%/app/view/img/lib/select2-select2-spinner.gif
+%%WWWDIR%%/app/view/img/lib/select2-select2.png
+%%WWWDIR%%/app/view/img/lib/select2-select2x2.png
+%%WWWDIR%%/app/view/img/log.png
+%%WWWDIR%%/app/view/img/pin_red.png
+%%WWWDIR%%/app/view/img/queries.png
+%%WWWDIR%%/app/view/img/server.png
+%%WWWDIR%%/app/view/img/sidebarbg.png
+%%WWWDIR%%/app/view/js/bolt.min.js
+%%WWWDIR%%/app/view/js/ckeditor/ckeditor.js
+%%WWWDIR%%/app/view/js/ckeditor/config.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/about.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/clipboard/dialogs/paste.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/css/codemirror.min.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/beautify.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcode.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/clike.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/css.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/htmlmixed.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/javascript.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/markdown.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/matchbrackets.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/php.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/xml.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/yaml.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/3024-day.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/3024-night.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/ambiance.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/base16-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/base16-light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/blackboard.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/cobalt.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/colorforth.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/eclipse.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/elegant.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/erlang-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/lesser-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/liquibyte.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/mbo.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/mdn-like.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/midnight.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/monokai.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/neat.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/neo.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/night.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/paraiso-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/paraiso-light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/pastel-on-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/rubyblue.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/solarized.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/the-matrix.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/tomorrow-night-bright.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/ttcn.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/twilight.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/vibrant-ink.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/xq-dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/xq-light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/zenburn.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/dialogs/codesnippet.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/LICENSE
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/README.md
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css
+%%WWWDIR%%/app/view/js/ckeditor/plugins/dialog/dialogDefinition.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/find/dialogs/find.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/icons.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/icons_hidpi.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/image/dialogs/image.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/image/images/noimage.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/link/dialogs/anchor.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/link/dialogs/link.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/link/images/anchor.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/link/images/hidpi/anchor.png
+%%WWWDIR%%/app/view/js/ckeditor/plugins/oembed/LICENSE.md
+%%WWWDIR%%/app/view/js/ckeditor/plugins/oembed/README.md
+%%WWWDIR%%/app/view/js/ckeditor/plugins/oembed/libs/jquery.oembed.min.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/pastefromword/filter/default.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/af.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ar.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/bg.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ca.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/cs.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/cy.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/da.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/de.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/el.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/en.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/eo.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/es.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/et.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/fa.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/fi.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/fr.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/gl.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/he.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/hr.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/hu.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/id.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/it.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ja.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/km.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ko.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ku.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/lt.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/lv.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/nb.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/nl.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/no.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/pl.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/pt.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ru.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/si.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/sk.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/sl.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/sq.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/sv.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/th.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/tr.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/tt.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/ug.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/uk.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/vi.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/lang/zh.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/specialchar/dialogs/specialchar.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/table/dialogs/table.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/tabletools/dialogs/tableCell.js
+%%WWWDIR%%/app/view/js/ckeditor/plugins/widget/images/handle.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog_ie.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog_ie7.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog_ie8.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog_iequirks.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/dialog_opera.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor_gecko.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor_ie.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor_ie7.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor_ie8.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/editor_iequirks.css
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/icons.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/icons_hidpi.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/arrow.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/close.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/hidpi/close.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/hidpi/lock-open.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/hidpi/lock.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/hidpi/refresh.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/lock-open.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/lock.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/images/refresh.png
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/readme.md
+%%WWWDIR%%/app/view/js/ckeditor/skins/boltcke/skin.js
+%%WWWDIR%%/app/view/js/ckeditor/styles.js
+%%WWWDIR%%/app/view/js/jquery-1.12.1.min.js
+%%WWWDIR%%/app/view/js/lib.min.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/af.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ar.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/bg.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/bn.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/bs.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ca.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/cs.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/cy.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/da.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/de.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/el.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/en-au.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/en-ca.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/en-gb.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/en.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/eo.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/es.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/et.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/eu.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/fa.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/fi.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/fo.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/fr-ca.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/fr.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/gl.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/gu.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/he.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/hi.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/hr.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/hu.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/id.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/is.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/it.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ja.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ka.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/km.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ko.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ku.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/lt.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/lv.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/mk.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/mn.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ms.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/nb.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/nl.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/no.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/pl.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/pt-br.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/pt.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ro.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ru.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/si.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sk.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sl.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sq.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sr-latn.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sr.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/sv.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/th.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/tr.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/tt.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/ug.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/uk.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/vi.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/zh-cn.js
+%%WWWDIR%%/app/view/js/locale/ckeditor/zh.js
+%%WWWDIR%%/app/view/js/locale/datepicker/af.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ar.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ar_DZ.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/az.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/be.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/bg.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/bs.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ca.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/cs.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/cy_GB.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/da.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/de.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/el.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/en_AU.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/en_GB.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/en_NZ.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/eo.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/es.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/et.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/eu.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fa.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fi.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fo.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fr.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fr_CA.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/fr_CH.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/gl.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/he.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/hi.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/hr.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/hu.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/hy.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/id.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/is.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/it.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/it_CH.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ja.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ka.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/kk.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/km.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ko.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ky.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/lb.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/lt.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/lv.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/mk.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ml.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ms.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/nb.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/nl.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/nl_BE.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/nn.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/no.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/pl.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/pt.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/pt_BR.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/rm.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ro.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ru.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sk.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sl.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sq.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sr.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sr_SR.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/sv.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/ta.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/th.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/tj.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/tr.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/uk.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/vi.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/zh_CN.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/zh_HK.min.js
+%%WWWDIR%%/app/view/js/locale/datepicker/zh_TW.min.js
+%%WWWDIR%%/app/view/js/locale/moment/af.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ar.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ar_MA.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ar_SA.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ar_TN.min.js
+%%WWWDIR%%/app/view/js/locale/moment/az.min.js
+%%WWWDIR%%/app/view/js/locale/moment/be.min.js
+%%WWWDIR%%/app/view/js/locale/moment/bg.min.js
+%%WWWDIR%%/app/view/js/locale/moment/bn.min.js
+%%WWWDIR%%/app/view/js/locale/moment/bo.min.js
+%%WWWDIR%%/app/view/js/locale/moment/br.min.js
+%%WWWDIR%%/app/view/js/locale/moment/bs.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ca.min.js
+%%WWWDIR%%/app/view/js/locale/moment/cs.min.js
+%%WWWDIR%%/app/view/js/locale/moment/cv.min.js
+%%WWWDIR%%/app/view/js/locale/moment/cy.min.js
+%%WWWDIR%%/app/view/js/locale/moment/da.min.js
+%%WWWDIR%%/app/view/js/locale/moment/de.min.js
+%%WWWDIR%%/app/view/js/locale/moment/de_AT.min.js
+%%WWWDIR%%/app/view/js/locale/moment/dv.min.js
+%%WWWDIR%%/app/view/js/locale/moment/el.min.js
+%%WWWDIR%%/app/view/js/locale/moment/en_AU.min.js
+%%WWWDIR%%/app/view/js/locale/moment/en_CA.min.js
+%%WWWDIR%%/app/view/js/locale/moment/en_GB.min.js
+%%WWWDIR%%/app/view/js/locale/moment/en_IE.min.js
+%%WWWDIR%%/app/view/js/locale/moment/en_NZ.min.js
+%%WWWDIR%%/app/view/js/locale/moment/eo.min.js
+%%WWWDIR%%/app/view/js/locale/moment/es.min.js
+%%WWWDIR%%/app/view/js/locale/moment/et.min.js
+%%WWWDIR%%/app/view/js/locale/moment/eu.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fa.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fi.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fo.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fr.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fr_CA.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fr_CH.min.js
+%%WWWDIR%%/app/view/js/locale/moment/fy.min.js
+%%WWWDIR%%/app/view/js/locale/moment/gd.min.js
+%%WWWDIR%%/app/view/js/locale/moment/gl.min.js
+%%WWWDIR%%/app/view/js/locale/moment/he.min.js
+%%WWWDIR%%/app/view/js/locale/moment/hi.min.js
+%%WWWDIR%%/app/view/js/locale/moment/hr.min.js
+%%WWWDIR%%/app/view/js/locale/moment/hu.min.js
+%%WWWDIR%%/app/view/js/locale/moment/hy_AM.min.js
+%%WWWDIR%%/app/view/js/locale/moment/id.min.js
+%%WWWDIR%%/app/view/js/locale/moment/is.min.js
+%%WWWDIR%%/app/view/js/locale/moment/it.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ja.min.js
+%%WWWDIR%%/app/view/js/locale/moment/jv.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ka.min.js
+%%WWWDIR%%/app/view/js/locale/moment/kk.min.js
+%%WWWDIR%%/app/view/js/locale/moment/km.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ko.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ky.min.js
+%%WWWDIR%%/app/view/js/locale/moment/lb.min.js
+%%WWWDIR%%/app/view/js/locale/moment/lo.min.js
+%%WWWDIR%%/app/view/js/locale/moment/lt.min.js
+%%WWWDIR%%/app/view/js/locale/moment/lv.min.js
+%%WWWDIR%%/app/view/js/locale/moment/me.min.js
+%%WWWDIR%%/app/view/js/locale/moment/mk.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ml.min.js
+%%WWWDIR%%/app/view/js/locale/moment/mr.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ms.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ms_MY.min.js
+%%WWWDIR%%/app/view/js/locale/moment/my.min.js
+%%WWWDIR%%/app/view/js/locale/moment/nb.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ne.min.js
+%%WWWDIR%%/app/view/js/locale/moment/nl.min.js
+%%WWWDIR%%/app/view/js/locale/moment/nn.min.js
+%%WWWDIR%%/app/view/js/locale/moment/pa_IN.min.js
+%%WWWDIR%%/app/view/js/locale/moment/pl.min.js
+%%WWWDIR%%/app/view/js/locale/moment/pt.min.js
+%%WWWDIR%%/app/view/js/locale/moment/pt_BR.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ro.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ru.min.js
+%%WWWDIR%%/app/view/js/locale/moment/se.min.js
+%%WWWDIR%%/app/view/js/locale/moment/si.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sk.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sl.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sq.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sr.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sr_CYRL.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ss.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sv.min.js
+%%WWWDIR%%/app/view/js/locale/moment/sw.min.js
+%%WWWDIR%%/app/view/js/locale/moment/ta.min.js
+%%WWWDIR%%/app/view/js/locale/moment/te.min.js
+%%WWWDIR%%/app/view/js/locale/moment/th.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tl_PH.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tlh.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tr.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tzl.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tzm.min.js
+%%WWWDIR%%/app/view/js/locale/moment/tzm_LATN.min.js
+%%WWWDIR%%/app/view/js/locale/moment/uk.min.js
+%%WWWDIR%%/app/view/js/locale/moment/uz.min.js
+%%WWWDIR%%/app/view/js/locale/moment/vi.min.js
+%%WWWDIR%%/app/view/js/locale/moment/x_PSEUDO.min.js
+%%WWWDIR%%/app/view/js/locale/moment/zh_CN.min.js
+%%WWWDIR%%/app/view/js/locale/moment/zh_TW.min.js
+%%WWWDIR%%/app/view/js/uikit/codemirror-compressed.js
+%%WWWDIR%%/app/view/js/uikit/htmleditor.js
+%%WWWDIR%%/app/view/js/uikit/htmleditor.min.css
+%%WWWDIR%%/app/view/js/uikit/marked.js
+%%WWWDIR%%/app/view/js/uikit/readme.md
+%%WWWDIR%%/app/view/js/uikit/uikit.min.css
+%%WWWDIR%%/app/view/js/uikit/uikit.min.js
+%%WWWDIR%%/app/view/toolbar/bolt.html.twig
+%%WWWDIR%%/app/view/toolbar/config.html.twig
+%%WWWDIR%%/app/view/toolbar/db.html.twig
+%%WWWDIR%%/app/view/toolbar/twig.html.twig
+%%WWWDIR%%/app/view/twig/_base/_fieldset.twig
+%%WWWDIR%%/app/view/twig/_base/_listing.twig
+%%WWWDIR%%/app/view/twig/_base/_nothing.twig
+%%WWWDIR%%/app/view/twig/_base/_page-nav.twig
+%%WWWDIR%%/app/view/twig/_base/_page-no_nav.twig
+%%WWWDIR%%/app/view/twig/_base/_page-popup.twig
+%%WWWDIR%%/app/view/twig/_base/_page.twig
+%%WWWDIR%%/app/view/twig/_base/_panel.twig
+%%WWWDIR%%/app/view/twig/_macro/_files_path.twig
+%%WWWDIR%%/app/view/twig/_macro/_macro.twig
+%%WWWDIR%%/app/view/twig/_macro/_pager.twig
+%%WWWDIR%%/app/view/twig/_macro/_panels.twig
+%%WWWDIR%%/app/view/twig/_sub/_csrf_token.twig
+%%WWWDIR%%/app/view/twig/_sub/_editable_record_list.twig
+%%WWWDIR%%/app/view/twig/_sub/_listing.twig
+%%WWWDIR%%/app/view/twig/_sub/_messages.twig
+%%WWWDIR%%/app/view/twig/about/about.twig
+%%WWWDIR%%/app/view/twig/activity/changelog.twig
+%%WWWDIR%%/app/view/twig/activity/systemlog.twig
+%%WWWDIR%%/app/view/twig/changelog/_macros.twig
+%%WWWDIR%%/app/view/twig/changelog/changelogrecordall.twig
+%%WWWDIR%%/app/view/twig/changelog/changelogrecordsingle.twig
+%%WWWDIR%%/app/view/twig/clearcache/clearcache.twig
+%%WWWDIR%%/app/view/twig/components/pager.twig
+%%WWWDIR%%/app/view/twig/components/panel-change-record.twig
+%%WWWDIR%%/app/view/twig/components/panel-change.twig
+%%WWWDIR%%/app/view/twig/components/panel-lastmodified.twig
+%%WWWDIR%%/app/view/twig/components/panel-news.twig
+%%WWWDIR%%/app/view/twig/components/panel-stack.twig
+%%WWWDIR%%/app/view/twig/components/panel-system.twig
+%%WWWDIR%%/app/view/twig/components/stack-list.twig
+%%WWWDIR%%/app/view/twig/components/stack-minimal.twig
+%%WWWDIR%%/app/view/twig/custom/listing/pages.twig.dist
+%%WWWDIR%%/app/view/twig/dashboard/_aside.twig
+%%WWWDIR%%/app/view/twig/dashboard/_quicklinks-buttons.twig
+%%WWWDIR%%/app/view/twig/dashboard/_quicklinks-dropdown.twig
+%%WWWDIR%%/app/view/twig/dashboard/_recently_edited.twig
+%%WWWDIR%%/app/view/twig/dashboard/_suggestloripsum.twig
+%%WWWDIR%%/app/view/twig/dashboard/dashboard.twig
+%%WWWDIR%%/app/view/twig/dbcheck/_macros.twig
+%%WWWDIR%%/app/view/twig/dbcheck/dbcheck.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside-delete.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside-live-editor.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside-preview.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside-save.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside-status.twig
+%%WWWDIR%%/app/view/twig/editcontent/_aside.twig
+%%WWWDIR%%/app/view/twig/editcontent/_buttons.twig
+%%WWWDIR%%/app/view/twig/editcontent/_fields.twig
+%%WWWDIR%%/app/view/twig/editcontent/_includes-data.twig
+%%WWWDIR%%/app/view/twig/editcontent/_live-editor.twig
+%%WWWDIR%%/app/view/twig/editcontent/_meta.twig
+%%WWWDIR%%/app/view/twig/editcontent/_relations.twig
+%%WWWDIR%%/app/view/twig/editcontent/_relationships.twig
+%%WWWDIR%%/app/view/twig/editcontent/_taxonomies.twig
+%%WWWDIR%%/app/view/twig/editcontent/_templatefields.twig
+%%WWWDIR%%/app/view/twig/editcontent/editcontent.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_checkbox.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_date.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_datetime.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_file.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_filelist.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_float.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_geolocation.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_hidden.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_html.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_image.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_imagelist.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_integer.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_markdown.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_select.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_slug.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_templateselect.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_text.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_textarea.twig
+%%WWWDIR%%/app/view/twig/editcontent/fields/_video.twig
+%%WWWDIR%%/app/view/twig/editfile/editfile.twig
+%%WWWDIR%%/app/view/twig/editlocale/editlocale.twig
+%%WWWDIR%%/app/view/twig/edituser/edituser.twig
+%%WWWDIR%%/app/view/twig/email/firstuser.twig
+%%WWWDIR%%/app/view/twig/email/pingtest.twig
+%%WWWDIR%%/app/view/twig/extend/_package.twig
+%%WWWDIR%%/app/view/twig/extend/extend.twig
+%%WWWDIR%%/app/view/twig/extend/install-package.twig
+%%WWWDIR%%/app/view/twig/filebrowser/_content.twig
+%%WWWDIR%%/app/view/twig/filebrowser/_navigation.twig
+%%WWWDIR%%/app/view/twig/filebrowser/filebrowser.twig
+%%WWWDIR%%/app/view/twig/files/_files.twig
+%%WWWDIR%%/app/view/twig/files/_folders.twig
+%%WWWDIR%%/app/view/twig/files/_upload.twig
+%%WWWDIR%%/app/view/twig/files/files.twig
+%%WWWDIR%%/app/view/twig/files_async/files_async.twig
+%%WWWDIR%%/app/view/twig/files_ck/_files.twig
+%%WWWDIR%%/app/view/twig/files_ck/_folders.twig
+%%WWWDIR%%/app/view/twig/files_ck/files_ck.twig
+%%WWWDIR%%/app/view/twig/firstuser/firstuser.twig
+%%WWWDIR%%/app/view/twig/login/login.twig
+%%WWWDIR%%/app/view/twig/mail/passwordreset.twig
+%%WWWDIR%%/app/view/twig/nav/_macros.twig
+%%WWWDIR%%/app/view/twig/nav/_primary.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-configuration.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-content.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-extensions.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-filemanagement.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-search.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary-translations.twig
+%%WWWDIR%%/app/view/twig/nav/_secondary.twig
+%%WWWDIR%%/app/view/twig/old_extensions/old_extensions.twig
+%%WWWDIR%%/app/view/twig/omnisearch/_aside.twig
+%%WWWDIR%%/app/view/twig/omnisearch/_result.twig
+%%WWWDIR%%/app/view/twig/omnisearch/omnisearch.twig
+%%WWWDIR%%/app/view/twig/overview/_panel-actions_overview.twig
+%%WWWDIR%%/app/view/twig/overview/overview.twig
+%%WWWDIR%%/app/view/twig/prefill/prefill.twig
+%%WWWDIR%%/app/view/twig/relatedto/_panel-actions_relatedto.twig
+%%WWWDIR%%/app/view/twig/relatedto/_toolbar.twig
+%%WWWDIR%%/app/view/twig/relatedto/relatedto.twig
+%%WWWDIR%%/app/view/twig/roles/roles.twig
+%%WWWDIR%%/app/view/twig/users/_aside.twig
+%%WWWDIR%%/app/view/twig/users/_panel-actions_users.twig
+%%WWWDIR%%/app/view/twig/users/_roles-permissons.twig
+%%WWWDIR%%/app/view/twig/users/_sessions.twig
+%%WWWDIR%%/app/view/twig/users/_userlist-actions.twig
+%%WWWDIR%%/app/view/twig/users/_userlist.twig
+%%WWWDIR%%/app/view/twig/users/users.twig
 @group
 @mode
-%%WWWDIR%%/app/legacy.php  
-%%WWWDIR%%/app/nut  
-%%WWWDIR%%/app/resources/translations/cs_CZ/contenttypes.cs_CZ.yml  
-%%WWWDIR%%/app/resources/translations/cs_CZ/infos.cs_CZ.yml  
-%%WWWDIR%%/app/resources/translations/cs_CZ/messages.cs_CZ.yml  
-%%WWWDIR%%/app/resources/translations/de_DE/contenttypes.de_DE.yml  
-%%WWWDIR%%/app/resources/translations/de_DE/infos.de_DE.yml  
-%%WWWDIR%%/app/resources/translations/de_DE/messages.de_DE.yml  
-%%WWWDIR%%/app/resources/translations/de_DE/validators.de_DE.xlf  
-%%WWWDIR%%/app/resources/translations/el/contenttypes.el.yml  
-%%WWWDIR%%/app/resources/translations/el/infos.el.yml  
-%%WWWDIR%%/app/resources/translations/el/messages.el.yml  
-%%WWWDIR%%/app/resources/translations/el/validators.el.xlf  
-%%WWWDIR%%/app/resources/translations/en_GB/contenttypes.en_GB.yml  
-%%WWWDIR%%/app/resources/translations/en_GB/infos.en_GB.yml  
-%%WWWDIR%%/app/resources/translations/en_GB/messages.en_GB.yml  
-%%WWWDIR%%/app/resources/translations/en_GB/validators.en_GB.xlf  
-%%WWWDIR%%/app/resources/translations/es/contenttypes.es.yml  
-%%WWWDIR%%/app/resources/translations/es/infos.es.yml  
-%%WWWDIR%%/app/resources/translations/es/messages.es.yml  
-%%WWWDIR%%/app/resources/translations/es/validators.es.xlf  
-%%WWWDIR%%/app/resources/translations/fi/contenttypes.fi.yml  
-%%WWWDIR%%/app/resources/translations/fi/messages.fi.yml  
-%%WWWDIR%%/app/resources/translations/fi/validators.fi.xlf  
-%%WWWDIR%%/app/resources/translations/fr/contenttypes.fr.yml  
-%%WWWDIR%%/app/resources/translations/fr/infos.fr.yml  
-%%WWWDIR%%/app/resources/translations/fr/messages.fr.yml  
-%%WWWDIR%%/app/resources/translations/fr_FR/contenttypes.fr_FR.yml  
-%%WWWDIR%%/app/resources/translations/fr_FR/infos.fr_FR.yml  
-%%WWWDIR%%/app/resources/translations/fr_FR/messages.fr_FR.yml  
-%%WWWDIR%%/app/resources/translations/hu/infos.hu.yml  
-%%WWWDIR%%/app/resources/translations/hu/messages.hu.yml  
-%%WWWDIR%%/app/resources/translations/hu/validators.hu.xlf  
-%%WWWDIR%%/app/resources/translations/id/infos.id.yml  
-%%WWWDIR%%/app/resources/translations/id/messages.id.yml  
-%%WWWDIR%%/app/resources/translations/it/contenttypes.it.yml  
-%%WWWDIR%%/app/resources/translations/it/messages.it.yml  
-%%WWWDIR%%/app/resources/translations/ja/contenttypes.ja.yml  
-%%WWWDIR%%/app/resources/translations/ja/infos.ja.yml  
-%%WWWDIR%%/app/resources/translations/ja/messages.ja.yml  
-%%WWWDIR%%/app/resources/translations/nb/messages.nb.yml  
-%%WWWDIR%%/app/resources/translations/nl_NL/contenttypes.nl_NL.yml  
-%%WWWDIR%%/app/resources/translations/nl_NL/infos.nl_NL.yml  
-%%WWWDIR%%/app/resources/translations/nl_NL/messages.nl_NL.yml  
-%%WWWDIR%%/app/resources/translations/nl_NL/validators.nl_NL.xlf  
-%%WWWDIR%%/app/resources/translations/pl_PL/contenttypes.pl_PL.yml  
-%%WWWDIR%%/app/resources/translations/pl_PL/infos.pl_PL.yml  
-%%WWWDIR%%/app/resources/translations/pl_PL/messages.pl_PL.yml  
-%%WWWDIR%%/app/resources/translations/pt/contenttypes.pt.yml  
-%%WWWDIR%%/app/resources/translations/pt/infos.pt.yml  
-%%WWWDIR%%/app/resources/translations/pt/messages.pt.yml  
-%%WWWDIR%%/app/resources/translations/pt/validators.pt.xlf  
-%%WWWDIR%%/app/resources/translations/ru/contenttypes.ru.yml  
-%%WWWDIR%%/app/resources/translations/ru/infos.ru.yml  
-%%WWWDIR%%/app/resources/translations/ru/messages.ru.yml  
-%%WWWDIR%%/app/resources/translations/ru/validators.ru.xlf  
-%%WWWDIR%%/app/resources/translations/sv_SE/contenttypes.sv_SE.yml  
-%%WWWDIR%%/app/resources/translations/sv_SE/infos.sv_SE.yml  
-%%WWWDIR%%/app/resources/translations/sv_SE/messages.sv_SE.yml  
-%%WWWDIR%%/app/resources/translations/sv_SE/validators.sv_SE.xlf  
-%%WWWDIR%%/app/resources/translations/zh_CN/contenttypes.zh_CN.yml  
-%%WWWDIR%%/app/resources/translations/zh_CN/infos.zh_CN.yml  
-%%WWWDIR%%/app/resources/translations/zh_CN/messages.zh_CN.yml  
-%%WWWDIR%%/app/resources/translations/zh_CN/validators.zh_CN.xlf  
-%%WWWDIR%%/app/resources/translations/zh_TW/contenttypes.zh_TW.yml  
-%%WWWDIR%%/app/resources/translations/zh_TW/infos.zh_TW.yml  
-%%WWWDIR%%/app/resources/translations/zh_TW/messages.zh_TW.yml  
-%%WWWDIR%%/app/resources/translations/zh_TW/validators.zh_TW.xlf  
-%%WWWDIR%%/app/theme_defaults/_sub_menu.twig  
-%%WWWDIR%%/app/theme_defaults/_sub_pager.twig  
-%%WWWDIR%%/app/theme_defaults/_sub_searchbox.twig  
-%%WWWDIR%%/app/theme_defaults/_sub_taxonomylinks.twig  
-%%WWWDIR%%/app/theme_defaults/error.twig  
-%%WWWDIR%%/app/theme_defaults/form_bolt_layout.twig  
-%%WWWDIR%%/app/theme_defaults/form_div_layout.html.twig  
-%%WWWDIR%%/app/theme_defaults/maintenance.css  
-%%WWWDIR%%/app/theme_defaults/maintenance_default.twig  
-%%WWWDIR%%/app/view/css/bolt-old-ie.css  
-%%WWWDIR%%/app/view/css/bolt.css  
-%%WWWDIR%%/app/view/css/ckeditor-contents.css  
-%%WWWDIR%%/app/view/css/ckeditor.css  
-%%WWWDIR%%/app/view/css/lib.css  
-%%WWWDIR%%/app/view/css/liveeditor.css  
-%%WWWDIR%%/app/view/fonts/FontAwesome.otf  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-It.woff  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-It.woff2  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-Regular.woff  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-Regular.woff2  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-Semibold.woff  
-%%WWWDIR%%/app/view/fonts/SourceSansPro-Semibold.woff2  
-%%WWWDIR%%/app/view/fonts/fontawesome-webfont.eot  
-%%WWWDIR%%/app/view/fonts/fontawesome-webfont.svg  
-%%WWWDIR%%/app/view/fonts/fontawesome-webfont.ttf  
-%%WWWDIR%%/app/view/fonts/fontawesome-webfont.woff  
-%%WWWDIR%%/app/view/fonts/fontawesome-webfont.woff2  
-%%WWWDIR%%/app/view/img/apple-touch-icon-114x114.png  
-%%WWWDIR%%/app/view/img/apple-touch-icon-144x144.png  
-%%WWWDIR%%/app/view/img/apple-touch-icon-72x72.png  
-%%WWWDIR%%/app/view/img/apple-touch-icon.png  
-%%WWWDIR%%/app/view/img/bolt-icon.svg  
-%%WWWDIR%%/app/view/img/bolt-logo.png  
-%%WWWDIR%%/app/view/img/dash.png  
-%%WWWDIR%%/app/view/img/default_empty.png  
-%%WWWDIR%%/app/view/img/default_empty_4x3.png  
-%%WWWDIR%%/app/view/img/default_error.png  
-%%WWWDIR%%/app/view/img/default_notfound.png  
-%%WWWDIR%%/app/view/img/edit.png  
-%%WWWDIR%%/app/view/img/favicon-bolt.ico  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_flat_0_aaaaaa_40x100.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_flat_75_ffffff_40x100.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_55_fbf9ee_1x400.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_65_ffffff_1x400.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_75_dadada_1x400.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_75_e6e6e6_1x400.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_glass_95_fef1ec_1x400.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-bg_highlight-soft_75_cccccc_1x100.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_222222_256x240.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_2e83ff_256x240.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_454545_256x240.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_888888_256x240.png  
-%%WWWDIR%%/app/view/img/lib/jquery-ui-icons_cd0a0a_256x240.png  
-%%WWWDIR%%/app/view/img/lib/jquery-upl-loading.gif  
-%%WWWDIR%%/app/view/img/lib/jquery-upl-progressbar.gif  
-%%WWWDIR%%/app/view/img/lib/select2-select2-spinner.gif  
-%%WWWDIR%%/app/view/img/lib/select2-select2.png  
-%%WWWDIR%%/app/view/img/lib/select2-select2x2.png  
-%%WWWDIR%%/app/view/img/log.png  
-%%WWWDIR%%/app/view/img/pin_red.png  
-%%WWWDIR%%/app/view/img/queries.png  
-%%WWWDIR%%/app/view/img/server.png  
-%%WWWDIR%%/app/view/img/sidebarbg.png  
-%%WWWDIR%%/app/view/js/bolt.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/ckeditor.js  
-%%WWWDIR%%/app/view/js/ckeditor/config.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/about.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/clipboard/dialogs/paste.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/css/codemirror.min.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/beautify.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.addons.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.addons.search.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcode.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.bbcodemixed.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.htmlmixed.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.javascript.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/js/codemirror.mode.php.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/clike.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/css.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/htmlmixed.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/javascript.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/markdown.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/matchbrackets.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/php.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/xml.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/plugins/yaml.min.js  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/3024-day.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/3024-night.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/ambiance-mobile.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/ambiance.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/base16-dark.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/base16-light.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/blackboard.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/cobalt.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/colorforth.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/eclipse.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/elegant.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/erlang-dark.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/lesser-dark.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/liquibyte.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/mbo.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/mdn-like.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/midnight.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/monokai.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/neat.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/neo.css  
-%%WWWDIR%%/app/view/js/ckeditor/plugins/codemirror/theme/night.css  

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-branches mailing list