From fe157ad43d6f36bb23706c4e90099b337585d883 Mon Sep 17 00:00:00 2001 From: lippe Date: Wed, 18 Jun 2008 18:50:42 +0000 Subject: 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" Approved by: gabor (mentor, implicit) --- www/twill/pkg-descr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 www/twill/pkg-descr (limited to 'www/twill/pkg-descr') 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/ -- cgit