diff options
Diffstat (limited to 'gnu/packages/web.scm')
| -rw-r--r-- | gnu/packages/web.scm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 830d9db7dd4..28bd2c7c68b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -365,7 +365,7 @@ files, checks if a given domain is a public suffix, provides immediate cookie | |||
| 365 | domain verification, finds the longest public part of a given domain, finds | 365 | domain verification, finds the longest public part of a given domain, finds |
| 366 | the shortest private part of a given domain, works with international | 366 | the shortest private part of a given domain, works with international |
| 367 | domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA2008 | 367 | domains (UTF-8 and IDNA2008 Punycode), is thread-safe, and handles IDNA2008 |
| 368 | UTS#46") | 368 | UTS#46.") |
| 369 | (license l:x11))) | 369 | (license l:x11))) |
| 370 | 370 | ||
| 371 | (define-public tidy | 371 | (define-public tidy |
| @@ -433,7 +433,7 @@ used to validate and fix HTML data.") | |||
| 433 | ;; All of the below are used to generate the documentation | 433 | ;; All of the below are used to generate the documentation |
| 434 | ;; (Should they be propagated inputs of asciidoc ??) | 434 | ;; (Should they be propagated inputs of asciidoc ??) |
| 435 | (native-inputs `(("asciidoc" ,asciidoc) | 435 | (native-inputs `(("asciidoc" ,asciidoc) |
| 436 | ("libxml2" ,libxml2) | 436 | ("libxml2" ,libxml2) |
| 437 | ("docbook-xml" ,docbook-xml) | 437 | ("docbook-xml" ,docbook-xml) |
| 438 | ("docbook-xsl" ,docbook-xsl) | 438 | ("docbook-xsl" ,docbook-xsl) |
| 439 | ("libxslt" ,libxslt))) | 439 | ("libxslt" ,libxslt))) |
| @@ -979,7 +979,7 @@ for you. It will work even with Catalyst debug logging turned off.") | |||
| 979 | (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Authentication") | 979 | (home-page "http://search.cpan.org/dist/Catalyst-Plugin-Authentication") |
| 980 | (synopsis "Infrastructure plugin for the Catalyst authentication framework") | 980 | (synopsis "Infrastructure plugin for the Catalyst authentication framework") |
| 981 | (description "The authentication plugin provides generic user support for | 981 | (description "The authentication plugin provides generic user support for |
| 982 | Catalyst apps. It is the basis for both authentication (checking the user is | 982 | Catalyst apps. It is the basis for both authentication (checking the user is |
| 983 | who they claim to be), and authorization (allowing the user to do what the | 983 | who they claim to be), and authorization (allowing the user to do what the |
| 984 | system authorises them to do).") | 984 | system authorises them to do).") |
| 985 | (license (package-license perl)))) | 985 | (license (package-license perl)))) |
| @@ -1148,7 +1148,7 @@ cookie mechanism.") | |||
| 1148 | ("perl-path-class" ,perl-path-class))) | 1148 | ("perl-path-class" ,perl-path-class))) |
| 1149 | (home-page | 1149 | (home-page |
| 1150 | "http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap") | 1150 | "http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-FastMmap") |
| 1151 | (synopsis "FastMmap session storage backend.") | 1151 | (synopsis "FastMmap session storage backend") |
| 1152 | (description "Catalyst::Plugin::Session::Store::FastMmap is a fast session | 1152 | (description "Catalyst::Plugin::Session::Store::FastMmap is a fast session |
| 1153 | storage plugin for Catalyst that uses an mmap'ed file to act as a shared | 1153 | storage plugin for Catalyst that uses an mmap'ed file to act as a shared |
| 1154 | memory interprocess cache. It is based on Cache::FastMmap.") | 1154 | memory interprocess cache. It is based on Cache::FastMmap.") |
| @@ -1327,7 +1327,7 @@ replaced with the contents of the X-Request-Base header.") | |||
| 1327 | (synopsis "Download data in many formats") | 1327 | (synopsis "Download data in many formats") |
| 1328 | (description "The purpose of this module is to provide a method for | 1328 | (description "The purpose of this module is to provide a method for |
| 1329 | downloading data into many supportable formats. For example, downloading a | 1329 | downloading data into many supportable formats. For example, downloading a |
| 1330 | table based report in a variety of formats (CSV, HTML, etc.). ") | 1330 | table based report in a variety of formats (CSV, HTML, etc.).") |
| 1331 | (license (package-license perl)))) | 1331 | (license (package-license perl)))) |
| 1332 | 1332 | ||
| 1333 | (define-public perl-catalyst-view-json | 1333 | (define-public perl-catalyst-view-json |
| @@ -1567,13 +1567,13 @@ for files and urls.") | |||
| 1567 | (synopsis "Perl locale encoding determination") | 1567 | (synopsis "Perl locale encoding determination") |
| 1568 | (description | 1568 | (description |
| 1569 | "The POSIX locale system is used to specify both the language | 1569 | "The POSIX locale system is used to specify both the language |
| 1570 | conventions requested by the user and the preferred character set to consume | 1570 | conventions requested by the user and the preferred character set to |
| 1571 | and output. The Encode::Locale module looks up the charset and encoding | 1571 | consume and output. The Encode::Locale module looks up the charset and |
| 1572 | (called a CODESET in the locale jargon) and arranges for the Encode module | 1572 | encoding (called a CODESET in the locale jargon) and arranges for the |
| 1573 | to know this encoding under the name \"locale\". It means bytes obtained | 1573 | Encode module to know this encoding under the name \"locale\". It means |
| 1574 | from the environment can be converted to Unicode strings by calling | 1574 | bytes obtained from the environment can be converted to Unicode strings |
| 1575 | Encode::encode(locale => $bytes) and converted back again with | 1575 | by calling Encode::encode(locale => $bytes) and converted back again |
| 1576 | Encode::decode(locale => $string).") | 1576 | with Encode::decode(locale => $string).") |
| 1577 | (home-page "http://search.cpan.org/~gaas/Encode-Locale/"))) | 1577 | (home-page "http://search.cpan.org/~gaas/Encode-Locale/"))) |
| 1578 | 1578 | ||
| 1579 | (define-public perl-file-listing | 1579 | (define-public perl-file-listing |
| @@ -2298,7 +2298,7 @@ or to multiple server ports.") | |||
| 2298 | `(("perl-io-socket-ssl" ,perl-io-socket-ssl))) | 2298 | `(("perl-io-socket-ssl" ,perl-io-socket-ssl))) |
| 2299 | (home-page "http://search.cpan.org/dist/Net-SMTP-SSL") | 2299 | (home-page "http://search.cpan.org/dist/Net-SMTP-SSL") |
| 2300 | (synopsis "SSL support for Net::SMTP") | 2300 | (synopsis "SSL support for Net::SMTP") |
| 2301 | (description "SSL support for Net::SMTP") | 2301 | (description "SSL support for Net::SMTP.") |
| 2302 | (license (package-license perl)))) | 2302 | (license (package-license perl)))) |
| 2303 | 2303 | ||
| 2304 | (define-public perl-plack | 2304 | (define-public perl-plack |
