|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| baseconfig/ | H | 03-May-2022 | - | 379,206 | 379,202 |
| bin/ | H | 03-May-2022 | - | 1,763 | 1,309 |
| extension/ | H | 03-May-2022 | - | 4,049 | 2,713 |
| src/ | H | 03-May-2022 | - | 81,026 | 53,185 |
| tests/ | H | 03-May-2022 | - | 13,506 | 11,162 |
| tools/ | H | 03-May-2022 | - | 1,833 | 1,150 |
| CODE_OF_CONDUCT.md | H A D | 16-Nov-2021 | 168 | 5 | 3 |
| HISTORY.md | H A D | 16-Nov-2021 | 14.6 KiB | 360 | 311 |
| README.md | H A D | 16-Nov-2021 | 1,022 | 30 | 21 |
| config.example.yaml | H A D | 15-Dec-2021 | 4.1 KiB | 112 | 93 |
| extension.json | H A D | 15-Dec-2021 | 871 | 38 | 37 |
| htmldiffs.config.example.yaml | H A D | 16-Nov-2021 | 148 | 10 | 6 |
README.md
1Parsoid
2=======
3
4Parsoid is a bidirectional parser between wikitext and HTML5.
5
6It was originally written in JavaScript running on Node.js but was
7ported to PHP.
8
9Please see the [overview of the project](https://www.mediawiki.org/wiki/Parsoid)
10for more information.
11
12License
13-------
14
15Copyright (c) 2011-2020 Wikimedia Foundation and others.
16
17This program is free software; you can redistribute it and/or modify
18it under the terms of the GNU General Public License as published by
19the Free Software Foundation; either version 2 of the License, or
20(at your option) any later version.
21
22This program is distributed in the hope that it will be useful,
23but WITHOUT ANY WARRANTY; without even the implied warranty of
24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25GNU General Public License for more details.
26
27You should have received a copy of the GNU General Public License along
28with this program; if not, write to the Free Software Foundation, Inc.,
2951 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30