Updated all the URLs to better Markdown format.
This commit is contained in:
parent
25bb9de6fc
commit
b61aa572f6
31
index.md
31
index.md
|
@ -15,10 +15,8 @@ flexible API, the code of PCRE2 has been much improved since the fork.
|
||||||
|
|
||||||
As well as downloading from the
|
As well as downloading from the
|
||||||
[GitHub site](https://github.com/PhilipHazel/pcre2), you can download PCRE2
|
[GitHub site](https://github.com/PhilipHazel/pcre2), you can download PCRE2
|
||||||
or the older, unmaintained PCRE1 library from an *unofficial* mirror at
|
or the older, unmaintained PCRE1 library from an [*unofficial* mirror]
|
||||||
SourceForge:
|
(https://sourceforge.net/projects/pcre/files/) at SourceForge.
|
||||||
|
|
||||||
https://sourceforge.net/projects/pcre/files/
|
|
||||||
|
|
||||||
You can check out the PCRE2 source code via Git or Subversion:
|
You can check out the PCRE2 source code via Git or Subversion:
|
||||||
|
|
||||||
|
@ -28,36 +26,31 @@ You can check out the PCRE2 source code via Git or Subversion:
|
||||||
## Contributed Ports
|
## Contributed Ports
|
||||||
|
|
||||||
If you just need the command-line PCRE2 tools on Windows, precompiled binary
|
If you just need the command-line PCRE2 tools on Windows, precompiled binary
|
||||||
versions are available here:
|
versions are available at this [Rexegg page]
|
||||||
|
(http://www.rexegg.com/pcregrep-pcretest.html).
|
||||||
http://www.rexegg.com/pcregrep-pcretest.html
|
|
||||||
|
|
||||||
A PCRE2 port for z/OS, a mainframe operating system which uses EBCDIC as its
|
A PCRE2 port for z/OS, a mainframe operating system which uses EBCDIC as its
|
||||||
default character encoding, can be found here:
|
default character encoding, can be found at [http://www.cbttape.org]
|
||||||
|
(http://www.cbttape.org/) (File 939).
|
||||||
http://www.cbttape.org/ (File 939)
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
You can read the PCRE2 documentation here:
|
You can read the PCRE2 documentation [here]
|
||||||
|
(https://philiphazel.github.io/pcre2/doc/html/index.html).
|
||||||
https://philiphazel.github.io/pcre2/doc/html/index.html
|
|
||||||
|
|
||||||
Comparisons to Perl's regular expression semantics can be found in the
|
Comparisons to Perl's regular expression semantics can be found in the
|
||||||
community authored Wikipedia entry for PCRE.
|
community authored Wikipedia entry for PCRE.
|
||||||
|
|
||||||
There is a curated summary of changes for each PCRE release, copies of
|
There is a curated summary of changes for each PCRE release, copies of
|
||||||
documentation from older releases, and other useful information from the third
|
documentation from older releases, and other useful information from the third
|
||||||
party authored RexEgg PCRE Documentation and Change Log page:
|
party authored [RexEgg PCRE Documentation and Change Log page]
|
||||||
|
(http://www.rexegg.com/pcre-documentation.html).
|
||||||
http://www.rexegg.com/pcre-documentation.html
|
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
To report a problem with the PCRE2 library, or to make a feature request, please
|
To report a problem with the PCRE2 library, or to make a feature request, please
|
||||||
use the PCRE2 GitHub issues tracker. There is a mailing list for discussion of
|
use the PCRE2 GitHub issues tracker. There is a mailing list for discussion of
|
||||||
PCRE2 issues and development at pcre2-dev@googlegroups.com, which is where any
|
PCRE2 issues and development at pcre2-dev@googlegroups.com, which is where any
|
||||||
announcements will be made. You can browse the list archives here:
|
announcements will be made. You can browse the [list archives]
|
||||||
|
(https://groups.google.com/g/pcre2-dev).
|
||||||
https://groups.google.com/g/pcre2-dev
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue