Skip to content

Commit

Permalink
Clean up the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Mar 25, 2019
1 parent c31c3a5 commit 06e0edd
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 18 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JTSage-DateBox
=================

DateBox is a jQuery date and time picker. [Full Documentation and Demos](http://dev.jtsage.com/DateBox/), that works with a multitude of CSS frameworks.
DateBox is a jQuery date and time picker. [Full Documentation and Demos](http://datebox.jtsage.dev/), that works with a multitude of CSS frameworks.


DateBox Features
Expand All @@ -28,7 +28,7 @@ Special Thanks

An extra special thanks to [Phill Pafford](http://stackoverflow.com/users/93966/phill-pafford) for answering tons of questions about DateBox, and jQueryMobile in general on StackOverflow.

And last but not least, thanks to all the [contributors](https://github.com/jtsage/jquery-mobile-datebox/contributors) to the project on github.
And last but not least, thanks to all the [contributors](https://github.com/jtsage/jtsage-datebox/contributors) to the project on github.

Downloading
-----------
Expand All @@ -45,13 +45,12 @@ DateBox uses the following version scheme:

#### Custom Download Builder:

[script](http://dev.jtsage.com/DateBox/builder/)
[css](http://dev.jtsage.com/DateBox/theme/)
[script](http://datebox.jtsage.dev/builder/)

Available Options
-----------------

Please see the full api documentation at: [dev.jtsage.com](http://dev.jtsage.com/DateBox/)
Please see the full api documentation at: [dev.jtsage.com](http://datebox.jtsage.dev/)

Developers
----------
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ inspiration for some)

# Option changes

## min/max Attribute

These are now mapped to minDate and maxDate, ___NOT___ minDays and maxDays. This may break some code!!

## New Options

* **calHighOutOfBounds** - apply a different class to dates that fall outside the displayed
Expand Down
4 changes: 4 additions & 0 deletions build/tasks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
JTSage-DateBox
==============

Grunt tasks
18 changes: 18 additions & 0 deletions doc_builder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
JTSage-DateBox
==============

Documentation system

* data
* api.yml - Every single datebox option, explained
* datebox.yml - Documentation configuration file
* interface.yml - Every datebox function, trigger, and listener

* include - Page includes (header & footer)

* pages - Individual pages for docs

* samples - Framework specific samples

* webroot - Static files to include in the documentation root folder

4 changes: 4 additions & 0 deletions i18n/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
JTSage-DateBox
==============

Localization and Internationalization Files
4 changes: 4 additions & 0 deletions node_builder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
JTSage-DateBox
==============

Online download builder.
41 changes: 28 additions & 13 deletions src/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,36 @@ JTSage-DateBox

DateBox Sources

Core File:
Core:
* baseObject.js - Base widget object
* autoInit.js - Auto enhance for data-role on a page
* widgetBinding.js - Used only in the test enviroment

* core.js
Libraries:
* boilerplace.js - Open, Close, Create widget
* dateEnhance.js - Enhance JavaScript date object
* dateFormatter.js - Date / Time output
* dateLimit.js - Limit functions
* dateParser.js - Date / Time input
* eventHandler.js - Event loop
* offset.js - Date adjustments
* public.js - Public functions
* shortUtil.js - Short utility functions

Basic Display
Modes :
* calbox.js - CalBox
* datebox.js - DateBox, TimeBox, DateTimeBox, DurationBox
* flipbox.js - FlipBox, TimeFlipBox, DateTimeFlipBox, DurationFlipBox
* slidebox.js - SlideBox

* base.bootstrap.js
* base.jqm.js
Frameworks :
* bootstrap.js - Twitter Bootstrap v3.4.1 (end-of-life)
* bootstrap4.js - Twitter Boostrap v4+ (current)
* bulma.js - Bulma.io (current)
* foundation6.js - Zurb Foundation (current)
* jqm.js - JQueryMobile 1.4.5 (end-of-life likely)

Individual Modes:
External : (used to build bundles)
* popper.js - Popper.js positioning code
* widgetLib.js - Cut down version of jQueryUI widget library - just the stuff DateBox uses.

* mode.calbox.js
* mode.customflip.js
* mode.datebox.js
* mode.durationbox.js
* mode.durationflipbox.js
* mode.flipbox.js
* mode.slidebox.js
3 changes: 3 additions & 0 deletions work/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
JTSage-DateBox
==============

Devel Files Only. Should be basically ignored. Only in GIT as I move between machines a lot.

0 comments on commit 06e0edd

Please sign in to comment.