Skip to content

Commit 181946c

Browse files
authored
Merge pull request #1534 from vim-jp/hh-update-print
Update print.{txt,jax}
2 parents dfe4bcc + 2d96bf7 commit 181946c

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

doc/print.jax

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*print.txt* For Vim バージョン 9.1. Last change: 2022 Oct 01
1+
*print.txt* For Vim バージョン 9.1. Last change: 2024 May 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -484,10 +484,11 @@ CJK フォントは Vim に付属していません。韓国語、日本語、
484484
えるフォントが次の場所にあります:
485485

486486
http://examples.oreilly.com/cjkvinfo/adobe/samples/
487+
https://resources.oreilly.com/examples/9781565922242/
487488

488489
フォントについての説明は readme ファイルを読んでください:
489490

490-
http://examples.oreilly.de/english_examples/cjkvinfo/adobe/00README
491+
https://resources.oreilly.com/examples/9781565922242/-/blob/master/00README
491492

492493
フォントのインストール方法については、プリンタの説明書を読んでください。
493494

@@ -574,7 +575,7 @@ Ghostscript はさまざまな環境で動作します。
574575
- GNU Ghostscript。GNU General Public License に従って利用可能。
575576
次の場所から入手できます:
576577

577-
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/
578+
https://www.gnu.org/software/ghostscript
578579

579580
- 商用利用可能な販売品。
580581

@@ -598,18 +599,16 @@ X11
598599
- Ghostview。次の場所から入手できます:
599600

600601
http://www.cs.wisc.edu/~ghost/gv/
601-
602-
- gv。Ghostview から派生。次の場所から入手できます:
603-
604-
http://wwwthep.physik.uni-mainz.de/~plass/gv/
602+
https://www.gnu.org/software/gv/
605603

606604
(最新版ではないかもしれませんが) 次の場所からも入手できます:
607605

608606
http://www.cs.wisc.edu/~ghost/gv/
609607

610608
OpenVMS
611609

612-
- 次のものが利用できます (試してません):
610+
- 現在、メインコードでサポートされているようです (試していません)。
611+
以下を参照ください (リンク切れのようです):
613612

614613
http://wwwthep.physik.uni-mainz.de/~plass/gv/
615614

@@ -626,12 +625,6 @@ Linux
626625

627626
http://www.cs.wisc.edu/~ghost/gsview/
628627

629-
- BMV。Ghostview や gv とは違い、X ではなく、svgalib を使用します。
630-
次の場所から入手できます:
631-
632-
ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/svga/bmv-1.2.tgz
633-
634-
635628
7.3 PSUtils
636629

637630
PSUtils は、PostScript ドキュメントを処理するための便利なプログラム集です。た

en/print.txt

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*print.txt* For Vim version 9.1. Last change: 2022 Oct 01
1+
*print.txt* For Vim version 9.1. Last change: 2024 May 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -497,10 +497,11 @@ No CJK fonts are supplied with Vim. There are some free Korean, Japanese, and
497497
Traditional Chinese fonts available at:
498498

499499
http://examples.oreilly.com/cjkvinfo/adobe/samples/
500+
https://resources.oreilly.com/examples/9781565922242/
500501

501502
You can find descriptions of the various fonts in the read me file at
502503

503-
http://examples.oreilly.de/english_examples/cjkvinfo/adobe/00README
504+
https://resources.oreilly.com/examples/9781565922242/-/blob/master/00README
504505

505506
Please read your printer documentation on how to install new fonts.
506507

@@ -591,7 +592,7 @@ There are three available versions:
591592
- GNU Ghostscript which is available under the GNU General Public License. It
592593
can be obtained from:
593594

594-
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/
595+
https://www.gnu.org/software/ghostscript
595596

596597
- A commercial version for inclusion in commercial products.
597598

@@ -616,18 +617,16 @@ X11
616617
- Ghostview. Obtainable from:
617618

618619
http://www.cs.wisc.edu/~ghost/gv/
619-
620-
- gv. Derived from Ghostview. Obtainable from:
621-
622-
http://wwwthep.physik.uni-mainz.de/~plass/gv/
620+
https://www.gnu.org/software/gv/
623621

624622
Copies (possibly not the most recent) can be found at:
625623

626624
http://www.cs.wisc.edu/~ghost/gv/
627625

628626
OpenVMS
629627

630-
- Is apparently supported in the main code now (untested). See:
628+
- Is apparently supported in the main code now (untested).
629+
See (link seems dead):
631630

632631
http://wwwthep.physik.uni-mainz.de/~plass/gv/
633632

@@ -644,12 +643,6 @@ Linux
644643

645644
http://www.cs.wisc.edu/~ghost/gsview/
646645

647-
- BMV. Different from Ghostview and gv in that it doesn't use X but svgalib.
648-
Obtainable from:
649-
650-
ftp://sunsite.unc.edu/pub/Linux/apps/graphics/viewers/svga/bmv-1.2.tgz
651-
652-
653646
7.3 PSUtils
654647

655648
PSUtils is a collection of utility programs for manipulating PostScript

0 commit comments

Comments
 (0)