Differences between revisions 96 and 112 (spanning 16 versions)
Revision 96 as of 2009-12-02 12:21:21
Size: 7879
Editor: OsamuAoki
Comment:
Revision 112 as of 2021-03-25 12:08:34
Size: 8907
Editor: OsamuAoki
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please to not paste one someone's page. My contact was indicate here. I am making it more obvious.
Line 2: Line 4:

I can be reached via e-mail: osamu_at_debian_dot_org (Please use common sense and contact me with plain text mail.)
Line 5: Line 9:
I can be reached via e-mail: osamu_at_debian_dot_org List of wiki pages
Line 7: Line 11:
 * Input Method on Buster: InputMethodBuster
Line 9: Line 14:
 * Japanese proprietary brush fonts [[fonts/ProprietaryJapaneseFonts| (日本語)]]
Line 10: Line 16:
 * [[USExportControl| U.S. Export Control]]
 * [[SSDoptimization]]
 * [[Hagaki]] -- Japanese Hagaki (postcard) address merge for LibreOffice (日本語でのハガキ縦書きアドレス挿入ソフト:LibreOffice write用)
 * [[Repackage_srcrpm| Repackage src.rpm]]
Line 15: Line 25:
 * [[USExportControl| U.S. Export Control]]  * [[CvsusingGit]].
 * [[IpadicLicense]] issue.
 * [[GNUK]]
 * [[Btrfs migration]]
Line 21: Line 34:
 * [[http://qa.debian.org/developer.php?login=osamu@debian.org|Osamu Aoki's package status]]
 * [[http://people.debian.org/~osamu|Osamu's Debian web page]]
 * [[http://osamu-aoki.blogspot.com/|Osamu's Blog]]
 * [[https://qa.debian.org/developer.php?login=osamu@debian.org|Osamu Aoki's package status]]
 * [[https://qa.debian.org/developer.php?login=pkg-ime-devel@lists.alioth.debian.org|IME Packaging Team package status]]
 * [[https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=osamu@debian.org|Bugs marked by Osamu Aoki's usertag]]
 * [[https://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=osamu@debian.org|Bugs submitted by Osamu Aoki]]
 * [[https
://people.debian.org/~osamu|Osamu's Debian web page]]
 * [[https://osamu-aoki.blogspot.com/|Osamu's Blog]]
 * [[https://github.com/osamuaoki|Osamu's github]]
Line 43: Line 60:
     *anthy, kasumi, libchewing, m17n-db, m17n-docs, m17n-lib, mell, old, prime-dict, prime-el, prime, scim-anthy, scim-chewing, scim-hangul, scim-input-pad, scim-m17n, scim-pinyin, scim-tables, scim-uim, scim, suikyo, sumika, uim
Line 75: Line 91:
 * [[http://www.ibm.com/software/ucd/files/IBM_Style_27Apr09.pdf| IBM Style]]  * [[http://www.ibm.com/software/ucd/files/IBM_Style_27Apr09.pdf| IBM Style]] (Not available any more)
Line 108: Line 124:
 * [[PackageTransition]]
Line 122: Line 139:
 * [[http://packages.debian.org/changelogs/pool/main/i/im-config/current/changelog|Sun, 27 Jun 2010 14:41:55 +0900: initial changelog entry for im-config as upstream]]

Osamu Aoki's Wiki contents for users

I can be reached via e-mail: osamu_at_debian_dot_org (Please use common sense and contact me with plain text mail.)

List of wiki pages

Important links for my packages and their maintenance

I have been working on several projects. Here are the links.

Here are my checkout commands:

$ svn co svn+ssh://svn.debian.org/svn/ddp/ ddp
$ svn co svn+ssh://svn.debian.org/svn/ddp/manuals/trunk/quick-reference debian-reference/qref
$ cvs -d :ext:osamu@cvs.alioth.debian.org:/cvsroot/debiandoc-sgml checkout -d debiandoc-sgml-cvs .
$ git clone git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml-git/debiandoc-sgml
$ git clone git://git.debian.org/git/collab-maint/im-switch.git im-switch/im-switch
$ svn co svn+ssh://svn.debian.org/svn/pkg-ime pkg-ime
$ git clone ssh://git.debian.org/git/collab-maint/scim.git scim/scim
$ cvs -d :ext:cvs.alioth.debian.org:/cvsroot/webwml checkout -d webwml .

Examples

Send data to Git archive

$ scp -p -r debiandoc-sgml.git   git.debian.org:/git/debiandoc-sgml/debiandoc-sgml.git
$ scp -p -r debian-reference.git git.debian.org:public_git/debian-reference.git
$ git push ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git master:master
$ git push # if cloned with ssh://...

Get data from Git archive

* git archive for alioth group project

$ sensible-browser http://git.debian.org/?p=debiandoc-sgml/debiandoc-sgml.git # web
$ git clone  ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # r/w
$ git clone  git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # ro

* git archive for alioth user project

$ sensible-browser http://git.debian.org/?p=users/osamu/debian-reference.git # web
$ git clone  ssh://git.debian.org/~osamu/public_git/debian-reference.git debian-reference # r/w
$ git clone  ssh://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # r/w
$ git clone  git://git.debian.org/~osamu/debian-reference.git            debian-reference # ro
$ git clone  git://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro
$ git clone http://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro

Translation and style guide line

English style

Japanese Style

Important links for my interest

I am interested in several projects, especially UTF-8 transition. Here are the links.

Key history

Discussion


Osamu Aoki