• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Nov-2021-

Text_Diff/H24-Nov-2021-1,117676

local/H24-Nov-2021-1,043911

COPYINGH A D24-Nov-202123.8 KiB457385

INSTALLH A D24-Nov-2021478 2216

READMEH A D24-Nov-20211.8 KiB5437

TODOH A D24-Nov-2021414 1311

config.incH A D24-Nov-20215.9 KiB211175

include.incH A D24-Nov-20212.5 KiB7056

style.cssH A D24-Nov-20211.2 KiB10182

validator.incH A D24-Nov-202118.2 KiB610423

README

1   _   _         _  _      _         _
2  | | | |       | |(_)    | |       | |
3  | | | |  __ _ | | _   __| |  __ _ | |_   ___   _ __
4  | | | | / _` || || | / _` | / _` || __| / _ \ | '__|
5  \ \_/ /| (_| || || || (_| || (_| || |_ | (_) || |
6   \___/  \__,_||_||_| \__,_| \__,_| \__| \___/ |_|
7
8          �� http://validator.aborla.net ��
9
10The Aborla.net Validator is released under the LGPL license.
11
12
13This HTML/XHTML/XML validator is based on Tidy (http://tidy.sf.net)
14and *only* works on PHP 5.
15
16In order to use this software, you need to have PHP 5 compiled with:
17 * Tidy (1st June 2004 or newer)
18 * OpenSSL (to use the 'https://' wrapper)
19 * iconv (for UTF-8 translations)
20 * aspell 0.60.x or newer (for spell checking)
21 * xdiff (optional)
22
23Note: It's recommended the use of PHP >= 5.0.2.
24Note 2: PHP 5.1.0 is required to enable spell checking
25
26All code runs with no errors with E_ALL | E_STRICT and was tested
27with PHP 5.1-dev.
28
29This program uses the Text_Diff PEAR package (bundled).
30This bundled version was modified to be fully PHP 5 compliance. This
31package allows us to generate diffs when xdiff isn't avaliable,
32althought Text_Diff will use it when avaliable.
33
34The code isn't finished because tidylib itself isn't finished. The
35tidylib still contains a couple of bugs and the messages aren't
36still localized.
37
38------------------------------------------------------------------
39
40FAQ
41===
42Q: My language isn't avaliable. Can I translate?
43
44A: Sure! enter in the local folder and then copy the en.inc file to
45 your_lang.inc. Then translate all info there. After translating the
46 file, post it in our tracker or send it to our mailling list.
47
48  NOTE: the file should be encoded in UTF-8 (without BOM)
49
50-------------------------------------------------------------------
51
52
53Visit our tracker at: http://sourceforge.net/tracker/?group_id=143995
54