2
0
Fork
You've already forked libweb
1
LibWeb - library, that implements Web standarts
  • C 90.1%
  • C++ 7.3%
  • Makefile 2.4%
  • HTML 0.2%
2022年03月10日 11:00:53 +02:00
src Initial commit 2022年03月09日 21:37:45 +02:00
.gitignore Initial commit 2022年03月09日 21:37:45 +02:00
LICENSE Add LICENSE 2022年03月10日 11:00:53 +02:00
README.org Initial commit 2022年03月09日 21:37:45 +02:00

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`