Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit ab1377a

Browse files
author
Stéphane HULARD
committed
Create framework base (dependencies management, default native extensions, ...)
1 parent 40bbee2 commit ab1377a

File tree

3 files changed

+589
-3
lines changed

3 files changed

+589
-3
lines changed

LICENCE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2013 Stéphane HULARD
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
ch.js
2-
=====
1+
# CH.js, the JavaScript Framework used to simplify standard behaviors
2+
================================================================
33

4-
JavaScript Framework used to simplify standard behaviors
4+
**CH.js** is a tool developed on small and large projects to simplify website standard behaviors. We always need to implement slideshow, scroll bars, modals or calendars on our website. This tool give a basic definition that can be extended with your specific needs. Some of mine are included...
5+
6+
It also include standard libraries implementation (loading, initialization, simplified API) like [Google Maps](http://maps.google.com), [YouTube](http://www.youtube.com) or social plugins like [Facebook](http://developes.facebook.com), [Twitter](http://twitter.com), [Google+](http://plus.google.com), [Pinterest](http://www.pinterest.com).
7+
8+
It can be used with the framework of your choice (MooTools, jQuery, Prototype) and components can be built with all externals libraries that you need.
9+
10+
The dependency system allow (like all known AMD tools) to define and require all needed object before starting coding.
11+
12+
## Licence
13+
14+
Copyright (c) 2013 **[Stéphane HULARD](mailto:[email protected])**
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
17+
18+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)