软件包:libhtml-truncate-perl(0.20-2)
libhtml-truncate-perl 的相关链接
Debian 的资源:
下载源码包 libhtml-truncate-perl:
- [libhtml-truncate-perl_0.20-2.dsc]
- [libhtml-truncate-perl_0.20.orig.tar.gz]
- [libhtml-truncate-perl_0.20-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to truncate HTML by percentage or character count
When working with text it is common to want to truncate strings to make them fit a desired context. E.g., you might have a menu that is only 100px wide and prefer text doesn't wrap so you'd truncate it around 15-30 characters, depending on preference and typeface size. This is trivial with plain text using substr but with HTML it is somewhat difficult because whitespace has fluid significance and open tags that are not properly closed destroy well-formedness and can wreck an entire layout.
HTML::Truncate attempts to account for those two problems by padding truncation for spacing and entities and closing any tags that remain open at the point of truncation.
其他与 libhtml-truncate-perl 有关的软件包
|
|
|
|
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libhtml-tagset-perl
- data tables pertaining to HTML
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)