Skip to content

Commit

Permalink
Update documentation for GitHub migration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Sep 4, 2023
1 parent 76ac86e commit 082d62f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yash: yet another shell
=======================

http://yash.osdn.jp/
https://magicant.github.io/yash/ja/
This README is also available in [English](README.md).


Expand Down Expand Up @@ -59,8 +59,8 @@ Yash をビルドしインストールする方法については [INSTALL.ja](I

$ man yash

で参照できます。また <https://yash.osdn.jp/doc/ja/> でオンラインで読む
こともできます
で参照できます。また <https://magicant.github.io/yash/doc/ja/>
オンラインで読むこともできます


## 基本設定
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yash: yet another shell
=======================

http://yash.osdn.jp/
https://magicant.github.io/yash/
This README is also available in [日本語](README.ja.md).


Expand Down Expand Up @@ -54,7 +54,8 @@ After installation, the manual can be viewed by

$ man yash

The manual is also available online at <https://yash.osdn.jp/doc/>.
The manual is also available online at
<https://magicant.github.io/yash/doc/>.


## Basic Configuration
Expand Down
2 changes: 1 addition & 1 deletion doc/index.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Yet another shell (yash) manual
Yuki Watanabe <magicant@users.osdn.me>
Yuki Watanabe <magicant@wonderwand.net>
v{yashversion},
:encoding: UTF-8
:lang: en
Expand Down
6 changes: 3 additions & 3 deletions doc/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ http://creativecommons.org/licenses/by-sa/2.1/jp/[Creative Commons
Attribution-ShareAlike 2.1 Japan].

Yash is developed and maintained by 渡邊裕貴 (WATANABE Yuki) aka Magicant.
http://osdn.jp/projects/yash/[Yash development project] and
http://yash.osdn.jp/[Yash's homepage] are hosted by
http://osdn.jp/[OSDN].
The https://github.com/magicant/yash[source code repository] and
https://magicant.github.io/yash/[website] are hosted by
https://github.com/[GitHub].

// vim: set filetype=asciidoc textwidth=78 expandtab:
2 changes: 1 addition & 1 deletion doc/ja/index.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Yet another shell (yash) マニュアル
渡邊裕貴 <magicant@users.osdn.me>
渡邊裕貴 <magicant@wonderwand.net>
v{yashversion},
:encoding: UTF-8
:lang: ja
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dfn:[Yet another shell] (yash) は Unix 系 OS 用コマンドラインシェル

このプログラムは http://www.gnu.org/licenses/gpl.html[GNU General Public License] (Version 2) の元で自由に再配布・変更などができます。**ただし、プログラムの利用は全て各自の自己責任の下で行っていただくことになります。**作者はプログラムの瑕疵に対して一切責任を取りません。また、このマニュアルは{zwsp}http://creativecommons.org/licenses/by-sa/2.1/jp/[クリエイティブ・コモンズの表示-継承 2.1 日本ライセンス]の下で自由に再配布・変更などができます。

Yash は渡邊裕貴 (通称まじかんと) という一人の開発者によって開発されています。Yash の{zwsp}http://osdn.jp/projects/yash/[開発プロジェクト]および
{zwsp}http://yash.osdn.jp/[ホームページ]は http://osdn.jp/[OSDN] がホストしています。
Yash は渡邊裕貴 (通称まじかんと) という一人の開発者によって開発されています。Yash の{zwsp}https://github.com/magicant/yash[ソースコードレポジトリ]および
{zwsp}https://magicant.github.io/yash/[ウェブサイト]は https://github.com/[GitHub] がホストしています。

// vim: set filetype=asciidoc expandtab:
2 changes: 1 addition & 1 deletion doc/ja/yash.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= YASH(1)
裕貴 渡邊 <magicant@users.osdn.me>
裕貴 渡邊 <magicant@wonderwand.net>
v{yashversion},
:encoding: UTF-8
:lang: ja
Expand Down
2 changes: 1 addition & 1 deletion doc/yash.txt.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= YASH(1)
Yuki Watanabe <magicant@users.osdn.me>
Yuki Watanabe <magicant@wonderwand.net>
v{yashversion},
:encoding: UTF-8
:lang: en
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $(DOMAIN).pot-update:
(cd $(topdir) && find . -name '*.[ch]') | \
$(XGETTEXT) -d $(DOMAIN) -D $(topdir) -cTRANSLATORS: -f - -F --no-wrap \
--package-name=$(DOMAIN) --package-version=$(VERSION) \
--msgid-bugs-address=http://osdn.jp/projects/yash/forums/ \
--msgid-bugs-address=https://github.com/magicant/yash/issues \
--copyright-holder='$(COPYRIGHT_HOLDER)' $(XGETTEXTFLAGS)
mv $(DOMAIN).po $(DOMAIN).pot

Expand Down
6 changes: 3 additions & 3 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yash パッケージのメッセージの和訳
# Copyright (C) 2010-2023 Magicant
# This file is distributed under the same license as the yash package.
# WATANABE Yuki <magicant@users.osdn.me>, 2010-2023.
# WATANABE Yuki <magicant@wonderwand.net>, 2010-2023.
#
msgid ""
msgstr ""
"Project-Id-Version: yash 2.54\n"
"Report-Msgid-Bugs-To: http://osdn.jp/projects/yash/forums/\n"
"Report-Msgid-Bugs-To: https://github.com/magicant/yash/issues\n"
"POT-Creation-Date: 2022-09-27 00:48+0900\n"
"PO-Revision-Date: 2023-08-17 01:20+0900\n"
"Last-Translator: WATANABE Yuki <magicant@users.osdn.me>\n"
"Last-Translator: WATANABE Yuki <magicant@wonderwand.net>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion share/initialization/default
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to ~/.yashrc and make any customization in it if you want. For bare default
settings, put an empty file at ~/.yashrc. Without ~/.yashrc, you will see this
message again next time you start yash.
For more instructions, see the manual at <https://yash.osdn.jp/doc/>.
For more instructions, see the manual at: https://magicant.github.io/yash/doc/
__END__
)
Expand Down

0 comments on commit 082d62f

Please sign in to comment.