View | Details | Raw Unified | Return to bug 93964 | Differences between
and this patch

Collapse All | Expand All

(-)ports/www/bblog/Makefile (-13 / +1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	bBlog
8
PORTNAME=	bBlog
9
PORTVERSION=	0.7.6
9
PORTVERSION=	0.7.6
10
PORTREVISION= 1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	bblog
13
MASTER_SITE_SUBDIR=	bblog
Lines 15-22 Link Here
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A elegant personal publishing system with Smarty
17
COMMENT=	A elegant personal publishing system with Smarty
17
18
18
BROKEN=		Incomplete pkg-plist
19
20
USE_PHP=	mysql pcre session
19
USE_PHP=	mysql pcre session
21
PHP4_PORT?=	www/mod_php4
20
PHP4_PORT?=	www/mod_php4
22
NO_BUILD=	YES
21
NO_BUILD=	YES
Lines 29-35 Link Here
29
WWWOWN?=	www
28
WWWOWN?=	www
30
WWWGRP?=	www
29
WWWGRP?=	www
31
BBLOGDIR?=	${WWWDOCROOT}/${BBLOGURL}
30
BBLOGDIR?=	${WWWDOCROOT}/${BBLOGURL}
32
PLIST=		${WRKDIR}/pkg-plist
33
31
34
OPTIONS=	GD		"With GD Support" on \
32
OPTIONS=	GD		"With GD Support" on \
35
		IMAGICK		"With ImageMagick Support" off
33
		IMAGICK		"With ImageMagick Support" off
Lines 49-63 Link Here
49
	@${ECHO_CMD} "Without GD or ImageMagick support. No thumbnails will be generated at all."
47
	@${ECHO_CMD} "Without GD or ImageMagick support. No thumbnails will be generated at all."
50
.endif
48
.endif
51
49
52
pre-install:
53
	cd ${WRKSRC} && ${FIND} -s . -type f | \
54
		${GREP} -v _done. | \
55
		${GREP} -v '.PLIST' | \
56
		${SED} -e 's|^./||;s|^|${BBLOGDIR}/|' > ${PLIST} \
57
		&& ${FIND} -d * -type d | \
58
		${SED} -e 's|^|@dirrm ${BBLOGDIR}/|' >> ${PLIST} \
59
		&& ${ECHO_CMD} @dirrm ${BBLOGDIR} >> ${PLIST}
60
61
do-install:
50
do-install:
62
	@${MKDIR} ${PREFIX}/${BBLOGDIR}
51
	@${MKDIR} ${PREFIX}/${BBLOGDIR}
63
	@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${BBLOGDIR}
52
	@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${BBLOGDIR}
Lines 65-71 Link Here
65
	@${CP} -R ${WRKSRC}/ ${PREFIX}/${BBLOGDIR}
54
	@${CP} -R ${WRKSRC}/ ${PREFIX}/${BBLOGDIR}
66
	@${RM} ${PREFIX}/${BBLOGDIR}/.PLIST*
55
	@${RM} ${PREFIX}/${BBLOGDIR}/.PLIST*
67
	@${RM} ${PREFIX}/${BBLOGDIR}/.*done*
56
	@${RM} ${PREFIX}/${BBLOGDIR}/.*done*
68
#	@${CP} -R ${WRKSRC}/${BBLOGURL}/ ${PREFIX}/${BBLOGDIR}
69
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/install.php
57
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/install.php
70
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/compiled_templates/
58
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/compiled_templates/
71
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/cache/
59
	@${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/bblog/cache/
(-)ports/www/bblog/pkg-plist (-1 / +308 lines)
Line 1 Link Here
1
@comment real PLIST will be generated in pre-install phase
1
www/data-dist/bblog/archives.php
2
www/data-dist/bblog/bblog/bBlog_plugins/admin.comments.php
3
www/data-dist/bblog/bblog/bBlog_plugins/admin.links.php
4
www/data-dist/bblog/bblog/bBlog_plugins/admin.rss.php
5
www/data-dist/bblog/bblog/bBlog_plugins/admin.rssfeedmaker.php
6
www/data-dist/bblog/bblog/bBlog_plugins/admin.sections.php
7
www/data-dist/bblog/bblog/bBlog_plugins/builtin.about.php
8
www/data-dist/bblog/bblog/bBlog_plugins/builtin.archives.php
9
www/data-dist/bblog/bblog/bBlog_plugins/builtin.help.php
10
www/data-dist/bblog/bblog/bBlog_plugins/builtin.options.php
11
www/data-dist/bblog/bblog/bBlog_plugins/builtin.plugins.php
12
www/data-dist/bblog/bblog/bBlog_plugins/builtin.post.php
13
www/data-dist/bblog/bblog/bBlog_plugins/function.archivemonths.php
14
www/data-dist/bblog/bblog/bBlog_plugins/function.blogroll.php
15
www/data-dist/bblog/bblog/bBlog_plugins/function.calendar.php
16
www/data-dist/bblog/bblog/bBlog_plugins/function.email.php
17
www/data-dist/bblog/bblog/bBlog_plugins/function.getarchiveposts.php
18
www/data-dist/bblog/bblog/bBlog_plugins/function.getarchives.php
19
www/data-dist/bblog/bblog/bBlog_plugins/function.getcomments.php
20
www/data-dist/bblog/bblog/bBlog_plugins/function.getcontent.php
21
www/data-dist/bblog/bblog/bBlog_plugins/function.getpost.php
22
www/data-dist/bblog/bblog/bBlog_plugins/function.getposts.php
23
www/data-dist/bblog/bblog/bBlog_plugins/function.getrecentposts.php
24
www/data-dist/bblog/bblog/bBlog_plugins/function.getrss.php
25
www/data-dist/bblog/bblog/bBlog_plugins/function.getsections.php
26
www/data-dist/bblog/bblog/bBlog_plugins/function.header.php
27
www/data-dist/bblog/bblog/bBlog_plugins/function.links.php
28
www/data-dist/bblog/bblog/bBlog_plugins/function.nextprev.php
29
www/data-dist/bblog/bblog/bBlog_plugins/function.recentposts.php
30
www/data-dist/bblog/bblog/bBlog_plugins/function.referers.php
31
www/data-dist/bblog/bblog/bBlog_plugins/function.sapi_test.php
32
www/data-dist/bblog/bblog/bBlog_plugins/function.sectionlinks.php
33
www/data-dist/bblog/bblog/bBlog_plugins/modifier.bbcode.php
34
www/data-dist/bblog/bblog/bBlog_plugins/modifier.date_format.php
35
www/data-dist/bblog/bblog/bBlog_plugins/modifier.htmlspecialchars.php
36
www/data-dist/bblog/bblog/bBlog_plugins/modifier.kses.php
37
www/data-dist/bblog/bblog/bBlog_plugins/modifier.locale.php
38
www/data-dist/bblog/bblog/bBlog_plugins/modifier.none.php
39
www/data-dist/bblog/bblog/bBlog_plugins/modifier.readmore.php
40
www/data-dist/bblog/bblog/bBlog_plugins/modifier.simple.php
41
www/data-dist/bblog/bblog/bBlog_plugins/modifier.smartypost.php
42
www/data-dist/bblog/bblog/bBlog_plugins/modifier.textile.php
43
www/data-dist/bblog/bblog/bBlog_plugins/modifier.texturize.php
44
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/cls_convertor.inc
45
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/doc.zip
46
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/extlib/Snoopy.class.inc
47
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/rss_cache.inc
48
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/rss_fetch.inc
49
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/rss_parse.inc
50
www/data-dist/bblog/bblog/bBlog_plugins/rss/library/rss_utils.inc
51
www/data-dist/bblog/bblog/bBlog_plugins/rss/rss.php
52
www/data-dist/bblog/bblog/bblog.css
53
www/data-dist/bblog/bblog/cache/favorites.xml
54
www/data-dist/bblog/bblog/compiled_templates/this_file_is_here_so_the_directory_is_extracted
55
www/data-dist/bblog/bblog/config.php
56
www/data-dist/bblog/bblog/cp.css
57
www/data-dist/bblog/bblog/docs/LICENCE.txt
58
www/data-dist/bblog/bblog/docs/README.txt
59
www/data-dist/bblog/bblog/docs/changelog.txt
60
www/data-dist/bblog/bblog/images/README.txt
61
www/data-dist/bblog/bblog/images/asseenontv.gif
62
www/data-dist/bblog/bblog/images/bb.gif
63
www/data-dist/bblog/bblog/images/bblog.gif
64
www/data-dist/bblog/bblog/images/bblogpowered.png
65
www/data-dist/bblog/bblog/images/blogroll2.gif
66
www/data-dist/bblog/bblog/images/css.gif
67
www/data-dist/bblog/bblog/images/csstableless.gif
68
www/data-dist/bblog/bblog/images/deviantart2.gif
69
www/data-dist/bblog/bblog/images/email.gif
70
www/data-dist/bblog/bblog/images/gnu.gif
71
www/data-dist/bblog/bblog/images/google_copy1.gif
72
www/data-dist/bblog/bblog/images/icq.gif
73
www/data-dist/bblog/bblog/images/icq2.gif
74
www/data-dist/bblog/bblog/images/mozillabetter.gif
75
www/data-dist/bblog/bblog/images/nz.gif
76
www/data-dist/bblog/bblog/images/onebuck.gif
77
www/data-dist/bblog/bblog/images/paypal2.gif
78
www/data-dist/bblog/bblog/images/phpaddict.gif
79
www/data-dist/bblog/bblog/images/phppow.gif
80
www/data-dist/bblog/bblog/images/phpren.gif
81
www/data-dist/bblog/bblog/images/rdf.gif
82
www/data-dist/bblog/bblog/images/rss092.gif
83
www/data-dist/bblog/bblog/images/rss2.gif
84
www/data-dist/bblog/bblog/images/rssvalid.gif
85
www/data-dist/bblog/bblog/images/smarty.gif
86
www/data-dist/bblog/bblog/images/smsme.gif
87
www/data-dist/bblog/bblog/images/trillian2.gif
88
www/data-dist/bblog/bblog/images/wbloggar.gif
89
www/data-dist/bblog/bblog/images/webstandards.gif
90
www/data-dist/bblog/bblog/images/xhtml10.gif
91
www/data-dist/bblog/bblog/inc/SettingsAPI.class.php
92
www/data-dist/bblog/bblog/inc/admin_templates/about.html
93
www/data-dist/bblog/bblog/inc/admin_templates/archives.html
94
www/data-dist/bblog/bblog/inc/admin_templates/atom.html
95
www/data-dist/bblog/bblog/inc/admin_templates/common/html_start.html
96
www/data-dist/bblog/bblog/inc/admin_templates/common/html_stop.html
97
www/data-dist/bblog/bblog/inc/admin_templates/common/layout_start.html
98
www/data-dist/bblog/bblog/inc/admin_templates/common/layout_stop.html
99
www/data-dist/bblog/bblog/inc/admin_templates/common/message.html
100
www/data-dist/bblog/bblog/inc/admin_templates/common/popup-footer.html
101
www/data-dist/bblog/bblog/inc/admin_templates/common/popup-header.html
102
www/data-dist/bblog/bblog/inc/admin_templates/common/post_edit.html
103
www/data-dist/bblog/bblog/inc/admin_templates/common/teaser.html
104
www/data-dist/bblog/bblog/inc/admin_templates/error.html
105
www/data-dist/bblog/bblog/inc/admin_templates/help.html
106
www/data-dist/bblog/bblog/inc/admin_templates/login.html
107
www/data-dist/bblog/bblog/inc/admin_templates/message.html
108
www/data-dist/bblog/bblog/inc/admin_templates/options.html
109
www/data-dist/bblog/bblog/inc/admin_templates/plugins/comments_admin.html
110
www/data-dist/bblog/bblog/inc/admin_templates/plugins/links.html
111
www/data-dist/bblog/bblog/inc/admin_templates/plugins/rss.html
112
www/data-dist/bblog/bblog/inc/admin_templates/plugins/rssfeedmaker.html
113
www/data-dist/bblog/bblog/inc/admin_templates/plugins/sections.html
114
www/data-dist/bblog/bblog/inc/admin_templates/plugins/templates.html
115
www/data-dist/bblog/bblog/inc/admin_templates/plugins.html
116
www/data-dist/bblog/bblog/inc/admin_templates/popuppost.html
117
www/data-dist/bblog/bblog/inc/admin_templates/post.html
118
www/data-dist/bblog/bblog/inc/admin_templates/rss092.html
119
www/data-dist/bblog/bblog/inc/admin_templates/rss10.html
120
www/data-dist/bblog/bblog/inc/admin_templates/rss20.html
121
www/data-dist/bblog/bblog/inc/admin_templates/smartypost.html
122
www/data-dist/bblog/bblog/inc/admin_templates/standalone_message.html
123
www/data-dist/bblog/bblog/inc/bBlog.class.php
124
www/data-dist/bblog/bblog/inc/bookmarkletstuff.php
125
www/data-dist/bblog/bblog/inc/charsets.php
126
www/data-dist/bblog/bblog/inc/credits.php
127
www/data-dist/bblog/bblog/inc/functions.php
128
www/data-dist/bblog/bblog/inc/init.php
129
www/data-dist/bblog/bblog/inc/mail.php
130
www/data-dist/bblog/bblog/inc/taglines.php
131
www/data-dist/bblog/bblog/inc/templates.php
132
www/data-dist/bblog/bblog/index.php
133
www/data-dist/bblog/bblog/install/cleanurltest/.htaccess
134
www/data-dist/bblog/bblog/install/cleanurltest/test
135
www/data-dist/bblog/bblog/install/footer.php
136
www/data-dist/bblog/bblog/install/header.php
137
www/data-dist/bblog/bblog/install/index.html
138
www/data-dist/bblog/bblog/install/standalone.upgrade.bblog07.php
139
www/data-dist/bblog/bblog/install/steps.php
140
www/data-dist/bblog/bblog/install/upgrade.bblog07.php
141
www/data-dist/bblog/bblog/install.php
142
www/data-dist/bblog/bblog/libs/Config_File.class.php
143
www/data-dist/bblog/bblog/libs/Smarty.class.php
144
www/data-dist/bblog/bblog/libs/Smarty_Compiler.class.php
145
www/data-dist/bblog/bblog/libs/core/core.assemble_auto_filename.php
146
www/data-dist/bblog/bblog/libs/core/core.assemble_plugin_filepath.php
147
www/data-dist/bblog/bblog/libs/core/core.assign_smarty_interface.php
148
www/data-dist/bblog/bblog/libs/core/core.create_dir_structure.php
149
www/data-dist/bblog/bblog/libs/core/core.display_debug_console.php
150
www/data-dist/bblog/bblog/libs/core/core.get_include_path.php
151
www/data-dist/bblog/bblog/libs/core/core.get_microtime.php
152
www/data-dist/bblog/bblog/libs/core/core.get_php_resource.php
153
www/data-dist/bblog/bblog/libs/core/core.is_secure.php
154
www/data-dist/bblog/bblog/libs/core/core.is_trusted.php
155
www/data-dist/bblog/bblog/libs/core/core.load_plugins.php
156
www/data-dist/bblog/bblog/libs/core/core.load_resource_plugin.php
157
www/data-dist/bblog/bblog/libs/core/core.process_cached_inserts.php
158
www/data-dist/bblog/bblog/libs/core/core.process_compiled_include.php
159
www/data-dist/bblog/bblog/libs/core/core.read_cache_file.php
160
www/data-dist/bblog/bblog/libs/core/core.rm_auto.php
161
www/data-dist/bblog/bblog/libs/core/core.rmdir.php
162
www/data-dist/bblog/bblog/libs/core/core.run_insert_handler.php
163
www/data-dist/bblog/bblog/libs/core/core.smarty_include_php.php
164
www/data-dist/bblog/bblog/libs/core/core.write_cache_file.php
165
www/data-dist/bblog/bblog/libs/core/core.write_cache_paths_file.php
166
www/data-dist/bblog/bblog/libs/core/core.write_compiled_include.php
167
www/data-dist/bblog/bblog/libs/core/core.write_compiled_resource.php
168
www/data-dist/bblog/bblog/libs/core/core.write_file.php
169
www/data-dist/bblog/bblog/libs/debug.tpl
170
www/data-dist/bblog/bblog/libs/ez_sql.php
171
www/data-dist/bblog/bblog/libs/rpc.php
172
www/data-dist/bblog/bblog/make_bookmarklet.php
173
www/data-dist/bblog/bblog/script/index.js
174
www/data-dist/bblog/bblog/script/xlib/CHANGELOG
175
www/data-dist/bblog/bblog/script/xlib/LICENSE
176
www/data-dist/bblog/bblog/script/xlib/README
177
www/data-dist/bblog/bblog/script/xlib/changelog.xml
178
www/data-dist/bblog/bblog/script/xlib/javascript/xBrowser.js
179
www/data-dist/bblog/bblog/script/xlib/javascript/xCheck.js
180
www/data-dist/bblog/bblog/script/xlib/javascript/xColumns.js
181
www/data-dist/bblog/bblog/script/xlib/javascript/xCore.js
182
www/data-dist/bblog/bblog/script/xlib/javascript/xDebug.js
183
www/data-dist/bblog/bblog/script/xlib/javascript/xDialog.js
184
www/data-dist/bblog/bblog/script/xlib/javascript/xHash.js
185
www/data-dist/bblog/bblog/script/xlib/javascript/xImage.js
186
www/data-dist/bblog/bblog/script/xlib/javascript/xLayer.js
187
www/data-dist/bblog/bblog/script/xlib/javascript/xLoader.js
188
www/data-dist/bblog/bblog/script/xlib/javascript/xMath.js
189
www/data-dist/bblog/bblog/script/xlib/javascript/xMenu.js
190
www/data-dist/bblog/bblog/script/xlib/javascript/xObject.js
191
www/data-dist/bblog/bblog/script/xlib/javascript/xSignals.js
192
www/data-dist/bblog/bblog/script/xlib/javascript/xStatus.js
193
www/data-dist/bblog/bblog/script/xlib/javascript/xWindow.js
194
www/data-dist/bblog/bblog/smarty_plugins/block.strip.php
195
www/data-dist/bblog/bblog/smarty_plugins/block.textformat.php
196
www/data-dist/bblog/bblog/smarty_plugins/function.assign.php
197
www/data-dist/bblog/bblog/smarty_plugins/function.assign_debug_info.php
198
www/data-dist/bblog/bblog/smarty_plugins/function.config_load.php
199
www/data-dist/bblog/bblog/smarty_plugins/function.counter.php
200
www/data-dist/bblog/bblog/smarty_plugins/function.cycle.php
201
www/data-dist/bblog/bblog/smarty_plugins/function.debug.php
202
www/data-dist/bblog/bblog/smarty_plugins/function.eval.php
203
www/data-dist/bblog/bblog/smarty_plugins/function.fetch.php
204
www/data-dist/bblog/bblog/smarty_plugins/function.html_checkboxes.php
205
www/data-dist/bblog/bblog/smarty_plugins/function.html_image.php
206
www/data-dist/bblog/bblog/smarty_plugins/function.html_options.php
207
www/data-dist/bblog/bblog/smarty_plugins/function.html_radios.php
208
www/data-dist/bblog/bblog/smarty_plugins/function.html_select_date.php
209
www/data-dist/bblog/bblog/smarty_plugins/function.html_select_time.php
210
www/data-dist/bblog/bblog/smarty_plugins/function.html_table.php
211
www/data-dist/bblog/bblog/smarty_plugins/function.mailto.php
212
www/data-dist/bblog/bblog/smarty_plugins/function.math.php
213
www/data-dist/bblog/bblog/smarty_plugins/function.popup.php
214
www/data-dist/bblog/bblog/smarty_plugins/function.popup_init.php
215
www/data-dist/bblog/bblog/smarty_plugins/function.printr.php
216
www/data-dist/bblog/bblog/smarty_plugins/modifier.capitalize.php
217
www/data-dist/bblog/bblog/smarty_plugins/modifier.cat.php
218
www/data-dist/bblog/bblog/smarty_plugins/modifier.count_characters.php
219
www/data-dist/bblog/bblog/smarty_plugins/modifier.count_paragraphs.php
220
www/data-dist/bblog/bblog/smarty_plugins/modifier.count_sentences.php
221
www/data-dist/bblog/bblog/smarty_plugins/modifier.count_words.php
222
www/data-dist/bblog/bblog/smarty_plugins/modifier.date_format.php
223
www/data-dist/bblog/bblog/smarty_plugins/modifier.debug_print_var.php
224
www/data-dist/bblog/bblog/smarty_plugins/modifier.default.php
225
www/data-dist/bblog/bblog/smarty_plugins/modifier.escape.php
226
www/data-dist/bblog/bblog/smarty_plugins/modifier.indent.php
227
www/data-dist/bblog/bblog/smarty_plugins/modifier.lower.php
228
www/data-dist/bblog/bblog/smarty_plugins/modifier.nl2br.php
229
www/data-dist/bblog/bblog/smarty_plugins/modifier.nohtml.php
230
www/data-dist/bblog/bblog/smarty_plugins/modifier.printr.php
231
www/data-dist/bblog/bblog/smarty_plugins/modifier.regex_replace.php
232
www/data-dist/bblog/bblog/smarty_plugins/modifier.replace.php
233
www/data-dist/bblog/bblog/smarty_plugins/modifier.spacify.php
234
www/data-dist/bblog/bblog/smarty_plugins/modifier.string_format.php
235
www/data-dist/bblog/bblog/smarty_plugins/modifier.strip.php
236
www/data-dist/bblog/bblog/smarty_plugins/modifier.strip_tags.php
237
www/data-dist/bblog/bblog/smarty_plugins/modifier.truncate.php
238
www/data-dist/bblog/bblog/smarty_plugins/modifier.upper.php
239
www/data-dist/bblog/bblog/smarty_plugins/modifier.wordwrap.php
240
www/data-dist/bblog/bblog/smarty_plugins/outputfilter.trimwhitespace.php
241
www/data-dist/bblog/bblog/smarty_plugins/shared.escape_special_chars.php
242
www/data-dist/bblog/bblog/smarty_plugins/shared.make_timestamp.php
243
www/data-dist/bblog/bblog/style/admin.IE.css
244
www/data-dist/bblog/bblog/style/admin.css
245
www/data-dist/bblog/bblog/style/admin_header_trans.png
246
www/data-dist/bblog/bblog/templates/dmig/README-INSTALL.html
247
www/data-dist/bblog/bblog/templates/dmig/archives.html
248
www/data-dist/bblog/bblog/templates/dmig/calendar.html
249
www/data-dist/bblog/bblog/templates/dmig/dmig.css
250
www/data-dist/bblog/bblog/templates/dmig/footer.html
251
www/data-dist/bblog/bblog/templates/dmig/header.html
252
www/data-dist/bblog/bblog/templates/dmig/index.html
253
www/data-dist/bblog/bblog/templates/dmig/main.html
254
www/data-dist/bblog/bblog/templates/dmig/post.html
255
www/data-dist/bblog/bblog/templates/dmig/rtl.css
256
www/data-dist/bblog/bblog/templates/dmig/section.html
257
www/data-dist/bblog/bblog/templates/dmig/side.html
258
www/data-dist/bblog/bblog/templates/dmig/template_thumb.jpg
259
www/data-dist/bblog/bblog/templates/lines/archives.html
260
www/data-dist/bblog/bblog/templates/lines/blue_stripes_header.gif
261
www/data-dist/bblog/bblog/templates/lines/blue_stripes_tile.gif
262
www/data-dist/bblog/bblog/templates/lines/blue_stripes_tile_left.gif
263
www/data-dist/bblog/bblog/templates/lines/calendar.html
264
www/data-dist/bblog/bblog/templates/lines/footer.html
265
www/data-dist/bblog/bblog/templates/lines/header.html
266
www/data-dist/bblog/bblog/templates/lines/index.html
267
www/data-dist/bblog/bblog/templates/lines/lines.css
268
www/data-dist/bblog/bblog/templates/lines/main.html
269
www/data-dist/bblog/bblog/templates/lines/post.html
270
www/data-dist/bblog/bblog/templates/lines/rtl.css
271
www/data-dist/bblog/bblog/templates/lines/section.html
272
www/data-dist/bblog/bblog/trackback.php
273
www/data-dist/bblog/bblog/xmlrpc.php
274
www/data-dist/bblog/documentation.txt
275
www/data-dist/bblog/htaccess-cleanurls
276
www/data-dist/bblog/index.php
277
www/data-dist/bblog/item
278
www/data-dist/bblog/rss.php
279
www/data-dist/bblog/search.php
280
www/data-dist/bblog/section
281
@dirrmtry www/data-dist/bblog/bblog/bBlog_plugins/rss/cache
282
@dirrm www/data-dist/bblog/bblog/bBlog_plugins/rss/library/extlib
283
@dirrm www/data-dist/bblog/bblog/bBlog_plugins/rss/library
284
@dirrm www/data-dist/bblog/bblog/bBlog_plugins/rss
285
@dirrm www/data-dist/bblog/bblog/bBlog_plugins
286
@dirrm www/data-dist/bblog/bblog/cache
287
@dirrm www/data-dist/bblog/bblog/compiled_templates
288
@dirrm www/data-dist/bblog/bblog/docs
289
@dirrm www/data-dist/bblog/bblog/images
290
@dirrm www/data-dist/bblog/bblog/inc/admin_templates/common
291
@dirrm www/data-dist/bblog/bblog/inc/admin_templates/plugins
292
@dirrm www/data-dist/bblog/bblog/inc/admin_templates
293
@dirrmtry www/data-dist/bblog/bblog/inc/bBlog_templates
294
@dirrm www/data-dist/bblog/bblog/inc
295
@dirrm www/data-dist/bblog/bblog/install/cleanurltest
296
@dirrm www/data-dist/bblog/bblog/install
297
@dirrm www/data-dist/bblog/bblog/libs/core
298
@dirrm www/data-dist/bblog/bblog/libs
299
@dirrm www/data-dist/bblog/bblog/script/xlib/javascript
300
@dirrm www/data-dist/bblog/bblog/script/xlib
301
@dirrm www/data-dist/bblog/bblog/script
302
@dirrm www/data-dist/bblog/bblog/smarty_plugins
303
@dirrm www/data-dist/bblog/bblog/style
304
@dirrm www/data-dist/bblog/bblog/templates/dmig
305
@dirrm www/data-dist/bblog/bblog/templates/lines
306
@dirrm www/data-dist/bblog/bblog/templates
307
@dirrm www/data-dist/bblog/bblog
308
@dirrm www/data-dist/bblog

Return to bug 93964