public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Takahashi, Hideki" <hideki.takahashi@uniadex.co.jp>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-s390@vger.kernel.org" <linux-s390@vger.kernel.org>,
	"lf_kernel_messages@lists.linux-foundation.org"
	<lf_kernel_messages@lists.linux-foundation.org>,
	"Rusty Russell" <rusty@rustcorp.com.au>,
	"Greg KH" <gregkh@suse.de>, "Kay Sievers" <kay.sievers@vrfy.org>,
	"Joe Perches" <joe@perches.com>,
	"Tim Hockin" <thockin@hockin.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Michael Holzheu" <holzheu@de.ibm.com>,
	"Gerrit Huizenga" <gh@us.ibm.com>,
	"Randy Dunlap" <randy.dunlap@oracle.com>,
	"Jan Kara" <jack@suse.cz>, "Pavel Machek" <pavel@ucw.cz>,
	"Sam Ravnborg" <sam@ravnborg.org>,
	"Jochen Voß" <jochen.voss@googlemail.com>,
	"Kunai Takashi" <kunai@linux-foundation.jp>,
	"Tim Bird" <tim.bird@am.sony.com>, "Jan Blunck" <jblunck@suse.de>,
	"Rick Troth" <rmt@casita.net>,
	"Utz Bacher" <utz.bacher@de.ibm.com>,
	"Klaus-D. Wacker" <kdwacker@de.ibm.com>,
	"server-messagedb-tf@ipa.go.jp" <server-messagedb-tf@ipa.go.jp>
Subject: kprintk patch and OSS Message Pedia
Date: Mon, 8 Dec 2008 15:04:42 +0900	[thread overview]
Message-ID: <493CB8FA.3050308@uniadex.co.jp> (raw)
In-Reply-To: <20080925163020.899754085@de.ibm.com>

Hello Mr. Martin schwidefsky,
   I expect your patch will be merged into the kernel tree soon.
   My friends and I have been working for providing a kernel
   message online manual called "OSS Message Pedia" (mPedia) in
   Japan.
   I’d like to introduce mPedia briefly here because the kprintk
   patch will affect our mPedia activities in Japan.

   Development of OSS Message Pedia was partly supported by IPA
   (Information-Technology Promotion Agency) Japan and it has
   been opened to the public.
   mPedia has internationalization function inside but currently
   it has only Japanese contents except some sample English contents.
   For example, you can find English contents with the following URL:

      http://ossmpedia.org/messages/linux/2.6.9-34.EL/297.en

   (You can change the tag 'languages' to "ja" to get Japanese
    contents.)

   Also you can find some English documentation about mPedia by
   visiting the following URL:

       http://ossmpedia.wiki.sourceforge.net/

   We hope we could have some contribution to the kernel messaging
   with the mPedia activities in Japan. Though we don't have a
   particular solution about how to tie-up the kernel messaging at
   this moment, we think some difficulties in the mPedia maintenance
   and enhancements could be reduced with the kprintk patch.

   (1) We have about 850 kernel message explanation contents in
       Japanese. The each content includes meaning, actions, etc.

   (2) We're now considering how to translate Japanese contents
       into English. (No bright idea came yet.)

   We appreciate your efforts for improving kernel messaging and
   the patch integration.

   (I added "server-messagedb-tf@ipa.go.jp" in CC.)

   Thank you.

Best Regards,
Hideki Takahashi

      reply	other threads:[~2008-12-08  6:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-25 16:28 [patch 0/6] [RFC] kmsg macros, take x+3 Martin Schwidefsky
2008-09-25 16:28 ` [patch 1/6] kmsg: tagged kernel messages Martin Schwidefsky
2008-09-26  4:48   ` Rusty Russell
2008-09-26  8:29     ` Martin Schwidefsky
2008-09-27  7:15       ` Rusty Russell
2008-09-27 23:16         ` Martin Schwidefsky
2008-09-28  2:09           ` Rusty Russell
2008-09-29  8:35             ` Christian Borntraeger
2008-09-25 16:28 ` [patch 2/6] kmsg: tagged device messages Martin Schwidefsky
2008-09-26 17:57   ` Greg KH
2008-09-27 23:11     ` Martin Schwidefsky
2008-09-28  2:04       ` Greg KH
2008-09-25 16:28 ` [patch 3/6] kmsg: Kernel message catalog script Martin Schwidefsky
2008-09-25 16:28 ` [patch 4/6] kmsg: convert xpram messages to kmsg api Martin Schwidefsky
2008-09-25 16:28 ` [patch 5/6] kmsg: convert vmcp " Martin Schwidefsky
2008-09-25 16:28 ` [patch 6/6] kmsg: convert lcs printk messages " Martin Schwidefsky
2008-12-08  6:04   ` Takahashi, Hideki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=493CB8FA.3050308@uniadex.co.jp \
    --to=hideki.takahashi@uniadex.co.jp \
    --cc=akpm@linux-foundation.org \
    --cc=gh@us.ibm.com \
    --cc=gregkh@suse.de \
    --cc=holzheu@de.ibm.com \
    --cc=jack@suse.cz \
    --cc=jblunck@suse.de \
    --cc=jochen.voss@googlemail.com \
    --cc=joe@perches.com \
    --cc=kay.sievers@vrfy.org \
    --cc=kdwacker@de.ibm.com \
    --cc=kunai@linux-foundation.jp \
    --cc=lf_kernel_messages@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=randy.dunlap@oracle.com \
    --cc=rmt@casita.net \
    --cc=rusty@rustcorp.com.au \
    --cc=sam@ravnborg.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=server-messagedb-tf@ipa.go.jp \
    --cc=thockin@hockin.org \
    --cc=tim.bird@am.sony.com \
    --cc=utz.bacher@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox