From 38f8fdc88857b82771a7cd259ef433f7ec9654cf Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Mon, 1 Apr 2019 07:44:16 -0700 Subject: [PATCH 1/3] Add HTML Builders section to TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d154bbff..6dc6c809 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Contributions are welcome. Please take a quick look at the [contribution guideli * [Game Development](#game-development) * [GUI library](#gui-library) * [HTML/XML parsing](#htmlxml-parsing) + * [HTML Builders](#html-builders) * [HTTP](#http) * [Image Processing](#image-processing) * [Implementations/Compilers](#implementationscompilers) From 60df47d7c699c6d55441aff8e2d72bde26f9c34d Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Mon, 1 Apr 2019 08:04:02 -0700 Subject: [PATCH 2/3] Fix HTML sections ordering --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dc6c809..44ad49da 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ 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/XML parsing](#htmlxml-parsing) * [HTML Builders](#html-builders) + * [HTML/XML parsing](#htmlxml-parsing) * [HTTP](#http) * [Image Processing](#image-processing) * [Implementations/Compilers](#implementationscompilers) @@ -293,6 +293,10 @@ 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 @@ -300,10 +304,6 @@ Contributions are welcome. Please take a quick look at the [contribution guideli * [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 From 8fddbfd6f9b5ea764bbc724bc4b7f525455184ff Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Tue, 2 Apr 2019 14:29:12 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ad49da..15d37a07 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ 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