0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-05 06:01:52 +00:00

[3.1.0] Update French documentation.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1682 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-04-22 20:43:47 +00:00
parent ca6b20ff2b
commit c0f2e69c9f
2 changed files with 11 additions and 22 deletions

View File

@ -17,7 +17,7 @@ ce document pour quelques choses.
1. Compatibilité 1. Compatibilité
HTML Purifier fonctionne dans PHP 5. PHP 5.0.0 est le dernier HTML Purifier fonctionne dans PHP 5. PHP 5.0.5 est le dernier
version que je le testais. Il ne dépend de les autre librairies. version que je le testais. Il ne dépend de les autre librairies.
Les extensions optionnel est iconv (en général déjà installer) et Les extensions optionnel est iconv (en général déjà installer) et
@ -34,19 +34,15 @@ Utilisez:
...quand vous devez utiliser HTML Purifier (ne inclure pas quand vous ...quand vous devez utiliser HTML Purifier (ne inclure pas quand vous
ne devez pas, parce que HTML Purifier est trés grand.) ne devez pas, parce que HTML Purifier est trés grand.)
Si vous n'aime pas que HTML Purifier change vos include_path, on peut HTML Purifier utilise 'autoload'. Si vous avez définu la fonction
change vos include_path, et: __autoload, vous doivez ajoute cet programme:
require_once 'HTMLPurifier.php'; spl_autoload_register('__autoload')
Seuleument les contents dans library/ est essentiel; vous peut enlever Plus d'information est dans le document 'INSTALL'.
les autre fichiers quand vous est dans une atmosphère professionnel.
[En cours de construction] 3. Installation vite
6. Installation vite
Si votre site web est en UTF-8 et XHTML Transitional, utilisez: Si votre site web est en UTF-8 et XHTML Transitional, utilisez:

17
TODO
View File

@ -15,18 +15,6 @@ afraid to cast your vote for the next feature to be implemented!
UPCOMING RELEASE UPCOMING RELEASE
---------------- ----------------
DOCUMENTATION
- Update French translation of README
IMPORTANT FEATURES
- Factor out command line parser into its own class, and unit test it
NICE FEATURES
- Factor demo.php into a set of Printer classes, and then create a stub
file for users here (inside the actual HTML Purifier library)
- Support exporting configuration, so users can easily tweak settings
in the demo, and then copy-paste into their own setup
BUGS BUGS
- Style attribute height/width limiting for images - Style attribute height/width limiting for images
- Figure out what to do about target="" and name="", since they show up so often - Figure out what to do about target="" and name="", since they show up so often
@ -117,6 +105,11 @@ Unknown release (on a scratch-an-itch basis)
because regular CSS has no way of uniquely identifying nodes, so we'd because regular CSS has no way of uniquely identifying nodes, so we'd
have to generate IDs have to generate IDs
- Time PHPT tests - Time PHPT tests
- Factor out command line parser into its own class, and unit test it
- Factor demo.php into a set of Printer classes, and then create a stub
file for users here (inside the actual HTML Purifier library)
- Support exporting configuration, so users can easily tweak settings
in the demo, and then copy-paste into their own setup
Requested Requested