Changeset 5587
- Timestamp:
- 01/27/08 02:52:27 (5 years ago)
- Location:
- platform/tdiary
- Files:
-
- 5 modified
-
doc/en/spambayes.txt (modified) (1 diff)
-
misc/section_footer2/fc2.yaml (modified) (1 diff)
-
plugin/comment_size.rb (modified) (1 diff)
-
plugin/en/spambayes.rb (modified) (2 diffs)
-
plugin/ja/comment_size.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/doc/en/spambayes.txt
r5509 r5587 1 1 For detail 2 English : http://www.hinet.mydns.jp/en/?SpamBayes 2 3 Japanese : http://www.hinet.mydns.jp/?SpamBayes 3 English : http://www.hinet.mydns.jp/en/?SpamBayes -
platform/tdiary/misc/section_footer2/fc2.yaml
r5575 r5587 1 1 url: http://bookmark.fc2.com/icons/ 2 2 src: http://bookmark.fc2.com/img/add-16.gif 3 title: このエントリを含む fc2ブックマーク3 title: このエントリを含む FC2ブックマーク 4 4 counter: http://bookmark.fc2.com/image/users/ -
platform/tdiary/plugin/comment_size.rb
r5571 r5587 11 11 <h3>#{@comment_size}</h3> 12 12 <p>#{@comment_size_desc}</p> 13 <p><input name="comment.size" value="#{CGI::escapeHTML( @conf['comment.size'] )}">Byte </p>13 <p><input name="comment.size" value="#{CGI::escapeHTML( @conf['comment.size'] )}">Bytes</p> 14 14 HTML 15 15 end -
platform/tdiary/plugin/en/spambayes.rb
r5509 r5587 54 54 55 55 def stay_spam 56 "Stay as SPAM"56 "Stay as spam" 57 57 end 58 58 59 59 def register_spam 60 "Register as SPAM"60 "Register as spam" 61 61 end 62 62 … … 126 126 127 127 def spam_rate 128 " SPAM rate"128 "rate of spam" 129 129 end 130 130 end -
platform/tdiary/plugin/ja/comment_size.rb
r5571 r5587 1 1 if /conf/ =~ @mode then 2 2 @comment_size_conf = 'コメントサイズ制限' 3 @comment_size_desc = 'ツッコミの最大サイズをByteで指定してください。日本語一文字は2Byte となります。'3 @comment_size_desc = 'ツッコミの最大サイズをByteで指定してください。日本語一文字は2Bytesとなります。' 4 4 @comment_size = 'コメントサイズ制限' 5 5 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)