GithubHelp home page GithubHelp logo

li3_htmlpurifier's Introduction

# li3_htmlpurifier


## NOTE

Some one has been [created one](https://github.com/harikt/li3_htmlpurifier) before but it has been deleted current.

These codes in my local machine also have not .git directory so I don't remember it's origin version from @harikt or not.

For this version of li3_htmlpurifier, I added a script `sync.sh` download HTMLPurifier automated. Nest sub-module is quirk, and in my team `git-archive-all` not works well (same commands by two people will got different result) so I do not use git-module here.


## Usage

Libraries::add('li3_htmlpurifier');

Download the htmlpurifier library from htmlpurifier.org
Keep the all files of HTMLPurifier library inside li3_htmlpurifier/libraries/HTMLPurifier/
Sample file path will be li3_htmlpurifier/libraries/HTMLPurifier/HTMLPurifier.auto.php

Usage :

```
use \HTMLPurifier
$purifier = new HTMLPurifier();
$clean_html = $purifier->purify( $dirty_html );
```

If you need to pass $config import HTMLPurifier_Config like below

```
use \HTMLPurifier;
use \HTMLPurifier_Config;

$config = HTMLPurifier_Config::createDefault();
//set configuration options
$purifier = new HTMLPurifier($config);
$clean_html = $purifier->purify( $dirty_html );
```

li3_htmlpurifier's People

Contributors

leechael avatar

Stargazers

 avatar Matías Sanchez Moises avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.