From fcab4417940083df009d859767eea894b203d64c Mon Sep 17 00:00:00 2001 From: plazarev Date: Fri, 11 Nov 2022 18:42:23 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 489aee5..5b3c307 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ [![npm: v.6.0.3](https://img.shields.io/badge/npm-v.6.0.3-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler) [![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) -[dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript event calendar that allows you to add a Google-like scheduler to your web app or website. +[dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website. Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in different views: Day, Week, Month, Year, Agenda, Timeline, etc. -Very lightweight, highly customizable, and fast, dhtmlxScheduler provides a quick way to add an Ajax-based event calendar on a web page. +Feature-rich, highly customizable, and performant, dhtmlxScheduler provides a quick way to add an Ajax-based scheduling calendar on a web page. -![DHTMLX Scheduler Demo](https://docs.dhtmlx.com/scheduler/media/init_scheduler_front.png) +![DHTMLX Scheduler Demo](https://github.com/plazarev/media/blob/master/javascript-scheduler-dhtmlx.png?raw=true) -[See more samples >](https://docs.dhtmlx.com/scheduler/samples/index.html) +==> [See more samples](https://docs.dhtmlx.com/scheduler/samples/index.html) ## Getting started ## @@ -55,7 +55,7 @@ scheduler.parse([ ==> [Check the live demo](https://snippet.dhtmlx.com/5/71834aa3b) -### Complete guides ### +## Complete guides ## - [Vue.js](https://dhtmlx.com/blog/use-dhtmlx-scheduler-vue-js-framework-demo/) - [Angular](https://dhtmlx.com/blog/angular-dhtmlxscheduler-tutorial/) @@ -69,15 +69,13 @@ scheduler.parse([ - [Slim framework](https://docs.dhtmlx.com/scheduler/howtostart_php_slim4.html) - [Ruby on Rails](https://docs.dhtmlx.com/scheduler/howtostart_ruby.html) -### All tutorials ### - -[https://docs.dhtmlx.com/scheduler/howtostart_guides.html](https://docs.dhtmlx.com/scheduler/howtostart_guides.html) +==> [Check all tutorials](https://docs.dhtmlx.com/scheduler/howtostart_guides.html) ## Features ## - Responsive design and full support for touch screens -- Support for all modern browsers: Google Chrome, Internet Explorer (11+), Safari, Firefox and MS Edge +- Support for all modern browsers: Google Chrome, Safari, Firefox and MS Edge - Configurable options - color shapes, time scales, custom form for recurring events, 25 languages, and RTL support @@ -111,4 +109,5 @@ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), ## Useful links ## - [Online documentation](https://docs.dhtmlx.com/scheduler/) -- [Support forum](https://forum.dhtmlx.com/c/scheduler-all/scheduler) \ No newline at end of file +- [DHTMLX Scheduler product page](https://dhtmlx.com/docs/products/dhtmlxScheduler/) +- [Support forum](https://forum.dhtmlx.com/c/scheduler-all/scheduler) From a9d4008ee1158e1ab8d0a736db790775aaabd733 Mon Sep 17 00:00:00 2001 From: plazarev Date: Mon, 14 Nov 2022 14:07:41 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b3c307..35642c1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website. -Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in different views: Day, Week, Month, Year, Agenda, Timeline, etc. +Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in 10 different views, including Day, Week, Month, Year, Agenda, Timeline, etc. Feature-rich, highly customizable, and performant, dhtmlxScheduler provides a quick way to add an Ajax-based scheduling calendar on a web page. @@ -87,15 +87,15 @@ scheduler.parse([ ## Follow us ## -Star our GitHub repo +Star our GitHub repo :star: -Take a [survey](https://docs.google.com/forms/d/e/1FAIpQLSee5YV4WBfZ17RJ-H1TpkBYYcXsZTr0xqNpOrhGrCLiaQeOJQ/viewform) to help us understand your needs +Take a [survey](https://docs.google.com/forms/d/e/1FAIpQLSee5YV4WBfZ17RJ-H1TpkBYYcXsZTr0xqNpOrhGrCLiaQeOJQ/viewform) to help us understand your needs :memo: -Read us on [Medium](https://medium.com/@dhtmlx) +Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: -Follow us on [Twitter](https://twitter.com/dhtmlx) +Follow us on [Twitter](https://twitter.com/dhtmlx) :bird: -Like our page on [Facebook](https://www.facebook.com/dhtmlx/) +Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :+1: ## License ## @@ -108,6 +108,7 @@ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), ## Useful links ## -- [Online documentation](https://docs.dhtmlx.com/scheduler/) +- [Documentation](https://docs.dhtmlx.com/scheduler/) +- [Online samples](https://docs.dhtmlx.com/scheduler/samples/index.html) - [DHTMLX Scheduler product page](https://dhtmlx.com/docs/products/dhtmlxScheduler/) - [Support forum](https://forum.dhtmlx.com/c/scheduler-all/scheduler) From fcbfbdc89e67e57d3d734912637d99d3943fbd16 Mon Sep 17 00:00:00 2001 From: plazarev Date: Wed, 16 Nov 2022 14:29:02 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35642c1..fe9b806 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ [dhtmlxScheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website. -Intuitive drag-and-drop interface allows the end users to quickly manage events and appointments in 10 different views, including Day, Week, Month, Year, Agenda, Timeline, etc. - -Feature-rich, highly customizable, and performant, dhtmlxScheduler provides a quick way to add an Ajax-based scheduling calendar on a web page. +Intuitive drag-and-drop interface allows end users to quickly manage events and appointments in 10 different views, including Day, Week, Month, Year, Agenda, Timeline, etc. The Scheduler also supports integration with Google Maps so users can assign a location to the particular calendar events. Moreover, they can create recurring and multiday events. ![DHTMLX Scheduler Demo](https://github.com/plazarev/media/blob/master/javascript-scheduler-dhtmlx.png?raw=true) @@ -83,6 +81,8 @@ scheduler.parse([ - Export service to XML, iCal, JSON, PDF, PNG, MS Project +- Dynamic loading + - PHP, ASP.NET, Java, CF [connectors](https://dhtmlx.com/docs/products/dhtmlxConnector/) ## Follow us ##