Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
polo2ro committed Feb 6, 2016
1 parent afc8f6a commit ca21691
Show file tree
Hide file tree
Showing 130 changed files with 3,787 additions and 3,632 deletions.
6 changes: 3 additions & 3 deletions .jshintrc
Expand Up @@ -3,7 +3,7 @@

// Enforcing
"bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.)
"camelcase" : true, // true: Identifiers must be in camelCase
"camelcase" : false, // true: Identifiers must be in camelCase
"curly" : true, // true: Require {} for every new block or scope
"eqeqeq" : true, // true: Require triple equals (===) for comparison
"forin" : true, // true: Require filtering for..in loops with obj.hasOwnProperty()
Expand Down Expand Up @@ -36,7 +36,7 @@
"debug" : false, // true: Allow debugger statements e.g. browser breakpoints.
"eqnull" : false, // true: Tolerate use of `== null`
"es5" : false, // true: Allow ES5 syntax (ex: getters and setters)
"esnext" : false, // true: Allow ES.next (ES6) syntax (ex: `const`)
"esnext" : true, // true: Allow ES.next (ES6) syntax (ex: `const`)
"moz" : false, // true: Allow Mozilla specific syntax (extends and overrides esnext features)
// (ex: `for each`, multiple try/catch, function expression…)
"evil" : false, // true: Tolerate use of `eval` and `new Function()`
Expand All @@ -58,7 +58,7 @@
"validthis" : false, // true: Tolerate using this in a non-constructor function

// Environments
"browser" : true, // Web Browser (window, document, etc)
"browser" : false, // Web Browser (window, document, etc)
"couch" : false, // CouchDB
"devel" : false, // Development/debugging (alert, confirm, etc)
"dojo" : false, // Dojo Toolkit
Expand Down
51 changes: 1 addition & 50 deletions README.md
Expand Up @@ -11,56 +11,7 @@ subfolder, one file per language.

## Using the ics files

Use the **raw** button on the github page to get the link, only files in the build subfolder should be used.


### France Non-working days

Metropolitan France
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-nonworkingdays.ics)

Guyane
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-guyane-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-guyane-nonworkingdays.ics)

Martinique
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-martinique-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-martinique-nonworkingdays.ics)

Moselle, Bas-Rhin, Haut-Rhin
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-moselle-rhin-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-moselle-rhin-nonworkingdays.ics)

New Caledonia
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-newcaledonia-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-newcaledonia-nonworkingdays.ics)

French Polynesia
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-polynesia-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-polynesia-nonworkingdays.ics)

Reunion
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-reunion-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-reunion-nonworkingdays.ics)

Wallis and Futuna
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/france-wallis-futuna-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/france-wallis-futuna-nonworkingdays.ics)

### United-Kingdom Non-working days

England and Wales
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/uk-england-wales-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/uk-england-wales-nonworkingdays.ics)

Scotland
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/uk-scotland-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/uk-scotland-nonworkingdays.ics)

North Ireland
[en-US](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/en-US/uk-north-ireland-nonworkingdays.ics)
[fr-FR](https://raw.githubusercontent.com/polo2ro/icsdb/master/build/fr-FR/uk-north-ireland-nonworkingdays.ics)
Use the **raw** button on the github page to get the link, only files in the [build](tree/master/build/) subfolder should be used.



Expand Down

0 comments on commit ca21691

Please sign in to comment.