[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: [BUG REPORT] WML 2.0.8, Linux RH 7.2
- From: Denis Barbier <nospam@thanx>
- Date: Wed, 6 Mar 2002 09:44:15 +0100
On Tue, Mar 05, 2002 at 10:09:30PM +0100, freddyz77@tin.it wrote:
> BUG REPORT
>
> Package: WML 2.0.8
> Operating System: Linux RH 7.2
>
> Problem Description:
> | I forgot also this...
> | in sup/path.wml I done this diff ([^/.] match nothing)
> |
> | $path =~ s|/\.$|/|g;
> | $path =~ s|^\./(.)|$1|g;
> | - $path =~ s|([^/.][^/.]*)/\.\.||;
> | + $path =~ s|([^/]+)/\.\.||;
This change has already been applied to CVS version ;)
> | }
> | return $path;
> |
> | What do I want in future?
> | - adapt wml to generate a strict xhtml
WML can generate valid xhtml files, see for instance
http://www.engelschall.com/sw/mp4h/
You have to understand how -X flag of mp4h is working.
> | - a method to create dymanic images with gimp (for change background in images for examples, or best title generation)
Would be really nice, yes.
> | - communicate with some web server (such as public an .wml page can compile page on web server)
If you want server-parsed wml files, I am afraid I won't support it.
But maybe I misunderstand your point here.
> | - create dependency file (such as gcc), with subdirectory and wmk sometime it not recompile the source.
You may have a look into wml -M flag. I would like to generate
dependencies on the fly, but never implemented it.
--
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com