summaryrefslogtreecommitdiff
path: root/README.cn
Commit message (Collapse)AuthorAgeFilesLines
* Add vim-modeline to render files as PODBram2022-09-051-0/+2
| | | | | | | | | | | | GitHub (also) checks the vim-modeline to decide how the file should be rendered. These files are all in the POD format so add the vim-modeline so that GitHub displays them in a formatted way. (Note: adding `linguist-language=Pod` in .gitattributes does not work, I created a GH support ticket for that a month ago but there have been little progress on it.)
* Move '=encoding utf8' after preambleBram2022-09-051-2/+2
| | | | | | | | | | | All the READMEs start with a preamble describing that the file is written in the POD format. When the '=encoding' line is put before the preamble then the preamble is also rendered when viewing the file with `perldoc` (and/or when viewing the file as POD). Fix: move '=encoding' to the place where the actual POD starts.
* Use more idiomatic Chinese in README.cn; and it is in UTF-8Sizhe Zhao2020-08-101-17/+19
| | | | | | Update MANIFEST and pod/perl.pod to correspond. (Commiter did the perl.pod update)
* README.cn: Fix pod errorsKarl Williamson2019-09-091-0/+4
| | | | These were introduced in 4d714158728b57246e7015b4f913802c7445a80a
* Revise the URLs un READEM.cn and README.twKang-min Liu2019-09-081-8/+12
| | | | | | - link "the homepage" to www.perl.org instead of perl.com - modify the description of www.perl.com to stop mentioning O'Reilly. - replace a few urls with https://
* Converted Asian documentations to utf-8Leon Timmermans2013-04-141-65/+59
| | | | | | Transcoded README.{cn,jp,ko} to utf-8 Fixed encoding lines for README.{cn,jp,ko,tw} Fixed verbatim text for README.{cn,ko}
* Fix some broken URLs found by Porting/checkURL.plLeon Brocard2011-06-121-1/+1
|
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-011-1/+1
|
* Correct Audrey's name in traditional and simplified Chinese (with a lotNicholas Clark2008-09-101-1/+1
| | | | | of help from CL). p4raw-id: //depot/perl@34334
* Two missed s/Autrijus/Audrey/gNicholas Clark2008-09-071-1/+1
| | | p4raw-id: //depot/perl@34306
* README.$OS URLsSteffen Müller2007-04-011-1/+1
| | | | | Message-ID: <20070331143757.26271.qmail@lists.develooper.com> p4raw-id: //depot/perl@30825
* PATCH: Add =encoding directive to non-latin READMEsSlaven Rezic2006-12-181-0/+2
| | | | | Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de> p4raw-id: //depot/perl@29575
* README.jp and README.cnAudrey Tang2002-08-081-14/+14
| | | | | Message-id: <20020724230511.GA1327@not.autrijus.org> p4raw-id: //depot/perl@17692
* Re: [PATCH] Big5-related changes.Audrey Tang2002-04-191-21/+21
| | | | | Message-ID: <20020419200631.GA20964@not.autrijus.org> p4raw-id: //depot/perl@16011
* README.cjk update.Jarkko Hietaniemi2002-04-171-28/+37
| | | p4raw-id: //depot/perl@15980
* Add CJK READMEs from Autrijus Tang, Dan Kogai, andJarkko Hietaniemi2002-04-161-0/+139
Jungshik Shin. Regen toc. p4raw-id: //depot/perl@15944