/[suikacvs]/messaging/manakai/cvscommit.sh
Suika

Contents of /messaging/manakai/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Oct 21 07:51:59 2008 UTC (15 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +13 -1 lines
File MIME type: application/x-sh
++ 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 #!/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 ## 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 rm .cvslog.tmp
17
18 ## $Date: 2005/11/16 10:35:34 $
19 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24