Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22123 Modified Files: Makefile NOTES README flexml-act-bootstrap.c flexml-act.dtd flexml.bootstrap paper.html skel skeleton-dummies.c Log Message: Kill latin1 chars. I use utf8 and the bother me. They don't bring anything so I don't want to switch them to utf8 Index: flexml.bootstrap =================================================================== RCS file: /cvsroot/flexml/flexml/flexml.bootstrap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- flexml.bootstrap 30 Aug 2001 00:36:10 -0000 1.1 +++ flexml.bootstrap 18 Jul 2006 18:21:13 -0000 1.2 @@ -1,10 +1,10 @@ #!/usr/bin/perl # Flex(1) XML processor scanner generator. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # This file is part of the FleXML XML processor generator system. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -116,7 +116,7 @@ print <<EOT; $pre This program was generated with the FleXML XML processor generator, $pre ($Id). -$pre Copyright © 1999 Kristoffer Rose. All rights reserved. +$pre Copyright (c) 1999 Kristoffer Rose. All rights reserved. $pre $pre You can redistribute and/or modify this program provided the following $pre two conditions hold: @@ -1578,7 +1578,7 @@ =head1 AUTHOR -I<Flexml> was written by Kristoffer Høgsbro Rose, +I<Flexml> was written by Kristoffer Rose, E<lt>C<kri...@de...>E<gt>. =head1 COPYRIGHT Index: skeleton-dummies.c =================================================================== RCS file: /cvsroot/flexml/flexml/skeleton-dummies.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- skeleton-dummies.c 22 Nov 1999 18:41:48 -0000 1.3 +++ skeleton-dummies.c 18 Jul 2006 18:21:13 -0000 1.4 @@ -1,5 +1,5 @@ /* FleXML: flex(1) based XML scanner generator - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * Copyright (c) 1999 Kristoffer Rose. All rights reserved. * * Description: Dummy handlers for FleXML scanner * Author: Kristoffer Rose Index: NOTES =================================================================== RCS file: /cvsroot/flexml/flexml/NOTES,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- NOTES 22 Nov 1999 18:41:48 -0000 1.2 +++ NOTES 18 Jul 2006 18:21:13 -0000 1.3 @@ -1,5 +1,5 @@ # FleXML fast XML scanner framework -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # Description: Notes for FleXML scanner generator # Author: Kristoffer Rose Index: flexml-act-bootstrap.c =================================================================== RCS file: /cvsroot/flexml/flexml/flexml-act-bootstrap.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- flexml-act-bootstrap.c 5 Jan 2005 18:49:26 -0000 1.7 +++ flexml-act-bootstrap.c 18 Jul 2006 18:21:13 -0000 1.8 @@ -1,8 +1,8 @@ /* Flex(1) XML processor action language application. - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * Copyright (c) 1999 Kristoffer Rose. All rights reserved. * * This file is part of the FleXML XML processor generator system. - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * Copyright (c) 1999 Kristoffer Rose. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Makefile 21 Mar 2006 13:16:08 -0000 1.39 +++ Makefile 18 Jul 2006 18:21:13 -0000 1.40 @@ -1,8 +1,8 @@ # Make(1) rules for FleXML XML processor generator system. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # This file is part of the FleXML XML processor generator system. -# Copyright © 1999 Kristoffer Rose. All rights reserved. +# Copyright (c) 1999 Kristoffer Rose. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free @@ -34,7 +34,7 @@ LIBS = $(FLEXML_ACT) DATA = skel MANS = flexml.1 -DOCS = README NOTES TODO flexml-act.dtd EnlargeFlex.patch +DOCS = README NOTES TODO flexml-act.dtd HTMLS = FleXML.html paper.html SRC = $(STUFF) $(DATA) $(DOCS) $(HTMLS) Index: skel =================================================================== RCS file: /cvsroot/flexml/flexml/skel,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- skel 1 Jun 2006 15:21:44 -0000 1.30 +++ skel 18 Jul 2006 18:21:13 -0000 1.31 @@ -1,8 +1,8 @@ /* Flex(1) XML processor skeleton scanner (in -*-C-*-). - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * Copyright (c) 1999 Kristoffer Rose. All rights reserved. * * This file is part of the FleXML XML processor generator system. - * Copyright © 1999 Kristoffer Rose. All rights reserved. + * Copyright (c) 1999 Kristoffer Rose. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free Index: paper.html =================================================================== RCS file: /cvsroot/flexml/flexml/paper.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- paper.html 6 Apr 2005 10:12:27 -0000 1.12 +++ paper.html 18 Jul 2006 18:21:13 -0000 1.13 @@ -385,7 +385,7 @@ <p> This is useful for XML applications that are meant to process a large number of documents in a fixed format. One such - application is the NTSys µ-payment transaction server which is + application is the NTSys u-payment transaction server which is implemented as an Apache module where performance is of premium importance. Using FleXML permits a highly modular development of modules for the various transaction types based on a common @@ -445,7 +445,7 @@ </dl> <hr> - <address>Copyright © + <address>Copyright (c) <a href="mailto:kri...@de...">Kristoffer Rose</a>. <!-- Created: Thu Dec 9 08:09:41 CET 1999 --> <!-- hhmts start -->Last modified: Tue Feb 11 13:56:40 EST 2003 <!-- hhmts end --> Index: README =================================================================== RCS file: /cvsroot/flexml/flexml/README,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- README 12 Feb 2003 02:55:41 -0000 1.6 +++ README 18 Jul 2006 18:21:13 -0000 1.7 @@ -13,11 +13,8 @@ executable. The toolkit produces scanners for flex(1) which you should thus -install. In order to be able to handle large DTDs (such as XHTML) you -will have to apply `EnlargeFlex.patch' (and use the -Ca option). - -Note: Debian flex has this patch applied since version 2.5.4a-6. +install. Enjoy, - Kristoffer Høgsbro Rose + Kristoffer Rose pgp f-p: A4D3 5BD7 3EC5 7CA2 924E D21D 126B B8E0 <kri...@de...> Index: flexml-act.dtd =================================================================== RCS file: /cvsroot/flexml/flexml/flexml-act.dtd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- flexml-act.dtd 30 Nov 1999 18:28:23 -0000 1.7 +++ flexml-act.dtd 18 Jul 2006 18:21:13 -0000 1.8 @@ -1,9 +1,9 @@ <!-- Flex(1) XML processor action file DTD. $Id$ - Copyright © 1999 Kristoffer Rose. All rights reserved. + Copyright (c) 1999 Kristoffer Rose. All rights reserved. This file is part of the FleXML XML processor generator system. - Copyright © 1999 Kristoffer Rose. All rights reserved. + Copyright (c) 1999 Kristoffer Rose. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as |