Summary: | Web page not reporting pcre as a requirement | ||
---|---|---|---|
Product: | [Websites] www.kde.org | Reporter: | myhr |
Component: | general | Assignee: | Webmaster <webmaster> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
myhr
2003-02-09 00:16:24 UTC
Subject: www/info/requirements CVS commit by mueller: add pcre as requirement. CCMAIL: 54312-done@bugs.kde.org M +13 -0 3.1.html 1.7 --- www/info/requirements/3.1.html #1.6:1.7 @@ -519,4 +519,17 @@ <td>kdebase</td> </tr> + <tr valign="top"> + <td><a href="http://www.pcre.org/">PCRE</a></td> + + <td bgcolor="#ffff8e">Recommended</td> + + <td>The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern + matching using the same syntax and semantics as Perl 5.</td> + + <td>PCRE improves the regular-expression support in the KDE JavaScript engine (KJS), which is used by the KDE HTML + rendering engine (KHTML). </td> + + <td>kdelibs</td> + </tr> <tr> <td align="center" colspan="5"><a name="Security"></a>Security</td> |