/[suikacvs]/perl/charclass/readme.en.html
Suika

Contents of /perl/charclass/readme.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Nov 24 04:44:50 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +40 -3 lines
File MIME type: text/html
++ ChangeLog	24 Nov 2008 04:44:47 -0000
	* .htaccess: Added directives for the Atom feed.

	* cvscommit.sh: Fixed a typo.

	* readme.en.html: Added #news section.  Added link to the
	normalization module.

2008-11-24  Wakaba  <wakaba@suika.fam.cx>

1 <!DOCTYPE HTML>
2 <html lang="en">
3 <head>
4 <title>CharClass &mdash; A Perl Regular Expression Character Class
5 Library</title>
6 <link rel=stylesheet href="http://suika.fam.cx/www/style/html/xhtml">
7 <link rel=license href="#license">
8 <link rel=author href="http://suika.fam.cx/~wakaba/who?" title="わかば" lang=ja>
9 <link rel=feed type="application/atom+xml" href=charclass-commit title="CharClass ChangeLog diffs">
10 </head>
11 <body>
12 <h1><i>CharClass</i> &mdash; A Perl Regular Expression Character Class
13 Library</h1>
14
15 <div class=section id=news>
16 <h2>What's new?</h2>
17
18 <p id=feed>An <a href=charclass-commit rel=feed
19 type="application/atom+xml">Atom feed for ChangeLog diffs</a> is
20 available.
21
22 <ol>
23
24 <li><time>2008-11-24</time> <a
25 href="#module-char-normalize-fullwidthhalfwidth">A new module for
26 fullwidth/halfwidth character normalization</a> is added.
27
28 <li><time>2008-11-24</time> <a href="#feed">An Atom feed for commit
29 logs</a> is available.
30
31 </ol>
32
33 </div>
34