You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.org | 1 year ago |
README.org
LibWeb - library, that implements Web standarts
What standarts are implementing?
- HTML
What can this library do now?
LibWeb can tokenize and parse HTML to DOM tree, that you can use in your applications.
How to build?
- `cd src`
- `make`
If you want to also build utilities:
- `make utils`
After this `libweb.a` will be in `builds` directory and utils in `build/utils`