Parent Directory
|
Revision Log
++ ChangeLog 21 Oct 2008 07:51:49 -0000 2008-10-21 Wakaba <wakaba@suika.fam.cx> * cvscommit.sh: Invoke |mkcommitfeed.pl|. * mkcommitfeed.pl: New script (copied from Whatpm repository). ++ manakai/lib/Message/DOM/ChangeLog 21 Oct 2008 07:48:11 -0000 2008-10-21 Wakaba <wakaba@suika.fam.cx> * Document.pm (inner_html): Use Whatpm::XML::Parser for XML parsing. * Node.pm (manakai_html_language): New attribute.
| 1 | wakaba | 1.1 | #!/bin/sh |
| 2 | find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ manakai\//" > .cvslog.tmp | ||
| 3 | cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9 | ||
| 4 | wakaba | 1.2 | ## TODO: Don't use -I here |
| 5 | perl \ | ||
| 6 | -Ilib/ \ | ||
| 7 | -I/home/html/httpd/www/markup/html/whatpm/ \ | ||
| 8 | mkcommitfeed.pl --file-name doc/web/manakai-commit.en.atom.u8 \ | ||
| 9 | --feed-url http://suika.fam.cx/www/manakai-core/doc/web/manakai-commit \ | ||
| 10 | --feed-title "manakai ChangeLog diffs" \ | ||
| 11 | --feed-lang en \ | ||
| 12 | --feed-related-url "http://suika.fam.cx/www/manakai-core/doc/web/" \ | ||
| 13 | --feed-license-url "http://suika.fam.cx/www/manakai-core/doc/web/#license" \ | ||
| 14 | --feed-rights "This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself." \ | ||
| 15 | < .cvslog.tmp | ||
| 16 | wakaba | 1.1 | rm .cvslog.tmp |
| 17 | |||
| 18 | wakaba | 1.2 | ## $Date: 2005/11/16 10:35:34 $ |
| 19 | wakaba | 1.1 | ## License: Public Domain |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |