Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTML Builders section to TOC #396

Merged
merged 3 commits into from Apr 3, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -34,6 +34,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [Framework Components](#framework-components)
* [Game Development](#game-development)
* [GUI library](#gui-library)
* [HTML Builders](#html-builders)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move it above "HTML/XML parsing" (we force alpha order here)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Done.

* [HTML/XML parsing](#htmlxml-parsing)
* [HTTP](#http)
* [Image Processing](#image-processing)
Expand Down Expand Up @@ -292,17 +293,17 @@ Contributions are welcome. Please take a quick look at the [contribution guideli
* [hedron](https://github.com/Qwerp-Derp/hedron) - An extendable GUI library, with markup language capabilities
* [libui.cr](https://github.com/Fusion/libui.cr) - Bindings for [libui](https://github.com/andlabs/libui)
* [qt5.cr](https://github.com/Papierkorb/qt5.cr) - Qt5 bindings for Crystal, based on Bindgen

## HTML Builders
* [form_builder.cr](https://github.com/westonganger/form_builder.cr) - Dead simple HTML form builder for Crystal with built-in support for many popular UI libraries such as Bootstrap
* [html_builder](https://github.com/crystal-lang/html_builder) - DSL for creating HTML

## HTML/XML Parsing
* [crystagiri](https://github.com/madeindjs/Crystagiri) - An Html Reader / parser like [Nokogiri](https://github.com/sparklemotion/nokogiri) Ruby gem
* [gumbo-crystal](https://github.com/blocknotes/gumbo-crystal) - Bindings for [Gumbo](https://github.com/google/gumbo-parser), an HTML5 parsing library made by Google
* [hq.cr](https://github.com/maiha/hq.cr) - Simple wrapper for crystal-xml
* [myhtml](https://github.com/kostya/myhtml) - Fast HTML5 Parser that includes CSS selectors

## HTML Builders
* [form_builder.cr](https://github.com/westonganger/form_builder.cr) - Dead simple HTML form builder for Crystal with built-in support for many popular UI libraries such as Bootstrap
* [html_builder](https://github.com/crystal-lang/html_builder) - DSL for creating HTML

## HTTP
* [cossack](https://github.com/crystal-community/cossack) - Simple flexible HTTP client
* [crest](https://github.com/mamantoha/crest) - Simple HTTP and REST client, inspired by the Ruby's RestClient gem
Expand Down