Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit effa72a

Browse files
committed
Cleanup
1 parent 0973177 commit effa72a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+0
-107
lines changed

hiki.cgi

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env ruby
2-
# $Id: hiki.cgi,v 1.36 2008-01-24 15:42:11 znz Exp $
32
# Copyright (C) 2002-2004 TAKEUCHI Hitoshi <[email protected]>
43

54
BEGIN { $stdout.binmode }

hiki/aliaswiki.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: aliaswiki.rb,v 1.5 2005-06-15 03:10:16 fdiary Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
module Hiki

hiki/command.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: command.rb,v 1.92 2008-02-12 15:06:08 hiraku Exp $
21
# Copyright (C) 2002-2004 TAKEUCHI Hitoshi <[email protected]>
32

43
require 'timeout'

hiki/config.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: config.rb,v 1.127 2008-02-07 15:44:11 yanagita Exp $
21
# Copyright (C) 2004-2005 Kazuhiko <[email protected]>
32
#
43
# TADA Tadashi <[email protected]> holds the copyright of Config class.

hiki/db/flatfile.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# coding: utf-8
2-
# $Id: flatfile.rb,v 1.24 2007-09-25 06:23:41 fdiary Exp $
32
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
43

54
require 'fileutils'

hiki/db/ptstore.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# coding: utf-8
2-
# $Id: ptstore.rb,v 1.12 2006-08-07 02:10:27 fdiary Exp $
32
#
43
# ptstore.rb
54
# based on pstore.rb contained in Ruby 1.8.2

hiki/hiki_formatter.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hiki_formatter.rb,v 1.8 2008-01-06 05:49:30 znz Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
module Hiki

hiki/interwiki.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: interwiki.rb,v 1.10 2005-12-28 23:42:18 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
require 'hiki/util'

hiki/page.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: page.rb,v 1.15 2007-05-23 07:20:04 znz Exp $
21
# Copyright (C) 2002-2004 TAKEUCHI Hitoshi <[email protected]>
32
# Copyright (C) 2004-2005 Kazuhiko <[email protected]>
43

hiki/plugin.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: plugin.rb,v 1.37 2008-02-12 15:06:08 hiraku Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32
# Copyright (C) 2004-2005 Kazuhiko <[email protected]>
43
#

hiki/pluginutil.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: pluginutil.rb,v 1.10 2008-01-06 05:49:30 znz Exp $
21
#
32
# apply_plugin(str):
43
# Eval the string as a plugin.

hiki/repos/cvs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: cvs.rb,v 1.11 2005-12-28 22:38:30 fdiary Exp $
21
# Copyright (C) 2003, Koichiro Ohba <[email protected]>
32
# Copyright (C) 2003, Yasuo Itabashi <yasuo_itabashi{@}hotmail.com>
43
# You can distribute this under GPL.

hiki/repos/default.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: default.rb,v 1.7 2005-07-16 04:24:33 yanagita Exp $
21
# Copyright (C) 2003, Koichiro Ohba <[email protected]>
32
# Copyright (C) 2003, Yasuo Itabashi <yasuo_itabashi{@}hotmail.com>
43
# You can distribute this under GPL.

hiki/repos/hg.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hg.rb,v 1.1 2008-08-06 10:48:25 hiraku Exp $
21
# Copyright (C) 2008, KURODA Hiraku <hiraku{@}hinet.mydns.jp>
32
# This code is modified from "hiki/repos/git.rb" by Kouhei Sutou
43
# You can distribute this under GPL.

hiki/repos/svn.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: svn.rb,v 1.14 2005-09-11 10:10:30 fdiary Exp $
21
# Copyright (C) 2003, Koichiro Ohba <[email protected]>
32
# Copyright (C) 2003, Yasuo Itabashi <yasuo_itabashi{@}hotmail.com>
43
# You can distribute this under GPL.

hiki/session.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: session.rb,v 1.11 2007-06-24 13:28:49 yanagita Exp $
21
# Copyright (C) 2004 Kazuhiko <[email protected]>
32

43
module Hiki

hiki/storage.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: storage.rb,v 1.17 2006-11-25 22:13:28 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
require 'digest/md5'

hiki/util.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: util.rb,v 1.44 2005-12-25 07:03:06 yanagita Exp $
32
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
43

54
require 'nkf'

hiki/xmlrpc.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: xmlrpc.rb,v 1.9 2007-09-25 06:23:41 fdiary Exp $
21

32
require 'xmlrpc/server'
43
require 'hiki/plugin'

hikiconf.rb.sample

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hikiconf.rb.sample,v 1.20 2006-07-31 13:43:20 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
#============================

messages/en.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: en.rb,v 1.20 2008-08-07 09:54:21 hiraku Exp $
21
# en.rb
32
#
43
# Copyright (C) 2003 Masao Mutoh <[email protected]>

messages/fr.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: fr.rb,v 1.15 2005-07-14 01:50:25 fdiary Exp $
32
# fr.rb
43
#
54
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>

messages/it.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: it.rb,v 1.15 2005-07-14 01:50:25 fdiary Exp $
21
# it.rb
32
#
43
# Copyright (C) 2003 Luigi Maselli <[email protected]>

messages/ja.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: ja.rb,v 1.15 2008-02-12 15:06:08 hiraku Exp $
32
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
43
# You can redistribute it and/or modify it under the terms of
54
# the Ruby's licence.

misc/hikifarm/hiki.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hiki.conf,v 1.13 2005-11-15 14:37:27 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
#=========================================

misc/hikifarm/hiki.conf.erb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hiki.conf,v 1.13 2005-11-15 14:37:27 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <hitoshi@namaraii.com>
32

43
#=========================================

misc/i18n/hikiconf.rb.sample.en

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: hikiconf.rb.sample.en,v 1.10 2006-07-03 01:19:13 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
#=================================

misc/plugin/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: attach.rb,v 1.7 2007-06-24 12:00:11 fdiary Exp $
32
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
43
#
54
# thanks to Kazuhiko, Masao Mutoh, SHIMADA Mitsunobu, Yoshimi, りた

misc/plugin/attach/attach.cgi

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env ruby
2-
# $Id: attach.cgi,v 1.20 2008-01-24 15:42:11 znz Exp $
32
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
43

54
BEGIN { $stdout.binmode }

misc/plugin/auth_typekey.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: auth_typekey.rb,v 1.6 2005-06-07 09:10:55 fdiary Exp $
21
# Copyright (C) 2005 TAKEUCHI Hitoshi
32
#
43
#

misc/plugin/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: bbs.rb,v 1.14 2006-10-05 06:46:43 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
add_body_enter_proc(Proc.new do

misc/plugin/category.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: category.rb,v 1.6 2005-09-30 11:45:49 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def category_list(*category)

misc/plugin/cd.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: cd.rb,v 1.3 2004-03-01 09:50:45 hitoshi Exp $
32
# Copyright (C) 2003 not <[email protected]>
43
def cd(code)
54

misc/plugin/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: comment.rb,v 1.14 2006-10-05 06:46:43 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
# modified by yoshimi.

misc/plugin/de/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: attach.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def attach_files_label

misc/plugin/de/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: bbs.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def bbs_name_label

misc/plugin/de/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: comment.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def comment_name_label

misc/plugin/de/edit_user.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: edit_user.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2005 Kazuhiko <[email protected]>
32

43
def label_edit_user_config; 'Benutzerverwaltung'; end

misc/plugin/de/referer.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: referer.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def referer_short_label

misc/plugin/de/rss.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: rss.rb,v 1.2 2005-09-06 06:08:29 fdiary Exp $
21
# Copyright (C) 2003-2004 TAKEUCHI Hitoshi <[email protected]>
32
# Copyright (C) 2005 Kazuhiko <[email protected]>
43

misc/plugin/de/src.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: src.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def src_label

misc/plugin/de/template.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: template.rb,v 1.1 2005-08-02 13:37:41 yanagita Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def template_label

misc/plugin/diffmail.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: diffmail.rb,v 1.11 2005-07-17 14:29:06 fdiary Exp $
21
# Copyright (C) 2004-2005 Kazuhiko <[email protected]>
32

43
#----- send a mail on updating

misc/plugin/edit_user.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: edit_user.rb,v 1.5 2005-06-11 16:31:04 fdiary Exp $
21
# Copyright (C) 2005 Kazuhiko <[email protected]>
32

43
def saveconf_edit_user

misc/plugin/en/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: attach.rb,v 1.4 2005-06-17 05:03:43 fdiary Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def attach_files_label

misc/plugin/en/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: bbs.rb,v 1.3 2005-03-03 15:53:55 fdiary Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def bbs_name_label

misc/plugin/en/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: comment.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def comment_name_label

misc/plugin/en/edit_user.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: edit_user.rb,v 1.3 2005-06-14 13:49:07 fdiary Exp $
21
# Copyright (C) 2005 Kazuhiko <[email protected]>
32

43
def label_edit_user_config; 'Edit users'; end

misc/plugin/en/referer.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: referer.rb,v 1.3 2005-03-03 15:53:55 fdiary Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def referer_short_label

misc/plugin/en/rss.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: rss.rb,v 1.5 2005-09-06 06:08:29 fdiary Exp $
21
# Copyright (C) 2003-2004 TAKEUCHI Hitoshi <[email protected]>
32
# Copyright (C) 2005 Kazuhiko <[email protected]>
43

misc/plugin/en/src.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: src.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def src_label

misc/plugin/en/template.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: template.rb,v 1.3 2005-06-27 05:21:42 fdiary Exp $
21
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
32

43
def template_label

misc/plugin/entityref.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: entityref.rb,v 1.3 2004-03-01 09:50:45 hitoshi Exp $
21
# Copyright (C) 2003 yoshimi <[email protected]>
32

43
def e( str )

misc/plugin/fr/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: attach.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def attach_files_label

misc/plugin/fr/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: bbs.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def bbs_name_label

misc/plugin/fr/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: comment.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def comment_name_label

misc/plugin/fr/referer.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: referer.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def referer_short_label

misc/plugin/fr/rss.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: rss.rb,v 1.4 2005-09-06 06:08:29 fdiary Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def label_rss_recent

misc/plugin/fr/src.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: src.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2003 Laurent Sansonetti <[email protected]>
32

43
def src_label

misc/plugin/frozenmark.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: frozenmark.rb,v 1.5 2005-06-27 05:54:26 fdiary Exp $
21
# Copyright (C) 2003 OZAWA Sakuro <[email protected]>
32

43
add_page_attribute_proc {

misc/plugin/google-sitemaps.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: google-sitemaps.rb,v 1.1 2005-06-09 13:17:40 yanagita Exp $
21
# Copyright (C) 2003-2004 TAKEUCHI Hitoshi <[email protected]>
32
# Copyright (C) 2005 Kazuhiko <[email protected]>
43
# Copyright (C) 2005 Kouhei Yanagita <[email protected]>

misc/plugin/isbn.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: isbn.rb,v 1.3 2005-06-27 13:42:37 fdiary Exp $
32
# converts from sns isbn.pl
43
# Copyright (C) 2003 NAKAMURA Noritsugu <[email protected]>
54
# add Amazon Associate ID by Kazuhiko <[email protected]>

misc/plugin/it/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: attach.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def attach_files_label

misc/plugin/it/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: bbs.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def bbs_name_label

misc/plugin/it/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: comment.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def comment_name_label

misc/plugin/it/referer.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: referer.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def referer_short_label

misc/plugin/it/rss.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: rss.rb,v 1.3 2005-03-03 15:53:56 fdiary Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def label_rss_recent

misc/plugin/it/src.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id: src.rb,v 1.2 2004-02-15 02:48:35 hitoshi Exp $
21
# Copyright (C) 2003 Luigi Maselli <[email protected]>
32

43
def src_label

misc/plugin/ja/attach.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: attach.rb,v 1.2 2005-06-17 05:03:43 fdiary Exp $
32
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
43

54
def attach_files_label

misc/plugin/ja/auth_typekey.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: auth_typekey.rb,v 1.1 2005-03-06 09:05:23 fdiary Exp $
32
# Copyright (C) 2005 TAKEUCHI Hitoshi
43

54
def label_auth_typekey_login

misc/plugin/ja/bbs.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: bbs.rb,v 1.1 2005-03-03 15:53:56 fdiary Exp $
32
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
43

54
def bbs_name_label

misc/plugin/ja/comment.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: comment.rb,v 1.1 2005-03-03 15:53:56 fdiary Exp $
32
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <[email protected]>
43

54
def comment_name_label

misc/plugin/ja/edit_user.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: edit_user.rb,v 1.2 2005-06-09 08:12:39 fdiary Exp $
32
# Copyright (C) 2005 Kazuhiko <[email protected]>
43

54
def label_edit_user_config; 'ユーザ編集'; end

misc/plugin/ja/frozenmark.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: frozenmark.rb,v 1.1 2005-03-03 15:53:56 fdiary Exp $
32
# Copyright (C) 2003 OZAWA Sakuro <[email protected]>
43

54
def frozenmark_message; 'このページは凍結されています。'; end

misc/plugin/ja/referer.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: referer.rb,v 1.1 2005-03-03 15:53:56 fdiary Exp $
32
# Copyright (C) 2003 TAKEUCHI Hitoshi <[email protected]>
43

54
def referer_short_label

misc/plugin/ja/rss.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
# $Id: rss.rb,v 1.4 2005-09-06 06:08:29 fdiary Exp $
32
# Copyright (C) 2003-2004 TAKEUCHI Hitoshi <[email protected]>
43
# Copyright (C) 2005 Kazuhiko <[email protected]>
54

0 commit comments

Comments
 (0)