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

Collapse All | Expand All

(-)Makefile (-11 / +12 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tdiary
4
PORTNAME=	tdiary
5
PORTVERSION=	4.2.1
5
PORTVERSION=	5.0.5
6
PORTREVISION=	1
7
CATEGORIES?=	www ruby
6
CATEGORIES?=	www ruby
8
MASTER_SITES=	http://www.tdiary.org/download/
7
MASTER_SITES=	https://github.com/tdiary/tdiary-core/releases/download/v${PORTVERSION}/
9
DISTNAME=	${PORTNAME}-full-v${PORTVERSION}
8
DISTNAME=	${PORTNAME}-full-v${PORTVERSION}
10
9
11
MAINTAINER=	tota@FreeBSD.org
10
MAINTAINER=	tota@FreeBSD.org
Lines 14-24 Link Here
14
LICENSE=	GPLv2
13
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
17
RUN_DEPENDS=	rubygem-emot>=0.0.4:textproc/rubygem-emot \
16
RUN_DEPENDS=	rubygem-bundler>=1.14.6:sysutils/rubygem-bundler \
18
		rubygem-fastimage>=1.8.1:graphics/rubygem-fastimage \
17
		rubygem-emot>=0.0.4:textproc/rubygem-emot \
18
		rubygem-fastimage>=2.1.0:graphics/rubygem-fastimage \
19
		rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \
19
		rubygem-hikidoc>=0.1.0:textproc/rubygem-hikidoc \
20
		rubygem-mail>=2.6.3:mail/rubygem-mail \
20
		rubygem-mail>=2.6.6:mail/rubygem-mail \
21
		rubygem-sprockets3>=3.5.2:devel/rubygem-sprockets3
21
		rubygem-rack16>=1.6.8:www/rubygem-rack16 \
22
		rubygem-rake>=12.0.0:devel/rubygem-rake
22
23
23
NO_ARCH=	yes
24
NO_ARCH=	yes
24
NO_BUILD=	yes
25
NO_BUILD=	yes
Lines 30-37 Link Here
30
		update.fcgi \
31
		update.fcgi \
31
		update.rb \
32
		update.rb \
32
		bin/tdiary \
33
		bin/tdiary \
33
		misc/plugin/amazon/amazonimg.rb \
34
		misc/plugin/squeeze.rb \
35
		misc/plugin/xmlrpc/xmlrpc.rb
34
		misc/plugin/xmlrpc/xmlrpc.rb
36
35
37
DOCFILES=	HOWTO-authenticate-in-rack HOWTO-make-io \
36
DOCFILES=	HOWTO-authenticate-in-rack HOWTO-make-io \
Lines 67-75 Link Here
67
66
68
pre-patch:
67
pre-patch:
69
	@${RM} ${WRKSRC}/.coveralls.yml
68
	@${RM} ${WRKSRC}/.coveralls.yml
69
	@${RM} ${WRKSRC}/.dockerignore
70
	@${RM} ${WRKSRC}/.editorconfig
70
	@${RM} ${WRKSRC}/.gitignore
71
	@${RM} ${WRKSRC}/.gitignore
71
	@${RM} ${WRKSRC}/.travis.yml
72
	@${RM} ${WRKSRC}/.travis.yml
72
	@${RM} ${WRKSRC}/Gemfile
73
	@${RM} ${WRKSRC}/Dockerfile
73
	@${RM} ${WRKSRC}/Gemfile.lock
74
	@${RM} ${WRKSRC}/Gemfile.lock
74
	@${RM} ${WRKSRC}/Procfile
75
	@${RM} ${WRKSRC}/Procfile
75
	@${RM} ${WRKSRC}/Rakefile
76
	@${RM} ${WRKSRC}/Rakefile
Lines 77-83 Link Here
77
	@${RM} ${WRKSRC}/tdiary.gemspec
78
	@${RM} ${WRKSRC}/tdiary.gemspec
78
	@${RM} ${WRKSRC}/tmp/.gitkeep
79
	@${RM} ${WRKSRC}/tmp/.gitkeep
79
	@${RM} -r ${WRKSRC}/.bundle
80
	@${RM} -r ${WRKSRC}/.bundle
80
	@${RM} -r ${WRKSRC}/misc/lib/bundler-1.11.2
81
	@${RM} -r ${WRKSRC}/misc/lib/bundler-1.14.6
81
	@${RM} -r ${WRKSRC}/public
82
	@${RM} -r ${WRKSRC}/public
82
	@${RM} -r ${WRKSRC}/spec
83
	@${RM} -r ${WRKSRC}/spec
83
	@${RM} -r ${WRKSRC}/test
84
	@${RM} -r ${WRKSRC}/test
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (tdiary-full-v4.2.1.tar.gz) = 9b2d33927e1da7ea3758e15a09d83e2436087e89058076d6f62f5de077676b1f
1
TIMESTAMP = 1498778330
2
SIZE (tdiary-full-v4.2.1.tar.gz) = 8220040
2
SHA256 (tdiary-full-v5.0.5.tar.gz) = 1609686003240e8bfa9ee20cc9a9bbbeb6799c274240c957a223a65f7390b0ab
3
SIZE (tdiary-full-v5.0.5.tar.gz) = 7191300
(-)files/patch-lib_tdiary_io_plugin__pstore.rb (-2 / +2 lines)
Lines 1-6 Link Here
1
--- lib/tdiary/io/plugin_pstore.rb.orig	2016-01-16 10:18:36 UTC
1
--- lib/tdiary/io/plugin_pstore.rb.orig	2017-06-29 08:19:50 UTC
2
+++ lib/tdiary/io/plugin_pstore.rb
2
+++ lib/tdiary/io/plugin_pstore.rb
3
@@ -4,6 +4,7 @@
3
@@ -3,6 +3,7 @@
4
 # 	default plugin storage implemented by PStore
4
 # 	default plugin storage implemented by PStore
5
 #
5
 #
6
 require 'pstore'
6
 require 'pstore'
(-)files/patch-lib_tdiary_request.rb (-3 / +2 lines)
Lines 1-7 Link Here
1
--- lib/tdiary/request.rb.orig	2016-01-16 10:16:46 UTC
1
--- lib/tdiary/request.rb.orig	2017-06-29 08:19:50 UTC
2
+++ lib/tdiary/request.rb
2
+++ lib/tdiary/request.rb
3
@@ -1,6 +1,7 @@
3
@@ -1,5 +1,6 @@
4
 # -*- coding: utf-8 -*-
5
 # stolen from okkez http://github.com/hiki/hiki/blob/rack/hiki/request.rb
4
 # stolen from okkez http://github.com/hiki/hiki/blob/rack/hiki/request.rb
6
 module TDiary
5
 module TDiary
7
+	require 'rack'
6
+	require 'rack'
(-)files/patch-misc_convert2.rb (-5 / +3 lines)
Lines 1-10 Link Here
1
--- misc/convert2.rb.orig	2016-04-23 13:50:46 UTC
1
--- misc/convert2.rb.orig	2017-06-29 08:19:50 UTC
2
+++ misc/convert2.rb
2
+++ misc/convert2.rb
3
@@ -1,5 +1,6 @@
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/env ruby
4
+#!%%LOCALBASE%%/bin/ruby
5
+#!%%LOCALBASE%%/bin/ruby
5
+#
6
 # -*- coding: utf-8; -*-
7
-#!/usr/bin/env ruby
8
 #
6
 #
9
 # convert2: convert diary data file format tDiary1 to tDiary2.
7
 # convert2: convert diary data file format tDiary1 to tDiary2.
10
 #
8
 #
(-)files/patch-misc_migrate.rb (-5 / +3 lines)
Lines 1-10 Link Here
1
--- misc/migrate.rb.orig	2016-04-23 13:50:46 UTC
1
--- misc/migrate.rb.orig	2017-06-29 08:19:50 UTC
2
+++ misc/migrate.rb
2
+++ misc/migrate.rb
3
@@ -1,5 +1,6 @@
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/env ruby
4
+#!%%LOCALBASE%%/bin/ruby
5
+#!%%LOCALBASE%%/bin/ruby
5
+#
6
 # -*- coding: utf-8; -*-
7
-#!/usr/bin/env ruby
8
 #
6
 #
9
 # migrate.rb $Revision: 1.2 $
7
 # migrate.rb $Revision: 1.2 $
10
 #
8
 #
(-)pkg-plist (-16 / +38 lines)
Lines 1-6 Link Here
1
bin/%%TDIARY_SCRIPT%%
1
bin/%%TDIARY_SCRIPT%%
2
@owner %%WWWOWN%%
2
@owner %%WWWOWN%%
3
@group %%WWWGRP%%
3
@group %%WWWGRP%%
4
%%WWWDIR%%/Gemfile
5
%%WWWDIR%%/app.json
6
%%WWWDIR%%/benchmark/benchmark_amazon_plugin.rb
7
%%WWWDIR%%/benchmark/benchmark_io_default.rb
4
%%WWWDIR%%/bin/tdiary
8
%%WWWDIR%%/bin/tdiary
5
%%WWWDIR%%/data/.htaccess
9
%%WWWDIR%%/data/.htaccess
6
%%WWWDIR%%/dot.htaccess
10
%%WWWDIR%%/dot.htaccess
Lines 20-25 Link Here
20
%%WWWDIR%%/js/draft.js
24
%%WWWDIR%%/js/draft.js
21
%%WWWDIR%%/js/highlight.js
25
%%WWWDIR%%/js/highlight.js
22
%%WWWDIR%%/js/image.js
26
%%WWWDIR%%/js/image.js
27
%%WWWDIR%%/js/preview.js
23
%%WWWDIR%%/lib/tdiary.rb
28
%%WWWDIR%%/lib/tdiary.rb
24
%%WWWDIR%%/lib/tdiary/admin.rb
29
%%WWWDIR%%/lib/tdiary/admin.rb
25
%%WWWDIR%%/lib/tdiary/application.rb
30
%%WWWDIR%%/lib/tdiary/application.rb
Lines 88-93 Link Here
88
%%WWWDIR%%/lib/tdiary/tasks/doc.rake
93
%%WWWDIR%%/lib/tdiary/tasks/doc.rake
89
%%WWWDIR%%/lib/tdiary/tasks/heroku.rake
94
%%WWWDIR%%/lib/tdiary/tasks/heroku.rake
90
%%WWWDIR%%/lib/tdiary/tasks/jasmine.rake
95
%%WWWDIR%%/lib/tdiary/tasks/jasmine.rake
96
%%WWWDIR%%/lib/tdiary/tasks/mongodb.rake
91
%%WWWDIR%%/lib/tdiary/tasks/rdoc.rake
97
%%WWWDIR%%/lib/tdiary/tasks/rdoc.rake
92
%%WWWDIR%%/lib/tdiary/tasks/release.rake
98
%%WWWDIR%%/lib/tdiary/tasks/release.rake
93
%%WWWDIR%%/lib/tdiary/tasks/rspec.rake
99
%%WWWDIR%%/lib/tdiary/tasks/rspec.rake
Lines 111-119 Link Here
111
%%WWWDIR%%/misc/paas/cloudfoundry/Gemfile.lock
117
%%WWWDIR%%/misc/paas/cloudfoundry/Gemfile.lock
112
%%WWWDIR%%/misc/paas/cloudfoundry/tdiary.conf
118
%%WWWDIR%%/misc/paas/cloudfoundry/tdiary.conf
113
%%WWWDIR%%/misc/paas/heroku/Gemfile.local
119
%%WWWDIR%%/misc/paas/heroku/Gemfile.local
114
%%WWWDIR%%/misc/paas/heroku/app.json
120
%%WWWDIR%%/misc/paas/heroku/Gemfile.lock
115
%%WWWDIR%%/misc/paas/heroku/config.ru
121
%%WWWDIR%%/misc/paas/heroku/misc/plugin/system_update.rb
116
%%WWWDIR%%/misc/paas/heroku/tasks/mongodb.rake
117
%%WWWDIR%%/misc/paas/heroku/tdiary.conf
122
%%WWWDIR%%/misc/paas/heroku/tdiary.conf
118
%%WWWDIR%%/misc/paas/sqale/Gemfile
123
%%WWWDIR%%/misc/paas/sqale/Gemfile
119
%%WWWDIR%%/misc/paas/sqale/Gemfile.lock
124
%%WWWDIR%%/misc/paas/sqale/Gemfile.lock
Lines 123-138 Link Here
123
%%WWWDIR%%/misc/plugin/ChangeLog.DO_NOT_UPDATE
128
%%WWWDIR%%/misc/plugin/ChangeLog.DO_NOT_UPDATE
124
%%WWWDIR%%/misc/plugin/a.rb
129
%%WWWDIR%%/misc/plugin/a.rb
125
%%WWWDIR%%/misc/plugin/amazon.rb
130
%%WWWDIR%%/misc/plugin/amazon.rb
126
%%WWWDIR%%/misc/plugin/amazon/README.en
131
%%WWWDIR%%/misc/plugin/amp.rb
127
%%WWWDIR%%/misc/plugin/amazon/README.ja
128
%%WWWDIR%%/misc/plugin/amazon/amazonimg.rb
129
%%WWWDIR%%/misc/plugin/amazon/large.png
130
%%WWWDIR%%/misc/plugin/amazon/medium.png
131
%%WWWDIR%%/misc/plugin/amazon/small.png
132
%%WWWDIR%%/misc/plugin/append-css.rb
132
%%WWWDIR%%/misc/plugin/append-css.rb
133
%%WWWDIR%%/misc/plugin/bq.rb
133
%%WWWDIR%%/misc/plugin/bq.rb
134
%%WWWDIR%%/misc/plugin/calendar2.rb
134
%%WWWDIR%%/misc/plugin/calendar2.rb
135
%%WWWDIR%%/misc/plugin/calendar3.rb
135
%%WWWDIR%%/misc/plugin/calendar3.rb
136
%%WWWDIR%%/misc/plugin/category-legacy.rb
136
%%WWWDIR%%/misc/plugin/category.rb
137
%%WWWDIR%%/misc/plugin/category.rb
137
%%WWWDIR%%/misc/plugin/category_autocomplete.rb
138
%%WWWDIR%%/misc/plugin/category_autocomplete.rb
138
%%WWWDIR%%/misc/plugin/comment_ajax.rb
139
%%WWWDIR%%/misc/plugin/comment_ajax.rb
Lines 153-158 Link Here
153
%%WWWDIR%%/misc/plugin/en/append-css.rb
154
%%WWWDIR%%/misc/plugin/en/append-css.rb
154
%%WWWDIR%%/misc/plugin/en/bq.rb
155
%%WWWDIR%%/misc/plugin/en/bq.rb
155
%%WWWDIR%%/misc/plugin/en/calendar2.rb
156
%%WWWDIR%%/misc/plugin/en/calendar2.rb
157
%%WWWDIR%%/misc/plugin/en/category-legacy.rb
156
%%WWWDIR%%/misc/plugin/en/category.rb
158
%%WWWDIR%%/misc/plugin/en/category.rb
157
%%WWWDIR%%/misc/plugin/en/counter.rb
159
%%WWWDIR%%/misc/plugin/en/counter.rb
158
%%WWWDIR%%/misc/plugin/en/daily_theme.rb
160
%%WWWDIR%%/misc/plugin/en/daily_theme.rb
Lines 166-171 Link Here
166
%%WWWDIR%%/misc/plugin/en/makerss.rb
168
%%WWWDIR%%/misc/plugin/en/makerss.rb
167
%%WWWDIR%%/misc/plugin/en/pb-show.rb
169
%%WWWDIR%%/misc/plugin/en/pb-show.rb
168
%%WWWDIR%%/misc/plugin/en/ping.rb
170
%%WWWDIR%%/misc/plugin/en/ping.rb
171
%%WWWDIR%%/misc/plugin/en/preview.rb
169
%%WWWDIR%%/misc/plugin/en/recent_comment.rb
172
%%WWWDIR%%/misc/plugin/en/recent_comment.rb
170
%%WWWDIR%%/misc/plugin/en/recent_comment3.rb
173
%%WWWDIR%%/misc/plugin/en/recent_comment3.rb
171
%%WWWDIR%%/misc/plugin/en/recent_rss.rb
174
%%WWWDIR%%/misc/plugin/en/recent_rss.rb
Lines 187-192 Link Here
187
%%WWWDIR%%/misc/plugin/ja/amazon.rb
190
%%WWWDIR%%/misc/plugin/ja/amazon.rb
188
%%WWWDIR%%/misc/plugin/ja/bq.rb
191
%%WWWDIR%%/misc/plugin/ja/bq.rb
189
%%WWWDIR%%/misc/plugin/ja/calendar2.rb
192
%%WWWDIR%%/misc/plugin/ja/calendar2.rb
193
%%WWWDIR%%/misc/plugin/ja/category-legacy.rb
190
%%WWWDIR%%/misc/plugin/ja/category.rb
194
%%WWWDIR%%/misc/plugin/ja/category.rb
191
%%WWWDIR%%/misc/plugin/ja/daily_theme.rb
195
%%WWWDIR%%/misc/plugin/ja/daily_theme.rb
192
%%WWWDIR%%/misc/plugin/ja/disp_referrer.rb
196
%%WWWDIR%%/misc/plugin/ja/disp_referrer.rb
Lines 197-202 Link Here
197
%%WWWDIR%%/misc/plugin/ja/my-sequel.rb
201
%%WWWDIR%%/misc/plugin/ja/my-sequel.rb
198
%%WWWDIR%%/misc/plugin/ja/pb-show.rb
202
%%WWWDIR%%/misc/plugin/ja/pb-show.rb
199
%%WWWDIR%%/misc/plugin/ja/ping.rb
203
%%WWWDIR%%/misc/plugin/ja/ping.rb
204
%%WWWDIR%%/misc/plugin/ja/preview.rb
200
%%WWWDIR%%/misc/plugin/ja/recent_comment.rb
205
%%WWWDIR%%/misc/plugin/ja/recent_comment.rb
201
%%WWWDIR%%/misc/plugin/ja/recent_comment3.rb
206
%%WWWDIR%%/misc/plugin/ja/recent_comment3.rb
202
%%WWWDIR%%/misc/plugin/ja/recent_rss.rb
207
%%WWWDIR%%/misc/plugin/ja/recent_rss.rb
Lines 218-223 Link Here
218
%%WWWDIR%%/misc/plugin/pb-show.rb
223
%%WWWDIR%%/misc/plugin/pb-show.rb
219
%%WWWDIR%%/misc/plugin/ping.rb
224
%%WWWDIR%%/misc/plugin/ping.rb
220
%%WWWDIR%%/misc/plugin/pre_wrap.rb
225
%%WWWDIR%%/misc/plugin/pre_wrap.rb
226
%%WWWDIR%%/misc/plugin/preview.rb
221
%%WWWDIR%%/misc/plugin/random_google.rb
227
%%WWWDIR%%/misc/plugin/random_google.rb
222
%%WWWDIR%%/misc/plugin/recent_comment.rb
228
%%WWWDIR%%/misc/plugin/recent_comment.rb
223
%%WWWDIR%%/misc/plugin/recent_comment3.rb
229
%%WWWDIR%%/misc/plugin/recent_comment3.rb
Lines 232-238 Link Here
232
%%WWWDIR%%/misc/plugin/search_form.rb
238
%%WWWDIR%%/misc/plugin/search_form.rb
233
%%WWWDIR%%/misc/plugin/sn.rb
239
%%WWWDIR%%/misc/plugin/sn.rb
234
%%WWWDIR%%/misc/plugin/speed_comment.rb
240
%%WWWDIR%%/misc/plugin/speed_comment.rb
235
%%WWWDIR%%/misc/plugin/squeeze.rb
236
%%WWWDIR%%/misc/plugin/src.rb
241
%%WWWDIR%%/misc/plugin/src.rb
237
%%WWWDIR%%/misc/plugin/tb-show.rb
242
%%WWWDIR%%/misc/plugin/tb-show.rb
238
%%WWWDIR%%/misc/plugin/theme_online.rb
243
%%WWWDIR%%/misc/plugin/theme_online.rb
Lines 246-254 Link Here
246
%%WWWDIR%%/misc/plugin/xmlrpc/README
251
%%WWWDIR%%/misc/plugin/xmlrpc/README
247
%%WWWDIR%%/misc/plugin/xmlrpc/xmlrpc.rb
252
%%WWWDIR%%/misc/plugin/xmlrpc/xmlrpc.rb
248
%%WWWDIR%%/misc/templates/Gemfile.local.erb
253
%%WWWDIR%%/misc/templates/Gemfile.local.erb
249
%%WWWDIR%%/misc/theme_convert/Readme.rd
250
%%WWWDIR%%/misc/theme_convert/append.rcss
251
%%WWWDIR%%/misc/theme_convert/theme_convert.rb
252
%%WWWDIR%%/package.json
254
%%WWWDIR%%/package.json
253
%%WWWDIR%%/tdiary.conf.beginner
255
%%WWWDIR%%/tdiary.conf.beginner
254
%%WWWDIR%%/tdiary.conf.sample
256
%%WWWDIR%%/tdiary.conf.sample
Lines 403-408 Link Here
403
%%WWWDIR%%/theme/blackbox/blackbox_backh2.png
405
%%WWWDIR%%/theme/blackbox/blackbox_backh2.png
404
%%WWWDIR%%/theme/blackbox/blackbox_backpre.png
406
%%WWWDIR%%/theme/blackbox/blackbox_backpre.png
405
%%WWWDIR%%/theme/blackbox/blackbox_smallanchorback.png
407
%%WWWDIR%%/theme/blackbox/blackbox_smallanchorback.png
408
%%WWWDIR%%/theme/blog/README
409
%%WWWDIR%%/theme/blog/blog.css
406
%%WWWDIR%%/theme/blue-border/README
410
%%WWWDIR%%/theme/blue-border/README
407
%%WWWDIR%%/theme/blue-border/blue-border.css
411
%%WWWDIR%%/theme/blue-border/blue-border.css
408
%%WWWDIR%%/theme/blue-border/blue-border_bg.png
412
%%WWWDIR%%/theme/blue-border/blue-border_bg.png
Lines 1663-1668 Link Here
1663
%%WWWDIR%%/theme/smoking_white/white.png
1667
%%WWWDIR%%/theme/smoking_white/white.png
1664
%%WWWDIR%%/theme/snake/README
1668
%%WWWDIR%%/theme/snake/README
1665
%%WWWDIR%%/theme/snake/snake.css
1669
%%WWWDIR%%/theme/snake/snake.css
1670
%%WWWDIR%%/theme/snest/README
1671
%%WWWDIR%%/theme/snest/gulpfile.js
1672
%%WWWDIR%%/theme/snest/h1back.jpg
1673
%%WWWDIR%%/theme/snest/package.json
1674
%%WWWDIR%%/theme/snest/scss/_base.scss
1675
%%WWWDIR%%/theme/snest/scss/_button.scss
1676
%%WWWDIR%%/theme/snest/scss/_form.scss
1677
%%WWWDIR%%/theme/snest/scss/_sanitize.scss
1678
%%WWWDIR%%/theme/snest/scss/_table.scss
1679
%%WWWDIR%%/theme/snest/scss/_typography.scss
1680
%%WWWDIR%%/theme/snest/scss/_variables.scss
1681
%%WWWDIR%%/theme/snest/scss/snest.scss
1682
%%WWWDIR%%/theme/snest/snest.css
1683
%%WWWDIR%%/theme/snest/snest.css.map
1666
%%WWWDIR%%/theme/snow_man/README
1684
%%WWWDIR%%/theme/snow_man/README
1667
%%WWWDIR%%/theme/snow_man/snow_man.css
1685
%%WWWDIR%%/theme/snow_man/snow_man.css
1668
%%WWWDIR%%/theme/snow_man/snow_man.jpg
1686
%%WWWDIR%%/theme/snow_man/snow_man.jpg
Lines 1874-1879 Link Here
1874
%%WWWDIR%%/theme/zef/zef.css
1892
%%WWWDIR%%/theme/zef/zef.css
1875
%%WWWDIR%%/update.fcgi
1893
%%WWWDIR%%/update.fcgi
1876
%%WWWDIR%%/update.rb
1894
%%WWWDIR%%/update.rb
1895
%%WWWDIR%%/views/amp.rhtml
1877
%%WWWDIR%%/views/category.rhtml
1896
%%WWWDIR%%/views/category.rhtml
1878
%%WWWDIR%%/views/conf.rhtml
1897
%%WWWDIR%%/views/conf.rhtml
1879
%%WWWDIR%%/views/day.rhtml
1898
%%WWWDIR%%/views/day.rhtml
Lines 1944-1949 Link Here
1944
@dir %%WWWDIR%%/theme/soda
1963
@dir %%WWWDIR%%/theme/soda
1945
@dir %%WWWDIR%%/theme/snowy
1964
@dir %%WWWDIR%%/theme/snowy
1946
@dir %%WWWDIR%%/theme/snow_man
1965
@dir %%WWWDIR%%/theme/snow_man
1966
@dir %%WWWDIR%%/theme/snest
1967
@dir %%WWWDIR%%/theme/snest/scss
1947
@dir %%WWWDIR%%/theme/snake
1968
@dir %%WWWDIR%%/theme/snake
1948
@dir %%WWWDIR%%/theme/smoking_white
1969
@dir %%WWWDIR%%/theme/smoking_white
1949
@dir %%WWWDIR%%/theme/smoking_gray
1970
@dir %%WWWDIR%%/theme/smoking_gray
Lines 2211-2216 Link Here
2211
@dir %%WWWDIR%%/theme/blue-feather
2232
@dir %%WWWDIR%%/theme/blue-feather
2212
@dir %%WWWDIR%%/theme/blue-dash
2233
@dir %%WWWDIR%%/theme/blue-dash
2213
@dir %%WWWDIR%%/theme/blue-border
2234
@dir %%WWWDIR%%/theme/blue-border
2235
@dir %%WWWDIR%%/theme/blog
2214
@dir %%WWWDIR%%/theme/blackbox
2236
@dir %%WWWDIR%%/theme/blackbox
2215
@dir %%WWWDIR%%/theme/blackboard
2237
@dir %%WWWDIR%%/theme/blackboard
2216
@dir %%WWWDIR%%/theme/black_mamba
2238
@dir %%WWWDIR%%/theme/black_mamba
Lines 2241-2256 Link Here
2241
@dir %%WWWDIR%%/theme/3pink
2263
@dir %%WWWDIR%%/theme/3pink
2242
@dir %%WWWDIR%%/theme/3minutes
2264
@dir %%WWWDIR%%/theme/3minutes
2243
@dir %%WWWDIR%%/theme
2265
@dir %%WWWDIR%%/theme
2244
@dir %%WWWDIR%%/misc/theme_convert
2245
@dir %%WWWDIR%%/misc/templates
2266
@dir %%WWWDIR%%/misc/templates
2246
@dir %%WWWDIR%%/misc/plugin/xmlrpc
2267
@dir %%WWWDIR%%/misc/plugin/xmlrpc
2247
@dir %%WWWDIR%%/misc/plugin/ja
2268
@dir %%WWWDIR%%/misc/plugin/ja
2248
@dir %%WWWDIR%%/misc/plugin/en
2269
@dir %%WWWDIR%%/misc/plugin/en
2249
@dir %%WWWDIR%%/misc/plugin/amazon
2250
@dir %%WWWDIR%%/misc/plugin
2270
@dir %%WWWDIR%%/misc/plugin
2251
@dir %%WWWDIR%%/misc/paas/sqale
2271
@dir %%WWWDIR%%/misc/paas/sqale
2252
@dir %%WWWDIR%%/misc/paas/heroku/tasks
2253
@dir %%WWWDIR%%/misc/paas/heroku
2272
@dir %%WWWDIR%%/misc/paas/heroku
2273
@dir %%WWWDIR%%/misc/paas/heroku/misc
2274
@dir %%WWWDIR%%/misc/paas/heroku/misc/plugin
2254
@dir %%WWWDIR%%/misc/paas/cloudfoundry
2275
@dir %%WWWDIR%%/misc/paas/cloudfoundry
2255
@dir %%WWWDIR%%/misc/paas
2276
@dir %%WWWDIR%%/misc/paas
2256
@dir %%WWWDIR%%/misc/lib
2277
@dir %%WWWDIR%%/misc/lib
Lines 2278-2283 Link Here
2278
@dir %%WWWDIR%%/js
2299
@dir %%WWWDIR%%/js
2279
@dir %%WWWDIR%%/data
2300
@dir %%WWWDIR%%/data
2280
@dir %%WWWDIR%%/bin
2301
@dir %%WWWDIR%%/bin
2302
@dir %%WWWDIR%%/benchmark
2281
@dir %%WWWDIR%%
2303
@dir %%WWWDIR%%
2282
@owner
2304
@owner
2283
@group
2305
@group

Return to bug 212792