Skip to content

Commit 689262d

Browse files
committed
README, LICENSE, VERSION adapted from PureMVC AS3 Employee Admin on Github
1 parent 8deed6f commit 689262d

File tree

3 files changed

+43
-19
lines changed

3 files changed

+43
-19
lines changed

LICENSE

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
PureMVC Port to Javascript / Objs by Frederic Saunier
2-
PureMVC - Copyright(c) 2006-2012 Futurescale, Inc., Some rights reserved.
3-
Objs - Copyright(c) 2006-2012 Frederic Saunier
4-
jQuery - Copyright 2011, John Resig
5-
Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1+
* PureMVC TypeScript Demo - Employee Admin (jQuery) - Copyright © 2012 Frederic Saunier
2+
* PureMVC AS3 Demo - Flex Employee Admin - Copyright © 2007, 2008 Clifford Hall
3+
* PureMVC - Copyright © 2007-2008 Futurescale, Inc.
4+
* All rights reserved.
5+
6+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
7+
8+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
10+
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11+
12+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
## [PureMVC](http://puremvc.github.com/) [TypeScript](https://github.com/tekool/puremvc-typescript-standard-framework/wiki) Demo: Employee Admin
2-
This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based TypeScript application.
1+
## [PureMVC](http://puremvc.github.com/) [TypeScript](https://github.com/puremvc/puremvc-typescript-standard-framework/wiki) Demo: Employee Admin (jQuery)
2+
This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based TypeScript jQuery application.
33

4-
* [Live Demo](http://www.tekool.net/blogfiles/puremvc-typescript/puremvc-typescript-demo-employeeadmin/)
4+
PureMVC framework and Employee Admin demo library files are loaded using Require.js. UI components
5+
are displayed using jQuery, jQuery UI and jQgrid.
6+
7+
The demo is compiled as an AMD module using an Ant script that palliate TypeScript compiler
8+
issues building a single module using multiple TypeScript files. TypeScript will probably evolve on
9+
this point in a near future. The demo will be tested and updated on each new TypeScript compiler
10+
release. If it's not sufficiently up to date for you, please open an issue on Github or just send a
11+
pull request by your own, this will be more than welcome.
12+
13+
* [Live Demo](http://www.tekool.net/blogfiles/puremvc-typescript/puremvc-typescript-demo-jquery-employeeadmin/)
514
* [Discussion](http://www.tekool.net/blog/puremvc-typescript/)
615

716
## Screenshot
8-
![PureMVC TypeScript Demo: Employee Admin](https://github.com/tekool/puremvc-typescript-standard-framework/screenshot.png)
17+
![PureMVC TypeScript Demo: Employee Admin (jQuery)](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/screenshot.png)
918

1019
## Status
11-
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/blob/master/VERSION)
20+
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/blob/master/VERSION)
1221

1322
Considered as «development» while the TypeScript language specification is not finalized.
1423

@@ -22,7 +31,7 @@ Considered as «development» while the TypeScript language specification is not
2231
* [Ant](http://ant.apache.org/)
2332

2433
## License
25-
* PureMVC TypeScript Demo - TypeScript Employee Admin - Copyright © 2012 Frederic Saunier
34+
* PureMVC TypeScript Demo - Employee Admin (jQuery) - Copyright © 2012 Frederic Saunier
2635
* PureMVC AS3 Demo - Flex Employee Admin - Copyright © 2007, 2008 Clifford Hall
2736
* PureMVC - Copyright © 2012 Futurescale, Inc.
2837
* All rights reserved.

VERSION

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
PureMVC TypeScript Demo - Employee Admin (jQuery)
12
--------------------------------------------------------------------------
2-
Release Date: 01/08/12
3-
Platform: JavaScript / Objs
4-
Version: 2
5-
Revision: 0
6-
Author: Frederic Saunier <frederic.saunier@puremvc.org>
7-
License: Creative Commons Attribution 3.0 United States License
8-
License for Prototype Core: MIT and CC BY-SA
9-
--------------------------------------------------------------------------
3+
Release Date: 11/04/2012
4+
Platform: TypeScript / jQuery
5+
Version: 1
6+
Revision: 0
7+
Author: Frederic Saunier <frederic.saunier@puremvc.org>
8+
--------------------------------------------------------------------------
9+
10+
1.0 - Ported from JavaScript to TypeScript confronting both PureMVC Objs Employee Admin demo at
11+
https://github.com/tekool/puremvc-objs-employeeadmin and PureMVC ActionScript 3 Demo: Employee Admin
12+
(Flex) at https://github.com/PureMVC/puremvc-as3-demo-flex-employeeadmin.
13+
14+
The demo is compiled as an AMD module using a custom Ant script to palliate TypeScript compiler
15+
issues building a single module with multiple TypeScript files from the same module.
16+
17+
PureMVC framework and Employee Admin demo library files are loaded using Require.js.

0 commit comments

Comments
 (0)