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

..03-May-2022-

lib/H13-Apr-2018-2,7342,088

priv/static/H13-Apr-2018-

test/H13-Apr-2018-2,0541,632

.formatter.exsH A D13-Apr-201874 43

.gitignoreH A D13-Apr-201860 87

.travis.ymlH A D13-Apr-2018333 1918

CHANGELOG.mdH A D13-Apr-20186.4 KiB240160

LICENSEH A D13-Apr-20181 KiB2117

README.mdH A D13-Apr-20181.4 KiB4130

mix.exsH A D13-Apr-2018978 4438

mix.lockH A D13-Apr-2018730 76

package.jsonH A D13-Apr-2018205 98

README.md

1## Phoenix.HTML
2
3Collection of helpers to generate and manipulate HTML contents.
4
5Although this project was originally extracted from Phoenix,
6it does not depend on Phoenix and can be used with any Plug
7application.
8
9See the [docs](https://hexdocs.pm/phoenix_html/) for more information.
10
11### Building phoenix_html.js
12
13```bash
14$ npm install
15$ npm install -g brunch
16$ brunch watch
17```
18
19## License
20
21Copyright (c) 2014 Chris McCord
22
23Permission is hereby granted, free of charge, to any person obtaining
24a copy of this software and associated documentation files (the
25"Software"), to deal in the Software without restriction, including
26without limitation the rights to use, copy, modify, merge, publish,
27distribute, sublicense, and/or sell copies of the Software, and to
28permit persons to whom the Software is furnished to do so, subject to
29the following conditions:
30
31The above copyright notice and this permission notice shall be
32included in all copies or substantial portions of the Software.
33
34THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
36MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
38LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
39OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
40WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
41