[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
[BUG REPORT] WML 2.0.8, Linux RH 7.2
- From: nospam@thanx
- Date: Tue, 5 Mar 2002 22:09:30 +0100 (MET)
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|([^/]+)/\.\.||;
| }
| return $path;
|
| What do I want in future?
| - adapt wml to generate a strict xhtml
| - a method to create dymanic images with gimp (for change background in images for examples, or best title generation)
| - communicate with some web server (such as public an .wml page can compile page on web server)
| - create dependency file (such as gcc), with subdirectory and wmk sometime it not recompile the source.
|
| freddy77
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com