Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 16:58:12 +0000 (UTC)
From:      Vanilla I. Shu <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363924 - head/www/siteframe
Message-ID:  <53de6a24.5bbc.3f38dfb5@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sun Aug  3 16:58:11 2014
New Revision: 363924
URL: http://svnweb.freebsd.org/changeset/ports/363924
QAT: https://qat.redports.org/buildarchive/r363924/

Log:
  Stagify.

Modified:
  head/www/siteframe/Makefile
  head/www/siteframe/pkg-plist

Modified: head/www/siteframe/Makefile
==============================================================================
--- head/www/siteframe/Makefile	Sun Aug  3 16:57:22 2014	(r363923)
+++ head/www/siteframe/Makefile	Sun Aug  3 16:58:11 2014	(r363924)
@@ -3,7 +3,7 @@
 
 PORTNAME=	siteframe
 PORTVERSION=	5.0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.broadpool.net/pub/siteframe/
 
@@ -14,7 +14,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/smarty/S
 
 USE_APACHE_RUN=	22+
 USE_PHP=	mysqli simplexml xml session gd
-DEFAULT_PHP_VER=	5
+DEFAULT_VERS=	php=5
 USE_MYSQL=	yes
 
 # where to install
@@ -30,14 +30,14 @@ SITEFRAMEDIR=	${WWWDIR}
 
 SUB_FILES=	pkg-message
 SUB_LIST=	DIR=${SITEFRAMEDIR}
+PLIST_SUB=	WWWOWN="${WWWOWN}"
 
-NO_STAGE=	yes
-do-install:
-	${MKDIR} ${SITEFRAMEDIR}/
-	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
-	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/
+do-extract:
+	@${MKDIR} ${WRKDIR}/${PORTNAME}
+	@ cd ${WRKDIR}/${PORTNAME}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS}
 
-post-install:
-	${CAT} ${PKGMESSAGE}
+do-install:
+	${MKDIR} ${STAGEDIR}${SITEFRAMEDIR}/
+	${CP} -R ${WRKDIR}/${PORTNAME}/* ${STAGEDIR}${SITEFRAMEDIR}/
 
 .include <bsd.port.mk>

Modified: head/www/siteframe/pkg-plist
==============================================================================
--- head/www/siteframe/pkg-plist	Sun Aug  3 16:57:22 2014	(r363923)
+++ head/www/siteframe/pkg-plist	Sun Aug  3 16:58:11 2014	(r363924)
@@ -1,680 +1,681 @@
-www/siteframe/CHANGELOG.txt
-www/siteframe/LICENSE.txt
-www/siteframe/README.txt
-www/siteframe/_htaccess
-www/siteframe/admin.php
-www/siteframe/admin/add_user.inc
-www/siteframe/admin/bulk_invite.inc
-www/siteframe/admin/clear_log.inc
-www/siteframe/admin/db_update.inc
-www/siteframe/admin/directory.inc
-www/siteframe/admin/edit_file.inc
-www/siteframe/admin/feedback.inc
-www/siteframe/admin/import_siteframe.inc
-www/siteframe/admin/list_audit_log.inc
-www/siteframe/admin/list_invitations.inc
-www/siteframe/admin/list_texts.inc
-www/siteframe/admin/mail_all.inc
-www/siteframe/admin/phpinfo.inc
-www/siteframe/admin/search_index.inc
-www/siteframe/admin/send_newsletter.inc
-www/siteframe/admin/user_maintenance.inc
-www/siteframe/admin/xml_export.inc
-www/siteframe/advanced.php
-www/siteframe/api.php
-www/siteframe/archive.php
-www/siteframe/delete.php
-www/siteframe/download.php
-www/siteframe/edit.php
-www/siteframe/error.php
-www/siteframe/favicon.ico
-www/siteframe/favorites.php
-www/siteframe/feeds.php
-www/siteframe/file.php
-www/siteframe/files/README
-www/siteframe/folder.php
-www/siteframe/folders.php
-www/siteframe/group.php
-www/siteframe/groups.php
-www/siteframe/images/arrowd.gif
-www/siteframe/images/arrowr.gif
-www/siteframe/images/audio.jpg
-www/siteframe/images/biggoldstar.jpg
-www/siteframe/images/feed-icon16x16.png
-www/siteframe/images/icon_delete.jpg
-www/siteframe/images/icon_file.jpg
-www/siteframe/images/icon_pencil.jpg
-www/siteframe/images/lquote.gif
-www/siteframe/images/paperclip.gif
-www/siteframe/images/rquote.gif
-www/siteframe/images/siteframepower.gif
-www/siteframe/images/star_gold.gif
-www/siteframe/images/star_gold.png
-www/siteframe/images/star_gray.gif
-www/siteframe/images/star_gray.png
-www/siteframe/images/star_red.gif
-www/siteframe/images/star_red.png
-www/siteframe/images/valid-rss.png
-www/siteframe/images/xml.gif
-www/siteframe/import.php
-www/siteframe/includes/ACL.class.inc
-www/siteframe/includes/Audit.class.inc
-www/siteframe/includes/Comment.class.inc
-www/siteframe/includes/CommentList.class.inc
-www/siteframe/includes/DataObject.class.inc
-www/siteframe/includes/Email.class.inc
-www/siteframe/includes/Favorite.class.inc
-www/siteframe/includes/File.class.inc
-www/siteframe/includes/Folder.class.inc
-www/siteframe/includes/Group.class.inc
-www/siteframe/includes/GroupUserRel.class.inc
-www/siteframe/includes/HtmlEmail.class.inc
-www/siteframe/includes/InputForm.class.inc
-www/siteframe/includes/Invitation.class.inc
-www/siteframe/includes/Link.class.inc
-www/siteframe/includes/LinkPageRel.class.inc
-www/siteframe/includes/Memo.class.inc
-www/siteframe/includes/Page.class.inc
-www/siteframe/includes/PageFactory.class.inc
-www/siteframe/includes/PageRating.class.inc
-www/siteframe/includes/Ping.class.inc
-www/siteframe/includes/Plugin.class.inc
-www/siteframe/includes/Property.class.inc
-www/siteframe/includes/Query.class.inc
-www/siteframe/includes/Quote.class.inc
-www/siteframe/includes/RSSfeed.class.inc
-www/siteframe/includes/Rating.class.inc
-www/siteframe/includes/ReadOnly.class.inc
-www/siteframe/includes/SearchText.class.inc
-www/siteframe/includes/Siteframe.class.inc
-www/siteframe/includes/SiteframeTemplate.class.inc
-www/siteframe/includes/Subscription.class.inc
-www/siteframe/includes/Tag.class.inc
-www/siteframe/includes/TagPageRel.class.inc
-www/siteframe/includes/TagUserRel.class.inc
-www/siteframe/includes/TagView.class.inc
-www/siteframe/includes/Template.class.inc
-www/siteframe/includes/Text.class.inc
-www/siteframe/includes/TopRatedPages.class.inc
-www/siteframe/includes/Trackback.class.inc
-www/siteframe/includes/User.class.inc
-www/siteframe/includes/UserLog.class.inc
-www/siteframe/includes/dbfunc.inc
-www/siteframe/index.php
-www/siteframe/javascript/siteframe.js
-www/siteframe/lang/en-gb.ini
-www/siteframe/lang/en-us.ini
-www/siteframe/lang/ja.ini
-www/siteframe/link.php
-www/siteframe/links.php
-www/siteframe/list.php
-www/siteframe/login.php
-www/siteframe/mail.php
-www/siteframe/memos.php
-www/siteframe/misc/README.txt
-www/siteframe/misc/dropall.sql
-www/siteframe/page.php
-www/siteframe/pkg-message
-www/siteframe/plugins/README.txt
-www/siteframe/plugins/email_all_content.php
-www/siteframe/plugins/email_memoranda.php
-www/siteframe/plugins/photoinfo.php
-www/siteframe/plugins/ping.php
-www/siteframe/plugins/quotas.php
-www/siteframe/plugins/user_editor.php
-www/siteframe/plugins/user_folder.php
-www/siteframe/pwchange.php
-www/siteframe/pwreset.php
-www/siteframe/quotes.php
-www/siteframe/register.php
-www/siteframe/robots.txt
-www/siteframe/rss.php
-www/siteframe/rssfeed.php
-www/siteframe/search.php
-www/siteframe/setup.php
-www/siteframe/siteframe.inc
-www/siteframe/siteframe.ini-dist
-www/siteframe/sitemap.php
-www/siteframe/smarty/README.txt
-www/siteframe/smarty/block.all.php
-www/siteframe/smarty/block.archives.php
-www/siteframe/smarty/block.file_pages.php
-www/siteframe/smarty/block.folder_path.php
-www/siteframe/smarty/block.object.php
-www/siteframe/smarty/block.page_next.php
-www/siteframe/smarty/block.page_prev.php
-www/siteframe/smarty/block.random.php
-www/siteframe/smarty/block.recent.php
-www/siteframe/smarty/block.rss.php
-www/siteframe/smarty/block.tags.php
-www/siteframe/smarty/block.user_files.php
-www/siteframe/smarty/block.user_groups.php
-www/siteframe/smarty/block.user_images.php
-www/siteframe/smarty/function.avgrating.php
-www/siteframe/smarty/function.calendar.php
-www/siteframe/smarty/function.config.php
-www/siteframe/smarty/function.count.php
-www/siteframe/smarty/function.lang.php
-www/siteframe/smarty/function.menu.php
-www/siteframe/smarty/function.numcomments.php
-www/siteframe/smarty/function.page_views.php
-www/siteframe/smarty/function.property.php
-www/siteframe/smarty/function.text.php
-www/siteframe/smarty/function.textlink.php
-www/siteframe/smarty/function.thumbnail.php
-www/siteframe/smarty/function.userrating.php
-www/siteframe/smarty/modifier.userdate.php
-www/siteframe/smarty/modifier.ydate.php
-www/siteframe/smarty/resource.db.php
-www/siteframe/subscriptions.php
-www/siteframe/tag.php
-www/siteframe/tags.php
-www/siteframe/tb.php
-www/siteframe/templates.php
-www/siteframe/templates/acceptance.tpl
-www/siteframe/templates/attachments.tpl
-www/siteframe/templates/blue_blog/action.tpl
-www/siteframe/templates/blue_blog/addtag.tpl
-www/siteframe/templates/blue_blog/admin.tpl
-www/siteframe/templates/blue_blog/archive.tpl
-www/siteframe/templates/blue_blog/blue_blog.jpg
-www/siteframe/templates/blue_blog/custom.tpl
-www/siteframe/templates/blue_blog/edit.tpl
-www/siteframe/templates/blue_blog/empty.tpl
-www/siteframe/templates/blue_blog/error.tpl
-www/siteframe/templates/blue_blog/excerpt.tpl
-www/siteframe/templates/blue_blog/favorites.tpl
-www/siteframe/templates/blue_blog/feeds.tpl
-www/siteframe/templates/blue_blog/file.tpl
-www/siteframe/templates/blue_blog/folder.tpl
-www/siteframe/templates/blue_blog/folders.tpl
-www/siteframe/templates/blue_blog/footer.tpl
-www/siteframe/templates/blue_blog/group.tpl
-www/siteframe/templates/blue_blog/groups.tpl
-www/siteframe/templates/blue_blog/header.tpl
-www/siteframe/templates/blue_blog/imagepopup.tpl
-www/siteframe/templates/blue_blog/images/articlebg.gif
-www/siteframe/templates/blue_blog/images/bg.gif
-www/siteframe/templates/blue_blog/images/h2bg.gif
-www/siteframe/templates/blue_blog/images/header.gif
-www/siteframe/templates/blue_blog/images/horizontal.gif
-www/siteframe/templates/blue_blog/images/menutop.gif
-www/siteframe/templates/blue_blog/images/searchbox.gif
-www/siteframe/templates/blue_blog/images/sidebar.gif
-www/siteframe/templates/blue_blog/images/style.css
-www/siteframe/templates/blue_blog/index.html
-www/siteframe/templates/blue_blog/index.tpl
-www/siteframe/templates/blue_blog/links.tpl
-www/siteframe/templates/blue_blog/list.tpl
-www/siteframe/templates/blue_blog/list_audit_log.tpl
-www/siteframe/templates/blue_blog/list_invitations.tpl
-www/siteframe/templates/blue_blog/list_texts.tpl
-www/siteframe/templates/blue_blog/login.tpl
-www/siteframe/templates/blue_blog/memos.tpl
-www/siteframe/templates/blue_blog/page.tpl
-www/siteframe/templates/blue_blog/paginator.tpl
-www/siteframe/templates/blue_blog/quotes.tpl
-www/siteframe/templates/blue_blog/register.tpl
-www/siteframe/templates/blue_blog/rssfeed.tpl
-www/siteframe/templates/blue_blog/rte_head_fck.tpl
-www/siteframe/templates/blue_blog/rte_head_tinymce.tpl
-www/siteframe/templates/blue_blog/rte_head_widg.tpl
-www/siteframe/templates/blue_blog/search.tpl
-www/siteframe/templates/blue_blog/searchbox.tpl
-www/siteframe/templates/blue_blog/setup.tpl
-www/siteframe/templates/blue_blog/siteframe.css
-www/siteframe/templates/blue_blog/sitemap.tpl
-www/siteframe/templates/blue_blog/subscriptions.tpl
-www/siteframe/templates/blue_blog/tag.tpl
-www/siteframe/templates/blue_blog/tags.tpl
-www/siteframe/templates/blue_blog/template.ini
-www/siteframe/templates/blue_blog/templates.tpl
-www/siteframe/templates/blue_blog/text.tpl
-www/siteframe/templates/blue_blog/themes.tpl
-www/siteframe/templates/blue_blog/user.tpl
-www/siteframe/templates/blue_blog/users.tpl
-www/siteframe/templates/burnt/addtag.tpl
-www/siteframe/templates/burnt/admin.tpl
-www/siteframe/templates/burnt/archive.tpl
-www/siteframe/templates/burnt/audit_log.tpl
-www/siteframe/templates/burnt/blog_item.tpl
-www/siteframe/templates/burnt/bottom.tpl
-www/siteframe/templates/burnt/breadcrumb.tpl
-www/siteframe/templates/burnt/burnt.jpg
-www/siteframe/templates/burnt/comments.tpl
-www/siteframe/templates/burnt/custom.tpl
-www/siteframe/templates/burnt/dot-top.gif
-www/siteframe/templates/burnt/dot.gif
-www/siteframe/templates/burnt/edit.tpl
-www/siteframe/templates/burnt/error.tpl
-www/siteframe/templates/burnt/favorites.tpl
-www/siteframe/templates/burnt/file.tpl
-www/siteframe/templates/burnt/folder.tpl
-www/siteframe/templates/burnt/folder_book.tpl
-www/siteframe/templates/burnt/folder_gallery.tpl
-www/siteframe/templates/burnt/folders.tpl
-www/siteframe/templates/burnt/group.tpl
-www/siteframe/templates/burnt/groups.tpl
-www/siteframe/templates/burnt/imagepopup.tpl
-www/siteframe/templates/burnt/index.html
-www/siteframe/templates/burnt/index.tpl
-www/siteframe/templates/burnt/invitations.tpl
-www/siteframe/templates/burnt/links.tpl
-www/siteframe/templates/burnt/list.tpl
-www/siteframe/templates/burnt/login.tpl
-www/siteframe/templates/burnt/memos.tpl
-www/siteframe/templates/burnt/menu.tpl
-www/siteframe/templates/burnt/page.tpl
-www/siteframe/templates/burnt/paginator.tpl
-www/siteframe/templates/burnt/preamble.tpl
-www/siteframe/templates/burnt/quotes.tpl
-www/siteframe/templates/burnt/readme.txt
-www/siteframe/templates/burnt/register.tpl
-www/siteframe/templates/burnt/rss_list.tpl
-www/siteframe/templates/burnt/rssfeed.tpl
-www/siteframe/templates/burnt/rte_head_fck.tpl
-www/siteframe/templates/burnt/rte_head_tinymce.tpl
-www/siteframe/templates/burnt/rte_head_widg.tpl
-www/siteframe/templates/burnt/search.tpl
-www/siteframe/templates/burnt/setup.tpl
-www/siteframe/templates/burnt/siteframe.css
-www/siteframe/templates/burnt/sitemap.tpl
-www/siteframe/templates/burnt/style.css
-www/siteframe/templates/burnt/subscriptions.tpl
-www/siteframe/templates/burnt/tag.tpl
-www/siteframe/templates/burnt/tags.tpl
-www/siteframe/templates/burnt/template.ini
-www/siteframe/templates/burnt/templates.tpl
-www/siteframe/templates/burnt/text.tpl
-www/siteframe/templates/burnt/texts.tpl
-www/siteframe/templates/burnt/themes.tpl
-www/siteframe/templates/burnt/top.tpl
-www/siteframe/templates/burnt/undohtml.css
-www/siteframe/templates/burnt/user.tpl
-www/siteframe/templates/burnt/users.tpl
-www/siteframe/templates/comment_notice.tpl
-www/siteframe/templates/default/action.tpl
-www/siteframe/templates/default/addtag.tpl
-www/siteframe/templates/default/admin.tpl
-www/siteframe/templates/default/archive.tpl
-www/siteframe/templates/default/audit_log.tpl
-www/siteframe/templates/default/blog_item.tpl
-www/siteframe/templates/default/breadcrumb.tpl
-www/siteframe/templates/default/comments.tpl
-www/siteframe/templates/default/custom.tpl
-www/siteframe/templates/default/default.css
-www/siteframe/templates/default/default_preview.jpg
-www/siteframe/templates/default/edit.tpl
-www/siteframe/templates/default/error.tpl
-www/siteframe/templates/default/favorites.tpl
-www/siteframe/templates/default/file.tpl
-www/siteframe/templates/default/folder.tpl
-www/siteframe/templates/default/folder_book.tpl
-www/siteframe/templates/default/folder_gallery.tpl
-www/siteframe/templates/default/folders.tpl
-www/siteframe/templates/default/footer.tpl
-www/siteframe/templates/default/gradient2.png
-www/siteframe/templates/default/group.tpl
-www/siteframe/templates/default/groups.tpl
-www/siteframe/templates/default/header.tpl
-www/siteframe/templates/default/html_head.tpl
-www/siteframe/templates/default/image_item.tpl
-www/siteframe/templates/default/imagepopup.tpl
-www/siteframe/templates/default/index.tpl
-www/siteframe/templates/default/invitations.tpl
-www/siteframe/templates/default/links.tpl
-www/siteframe/templates/default/list.tpl
-www/siteframe/templates/default/login.tpl
-www/siteframe/templates/default/memos.tpl
-www/siteframe/templates/default/menu.tpl
-www/siteframe/templates/default/minisearch.tpl
-www/siteframe/templates/default/page.tpl
-www/siteframe/templates/default/paginator.tpl
-www/siteframe/templates/default/preamble.tpl
-www/siteframe/templates/default/quotes.tpl
-www/siteframe/templates/default/register.tpl
-www/siteframe/templates/default/rss_list.tpl
-www/siteframe/templates/default/rssfeed.tpl
-www/siteframe/templates/default/rte_head_fck.tpl
-www/siteframe/templates/default/rte_head_tinymce.tpl
-www/siteframe/templates/default/rte_head_widg.tpl
-www/siteframe/templates/default/search.tpl
-www/siteframe/templates/default/setup.tpl
-www/siteframe/templates/default/sitemap.tpl
-www/siteframe/templates/default/subscriptions.tpl
-www/siteframe/templates/default/tag.tpl
-www/siteframe/templates/default/tags.tpl
-www/siteframe/templates/default/template.ini
-www/siteframe/templates/default/templates.tpl
-www/siteframe/templates/default/text.tpl
-www/siteframe/templates/default/texts.tpl
-www/siteframe/templates/default/themes.tpl
-www/siteframe/templates/default/top_menu.tpl
-www/siteframe/templates/default/user.tpl
-www/siteframe/templates/default/users.tpl
-www/siteframe/templates/default/xml.tpl
-www/siteframe/templates/favorite.tpl
-www/siteframe/templates/feedback.tpl
-www/siteframe/templates/footer.tpl
-www/siteframe/templates/form.tpl
-www/siteframe/templates/head_rss.tpl
-www/siteframe/templates/htmlemail.tpl
-www/siteframe/templates/invite.tpl
-www/siteframe/templates/leaves/action.tpl
-www/siteframe/templates/leaves/addtag.tpl
-www/siteframe/templates/leaves/admin.tpl
-www/siteframe/templates/leaves/archive.tpl
-www/siteframe/templates/leaves/arrow.gif
-www/siteframe/templates/leaves/custom.tpl
-www/siteframe/templates/leaves/edit.tpl
-www/siteframe/templates/leaves/empty.tpl
-www/siteframe/templates/leaves/error.tpl
-www/siteframe/templates/leaves/excerpt.tpl
-www/siteframe/templates/leaves/favorites.tpl
-www/siteframe/templates/leaves/feeds.tpl
-www/siteframe/templates/leaves/file.tpl
-www/siteframe/templates/leaves/folder.tpl
-www/siteframe/templates/leaves/folders.tpl
-www/siteframe/templates/leaves/footer.tpl
-www/siteframe/templates/leaves/group.tpl
-www/siteframe/templates/leaves/groups.tpl
-www/siteframe/templates/leaves/header.tpl
-www/siteframe/templates/leaves/imagepopup.tpl
-www/siteframe/templates/leaves/index.html
-www/siteframe/templates/leaves/index.tpl
-www/siteframe/templates/leaves/leaves.jpg
-www/siteframe/templates/leaves/links.tpl
-www/siteframe/templates/leaves/list.tpl
-www/siteframe/templates/leaves/list_audit_log.tpl
-www/siteframe/templates/leaves/list_invitations.tpl
-www/siteframe/templates/leaves/list_texts.tpl
-www/siteframe/templates/leaves/login.tpl
-www/siteframe/templates/leaves/memos.tpl
-www/siteframe/templates/leaves/page.tpl
-www/siteframe/templates/leaves/paginator.tpl
-www/siteframe/templates/leaves/quotes.tpl
-www/siteframe/templates/leaves/register.tpl
-www/siteframe/templates/leaves/rssfeed.tpl
-www/siteframe/templates/leaves/rte_head_fck.tpl
-www/siteframe/templates/leaves/rte_head_tinymce.tpl
-www/siteframe/templates/leaves/rte_head_widg.tpl
-www/siteframe/templates/leaves/search.tpl
-www/siteframe/templates/leaves/setup.tpl
-www/siteframe/templates/leaves/siteframe.css
-www/siteframe/templates/leaves/sitemap.tpl
-www/siteframe/templates/leaves/style.css
-www/siteframe/templates/leaves/subscriptions.tpl
-www/siteframe/templates/leaves/tag.tpl
-www/siteframe/templates/leaves/tags.tpl
-www/siteframe/templates/leaves/template.ini
-www/siteframe/templates/leaves/templates.tpl
-www/siteframe/templates/leaves/text.tpl
-www/siteframe/templates/leaves/themes.tpl
-www/siteframe/templates/leaves/user.tpl
-www/siteframe/templates/leaves/users.tpl
-www/siteframe/templates/mail.tpl
-www/siteframe/templates/newfriend.tpl
-www/siteframe/templates/newsletter.tpl
-www/siteframe/templates/notify.tpl
-www/siteframe/templates/pwreset_email.tpl
-www/siteframe/templates/rating.css
-www/siteframe/templates/rating.tpl
-www/siteframe/templates/register_email.tpl
-www/siteframe/templates/rss2generic.tpl
-www/siteframe/templates/simple/action.tpl
-www/siteframe/templates/simple/addtag.tpl
-www/siteframe/templates/simple/admin.tpl
-www/siteframe/templates/simple/archive.tpl
-www/siteframe/templates/simple/audit_log.tpl
-www/siteframe/templates/simple/blog_item.tpl
-www/siteframe/templates/simple/breadcrumb.tpl
-www/siteframe/templates/simple/comments.tpl
-www/siteframe/templates/simple/custom.tpl
-www/siteframe/templates/simple/edit.tpl
-www/siteframe/templates/simple/error.tpl
-www/siteframe/templates/simple/file.tpl
-www/siteframe/templates/simple/files.tpl
-www/siteframe/templates/simple/folder.tpl
-www/siteframe/templates/simple/folder_book.tpl
-www/siteframe/templates/simple/folder_gallery.tpl
-www/siteframe/templates/simple/folders.tpl
-www/siteframe/templates/simple/footer.tpl
-www/siteframe/templates/simple/group.tpl
-www/siteframe/templates/simple/groups.tpl
-www/siteframe/templates/simple/html_head.tpl
-www/siteframe/templates/simple/imagepopup.tpl
-www/siteframe/templates/simple/images.tpl
-www/siteframe/templates/simple/index.tpl
-www/siteframe/templates/simple/invitations.tpl
-www/siteframe/templates/simple/links.tpl
-www/siteframe/templates/simple/login.tpl
-www/siteframe/templates/simple/memos.tpl
-www/siteframe/templates/simple/ne.gif
-www/siteframe/templates/simple/nw.gif
-www/siteframe/templates/simple/page.tpl
-www/siteframe/templates/simple/paginator.tpl
-www/siteframe/templates/simple/preamble.tpl
-www/siteframe/templates/simple/preview.jpg
-www/siteframe/templates/simple/quotes.tpl
-www/siteframe/templates/simple/recent_images.tpl
-www/siteframe/templates/simple/register.tpl
-www/siteframe/templates/simple/rss_list.tpl
-www/siteframe/templates/simple/rssfeed.tpl
-www/siteframe/templates/simple/rte_head_fck.tpl
-www/siteframe/templates/simple/rte_head_tinymce.tpl
-www/siteframe/templates/simple/rte_head_widg.tpl
-www/siteframe/templates/simple/search.tpl
-www/siteframe/templates/simple/setup.tpl
-www/siteframe/templates/simple/simple.css
-www/siteframe/templates/simple/sitemap.tpl
-www/siteframe/templates/simple/subscriptions.tpl
-www/siteframe/templates/simple/tag.tpl
-www/siteframe/templates/simple/tags.tpl
-www/siteframe/templates/simple/template.ini
-www/siteframe/templates/simple/templates.tpl
-www/siteframe/templates/simple/text.tpl
-www/siteframe/templates/simple/texts.tpl
-www/siteframe/templates/simple/themes.tpl
-www/siteframe/templates/simple/user.tpl
-www/siteframe/templates/simple/users.tpl
-www/siteframe/templates/simple/xml.tpl
-www/siteframe/templates/sinorca/action.tpl
-www/siteframe/templates/sinorca/addtag.tpl
-www/siteframe/templates/sinorca/admin.tpl
-www/siteframe/templates/sinorca/archive.tpl
-www/siteframe/templates/sinorca/custom.tpl
-www/siteframe/templates/sinorca/edit.tpl
-www/siteframe/templates/sinorca/empty.tpl
-www/siteframe/templates/sinorca/error.tpl
-www/siteframe/templates/sinorca/excerpt.tpl
-www/siteframe/templates/sinorca/favorites.tpl
-www/siteframe/templates/sinorca/feeds.tpl
-www/siteframe/templates/sinorca/file.tpl
-www/siteframe/templates/sinorca/folder.tpl
-www/siteframe/templates/sinorca/folders.tpl
-www/siteframe/templates/sinorca/footer.tpl
-www/siteframe/templates/sinorca/group.tpl
-www/siteframe/templates/sinorca/groups.tpl
-www/siteframe/templates/sinorca/header.tpl
-www/siteframe/templates/sinorca/imagepopup.tpl
-www/siteframe/templates/sinorca/index.html
-www/siteframe/templates/sinorca/index.tpl
-www/siteframe/templates/sinorca/links.tpl
-www/siteframe/templates/sinorca/list.tpl
-www/siteframe/templates/sinorca/list_audit_log.tpl
-www/siteframe/templates/sinorca/list_invitations.tpl
-www/siteframe/templates/sinorca/list_texts.tpl
-www/siteframe/templates/sinorca/login.tpl
-www/siteframe/templates/sinorca/memos.tpl
-www/siteframe/templates/sinorca/page.tpl
-www/siteframe/templates/sinorca/paginator.tpl
-www/siteframe/templates/sinorca/quotes.tpl
-www/siteframe/templates/sinorca/register.tpl
-www/siteframe/templates/sinorca/rssfeed.tpl
-www/siteframe/templates/sinorca/rte_head_fck.tpl
-www/siteframe/templates/sinorca/rte_head_tinymce.tpl
-www/siteframe/templates/sinorca/rte_head_widg.tpl
-www/siteframe/templates/sinorca/search.tpl
-www/siteframe/templates/sinorca/searchbox.tpl
-www/siteframe/templates/sinorca/setup.tpl
-www/siteframe/templates/sinorca/sinorca-print.css
-www/siteframe/templates/sinorca/sinorca-screen-alt.css
-www/siteframe/templates/sinorca/sinorca-screen.css
-www/siteframe/templates/sinorca/siteframe.css
-www/siteframe/templates/sinorca/sitemap.tpl
-www/siteframe/templates/sinorca/subscriptions.tpl
-www/siteframe/templates/sinorca/tag.tpl
-www/siteframe/templates/sinorca/tags.tpl
-www/siteframe/templates/sinorca/template.ini
-www/siteframe/templates/sinorca/templates.tpl
-www/siteframe/templates/sinorca/text.tpl
-www/siteframe/templates/sinorca/themes.tpl
-www/siteframe/templates/sinorca/user.tpl
-www/siteframe/templates/sinorca/users.tpl
-www/siteframe/templates/subfolders.tpl
-www/siteframe/templates/tb/action.tpl
-www/siteframe/templates/tb/addtag.tpl
-www/siteframe/templates/tb/admin.tpl
-www/siteframe/templates/tb/archive.tpl
-www/siteframe/templates/tb/audit_log.tpl
-www/siteframe/templates/tb/blog_item.tpl
-www/siteframe/templates/tb/breadcrumb.tpl
-www/siteframe/templates/tb/comments.tpl
-www/siteframe/templates/tb/custom.tpl
-www/siteframe/templates/tb/default.css
-www/siteframe/templates/tb/edit.tpl
-www/siteframe/templates/tb/error.tpl
-www/siteframe/templates/tb/favorites.tpl
-www/siteframe/templates/tb/file.tpl
-www/siteframe/templates/tb/folder.tpl
-www/siteframe/templates/tb/folder_book.tpl
-www/siteframe/templates/tb/folder_gallery.tpl
-www/siteframe/templates/tb/folders.tpl
-www/siteframe/templates/tb/footer.tpl
-www/siteframe/templates/tb/group.tpl
-www/siteframe/templates/tb/groups.tpl
-www/siteframe/templates/tb/header.tpl
-www/siteframe/templates/tb/html_head.tpl
-www/siteframe/templates/tb/image_item.tpl
-www/siteframe/templates/tb/imagepopup.tpl
-www/siteframe/templates/tb/index.tpl
-www/siteframe/templates/tb/invitations.tpl
-www/siteframe/templates/tb/links.tpl
-www/siteframe/templates/tb/list.tpl
-www/siteframe/templates/tb/login.tpl
-www/siteframe/templates/tb/memos.tpl
-www/siteframe/templates/tb/menu.tpl
-www/siteframe/templates/tb/minisearch.tpl
-www/siteframe/templates/tb/page.tpl
-www/siteframe/templates/tb/paginator.tpl
-www/siteframe/templates/tb/preamble.tpl
-www/siteframe/templates/tb/quotes.tpl
-www/siteframe/templates/tb/register.tpl
-www/siteframe/templates/tb/rss_list.tpl
-www/siteframe/templates/tb/rssfeed.tpl
-www/siteframe/templates/tb/rte_head_fck.tpl
-www/siteframe/templates/tb/rte_head_tinymce.tpl
-www/siteframe/templates/tb/rte_head_widg.tpl
-www/siteframe/templates/tb/search.tpl
-www/siteframe/templates/tb/setup.tpl
-www/siteframe/templates/tb/sitemap.tpl
-www/siteframe/templates/tb/subscriptions.tpl
-www/siteframe/templates/tb/tag.tpl
-www/siteframe/templates/tb/tags.tpl
-www/siteframe/templates/tb/tb.jpg
-www/siteframe/templates/tb/template.ini
-www/siteframe/templates/tb/templates.tpl
-www/siteframe/templates/tb/text.tpl
-www/siteframe/templates/tb/texts.tpl
-www/siteframe/templates/tb/themes.tpl
-www/siteframe/templates/tb/top_menu.tpl
-www/siteframe/templates/tb/user.tpl
-www/siteframe/templates/tb/users.tpl
-www/siteframe/templates/tb/xml.tpl
-www/siteframe/templates/template.ini
-www/siteframe/templates/trackback.tpl
-www/siteframe/templates/widescreen/action.tpl
-www/siteframe/templates/widescreen/addtag.tpl
-www/siteframe/templates/widescreen/admin.tpl
-www/siteframe/templates/widescreen/archive.tpl
-www/siteframe/templates/widescreen/audit_log.tpl
-www/siteframe/templates/widescreen/blog_item.tpl
-www/siteframe/templates/widescreen/breadcrumb.tpl
-www/siteframe/templates/widescreen/comments.tpl
-www/siteframe/templates/widescreen/custom.tpl
-www/siteframe/templates/widescreen/duck.jpg
-www/siteframe/templates/widescreen/edit.tpl
-www/siteframe/templates/widescreen/error.tpl
-www/siteframe/templates/widescreen/favorites.tpl
-www/siteframe/templates/widescreen/file.tpl
-www/siteframe/templates/widescreen/folder.tpl
-www/siteframe/templates/widescreen/folder_book.tpl
-www/siteframe/templates/widescreen/folder_gallery.tpl
-www/siteframe/templates/widescreen/folders.tpl
-www/siteframe/templates/widescreen/footer.tpl
-www/siteframe/templates/widescreen/group.tpl
-www/siteframe/templates/widescreen/groups.tpl
-www/siteframe/templates/widescreen/header.tpl
-www/siteframe/templates/widescreen/html_head.tpl
-www/siteframe/templates/widescreen/image_item.tpl
-www/siteframe/templates/widescreen/imagepopup.tpl
-www/siteframe/templates/widescreen/index.tpl
-www/siteframe/templates/widescreen/invitations.tpl
-www/siteframe/templates/widescreen/links.tpl
-www/siteframe/templates/widescreen/list.tpl
-www/siteframe/templates/widescreen/login.tpl
-www/siteframe/templates/widescreen/memos.tpl
-www/siteframe/templates/widescreen/menu.tpl
-www/siteframe/templates/widescreen/minisearch.tpl
-www/siteframe/templates/widescreen/page.tpl
-www/siteframe/templates/widescreen/paginator.tpl
-www/siteframe/templates/widescreen/preamble.tpl
-www/siteframe/templates/widescreen/quotes.tpl
-www/siteframe/templates/widescreen/register.tpl
-www/siteframe/templates/widescreen/rss_list.tpl
-www/siteframe/templates/widescreen/rssfeed.tpl
-www/siteframe/templates/widescreen/rte_head_fck.tpl
-www/siteframe/templates/widescreen/rte_head_tinymce.tpl
-www/siteframe/templates/widescreen/rte_head_widg.tpl
-www/siteframe/templates/widescreen/search.tpl
-www/siteframe/templates/widescreen/setup.tpl
-www/siteframe/templates/widescreen/sitemap.tpl
-www/siteframe/templates/widescreen/subscriptions.tpl
-www/siteframe/templates/widescreen/tag.tpl
-www/siteframe/templates/widescreen/tags.tpl
-www/siteframe/templates/widescreen/template.ini
-www/siteframe/templates/widescreen/templates.tpl
-www/siteframe/templates/widescreen/text.tpl
-www/siteframe/templates/widescreen/texts.tpl
-www/siteframe/templates/widescreen/themes.tpl
-www/siteframe/templates/widescreen/top_menu.tpl
-www/siteframe/templates/widescreen/user.tpl
-www/siteframe/templates/widescreen/users.tpl
-www/siteframe/templates/widescreen/widescreen.jpg
-www/siteframe/templates/widescreen/ws.css
-www/siteframe/templates/widescreen/xml.tpl
-www/siteframe/templates/wlnotify.tpl
-www/siteframe/text.php
-www/siteframe/themes.php
-www/siteframe/user.php
-www/siteframe/users.php
-@dirrm www/siteframe/templates/widescreen
-@dirrm www/siteframe/templates/tb
-@dirrm www/siteframe/templates/sinorca
-@dirrm www/siteframe/templates/simple
-@dirrm www/siteframe/templates/leaves
-@dirrm www/siteframe/templates/default
-@dirrm www/siteframe/templates/burnt
-@dirrm www/siteframe/templates/blue_blog/images
-@dirrm www/siteframe/templates/blue_blog
-@dirrm www/siteframe/templates
-@dirrm www/siteframe/smarty
-@dirrm www/siteframe/plugins
-@dirrm www/siteframe/misc
-@dirrm www/siteframe/lang
-@dirrm www/siteframe/javascript
-@dirrm www/siteframe/includes
-@dirrm www/siteframe/images
-@dirrm www/siteframe/files
-@dirrm www/siteframe/admin
-@dirrm www/siteframe
+@owner %%WWWOWN%%
+%%WWWDIR%%/CHANGELOG.txt
+%%WWWDIR%%/LICENSE.txt
+%%WWWDIR%%/README.txt
+%%WWWDIR%%/_htaccess
+%%WWWDIR%%/admin.php
+%%WWWDIR%%/admin/add_user.inc
+%%WWWDIR%%/admin/bulk_invite.inc
+%%WWWDIR%%/admin/clear_log.inc
+%%WWWDIR%%/admin/db_update.inc
+%%WWWDIR%%/admin/directory.inc
+%%WWWDIR%%/admin/edit_file.inc
+%%WWWDIR%%/admin/feedback.inc
+%%WWWDIR%%/admin/import_siteframe.inc
+%%WWWDIR%%/admin/list_audit_log.inc
+%%WWWDIR%%/admin/list_invitations.inc
+%%WWWDIR%%/admin/list_texts.inc
+%%WWWDIR%%/admin/mail_all.inc
+%%WWWDIR%%/admin/phpinfo.inc
+%%WWWDIR%%/admin/search_index.inc
+%%WWWDIR%%/admin/send_newsletter.inc
+%%WWWDIR%%/admin/user_maintenance.inc
+%%WWWDIR%%/admin/xml_export.inc
+%%WWWDIR%%/advanced.php
+%%WWWDIR%%/api.php
+%%WWWDIR%%/archive.php
+%%WWWDIR%%/delete.php
+%%WWWDIR%%/download.php
+%%WWWDIR%%/edit.php
+%%WWWDIR%%/error.php
+%%WWWDIR%%/favicon.ico
+%%WWWDIR%%/favorites.php
+%%WWWDIR%%/feeds.php
+%%WWWDIR%%/file.php
+%%WWWDIR%%/files/README
+%%WWWDIR%%/folder.php
+%%WWWDIR%%/folders.php
+%%WWWDIR%%/group.php
+%%WWWDIR%%/groups.php
+%%WWWDIR%%/images/arrowd.gif
+%%WWWDIR%%/images/arrowr.gif
+%%WWWDIR%%/images/audio.jpg
+%%WWWDIR%%/images/biggoldstar.jpg
+%%WWWDIR%%/images/feed-icon16x16.png
+%%WWWDIR%%/images/icon_delete.jpg
+%%WWWDIR%%/images/icon_file.jpg
+%%WWWDIR%%/images/icon_pencil.jpg
+%%WWWDIR%%/images/lquote.gif
+%%WWWDIR%%/images/paperclip.gif
+%%WWWDIR%%/images/rquote.gif
+%%WWWDIR%%/images/siteframepower.gif
+%%WWWDIR%%/images/star_gold.gif
+%%WWWDIR%%/images/star_gold.png
+%%WWWDIR%%/images/star_gray.gif
+%%WWWDIR%%/images/star_gray.png
+%%WWWDIR%%/images/star_red.gif
+%%WWWDIR%%/images/star_red.png
+%%WWWDIR%%/images/valid-rss.png
+%%WWWDIR%%/images/xml.gif
+%%WWWDIR%%/import.php
+%%WWWDIR%%/includes/ACL.class.inc
+%%WWWDIR%%/includes/Audit.class.inc
+%%WWWDIR%%/includes/Comment.class.inc
+%%WWWDIR%%/includes/CommentList.class.inc
+%%WWWDIR%%/includes/DataObject.class.inc
+%%WWWDIR%%/includes/Email.class.inc
+%%WWWDIR%%/includes/Favorite.class.inc
+%%WWWDIR%%/includes/File.class.inc
+%%WWWDIR%%/includes/Folder.class.inc
+%%WWWDIR%%/includes/Group.class.inc
+%%WWWDIR%%/includes/GroupUserRel.class.inc
+%%WWWDIR%%/includes/HtmlEmail.class.inc
+%%WWWDIR%%/includes/InputForm.class.inc
+%%WWWDIR%%/includes/Invitation.class.inc
+%%WWWDIR%%/includes/Link.class.inc
+%%WWWDIR%%/includes/LinkPageRel.class.inc
+%%WWWDIR%%/includes/Memo.class.inc
+%%WWWDIR%%/includes/Page.class.inc
+%%WWWDIR%%/includes/PageFactory.class.inc
+%%WWWDIR%%/includes/PageRating.class.inc
+%%WWWDIR%%/includes/Ping.class.inc
+%%WWWDIR%%/includes/Plugin.class.inc
+%%WWWDIR%%/includes/Property.class.inc
+%%WWWDIR%%/includes/Query.class.inc
+%%WWWDIR%%/includes/Quote.class.inc
+%%WWWDIR%%/includes/RSSfeed.class.inc
+%%WWWDIR%%/includes/Rating.class.inc
+%%WWWDIR%%/includes/ReadOnly.class.inc
+%%WWWDIR%%/includes/SearchText.class.inc
+%%WWWDIR%%/includes/Siteframe.class.inc
+%%WWWDIR%%/includes/SiteframeTemplate.class.inc
+%%WWWDIR%%/includes/Subscription.class.inc
+%%WWWDIR%%/includes/Tag.class.inc
+%%WWWDIR%%/includes/TagPageRel.class.inc
+%%WWWDIR%%/includes/TagUserRel.class.inc
+%%WWWDIR%%/includes/TagView.class.inc
+%%WWWDIR%%/includes/Template.class.inc
+%%WWWDIR%%/includes/Text.class.inc
+%%WWWDIR%%/includes/TopRatedPages.class.inc
+%%WWWDIR%%/includes/Trackback.class.inc
+%%WWWDIR%%/includes/User.class.inc
+%%WWWDIR%%/includes/UserLog.class.inc
+%%WWWDIR%%/includes/dbfunc.inc
+%%WWWDIR%%/index.php
+%%WWWDIR%%/javascript/siteframe.js
+%%WWWDIR%%/lang/en-gb.ini
+%%WWWDIR%%/lang/en-us.ini
+%%WWWDIR%%/lang/ja.ini
+%%WWWDIR%%/link.php
+%%WWWDIR%%/links.php
+%%WWWDIR%%/list.php
+%%WWWDIR%%/login.php
+%%WWWDIR%%/mail.php
+%%WWWDIR%%/memos.php
+%%WWWDIR%%/misc/README.txt
+%%WWWDIR%%/misc/dropall.sql
+%%WWWDIR%%/page.php
+%%WWWDIR%%/plugins/README.txt
+%%WWWDIR%%/plugins/email_all_content.php
+%%WWWDIR%%/plugins/email_memoranda.php
+%%WWWDIR%%/plugins/photoinfo.php
+%%WWWDIR%%/plugins/ping.php
+%%WWWDIR%%/plugins/quotas.php
+%%WWWDIR%%/plugins/user_editor.php
+%%WWWDIR%%/plugins/user_folder.php
+%%WWWDIR%%/pwchange.php
+%%WWWDIR%%/pwreset.php
+%%WWWDIR%%/quotes.php
+%%WWWDIR%%/register.php
+%%WWWDIR%%/robots.txt
+%%WWWDIR%%/rss.php
+%%WWWDIR%%/rssfeed.php
+%%WWWDIR%%/search.php
+%%WWWDIR%%/setup.php
+%%WWWDIR%%/siteframe.inc
+%%WWWDIR%%/siteframe.ini-dist
+%%WWWDIR%%/sitemap.php
+%%WWWDIR%%/smarty/README.txt
+%%WWWDIR%%/smarty/block.all.php
+%%WWWDIR%%/smarty/block.archives.php
+%%WWWDIR%%/smarty/block.file_pages.php
+%%WWWDIR%%/smarty/block.folder_path.php
+%%WWWDIR%%/smarty/block.object.php
+%%WWWDIR%%/smarty/block.page_next.php
+%%WWWDIR%%/smarty/block.page_prev.php
+%%WWWDIR%%/smarty/block.random.php
+%%WWWDIR%%/smarty/block.recent.php
+%%WWWDIR%%/smarty/block.rss.php
+%%WWWDIR%%/smarty/block.tags.php
+%%WWWDIR%%/smarty/block.user_files.php
+%%WWWDIR%%/smarty/block.user_groups.php
+%%WWWDIR%%/smarty/block.user_images.php
+%%WWWDIR%%/smarty/function.avgrating.php
+%%WWWDIR%%/smarty/function.calendar.php
+%%WWWDIR%%/smarty/function.config.php
+%%WWWDIR%%/smarty/function.count.php
+%%WWWDIR%%/smarty/function.lang.php
+%%WWWDIR%%/smarty/function.menu.php
+%%WWWDIR%%/smarty/function.numcomments.php
+%%WWWDIR%%/smarty/function.page_views.php
+%%WWWDIR%%/smarty/function.property.php
+%%WWWDIR%%/smarty/function.text.php
+%%WWWDIR%%/smarty/function.textlink.php
+%%WWWDIR%%/smarty/function.thumbnail.php
+%%WWWDIR%%/smarty/function.userrating.php
+%%WWWDIR%%/smarty/modifier.userdate.php
+%%WWWDIR%%/smarty/modifier.ydate.php
+%%WWWDIR%%/smarty/resource.db.php
+%%WWWDIR%%/subscriptions.php
+%%WWWDIR%%/tag.php
+%%WWWDIR%%/tags.php
+%%WWWDIR%%/tb.php
+%%WWWDIR%%/templates.php
+%%WWWDIR%%/templates/acceptance.tpl
+%%WWWDIR%%/templates/attachments.tpl
+%%WWWDIR%%/templates/blue_blog/action.tpl
+%%WWWDIR%%/templates/blue_blog/addtag.tpl
+%%WWWDIR%%/templates/blue_blog/admin.tpl
+%%WWWDIR%%/templates/blue_blog/archive.tpl
+%%WWWDIR%%/templates/blue_blog/blue_blog.jpg
+%%WWWDIR%%/templates/blue_blog/custom.tpl
+%%WWWDIR%%/templates/blue_blog/edit.tpl
+%%WWWDIR%%/templates/blue_blog/empty.tpl
+%%WWWDIR%%/templates/blue_blog/error.tpl
+%%WWWDIR%%/templates/blue_blog/excerpt.tpl
+%%WWWDIR%%/templates/blue_blog/favorites.tpl
+%%WWWDIR%%/templates/blue_blog/feeds.tpl
+%%WWWDIR%%/templates/blue_blog/file.tpl
+%%WWWDIR%%/templates/blue_blog/folder.tpl
+%%WWWDIR%%/templates/blue_blog/folders.tpl
+%%WWWDIR%%/templates/blue_blog/footer.tpl
+%%WWWDIR%%/templates/blue_blog/group.tpl
+%%WWWDIR%%/templates/blue_blog/groups.tpl
+%%WWWDIR%%/templates/blue_blog/header.tpl
+%%WWWDIR%%/templates/blue_blog/imagepopup.tpl
+%%WWWDIR%%/templates/blue_blog/images/articlebg.gif
+%%WWWDIR%%/templates/blue_blog/images/bg.gif
+%%WWWDIR%%/templates/blue_blog/images/h2bg.gif
+%%WWWDIR%%/templates/blue_blog/images/header.gif
+%%WWWDIR%%/templates/blue_blog/images/horizontal.gif
+%%WWWDIR%%/templates/blue_blog/images/menutop.gif
+%%WWWDIR%%/templates/blue_blog/images/searchbox.gif
+%%WWWDIR%%/templates/blue_blog/images/sidebar.gif
+%%WWWDIR%%/templates/blue_blog/images/style.css
+%%WWWDIR%%/templates/blue_blog/index.html
+%%WWWDIR%%/templates/blue_blog/index.tpl
+%%WWWDIR%%/templates/blue_blog/links.tpl
+%%WWWDIR%%/templates/blue_blog/list.tpl
+%%WWWDIR%%/templates/blue_blog/list_audit_log.tpl
+%%WWWDIR%%/templates/blue_blog/list_invitations.tpl
+%%WWWDIR%%/templates/blue_blog/list_texts.tpl
+%%WWWDIR%%/templates/blue_blog/login.tpl
+%%WWWDIR%%/templates/blue_blog/memos.tpl
+%%WWWDIR%%/templates/blue_blog/page.tpl
+%%WWWDIR%%/templates/blue_blog/paginator.tpl
+%%WWWDIR%%/templates/blue_blog/quotes.tpl
+%%WWWDIR%%/templates/blue_blog/register.tpl
+%%WWWDIR%%/templates/blue_blog/rssfeed.tpl
+%%WWWDIR%%/templates/blue_blog/rte_head_fck.tpl
+%%WWWDIR%%/templates/blue_blog/rte_head_tinymce.tpl
+%%WWWDIR%%/templates/blue_blog/rte_head_widg.tpl
+%%WWWDIR%%/templates/blue_blog/search.tpl
+%%WWWDIR%%/templates/blue_blog/searchbox.tpl
+%%WWWDIR%%/templates/blue_blog/setup.tpl
+%%WWWDIR%%/templates/blue_blog/siteframe.css
+%%WWWDIR%%/templates/blue_blog/sitemap.tpl
+%%WWWDIR%%/templates/blue_blog/subscriptions.tpl
+%%WWWDIR%%/templates/blue_blog/tag.tpl
+%%WWWDIR%%/templates/blue_blog/tags.tpl
+%%WWWDIR%%/templates/blue_blog/template.ini
+%%WWWDIR%%/templates/blue_blog/templates.tpl
+%%WWWDIR%%/templates/blue_blog/text.tpl
+%%WWWDIR%%/templates/blue_blog/themes.tpl
+%%WWWDIR%%/templates/blue_blog/user.tpl
+%%WWWDIR%%/templates/blue_blog/users.tpl
+%%WWWDIR%%/templates/burnt/addtag.tpl
+%%WWWDIR%%/templates/burnt/admin.tpl
+%%WWWDIR%%/templates/burnt/archive.tpl
+%%WWWDIR%%/templates/burnt/audit_log.tpl
+%%WWWDIR%%/templates/burnt/blog_item.tpl
+%%WWWDIR%%/templates/burnt/bottom.tpl
+%%WWWDIR%%/templates/burnt/breadcrumb.tpl
+%%WWWDIR%%/templates/burnt/burnt.jpg
+%%WWWDIR%%/templates/burnt/comments.tpl
+%%WWWDIR%%/templates/burnt/custom.tpl
+%%WWWDIR%%/templates/burnt/dot-top.gif
+%%WWWDIR%%/templates/burnt/dot.gif
+%%WWWDIR%%/templates/burnt/edit.tpl
+%%WWWDIR%%/templates/burnt/error.tpl
+%%WWWDIR%%/templates/burnt/favorites.tpl
+%%WWWDIR%%/templates/burnt/file.tpl
+%%WWWDIR%%/templates/burnt/folder.tpl
+%%WWWDIR%%/templates/burnt/folder_book.tpl
+%%WWWDIR%%/templates/burnt/folder_gallery.tpl
+%%WWWDIR%%/templates/burnt/folders.tpl
+%%WWWDIR%%/templates/burnt/group.tpl
+%%WWWDIR%%/templates/burnt/groups.tpl
+%%WWWDIR%%/templates/burnt/imagepopup.tpl
+%%WWWDIR%%/templates/burnt/index.html
+%%WWWDIR%%/templates/burnt/index.tpl
+%%WWWDIR%%/templates/burnt/invitations.tpl
+%%WWWDIR%%/templates/burnt/links.tpl
+%%WWWDIR%%/templates/burnt/list.tpl
+%%WWWDIR%%/templates/burnt/login.tpl
+%%WWWDIR%%/templates/burnt/memos.tpl
+%%WWWDIR%%/templates/burnt/menu.tpl
+%%WWWDIR%%/templates/burnt/page.tpl
+%%WWWDIR%%/templates/burnt/paginator.tpl
+%%WWWDIR%%/templates/burnt/preamble.tpl
+%%WWWDIR%%/templates/burnt/quotes.tpl
+%%WWWDIR%%/templates/burnt/readme.txt
+%%WWWDIR%%/templates/burnt/register.tpl
+%%WWWDIR%%/templates/burnt/rss_list.tpl
+%%WWWDIR%%/templates/burnt/rssfeed.tpl
+%%WWWDIR%%/templates/burnt/rte_head_fck.tpl

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de6a24.5bbc.3f38dfb5>