diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-19 02:50:42 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-19 02:50:42 +0800 |
commit | fe157ad43d6f36bb23706c4e90099b337585d883 (patch) | |
tree | 85905970ce6c7c4fa7f5028e0393b3dc85ddc6fb /www/twill/pkg-descr | |
parent | 3de27fdb8055ef2b5d525918437835a9b7833622 (diff) | |
download | freebsd-ports-gnome-fe157ad43d6f36bb23706c4e90099b337585d883.tar.gz freebsd-ports-gnome-fe157ad43d6f36bb23706c4e90099b337585d883.tar.zst freebsd-ports-gnome-fe157ad43d6f36bb23706c4e90099b337585d883.zip |
twill is a simple language that allows users to browse the Web from a
command-line interface. With twill, you can navigate through Web sites
that use forms, cookies, and most standard Web features.
twill supports automated Web testing and has a simple Python interface.
WWW: http://twill.idyll.org/
PR: ports/124610
Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com>
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'www/twill/pkg-descr')
-rw-r--r-- | www/twill/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/twill/pkg-descr b/www/twill/pkg-descr new file mode 100644 index 000000000000..25b87026cace --- /dev/null +++ b/www/twill/pkg-descr @@ -0,0 +1,6 @@ +twill is a simple language that allows users to browse the Web from a +command-line interface. With twill, you can navigate through Web sites +that use forms, cookies, and most standard Web features. +twill supports automated Web testing and has a simple Python interface. + +WWW: http://twill.idyll.org/ |