| Summary: | New port: www/pivot-weblog A blog authoring tool written in PHP | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Hans Fredrik Nordhaug <hans> | ||||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Hans Fredrik Nordhaug
2006-08-03 07:00:32 UTC
State Changed From-To: open->feedback The pkg-plist is incorrect, there are several files missing on deinstallation, please check. /usr/local/www/weblog/ /usr/local/www/weblog/images /usr/local/www/weblog/archives /usr/local/www/weblog/pivot /usr/local/www/weblog/pivot/db /usr/local/www/weblog/pivot/db/standard-00000 /usr/local/www/weblog/pivot/db/standard-00000/00001.php /usr/local/www/weblog/pivot/db/standard-00000/00002.php /usr/local/www/weblog/pivot/db/standard-00000/index-standard-00000.php /usr/local/www/weblog/pivot/db/users /usr/local/www/weblog/pivot/db/users/index.html /usr/local/www/weblog/pivot/db/search /usr/local/www/weblog/pivot/db/search/filtered_words.txt /usr/local/www/weblog/pivot/db/refkeys /usr/local/www/weblog/pivot/db/refkeys/index.html /usr/local/www/weblog/pivot/db/rsscache /usr/local/www/weblog/pivot/db/rsscache/index.html /usr/local/www/weblog/pivot/db/index.html /usr/local/www/weblog/pivot/db/blocked_ips.txt.php /usr/local/www/weblog/pivot/db/ser-cats.php /usr/local/www/weblog/pivot/db/ser-dates.php /usr/local/www/weblog/pivot/db/ser_lastcomm.php /usr/local/www/weblog/pivot/db/ser-archives.php /usr/local/www/weblog/pivot/db/ignored_domains.txt.php /usr/local/www/weblog/pivot/templates /usr/local/www/weblog/pivot/templates/about.png /usr/local/www/weblog/pivot/templates/archivepage_template.html /usr/local/www/weblog/pivot/templates/archives.png /usr/local/www/weblog/pivot/templates/calendar.png /usr/local/www/weblog/pivot/templates/comment.png /usr/local/www/weblog/pivot/templates/comments.png /usr/local/www/weblog/pivot/templates/doc.png /usr/local/www/weblog/pivot/templates/entrypage_template_normal.html /usr/local/www/weblog/pivot/templates/entrypage_template_popup.html /usr/local/www/weblog/pivot/templates/feed_atom_template.xml /usr/local/www/weblog/pivot/templates/feed_rss_template.xml /usr/local/www/weblog/pivot/templates/folder.png /usr/local/www/weblog/pivot/templates/frontpage_template_2columns.html /usr/local/www/weblog/pivot/templates/frontpage_template_3columns.html /usr/local/www/weblog/pivot/templates/header.jpg /usr/local/www/weblog/pivot/templates/htrackback.css /usr/local/www/weblog/pivot/templates/linkdump.png /usr/local/www/weblog/pivot/templates/links.png /usr/local/www/weblog/pivot/templates/mojito_popup.css /usr/local/www/weblog/pivot/templates/mojito_structure.css /usr/local/www/weblog/pivot/templates/person.png /usr/local/www/weblog/pivot/templates/readme.txt /usr/local/www/weblog/pivot/templates/referrers.png /usr/local/www/weblog/pivot/templates/search.png /usr/local/www/weblog/pivot/templates/source.txt /usr/local/www/weblog/pivot/templates/stuff.png /usr/local/www/weblog/pivot/templates/vert_grad.png /usr/local/www/weblog/pivot/templates/_aux_link_list.html /usr/local/www/weblog/pivot/templates/_aux_template_onlybody.html /usr/local/www/weblog/pivot/templates/_aux_template_onlycomments.html /usr/local/www/weblog/pivot/templates/_sub_commentform.html /usr/local/www/weblog/pivot/templates/_sub_entry_linkdump.html /usr/local/www/weblog/pivot/templates/_sub_entry_standard.html /usr/local/www/weblog/pivot/pv_cfg_settings.php /usr/local/www/weblog/pivot/pv_cfg_weblogs.php /usr/local/www/weblog/extensions /usr/local/www/weblog/extensions/snippets /usr/local/www/weblog/extensions/hooks Responsible Changed From-To: freebsd-ports-bugs->arved Take On Aug 6, 2006, at 4:23 PM, Hans F. Nordhaug wrote: > * Tilman Linneweh <arved@FreeBSD.org> [2006-08-06]: >> >> The pkg-plist is incorrect, there are several files missing on >> deinstallation, >> please check. > [cut] > > These files must *not* be deleted when deinstalling, since they > need to > be kept when upgrading/reinstalling Pivot. If they are not kept, an > upgrade will remove all user settings and all articles/entries in > Pivot. > > As you notice when deinstalling (look at the Makefile), there is a > warning that you manually have to delete (the left-overs) in > /usr/local/www/weblog/ Well some of the missing files are empty directories, so i doubt they are user settings ;-) The problem is, that the programm should work if you just do pkg_add pivot. The files which are not in pkg-plist are not in the package, so the package is unusable. Check http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters- handbook/plist-config.html for a possible solution. regards tilman * Tilman Linneweh <arved@FreeBSD.org> [2006-08-06]: > > On Aug 6, 2006, at 4:23 PM, Hans F. Nordhaug wrote: > > >* Tilman Linneweh <arved@FreeBSD.org> [2006-08-06]: > >> > >>The pkg-plist is incorrect, there are several files missing on > >>deinstallation, > >>please check. > >[cut] > > > >These files must *not* be deleted when deinstalling, since they > >need to be kept when upgrading/reinstalling Pivot. If they are not > >kept, an upgrade will remove all user settings and all > >articles/entries in Pivot. > > > >As you notice when deinstalling (look at the Makefile), there is a > >warning that you manually have to delete (the left-overs) in > >/usr/local/www/weblog/ > > Well some of the missing files are empty directories, so i doubt they > are user settings ;-) The empty directories are the folders where Pivot stores upload images and generated archives. These needs to be created up front (with the correct permissions) because (currently) Pivot is *not* intelligent enough to create these directories on the fly. > The problem is, that the programm should work if you just do pkg_add > pivot. The files which are not in pkg-plist are not in the package, > so the package is unusable. 1) I did follow http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-testing.html and "pkg_add pivot-weblog" does work. Did you even test? *I* did... 2) I didn't use the unexec/exec trick for pkg-plist because I also need to set the permissions correctly. 3) Did you look at files/pkg-install.in It is run when using pkg_add according to my testing and the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/pkg-install.html And as I said, in 2 above, I need to do it this way because then I can set the permissions correctly. Regards, Hans Nordhaug PS! I'm a Pivot developer http://pivotlog.net/docs/doku.php?id=credits -- Associate professor Hans F. Nordhaug Department of Informatics, Molde University College <http://home.himolde.no/~nordhaug/english.php> On Aug 6, 2006, at 21:06, Hans F. Nordhaug wrote: >>>> >>>> The pkg-plist is incorrect, there are several files missing on >>>> deinstallation, >>>> please check. >>> [cut] >>> >>> These files must *not* be deleted when deinstalling, since they >>> need to be kept when upgrading/reinstalling Pivot. If they are not >>> kept, an upgrade will remove all user settings and all >>> articles/entries in Pivot. >>> >>> As you notice when deinstalling (look at the Makefile), there is a >>> warning that you manually have to delete (the left-overs) in >>> /usr/local/www/weblog/ >> >> Well some of the missing files are empty directories, so i doubt they >> are user settings ;-) > > The empty directories are the folders where Pivot stores upload images > and generated archives. These needs to be created up front (with the > correct permissions) because (currently) Pivot is *not* intelligent > enough to > create these directories on the fly. Yes, but they should be removed on deinstallation. The port should at least use @dirrmtry > >> The problem is, that the programm should work if you just do pkg_add >> pivot. The files which are not in pkg-plist are not in the package, >> so the package is unusable. > > 1) I did follow > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > porting-testing.html > and "pkg_add pivot-weblog" does work. Did you even test? *I* did... Then the files are actually not necessary, and the port should not install them at all. > 2) I didn't use the unexec/exec trick for pkg-plist because I also > need to set the permissions correctly. You can set permissions too by @exec 'uting chown/chmod. > 3) Did you look at files/pkg-install.in It is run when using pkg_add > according to my testing and the handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > pkg-install.html > And as I said, in 2 above, I need to do it this way because then I can > set the permissions correctly. > > Regards, > Hans Nordhaug > > PS! I'm a Pivot developer http://pivotlog.net/docs/doku.php?id=credits Pivot looks great, if i have to switch my Blogsoftware, Pivot is a candidate :-). regards tilman OK, I'm giving up. Apperently I don't understand the upgrade process for ports. The long list of files (in your initial post) must 1) be created when installing (because Pivot doesn't do it by itself). 2) not be deleted when upgrading (because they contain user generated data) - end of story. This is the case even for the possibly empty "images" and "archives" dir. If you can guide me to howto achieve this, I would be happy. Regards, Hans PS! Below my replies to some selected comments: * Tilman Linneweh <arved@FreeBSD.org> [2006-08-06]: [cut] > >>The problem is, that the programm should work if you just do pkg_add > >>pivot. The files which are not in pkg-plist are not in the package, > >>so the package is unusable. > > > >1) I did follow > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > >porting-testing.html > >and "pkg_add pivot-weblog" does work. Did you even test? *I* did... > > Then the files are actually not necessary, and the port should not > install them at all. Here I must disagree with you. "pkg_add pivot-weblog" *does* install the files through files/pkg-install.in (ref point 2/3) and the files are needed. Pivot does NOT work without them. (If you want to I can create a package for you so you can see what "pkg_add pivot-weblog" does.) > >2) I didn't use the unexec/exec trick for pkg-plist because I also > >need to set the permissions correctly. > > You can set permissions too by @exec 'uting chown/chmod. > > >3) Did you look at files/pkg-install.in It is run when using pkg_add > >according to my testing and the handbook: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > >pkg-install.html > >And as I said, in 2 above, I need to do it this way because then I can > >set the permissions correctly. > > > >Regards, > >Hans Nordhaug > > > >PS! I'm a Pivot developer http://pivotlog.net/docs/doku.php?id=credits > > Pivot looks great, if i have to switch my Blogsoftware, Pivot is a > candidate :-). Thx. Hi, On Aug 7, 2006, at 12:27 AM, Hans F. Nordhaug wrote: > > I'm giving up. Apperently I don't understand the upgrade process for > ports. The long list of files (in your initial post) must > 1) be created when installing (because Pivot doesn't do it by itself). > 2) not be deleted when upgrading (because they contain user generated > data) - end of story. This is the case even for the possibly empty > "images" and "archives" dir. > > If you can guide me to howto achieve this, I would be happy. Well the package cluster expect the filesystem to be in the same state as before the package was built. > * Tilman Linneweh <arved@FreeBSD.org> [2006-08-06]: > [cut] >>>> The problem is, that the programm should work if you just do >>>> pkg_add >>>> pivot. The files which are not in pkg-plist are not in the >>>> package, >>>> so the package is unusable. >>> >>> 1) I did follow >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ >>> porting-testing.html >>> and "pkg_add pivot-weblog" does work. Did you even test? *I* did... >> >> Then the files are actually not necessary, and the port should not >> install them at all. > > Here I must disagree with you. "pkg_add pivot-weblog" *does* install > the files through files/pkg-install.in (ref point 2/3) and the > files are needed. > Pivot does NOT work without them. (If you want to I can create a > package for you so you can see what "pkg_add pivot-weblog" does.) How about installing the pkg-install script, and telling the user to run the script in pkg-message, if you don't want to add the files to pkg-plist? > Just a PS: Initially the Pivot entry database contains > > /usr/local/www/weblog/pivot/db/standard-00000/00001.php > /usr/local/www/weblog/pivot/db/standard-00000/00002.php > > When a user starts adding posts/entries, Pivot will create > > /usr/local/www/weblog/pivot/db/standard-00000/00003.php > /usr/local/www/weblog/pivot/db/standard-00000/00004.php > [...] > /usr/local/www/weblog/pivot/db/standard-00000/00099.php > [...] > /usr/local/www/weblog/pivot/db/standard-00100/00100.php > /usr/local/www/weblog/pivot/db/standard-00100/00101.php > [...] > > So deinstalling a Pivot that has been used, can not done > completely through pkg-plist anyway. This is not a problem, since these files are not installed by the port, but by the user. regards tilman * Tilman Linneweh <arved@FreeBSD.org> [2006-08-07]: > > On Aug 7, 2006, at 10:15 PM, Hans F. Nordhaug wrote: > > >> > >>Well the package cluster expect the filesystem to be in the same > >>state as before the package was built. > > > >Hm, you mean after "make package && make deinstall"? If so, this could > >have been mentioned in the handbook. If I get you correctly, this is > >really an artificial condition enforced on us by the the package > >cluster setup? > > Well if i install something and later deinstall it, i expect that the > program removes everything it has installed. [cut] I don't disagree, but deleting multiple files based on the same condition using the unexec trick in pkg-plist was just so ugly - I couldn't get it to work it if it wasn't on one single (very long) line or repeating the test a lot of times. Using pkg-install was much easier. Since there were no warnings when doing the tests on http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-testing.html I just (wrongly) assumed everything was OK. I would have deleted everything, but it wasn't clear to me how to use pkg-deinstall, but I think I have got it now. Please try the new attached shar. Thx a lot for your patience - this was much more time consuming than I thought it would be[1] - and the quick feedback. I notice that not all new ports get handled this quickly. Best regards, Hans [1] Probably it was a little harder because Pivot uses a flatfile database and not a standard SQL-database (and hence needs a lot of files in the file system for user data). Just including the new/fixed shar once more (not as application/x-shar with quoted-printable ecnoding) so it's more readable and copy-and-pasteable. Hans --------------------------------------------------------------------------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pivot-weblog # pivot-weblog/Makefile # pivot-weblog/pkg-descr # pivot-weblog/pkg-plist # pivot-weblog/distinfo # pivot-weblog/files # pivot-weblog/files/pkg-message.in # pivot-weblog/files/pkg-install.in # pivot-weblog/files/pkg-deinstall.in # echo c - pivot-weblog mkdir -p pivot-weblog > /dev/null 2>&1 echo x - pivot-weblog/Makefile sed 's/^X//' >pivot-weblog/Makefile << 'END-of-pivot-weblog/Makefile' X# New ports collection makefile for: pivot-weblog X# Date created: 2006-08-01 X# Whom: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> X# X# $FreeBSD$ X# X XPORTNAME= pivot-weblog XPORTVERSION= 1.30.1 XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= pivot_1301_full X XMAINTAINER= hans@nordhaug.priv.no XCOMMENT= A web-based tool to help you maintain weblogs (or other dynamic sites) X XUSE_ZIP= YES XUSE_PHP= pcre session XNO_BUILD= YES XWANT_PHP_WEB= YES X XBLOGURL?= weblog XWWWDOCROOT?= www XBLOGDIR?= ${WWWDOCROOT}/${BLOGURL} XWWWOWN?= www XWWWGRP?= www X XSUB_FILES= pkg-message pkg-install pkg-deinstall XSUB_LIST= BLOGURL=${BLOGURL} BLOGDIR=${BLOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} XPLIST_SUB= BLOGDIR=${BLOGDIR} X Xpost-extract: X @${MKDIR} ${WRKDIR}/pivot/default-data/ X.for OBJECT in pivot/db pivot/templates pivot/pv_cfg_settings.php pivot/pv_cfg_weblogs.php X @${MV} ${WRKDIR}/${OBJECT} ${WRKDIR}/pivot/default-data/ X.endfor X @${ECHO_MSG} X @${ECHO_MSG} "You may change the data/weblog directory with the option BLOGURL" X @${ECHO_MSG} "Set NOPORTDOCS if you do not need any documentation" X @${ECHO_MSG} X Xdo-install: X# Installing docs X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for FILES in README.txt example.htaccess X @${CP} -v ${WRKDIR}/${FILES} ${DOCSDIR} X.endfor X.endif X# Actually installing the runtime/PHP files X.for DIR in images archives X @${MKDIR} ${PREFIX}/${BLOGDIR}/${DIR} X.endfor X.for DIR in pivot extensions X @${CP} -Rv ${WRKDIR}/${DIR} ${PREFIX}/${BLOGDIR}/ X.endfor X Xpost-install: X @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X @${CAT} ${PKGMESSAGE} X Xpost-deinstall: X @${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL X X.include <bsd.port.mk> END-of-pivot-weblog/Makefile echo x - pivot-weblog/pkg-descr sed 's/^X//' >pivot-weblog/pkg-descr << 'END-of-pivot-weblog/pkg-descr' XPivot is a web-based tool to help you maintain dynamic sites, like weblogs or Xonline journals. Pivot is released under the GPL so it is completely free to Xuse. It is written in PHP, and does not require additional libraries or Xdatabases to function. X XWWW: http://pivotlog.net/ END-of-pivot-weblog/pkg-descr echo x - pivot-weblog/pkg-plist sed 's/^X//' >pivot-weblog/pkg-plist << 'END-of-pivot-weblog/pkg-plist' X@exec mkdir -p %D/%%BLOGDIR%%/extensions/moblog/mail X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/example.htaccess X%%BLOGDIR%%/extensions/bbclone_tools/bbclone_lang.php X%%BLOGDIR%%/extensions/bbclone_tools/count.php X%%BLOGDIR%%/extensions/bbclone_tools/do_count.php X%%BLOGDIR%%/extensions/bbclone_tools/getkey.php X%%BLOGDIR%%/extensions/bbclone_tools/hr_conf.php X%%BLOGDIR%%/extensions/bbclone_tools/pixel.gif X%%BLOGDIR%%/extensions/bbclone_tools/readme.txt X%%BLOGDIR%%/extensions/calendar/calendar.css X%%BLOGDIR%%/extensions/calendar/calendar.php X%%BLOGDIR%%/extensions/calendar/lang.php X%%BLOGDIR%%/extensions/emoticons/config.inc.php X%%BLOGDIR%%/extensions/emoticons/index.html X%%BLOGDIR%%/extensions/emoticons/trillian/e_01.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_02.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_03.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_04.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_05.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_06.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_07.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_08.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_09.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_10.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_103.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_11.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_112.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_12.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_121.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_129.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_13.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_14.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_15.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_16.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_168.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_17.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_18.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_24.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_26.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_28.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_31.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_41.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_43.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_48.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_52.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_53.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_58.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_69.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_73.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_75.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_86.gif X%%BLOGDIR%%/extensions/emoticons/trillian/e_92.gif X%%BLOGDIR%%/extensions/emoticons/trillian/emoticons.html X%%BLOGDIR%%/extensions/emoticons/trillian/index.html X%%BLOGDIR%%/extensions/emoticons/trillian/triggers.php X%%BLOGDIR%%/extensions/hooks/editor_wysi/blank.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/langs/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/license.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/images/template.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/popup.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/css/contextmenu.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/images/spacer.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/emotions.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/emotions.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-cool.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-cry.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-embarassed.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-foot-in-mouth.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-frown.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-innocent.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-kiss.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-laughing.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-money-mouth.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-sealed.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-smile.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-surprised.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-tongue-out.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-undecided.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-wink.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images/smiley-yell.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/jscripts/functions.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/css/content.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/css/flash.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/flash.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/images/flash.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/jscripts/flash.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/images/iespell.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/images/insertdate.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/images/inserttime.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/blank.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/css/blank.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/css/pasteword.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/images/pastetext.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/images/pasteword.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/images/selectall.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/jscripts/pastetext.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/jscripts/pasteword.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/pastetext.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/pasteword.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/images/replace.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/images/search.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/jscripts/replace.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/jscripts/search.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/replace.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/search.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/cell.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/css/cell.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/css/row.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/css/table.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/buttons.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_cell_props.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_delete.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_delete_col.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_delete_row.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_insert_col_after.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_insert_col_before.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_insert_row_after.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_insert_row_before.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_merge_cells.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_row_props.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images/table_split_cells.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/jscripts/cell.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/jscripts/merge_cells.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/jscripts/row.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/jscripts/table.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/merge_cells.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/row.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/table.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom/editor_plugin.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom/readme.txt X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/about.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/anchor.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/charmap.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/color_picker.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/css/editor_content.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/css/editor_popup.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/css/editor_ui.css X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/editor_template.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/image.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/anchor.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/anchor_symbol.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/backcolor.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bold.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bold_de_se.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bold_es.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bold_fr.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bold_ru.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/browse.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/bullist.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/buttons.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/cancel_button_bg.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/center.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/charmap.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/cleanup.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/close.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/code.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/color.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/copy.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/custom_1.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/cut.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/forecolor.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/full.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/help.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/hr.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/image.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/indent.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/insert_button_bg.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/italic.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/italic_de_se.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/italic_es.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/italic_ru.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/justifycenter.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/justifyfull.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/justifyleft.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/justifyright.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/left.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/link.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/newdocument.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/numlist.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/opacity.png X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/outdent.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/paste.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/pivot_download.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/pivot_image.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/pivot_popup.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/redo.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/removeformat.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/right.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/spacer.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/statusbar_resize.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/strikethrough.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/sub.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/sup.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_delete_col.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_delete_row.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_insert_col_after.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_insert_col_before.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_insert_row_after.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/table_insert_row_before.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/underline.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/underline_es.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/underline_fr.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/underline_ru.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/undo.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/unlink.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/visualaid.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp/tab_bg.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp/tab_end.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp/tab_sel_bg.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp/tab_sel_end.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp/tabs_bg.gif X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/about.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/anchor.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/charmap.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/color_picker.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/image.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/link.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts/source_editor.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs/de.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs/en.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs/fr.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs/nb.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs/nl.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/link.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/source_editor.htm X%%BLOGDIR%%/extensions/hooks/editor_wysi/tiny_mce.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/tiny_mce_gzip.php X%%BLOGDIR%%/extensions/hooks/editor_wysi/tiny_mce_popup.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/utils/form_utils.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/utils/mclayer.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/utils/mctabs.js X%%BLOGDIR%%/extensions/hooks/editor_wysi/utils/validate.js X%%BLOGDIR%%/extensions/hooks/post_editor_wysi.php X%%BLOGDIR%%/extensions/hooks/pre_editor_wysi.php X%%BLOGDIR%%/extensions/index.html X%%BLOGDIR%%/extensions/moblog/config.inc-default.php X%%BLOGDIR%%/extensions/moblog/fetchmail-imap.php X%%BLOGDIR%%/extensions/moblog/fetchmail.php X%%BLOGDIR%%/extensions/moblog/inspect.zip X%%BLOGDIR%%/extensions/moblog/is_a.php X%%BLOGDIR%%/extensions/moblog/mail.class.php X%%BLOGDIR%%/extensions/moblog/mime.php X%%BLOGDIR%%/extensions/moblog/mimedecode.php X%%BLOGDIR%%/extensions/moblog/mimepart.php X%%BLOGDIR%%/extensions/moblog/moblog_lib.php X%%BLOGDIR%%/extensions/moblog/pear.php X%%BLOGDIR%%/extensions/moblog/pop3.php X%%BLOGDIR%%/extensions/moblog/socket.php X%%BLOGDIR%%/extensions/moblog/system.php X%%BLOGDIR%%/extensions/snippets/snippet_calendar.php X%%BLOGDIR%%/extensions/snippets/snippet_hardened_bbclone.php X%%BLOGDIR%%/extensions/snippets/snippet_moblogcheck.php X%%BLOGDIR%%/extensions/snippets/snippet_show_bbclone_hits.php X%%BLOGDIR%%/extensions/snippets/snippet_show_bbclone_referers.php X%%BLOGDIR%%/extensions/snippets/snippet_textareatools.php X%%BLOGDIR%%/pivot/archive.php X%%BLOGDIR%%/pivot/archive_dynamic.php X%%BLOGDIR%%/pivot/archive_list.php X%%BLOGDIR%%/pivot/commentsfeed.php X%%BLOGDIR%%/pivot/default-data/db/blocked_ips.txt.php X%%BLOGDIR%%/pivot/default-data/db/ignored_domains.txt.php X%%BLOGDIR%%/pivot/default-data/db/index.html X%%BLOGDIR%%/pivot/default-data/db/refkeys/index.html X%%BLOGDIR%%/pivot/default-data/db/rsscache/index.html X%%BLOGDIR%%/pivot/default-data/db/search/filtered_words.txt X%%BLOGDIR%%/pivot/default-data/db/ser-archives.php X%%BLOGDIR%%/pivot/default-data/db/ser-cats.php X%%BLOGDIR%%/pivot/default-data/db/ser-dates.php X%%BLOGDIR%%/pivot/default-data/db/ser_lastcomm.php X%%BLOGDIR%%/pivot/default-data/db/standard-00000/00001.php X%%BLOGDIR%%/pivot/default-data/db/standard-00000/00002.php X%%BLOGDIR%%/pivot/default-data/db/standard-00000/index-standard-00000.php X%%BLOGDIR%%/pivot/default-data/db/users/index.html X%%BLOGDIR%%/pivot/default-data/pv_cfg_settings.php X%%BLOGDIR%%/pivot/default-data/pv_cfg_weblogs.php X%%BLOGDIR%%/pivot/default-data/templates/_aux_link_list.html X%%BLOGDIR%%/pivot/default-data/templates/_aux_template_onlybody.html X%%BLOGDIR%%/pivot/default-data/templates/_aux_template_onlycomments.html X%%BLOGDIR%%/pivot/default-data/templates/_sub_commentform.html X%%BLOGDIR%%/pivot/default-data/templates/_sub_entry_linkdump.html X%%BLOGDIR%%/pivot/default-data/templates/_sub_entry_standard.html X%%BLOGDIR%%/pivot/default-data/templates/about.png X%%BLOGDIR%%/pivot/default-data/templates/archivepage_template.html X%%BLOGDIR%%/pivot/default-data/templates/archives.png X%%BLOGDIR%%/pivot/default-data/templates/calendar.png X%%BLOGDIR%%/pivot/default-data/templates/comment.png X%%BLOGDIR%%/pivot/default-data/templates/comments.png X%%BLOGDIR%%/pivot/default-data/templates/doc.png X%%BLOGDIR%%/pivot/default-data/templates/entrypage_template_normal.html X%%BLOGDIR%%/pivot/default-data/templates/entrypage_template_popup.html X%%BLOGDIR%%/pivot/default-data/templates/feed_atom_template.xml X%%BLOGDIR%%/pivot/default-data/templates/feed_rss_template.xml X%%BLOGDIR%%/pivot/default-data/templates/folder.png X%%BLOGDIR%%/pivot/default-data/templates/frontpage_template_2columns.html X%%BLOGDIR%%/pivot/default-data/templates/frontpage_template_3columns.html X%%BLOGDIR%%/pivot/default-data/templates/header.jpg X%%BLOGDIR%%/pivot/default-data/templates/htrackback.css X%%BLOGDIR%%/pivot/default-data/templates/linkdump.png X%%BLOGDIR%%/pivot/default-data/templates/links.png X%%BLOGDIR%%/pivot/default-data/templates/mojito_popup.css X%%BLOGDIR%%/pivot/default-data/templates/mojito_structure.css X%%BLOGDIR%%/pivot/default-data/templates/person.png X%%BLOGDIR%%/pivot/default-data/templates/readme.txt X%%BLOGDIR%%/pivot/default-data/templates/referrers.png X%%BLOGDIR%%/pivot/default-data/templates/search.png X%%BLOGDIR%%/pivot/default-data/templates/source.txt X%%BLOGDIR%%/pivot/default-data/templates/stuff.png X%%BLOGDIR%%/pivot/default-data/templates/vert_grad.png X%%BLOGDIR%%/pivot/entry.php X%%BLOGDIR%%/pivot/favicon.ico X%%BLOGDIR%%/pivot/first_defense.php X%%BLOGDIR%%/pivot/includes/blogroll.php X%%BLOGDIR%%/pivot/includes/calendar/calendarcontrol.css X%%BLOGDIR%%/pivot/includes/calendar/calendarcontrol.js X%%BLOGDIR%%/pivot/includes/download_config.php X%%BLOGDIR%%/pivot/includes/edit_new.php X%%BLOGDIR%%/pivot/includes/editor/bold.gif X%%BLOGDIR%%/pivot/includes/editor/copy.gif X%%BLOGDIR%%/pivot/includes/editor/cut.gif X%%BLOGDIR%%/pivot/includes/editor/download.gif X%%BLOGDIR%%/pivot/includes/editor/edit_functions.php X%%BLOGDIR%%/pivot/includes/editor/edit_menu.php X%%BLOGDIR%%/pivot/includes/editor/editor_alt.js X%%BLOGDIR%%/pivot/includes/editor/editor_ie.js X%%BLOGDIR%%/pivot/includes/editor/image.gif X%%BLOGDIR%%/pivot/includes/editor/index.html X%%BLOGDIR%%/pivot/includes/editor/insert_download.php X%%BLOGDIR%%/pivot/includes/editor/insert_image.php X%%BLOGDIR%%/pivot/includes/editor/insert_link.php X%%BLOGDIR%%/pivot/includes/editor/insert_popup.php X%%BLOGDIR%%/pivot/includes/editor/italic.gif X%%BLOGDIR%%/pivot/includes/editor/link.gif X%%BLOGDIR%%/pivot/includes/editor/mode.gif X%%BLOGDIR%%/pivot/includes/editor/paste.gif X%%BLOGDIR%%/pivot/includes/editor/popup.gif X%%BLOGDIR%%/pivot/includes/editor/rule.gif X%%BLOGDIR%%/pivot/includes/editor/strike.gif X%%BLOGDIR%%/pivot/includes/editor/underline.gif X%%BLOGDIR%%/pivot/includes/explorer.txt X%%BLOGDIR%%/pivot/includes/fileupload-class.php X%%BLOGDIR%%/pivot/includes/index.html X%%BLOGDIR%%/pivot/includes/js/dhtmlapi.js X%%BLOGDIR%%/pivot/includes/js/dhtmleditor.js X%%BLOGDIR%%/pivot/includes/js/dyna_content.js X%%BLOGDIR%%/pivot/includes/js/gettbkey.php X%%BLOGDIR%%/pivot/includes/js/index.html X%%BLOGDIR%%/pivot/includes/js/switch.js X%%BLOGDIR%%/pivot/includes/magpierss/INSTALL X%%BLOGDIR%%/pivot/includes/magpierss/README X%%BLOGDIR%%/pivot/includes/magpierss/extlib/Snoopy.class.inc X%%BLOGDIR%%/pivot/includes/magpierss/rss_cache.inc X%%BLOGDIR%%/pivot/includes/magpierss/rss_fetch.inc X%%BLOGDIR%%/pivot/includes/magpierss/rss_parse.inc X%%BLOGDIR%%/pivot/includes/magpierss/rss_utils.inc X%%BLOGDIR%%/pivot/includes/markdown/License.txt X%%BLOGDIR%%/pivot/includes/markdown/PHP Markdown Readme.txt X%%BLOGDIR%%/pivot/includes/markdown/PHP SmartyPants Readme.txt X%%BLOGDIR%%/pivot/includes/markdown/markdown.php X%%BLOGDIR%%/pivot/includes/markdown/smartypants.php X%%BLOGDIR%%/pivot/includes/mimeDecode.php X%%BLOGDIR%%/pivot/includes/photo.php X%%BLOGDIR%%/pivot/includes/phpsniff/CHANGES X%%BLOGDIR%%/pivot/includes/phpsniff/LICENSE X%%BLOGDIR%%/pivot/includes/phpsniff/index.php X%%BLOGDIR%%/pivot/includes/phpsniff/phpSniff.class.php X%%BLOGDIR%%/pivot/includes/phpsniff/phpSniff.core.php X%%BLOGDIR%%/pivot/includes/phpsniff/phpTimer.class.php X%%BLOGDIR%%/pivot/includes/phpsniff/user_agent.inc X%%BLOGDIR%%/pivot/includes/pick.php X%%BLOGDIR%%/pivot/includes/ping.php X%%BLOGDIR%%/pivot/includes/re.php X%%BLOGDIR%%/pivot/includes/rss.php X%%BLOGDIR%%/pivot/includes/send_trackback.php X%%BLOGDIR%%/pivot/includes/spamping.php X%%BLOGDIR%%/pivot/includes/textile/classtextile.php X%%BLOGDIR%%/pivot/includes/textile/help.html X%%BLOGDIR%%/pivot/includes/textile/index.html X%%BLOGDIR%%/pivot/includes/textile/overview.html X%%BLOGDIR%%/pivot/includes/textile/textile.php X%%BLOGDIR%%/pivot/includes/xmlrpc/compat/array_key_exists.php X%%BLOGDIR%%/pivot/includes/xmlrpc/compat/is_a.php X%%BLOGDIR%%/pivot/includes/xmlrpc/compat/is_scalar.php X%%BLOGDIR%%/pivot/includes/xmlrpc/compat/var_export.php X%%BLOGDIR%%/pivot/includes/xmlrpc/compat/version_compare.php X%%BLOGDIR%%/pivot/includes/xmlrpc/index.html X%%BLOGDIR%%/pivot/includes/xmlrpc/xmlrpc.inc X%%BLOGDIR%%/pivot/includes/xmlrpc/xmlrpcs.inc X%%BLOGDIR%%/pivot/index.html X%%BLOGDIR%%/pivot/index.php X%%BLOGDIR%%/pivot/lamer_protection.php X%%BLOGDIR%%/pivot/langs/index.html X%%BLOGDIR%%/pivot/langs/pvl_de.php X%%BLOGDIR%%/pivot/langs/pvl_de_utf8.php X%%BLOGDIR%%/pivot/langs/pvl_dk_utf8.php X%%BLOGDIR%%/pivot/langs/pvl_eng.php X%%BLOGDIR%%/pivot/langs/pvl_eng_utf8.php X%%BLOGDIR%%/pivot/langs/pvl_fr.php X%%BLOGDIR%%/pivot/langs/pvl_fry.php X%%BLOGDIR%%/pivot/langs/pvl_ja.php X%%BLOGDIR%%/pivot/langs/pvl_nb.php X%%BLOGDIR%%/pivot/langs/pvl_nb_utf8.php X%%BLOGDIR%%/pivot/langs/pvl_nl.php X%%BLOGDIR%%/pivot/langs/pvl_nl_utf8.php X%%BLOGDIR%%/pivot/langs/pvl_se_utf-8.php X%%BLOGDIR%%/pivot/langs/pvl_spa.php X%%BLOGDIR%%/pivot/license.txt X%%BLOGDIR%%/pivot/metaweblog.php X%%BLOGDIR%%/pivot/minilog.php X%%BLOGDIR%%/pivot/moblog.php X%%BLOGDIR%%/pivot/modules/index.html X%%BLOGDIR%%/pivot/modules/module_db.php X%%BLOGDIR%%/pivot/modules/module_db_xml.php X%%BLOGDIR%%/pivot/modules/module_debug.php X%%BLOGDIR%%/pivot/modules/module_i18n.php X%%BLOGDIR%%/pivot/modules/module_image.php X%%BLOGDIR%%/pivot/modules/module_imagefunctions.php X%%BLOGDIR%%/pivot/modules/module_ipblock.php X%%BLOGDIR%%/pivot/modules/module_lang.php X%%BLOGDIR%%/pivot/modules/module_parser.php X%%BLOGDIR%%/pivot/modules/module_search.php X%%BLOGDIR%%/pivot/modules/module_snippets.php X%%BLOGDIR%%/pivot/modules/module_spamkiller.php X%%BLOGDIR%%/pivot/modules/module_userreg.php X%%BLOGDIR%%/pivot/modules/old_module_xml.php X%%BLOGDIR%%/pivot/modules/old_xmlfile.php X%%BLOGDIR%%/pivot/modules/safeaddress.inc.php X%%BLOGDIR%%/pivot/modules/zip.lib.php X%%BLOGDIR%%/pivot/pics/arrow_ltr.gif X%%BLOGDIR%%/pivot/pics/atombutton.png X%%BLOGDIR%%/pivot/pics/balk_top.gif X%%BLOGDIR%%/pivot/pics/balk_top.jpg X%%BLOGDIR%%/pivot/pics/doc01.gif X%%BLOGDIR%%/pivot/pics/gui_bg.gif X%%BLOGDIR%%/pivot/pics/gui_logo.gif X%%BLOGDIR%%/pivot/pics/ico_ao.png X%%BLOGDIR%%/pivot/pics/ico_av.png X%%BLOGDIR%%/pivot/pics/ico_blank.gif X%%BLOGDIR%%/pivot/pics/ico_blank_dim.gif X%%BLOGDIR%%/pivot/pics/ico_del.gif X%%BLOGDIR%%/pivot/pics/ico_del_dim.gif X%%BLOGDIR%%/pivot/pics/ico_edit.gif X%%BLOGDIR%%/pivot/pics/ico_edit_dim.gif X%%BLOGDIR%%/pivot/pics/ico_g.png X%%BLOGDIR%%/pivot/pics/ico_l.png X%%BLOGDIR%%/pivot/pics/ico_m.png X%%BLOGDIR%%/pivot/pics/ico_prev.gif X%%BLOGDIR%%/pivot/pics/ico_prev_dim.gif X%%BLOGDIR%%/pivot/pics/ico_upload.gif X%%BLOGDIR%%/pivot/pics/ico_upload_dim.gif X%%BLOGDIR%%/pivot/pics/ico_v.png X%%BLOGDIR%%/pivot/pics/ico_y.png X%%BLOGDIR%%/pivot/pics/icon_file.gif X%%BLOGDIR%%/pivot/pics/index.html X%%BLOGDIR%%/pivot/pics/nix.gif X%%BLOGDIR%%/pivot/pics/node_min.gif X%%BLOGDIR%%/pivot/pics/node_minmin.gif X%%BLOGDIR%%/pivot/pics/node_plus.gif X%%BLOGDIR%%/pivot/pics/node_plusplus.gif X%%BLOGDIR%%/pivot/pics/pivot-banner_nl120a.gif X%%BLOGDIR%%/pivot/pics/pivotbutton.png X%%BLOGDIR%%/pivot/pics/rssbutton.png X%%BLOGDIR%%/pivot/pics/xml_button.gif X%%BLOGDIR%%/pivot/pv_admin.php X%%BLOGDIR%%/pivot/pv_core.php X%%BLOGDIR%%/pivot/pv_custom.php X%%BLOGDIR%%/pivot/pv_data.php X%%BLOGDIR%%/pivot/pvdisp.php X%%BLOGDIR%%/pivot/pvlib.php X%%BLOGDIR%%/pivot/search.php X%%BLOGDIR%%/pivot/selfreg.php X%%BLOGDIR%%/pivot/setup.php X%%BLOGDIR%%/pivot/spamwasher.php X%%BLOGDIR%%/pivot/submit.php X%%BLOGDIR%%/pivot/tb.php X%%BLOGDIR%%/pivot/theme/default_theme.css X%%BLOGDIR%%/pivot/theme/default_theme.inc.php X%%BLOGDIR%%/pivot/theme/gant/admin_backupconfig.gif X%%BLOGDIR%%/pivot/theme/gant/admin_blogs.gif X%%BLOGDIR%%/pivot/theme/gant/admin_buildfrontpage.gif X%%BLOGDIR%%/pivot/theme/gant/admin_buildindex.gif X%%BLOGDIR%%/pivot/theme/gant/admin_buildsearch.gif X%%BLOGDIR%%/pivot/theme/gant/admin_categories.gif X%%BLOGDIR%%/pivot/theme/gant/admin_category_d.gif X%%BLOGDIR%%/pivot/theme/gant/admin_category_default.gif X%%BLOGDIR%%/pivot/theme/gant/admin_category_linkdump.gif X%%BLOGDIR%%/pivot/theme/gant/admin_down.gif X%%BLOGDIR%%/pivot/theme/gant/admin_fileexplore.gif X%%BLOGDIR%%/pivot/theme/gant/admin_filemappings.gif X%%BLOGDIR%%/pivot/theme/gant/admin_ipblocks.gif X%%BLOGDIR%%/pivot/theme/gant/admin_maintenance.gif X%%BLOGDIR%%/pivot/theme/gant/admin_refresh.gif X%%BLOGDIR%%/pivot/theme/gant/admin_regen.gif X%%BLOGDIR%%/pivot/theme/gant/admin_seeconfig.gif X%%BLOGDIR%%/pivot/theme/gant/admin_seeusers.gif X%%BLOGDIR%%/pivot/theme/gant/admin_spam.gif X%%BLOGDIR%%/pivot/theme/gant/admin_templates.gif X%%BLOGDIR%%/pivot/theme/gant/admin_up.gif X%%BLOGDIR%%/pivot/theme/gant/admin_user.gif X%%BLOGDIR%%/pivot/theme/gant/admin_userfield.gif X%%BLOGDIR%%/pivot/theme/gant/bg_shortcuts.gif X%%BLOGDIR%%/pivot/theme/gant/bread.gif X%%BLOGDIR%%/pivot/theme/gant/default.gif X%%BLOGDIR%%/pivot/theme/gant/donut.gif X%%BLOGDIR%%/pivot/theme/gant/entry_basic.gif X%%BLOGDIR%%/pivot/theme/gant/entry_del.gif X%%BLOGDIR%%/pivot/theme/gant/entry_edit_comments.gif X%%BLOGDIR%%/pivot/theme/gant/entry_extended.gif X%%BLOGDIR%%/pivot/theme/gant/flame.gif X%%BLOGDIR%%/pivot/theme/gant/gui_bg.gif X%%BLOGDIR%%/pivot/theme/gant/gui_bg.png X%%BLOGDIR%%/pivot/theme/gant/gui_logo.gif X%%BLOGDIR%%/pivot/theme/gant/gui_logo.png X%%BLOGDIR%%/pivot/theme/gant/hammer.gif X%%BLOGDIR%%/pivot/theme/gant/lamp.gif X%%BLOGDIR%%/pivot/theme/gant/log.gif X%%BLOGDIR%%/pivot/theme/gant/overview_admin.gif X%%BLOGDIR%%/pivot/theme/gant/overview_entries.gif X%%BLOGDIR%%/pivot/theme/gant/overview_files.gif X%%BLOGDIR%%/pivot/theme/gant/overview_new_entry.gif X%%BLOGDIR%%/pivot/theme/gant/overview_stats.gif X%%BLOGDIR%%/pivot/theme/gant/overview_userinfo.gif X%%BLOGDIR%%/pivot/theme/gant/pumpkin.gif X%%BLOGDIR%%/pivot/theme/gant/soap.gif X%%BLOGDIR%%/pivot/theme/gant/templates_d.gif X%%BLOGDIR%%/pivot/theme/gant/userfields_d.gif X%%BLOGDIR%%/pivot/theme/gant/userfields_email.gif X%%BLOGDIR%%/pivot/theme/gant/userfields_nickname.gif X%%BLOGDIR%%/pivot/theme/gant/weblogs_d.gif X%%BLOGDIR%%/pivot/theme/gant/weblogs_new.gif X%%BLOGDIR%%/pivot/theme/pivot_1.10_skin.css X%%BLOGDIR%%/pivot/user.php X@dirrm %%BLOGDIR%%/pivot/theme/gant X@dirrm %%BLOGDIR%%/pivot/theme X@dirrm %%BLOGDIR%%/pivot/pics X@dirrm %%BLOGDIR%%/pivot/modules X@dirrm %%BLOGDIR%%/pivot/langs X@dirrm %%BLOGDIR%%/pivot/includes/xmlrpc/compat X@dirrm %%BLOGDIR%%/pivot/includes/xmlrpc X@dirrm %%BLOGDIR%%/pivot/includes/textile X@dirrm %%BLOGDIR%%/pivot/includes/phpsniff X@dirrm %%BLOGDIR%%/pivot/includes/markdown X@dirrm %%BLOGDIR%%/pivot/includes/magpierss/extlib X@dirrm %%BLOGDIR%%/pivot/includes/magpierss X@dirrm %%BLOGDIR%%/pivot/includes/js X@dirrm %%BLOGDIR%%/pivot/includes/editor X@dirrm %%BLOGDIR%%/pivot/includes/calendar X@dirrm %%BLOGDIR%%/pivot/includes X@dirrm %%BLOGDIR%%/pivot/default-data/templates X@dirrm %%BLOGDIR%%/pivot/default-data/db/users X@dirrm %%BLOGDIR%%/pivot/default-data/db/standard-00000 X@dirrm %%BLOGDIR%%/pivot/default-data/db/search X@dirrm %%BLOGDIR%%/pivot/default-data/db/rsscache X@dirrm %%BLOGDIR%%/pivot/default-data/db/refkeys X@dirrm %%BLOGDIR%%/pivot/default-data/db X@dirrm %%BLOGDIR%%/pivot/default-data X@dirrmtry %%BLOGDIR%%/pivot X@dirrm %%BLOGDIR%%/extensions/moblog/mail X@dirrm %%BLOGDIR%%/extensions/moblog X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/utils X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images/xp X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced/css X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes/advanced X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/themes X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/zoom X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table/css X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/table X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/searchreplace X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste/css X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/paste X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/insertdatetime X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/iespell X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash/css X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/flash X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/jscripts X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/emotions X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu/css X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/contextmenu X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template/images X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins/_template X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/plugins X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi/langs X@dirrm %%BLOGDIR%%/extensions/hooks/editor_wysi X@dirrmtry %%BLOGDIR%%/extensions/hooks X@dirrmtry %%BLOGDIR%%/extensions/snippets X@dirrm %%BLOGDIR%%/extensions/emoticons/trillian X@dirrm %%BLOGDIR%%/extensions/emoticons X@dirrm %%BLOGDIR%%/extensions/calendar X@dirrm %%BLOGDIR%%/extensions/bbclone_tools X@dirrmtry %%BLOGDIR%%/extensions X@dirrmtry %%BLOGDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-pivot-weblog/pkg-plist echo x - pivot-weblog/distinfo sed 's/^X//' >pivot-weblog/distinfo << 'END-of-pivot-weblog/distinfo' XMD5 (pivot_1301_full.zip) = ae8457706cf2cea05173f0a619c47c26 XSHA256 (pivot_1301_full.zip) = bc4341dd5a8d4fb74740e10e1f2b67eaaed81db389d60603b51bdcb8bbf07910 XSIZE (pivot_1301_full.zip) = 1369501 END-of-pivot-weblog/distinfo echo c - pivot-weblog/files mkdir -p pivot-weblog/files > /dev/null 2>&1 echo x - pivot-weblog/files/pkg-message.in sed 's/^X//' >pivot-weblog/files/pkg-message.in << 'END-of-pivot-weblog/files/pkg-message.in' X******************* NOTE ********************************************* X XFirst, add the following line to Apache's httpd.conf X X Alias /%%BLOGURL%% "%%PREFIX%%/%%BLOGDIR%%" X Xin order to access your weblog from a web browser (or Xcreate a VirtualHost with DocumentRoot set to that directory). XYou may also have to add a Directory section: X X <Directory "%%PREFIX%%/%%BLOGDIR%%"> X Options Indexes MultiViews X AllowOverride None X Order allow,deny X Allow from all X </Directory> X XAfter adding the alias above, you can access the Pivot admin pages at X X http://localhost/%%BLOGURL%%/pivot/ X Xto setup Pivot and generate the default weblog pages. X XFor Pivot to work properly you will need to make sure the Xfollowing option is set in your php.ini file: Xfile_uploads = On X X******************* END NOTE ****************************************** END-of-pivot-weblog/files/pkg-message.in echo x - pivot-weblog/files/pkg-install.in sed 's/^X//' >pivot-weblog/files/pkg-install.in << 'END-of-pivot-weblog/files/pkg-install.in' X#!/bin/sh X# X# $FreeBSD$ X# X Xcase $2 in XPRE-INSTALL) X ;; XPOST-INSTALL) X if [ ! -f %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php ]; then X for OBJECT in db templates pv_cfg_settings.php pv_cfg_weblogs.php X do X cp -Rv %%PREFIX%%/%%BLOGDIR%%/pivot/default-data/${OBJECT} %%PREFIX%%/%%BLOGDIR%%/pivot/ X chown -R %%WWWOWN%%:%%WWWGRP%% %%PREFIX%%/%%BLOGDIR%%/pivot/${OBJECT} X done X cp %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php.default X fi X chown %%WWWOWN%%:%%WWWGRP%% %%PREFIX%%/%%BLOGDIR%% X for DIR in images archives X do X mkdir -p %%PREFIX%%/%%BLOGDIR%%/${DIR} X chown -R %%WWWOWN%%:%%WWWGRP%% %%PREFIX%%/%%BLOGDIR%%/${DIR} X done X ;; Xesac END-of-pivot-weblog/files/pkg-install.in echo x - pivot-weblog/files/pkg-deinstall.in sed 's/^X//' >pivot-weblog/files/pkg-deinstall.in << 'END-of-pivot-weblog/files/pkg-deinstall.in' X#!/bin/sh X# X# $FreeBSD$ X# X Xcase $2 in XDEINSTALL) X ;; XPOST-DEINSTALL) X if cmp -s %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php.default %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php; X then X for OBJECT in db templates pv_cfg_settings.php pv_cfg_weblogs.php X do X rm -rf %%PREFIX%%/%%BLOGDIR%%/pivot/${OBJECT} X done X rm -f %%PREFIX%%/%%BLOGDIR%%/pivot/pv_cfg_settings.php.default X for DIR in images archives X do X rmdir %%PREFIX%%/%%BLOGDIR%%/${DIR} X done X rmdir %%PREFIX%%/%%BLOGDIR%%/pivot X rmdir %%PREFIX%%/%%BLOGDIR%%/ X else X echo "" X echo "Pivot configuration, templates or database is changed and hence not" X echo "deleted automatically. If you will *NOT* use this package anymore," X echo "please remove %%PREFIX%%/%%BLOGDIR%% and its contents manually." X echo "" X fi X ;; Xesac END-of-pivot-weblog/files/pkg-deinstall.in exit State Changed From-To: feedback->closed Committed, thanks! |