[libcgi-formbuilder-perl] 05/12: Sync control.in with control: Avoid using first person in long description.

Jonas Smedegaard dr at jones.dk
Sat Oct 25 00:10:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcgi-formbuilder-perl.

commit 2c6401079f0151d35797647fa93593c2ac2819ce
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 25 01:35:59 2014 +0200

    Sync control.in with control: Avoid using first person in long description.
---
 debian/control.in | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 8168d11..0a60233 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,23 +15,21 @@ Depends: ${perl:Depends}, ${misc:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
 Description: Easily generate and process stateful CGI forms
- Do you hate generating, processing, and validating CGI forms?
- Do you love Perl?
+ CGI::FormBuilder is a Perl module for generating, processing, and validating
+ CGI forms. It's an extremely fast and robust module with a ridiculous set of
+ features.
  .
- FormBuilder is the answer. It's an extremely fast, robust Perl module
- with a ridiculous set of features.
- .
- Here's the main stuff that I [the author] think is cool:
+ Highlights:
  .
   * DWIMmery
- This module tries to "Do What I Mean". Tell it the fields you care
+ FormBuilder tries to do what you mean. Tell it the fields you care
  about, and it takes care of all the stupid HTML and JavaScript
  generation and processing for you. It also gives you back the correct
  values that you want. It will even label your fields automatically with
  human-readable names.
  .
   * Input field abstraction
- You simply define your fields and their options, and FormBuilder will
+ Simply define your fields and their options, and FormBuilder will
  take care of figuring out what the best HTML representation is. It will
  then generate the appropriate input fields (text, select, radio, etc),
  even changing any JavaScript actions appropriately.
@@ -51,12 +49,11 @@ Description: Easily generate and process stateful CGI forms
   * Robust field validation
  Form validation sucks, and this is where FormBuilder is a big help. It
  has tons of builtin patterns, and will even generate gobs of JavaScript
- validation code for you. You can specify your own regexps as well, and
- FormBuilder will even check multivalued select lists correctly. See the
- full list of built-in patterns.
+ validation code for you. It is possible to specify your own regexps as well,
+ and FormBuilder will even check multivalued select lists correctly.
  .
   * Multiple submit mode support
- FormBuilder allows you to reliably tell whether the person clicked on
+ FormBuilder allows one to reliably tell whether the person clicked on
  the "Update" or "Delete" button of your form, normally a big pain.
  .
   * Template driver support
@@ -65,14 +62,14 @@ Description: Easily generate and process stateful CGI forms
   * CGI::FastTemplate
   * Text::Template
   * Template Toolkit
- If you want to build a complete form application with a template in
- less that 20 lines of Perl, FormBuilder is for you.
+ FormBuilder can help building a complete form application with a template in
+ less that 20 lines of Perl.
  .
   * Internationalized, Customizable Messaging
- Sick of US-centric modules? You can customize every single message that
- FormBuilder outputs for your locale. See the full messages list.
+ FormBuilder allows customization of every single message that ot outputs for
+ given locale.
  .
   * Simple Interface
- Heck, I specialized in User Interface Design for my degree!
+ The author has specialized in User Interface Design.
  .
   * Extensive Documentation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-formbuilder-perl.git



More information about the Pkg-perl-cvs-commits mailing list