From 485622f162bf04f5ec1a0aa1894a60d795fd35f5 Mon Sep 17 00:00:00 2001
From: uabua <[email protected]>
Date: Sun, 27 Oct 2019 01:09:23 +0400
Subject: [PATCH 1/3] Update and rename README.md to readme.md
Update the project to satisfy Awesome standards
---
README.md | 122 ------------------------------------------------------
readme.md | 110 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 110 insertions(+), 122 deletions(-)
delete mode 100644 README.md
create mode 100644 readme.md
diff --git a/README.md b/README.md
deleted file mode 100644
index 0319805..0000000
--- a/README.md
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
- A curated list of delightful Blaze packages and resources. If you want to contribute, please read the contribution guidelines.
-
-
-
-
-
-
-
-
-# Table of Contents
-- [Table of Contents](#table-of-contents)
-- [Resources](#resources)
- - [Official Resources](#official-resources)
- - [Jobs](#jobs)
- - [Community](#community)
- - [Tutorials](#tutorials)
-- [Projects using Blaze](#projects-using-blaze)
- - [Open Source](#open-source)
- - [Commercial](#commercial)
-- [Blaze Packages](#blaze-packages)
- - [Components](#components)
- - [Routing](#routing)
- - [Libraries](#libraries)
- - [SSR](#ssr)
-- [Contributions](#contributions)
-- [License](#license)
-
-
-# Resources
-
-### Official Resources
-- [Website](http://blazejs.org)
-- [Official Guide](http://blazejs.org/guide/introduction.html)
-- [API Reference](http://blazejs.org/api/templates.html)
-- [GitHub Repo](https://github.com/meteor/blaze)
-- [Changelog](https://github.com/meteor/blaze/blob/master/HISTORY.md)
-
-### Jobs
-
-- [WeWorkMeteor](https://www.weworkmeteor.com)
-
-### Community
-
-- [Meteor Forums](https://forums.meteor.com/c/blaze)
-- [Slack Channel](https://blazejs.slack.com)
-
-### Tutorials
-- [Meteor Blaze Tutorial](https://www.meteor.com/tutorials/blaze/creating-an-app)
-- [LevelUp Tutorials Blaze](https://www.leveluptutorials.com/tutorials/user-accounts-in-meteor/meteor-topics-blaze-introduction)
-
-# Projects using Blaze
-
-### Open Source
-
-- [Rocket Chat](https://rocket.chat)
-- [Wekan](https://wekan.github.io)
-
-### Commercial
-- [CodeSignal](https://codesignal.com)
-- [Classcraft](https://www.classcraft.com)
-- [Favro](https://favro.com)
-- [Rationalk](https://rationalk.ch)
-
-# Blaze Packages
-
-### Components
- - [arggh:teleport](https://github.com/arggh/blaze-teleport) - Render templates anywhere in the DOM. 
- - [aldeed:autoform](https://github.com/aldeed/meteor-autoform) - UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation. 
- - [dispatch:scrollview](https://github.com/DispatchMe/meteor-scrollview) - A high performance infinite scrollview for meteor. 
- - [znewsham:dynamic-table](https://bitbucket.org/znewsham/meteor-dynamic-tables) - Flexible datatables for large collections in Meteor
- - [d3k4y:tabular](https://github.com/d3k4y/meteor-tabular) - Reactive datatables for large or small datasets.
-
-### Routing
-- [ostrio:flow-router-extra](https://github.com/VeliovGroup/flow-router) - Carefully extended flow-router package. 
-
-### Libraries
-- [manuel:viewmodel](https://viewmodelblaze.azurewebsites.net/blaze) - MVVM for Meteor. 
-- [peerlibrary:blaze-components](http://components.meteorapp.com) - A system for easily developing complex UI elements that need to be reused around your Meteor app.
-- [themeteorites:blaze-magic-events](https://github.com/themeteorites/blaze-magic-events) - A new way of binding event handlers to html elements for Meteor's Blaze.
-- [aldeed:template-extension](https://github.com/aldeed/meteor-template-extension) - Replace already defined templates, inherit helpers and events from other templates.
-- [dburles:google-maps](https://github.com/dburles/meteor-google-maps) - Meteor package for the Google Maps Javascript API v3. 
-
-### Forms
-
-- [aldeed:autoform](https://github.com/aldeed/meteor-autoform/) - Provides UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation. 
- - #### Extensions
-
- - [aldeed:autoform-bs-datepicker](https://github.com/aldeed/meteor-autoform-bs-datepicker/) - Provides a single custom input type, "bootstrap-datepicker", which renders an input using the [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker) plugin. 
- - [aldeed:autoform-select2](https://github.com/aldeed/meteor-autoform-select2/) - Provides a single custom input type, "select2", which renders an input using the [select2](https://select2.github.io/) plugin. 
- - [mpowaga:autoform-summernote](https://github.com/mpowaga/meteor-autoform-summernote/) - Adds a WYSIWYG editor to AutoForm (Continued via [aniskhan001:autoform-summernote](https://github.com/aniskhan001/meteor-autoform-summernote/)). 
- - [newnectar:meteor-autoform-select-country-flags](https://github.com/NewNectarMedia/meteor-autoform-select-country-flags/) - Simple select for countries using selectize. 
- - [ostrio:autoform-files](https://github.com/VeliovGroup/meteor-autoform-file) - Upload and manage files with support for many backends, such as collectionFS, GridFS or Amazon S3. 
- - [muqube:autoform-nouislider](https://github.com/muqube/meteor-autoform-nouislider) - Provies a customizable [noUiSlider](https://github.com/leongersen/noUiSlider/) input type.
- - [forwarder:autoform-wizard](https://github.com/forwarder/meteor-wizard/) - Create wizard-like multi step components.
- - [jkuester:autoform-bpmn](https://github.com/jankapunkt/meteor-autoform-bpmn) - Adds the [bpmn.io](https://bpmn.io/) BPMN modeler as input type.
-
- - #### Themes
-
- - [mozfet:autoform-materialize](https://github.com/mozfet/meteor-autoform-materialize/) - [Materialize-css](http://materializecss.com/) styled forms for AutoForm. 
- - [imajus:autoform-bootstrap4](https://github.com/imajus/autoform-bootstrap4) - A Bootstrap 4 theme for all builtin AutoForm components and inputs.
-
-- [templates:forms](https://github.com/jonjamz/forms) - Build production-ready, reactive forms in minutes. Even complex workflows can be achieved with just a few lines of code. 
-
-
-
-### SSR
-- [meteorhacks:ssr](https://github.com/meteorhacks/meteor-ssr) - Server Side Rendering for Meteor. 
-
-# Contributions
-
-Contributions are appreciated. Please read the [contribution guidelines](CONTRIBUTING.md).
-
-# License
-
-[](https://creativecommons.org/publicdomain/zero/1.0/)
-
-To the extent possible under law, [arggh](https://github.com/arggh) has waived all copyright and related or neighboring rights to this work.
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..8a1a1aa
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,110 @@
+
+
+
+
+# Awesome Blaze [](https://awesome.re)
+
+> A curated list of delightful Blaze packages and resources. If you want to contribute, please read the contribution guidelines.
+
+[](https://img.shields.io)
+
+## Contents
+
+- [Resources](#resources)
+- [Projects using Blaze](#projects-using-blaze)
+- [Blaze Packages](#blaze-packages)
+- [Contributions](#contributions)
+
+## Resources
+
+### Official Resources
+
+- [Website](http://blazejs.org)
+- [Official Guide](http://blazejs.org/guide/introduction.html)
+- [API Reference](http://blazejs.org/api/templates.html)
+- [GitHub Repo](https://github.com/meteor/blaze)
+- [Changelog](https://github.com/meteor/blaze/blob/master/HISTORY.md)
+
+### Jobs
+
+- [WeWorkMeteor](https://www.weworkmeteor.com)
+
+### Community
+
+- [Meteor Forums](https://forums.meteor.com/c/blaze)
+- [Slack Channel](https://blazejs.slack.com)
+
+### Tutorials
+- [Meteor Blaze Tutorial](https://www.meteor.com/tutorials/blaze/creating-an-app)
+- [LevelUp Tutorials Blaze](https://www.leveluptutorials.com/tutorials/user-accounts-in-meteor/meteor-topics-blaze-introduction)
+
+## Projects using Blaze
+
+### Open Source
+
+- [Rocket Chat](https://rocket.chat)
+- [Wekan](https://wekan.github.io)
+
+### Commercial
+
+- [CodeSignal](https://codesignal.com)
+- [Classcraft](https://www.classcraft.com)
+- [Favro](https://favro.com)
+- [Rationalk](https://rationalk.ch)
+
+## Blaze Packages
+
+### Components
+
+- [arggh:teleport](https://github.com/arggh/blaze-teleport) - Render templates anywhere in the DOM. 
+- [aldeed:autoform](https://github.com/aldeed/meteor-autoform) - UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation. 
+- [dispatch:scrollview](https://github.com/DispatchMe/meteor-scrollview) - A high performance infinite scrollview for meteor. 
+- [znewsham:dynamic-table](https://bitbucket.org/znewsham/meteor-dynamic-tables) - Flexible datatables for large collections in Meteor.
+- [d3k4y:tabular](https://github.com/d3k4y/meteor-tabular) - Reactive datatables for large or small datasets.
+
+### Routing
+
+- [ostrio:flow-router-extra](https://github.com/VeliovGroup/flow-router) - Carefully extended flow-router package. 
+
+### Libraries
+
+- [manuel:viewmodel](https://viewmodelblaze.azurewebsites.net/blaze) - MVVM for Meteor. 
+- [peerlibrary:blaze-components](http://components.meteorapp.com) - A system for easily developing complex UI elements that need to be reused around your Meteor app.
+- [themeteorites:blaze-magic-events](https://github.com/themeteorites/blaze-magic-events) - A new way of binding event handlers to html elements for Meteor's Blaze.
+- [aldeed:template-extension](https://github.com/aldeed/meteor-template-extension) - Replace already defined templates, inherit helpers and events from other templates.
+- [dburles:google-maps](https://github.com/dburles/meteor-google-maps) - Meteor package for the Google Maps JavaScript API v3. 
+
+### Forms
+
+- [aldeed:autoform](https://github.com/aldeed/meteor-autoform/) - Provides UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation. 
+
+#### Extensions
+
+- [aldeed:autoform-bs-datepicker](https://github.com/aldeed/meteor-autoform-bs-datepicker/) - Provides a single custom input type, "bootstrap-datepicker", which renders an input using the [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker) plugin. 
+- [aldeed:autoform-select2](https://github.com/aldeed/meteor-autoform-select2/) - Provides a single custom input type, "select2", which renders an input using the [select2](https://select2.github.io/) plugin. 
+- [mpowaga:autoform-summernote](https://github.com/mpowaga/meteor-autoform-summernote/) - Adds a WYSIWYG editor to AutoForm (Continued via [aniskhan001:autoform-summernote](https://github.com/aniskhan001/meteor-autoform-summernote/)). 
+- [newnectar:meteor-autoform-select-country-flags](https://github.com/NewNectarMedia/meteor-autoform-select-country-flags/) - Simple select for countries using selectize. 
+- [ostrio:autoform-files](https://github.com/VeliovGroup/meteor-autoform-file) - Upload and manage files with support for many backends, such as collectionFS, GridFS or Amazon S3. 
+- [muqube:autoform-nouislider](https://github.com/muqube/meteor-autoform-nouislider) - Provies a customizable [noUiSlider](https://github.com/leongersen/noUiSlider/) input type.
+- [forwarder:autoform-wizard](https://github.com/forwarder/meteor-wizard/) - Create wizard-like multi step components.
+- [jkuester:autoform-bpmn](https://github.com/jankapunkt/meteor-autoform-bpmn) - Adds the [bpmn.io](https://bpmn.io/) BPMN modeler as input type.
+
+#### Themes
+
+- [mozfet:autoform-materialize](https://github.com/mozfet/meteor-autoform-materialize/) - [Materialize-css](http://materializecss.com/) styled forms for AutoForm. 
+- [imajus:autoform-bootstrap4](https://github.com/imajus/autoform-bootstrap4) - A Bootstrap 4 theme for all builtin AutoForm components and inputs.
+- [templates:forms](https://github.com/jonjamz/forms) - Build production-ready, reactive forms in minutes. Even complex workflows can be achieved with just a few lines of code. 
+
+### SSR
+
+- [meteorhacks:ssr](https://github.com/meteorhacks/meteor-ssr) - Server Side Rendering for Meteor. 
+
+## Contributions
+
+Contributions are appreciated. Please read the [contribution guidelines](CONTRIBUTING.md).
+
+## License
+
+[](https://creativecommons.org/publicdomain/zero/1.0/)
+
+To the extent possible under law, [arggh](https://github.com/arggh) has waived all copyright and related or neighboring rights to this work.
From f0726a132adb1122461e69c7c5a7aed880742c01 Mon Sep 17 00:00:00 2001
From: uabua <[email protected]>
Date: Sun, 27 Oct 2019 01:09:54 +0400
Subject: [PATCH 2/3] Rename CONTRIBUTING.md to contributing.md
---
CONTRIBUTING.md => contributing.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename CONTRIBUTING.md => contributing.md (98%)
diff --git a/CONTRIBUTING.md b/contributing.md
similarity index 98%
rename from CONTRIBUTING.md
rename to contributing.md
index 531dad0..ded5f9a 100644
--- a/CONTRIBUTING.md
+++ b/contributing.md
@@ -23,4 +23,4 @@ Ensure your pull request adheres to the following guidelines:
- Packages that no longer work or should not be recommended for whatever reasons will be removed. They have no badge. Please indicate the reasons for removal in the pull request.
- Feel like we need _more badges_? Make a pull request!
-Thank you for your help!
\ No newline at end of file
+Thank you for your help!
From 3154827457edee6945b491b8aaba950383442f19 Mon Sep 17 00:00:00 2001
From: uabua <[email protected]>
Date: Sun, 27 Oct 2019 01:10:44 +0400
Subject: [PATCH 3/3] Create LICENSE
---
LICENSE | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..05cd916
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,8 @@
+awesome-blaze by arghh
+
+To the extent possible under law, the person who associated CC0 with
+awesome-blaze has waived all copyright and related or neighboring rights
+to awesome-blaze.
+
+You should have received a copy of the CC0 legalcode along with this
+work. If not, see .