Parent Directory
|
Revision Log
++ 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 — 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> — 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 |