diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
commit | 22084e17f721ebb9a063f5603491229fcfc70d9b (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /www/chtml | |
parent | 3f42e716135bc048b90cb6cca188f324e65c69dc (diff) | |
download | freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.gz freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.zst freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.zip |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Diffstat (limited to 'www/chtml')
-rw-r--r-- | www/chtml/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/chtml/pkg-descr b/www/chtml/pkg-descr index ed13643affc8..dafce96dd1b6 100644 --- a/www/chtml/pkg-descr +++ b/www/chtml/pkg-descr @@ -1,14 +1,14 @@ -CHTML works by transforming static HTML documents residing on the server into -dynamic HTML documents that are actually seen by the user. This is similar to -but different from server-side-include (e.g. shtml) or web-sql/gsql mechanisms -in that it: +CHTML works by transforming static HTML documents residing on the server into +dynamic HTML documents that are actually seen by the user. This is similar to +but different from server-side-include (e.g. shtml) or web-sql/gsql mechanisms +in that it: - * avoids embedding into HTML the kinds of directives which only - programmers would be comfortable with. - * avoids overly extending HTML semantics in a way that prevents the - documents from being edited by wysiwyg tools. - * only uses templates that are complete and valid stand-alone HTML + * avoids embedding into HTML the kinds of directives which only + programmers would be comfortable with. + * avoids overly extending HTML semantics in a way that prevents the + documents from being edited by wysiwyg tools. + * only uses templates that are complete and valid stand-alone HTML documents. Therefore the documents can be verified as to HTML - level conformance independently from running the scripts that use them. + level conformance independently from running the scripts that use them. WWW: http://people.delphiforums.com/gjc/chtml.html |