Skip to content

Commit ea14f8f

Browse files
committed
Updated with LICENSE, VERSION, and README
1 parent 804a795 commit ea14f8f

File tree

4 files changed

+77
-63
lines changed

4 files changed

+77
-63
lines changed

LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* PureMVC AS3 Standard Framework - Copyright © 2006-2012 Futurescale, Inc.
2+
* All rights reserved.
3+
4+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5+
6+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
* 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.
8+
* 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.
9+
10+
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: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
## [PureMVC](http://puremvc.github.com/) ActionScript 3 Standard Framework
2+
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is the specific implementation for the AS3 language, and the reference implementation for [all other PureMVC Ports](http://puremvc.github.com/). It does not support [modular programming](http://en.wikipedia.org/wiki/Modular_programming) since it uses [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s as Core actors rather than the [Multiton](http://en.wikipedia.org/wiki/Multiton)s used in the [MultiCore](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki/) Version.
3+
4+
* [API Docs](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/docs/AS3/standard/framework_asdoc/&desc=PureMVC%20API%20Docs:%20PureMVC%20Standard%20for%20ActionScript%203)
5+
* [Unit Tests](https://github.com/PureMVC/puremvc-as3-standard-unittests/wiki)
6+
* [Discussion](http://forums.puremvc.org/index.php?board=26.0)
7+
* [Standard Version Overview Presentation](http://puremvc.tv/#P100)
8+
* [ActionScript Developer's Guide to PureMVC (O'Reilly)](http://oreil.ly/puremvc)
9+
10+
## Demos
11+
* For FLEX
12+
* [App Skeleton](https://github.com/PureMVC/puremvc-as3-demo-flex-appskeleton/wiki)
13+
* [Bookstore](https://github.com/PureMVC/puremvc-as3-demo-flex-weborb-bookstore/wiki)
14+
* [Cafe Townsend](https://github.com/PureMVC/puremvc-as3-demo-flex-cafetownsend/wiki)
15+
* [Employee Admin](https://github.com/PureMVC/puremvc-as3-demo-flex-employeeadmin/wiki)
16+
* [File Upload](https://github.com/PureMVC/puremvc-as3-demo-flex-cf-fileupload/wiki)
17+
* [History Panel](https://github.com/PureMVC/puremvc-as3-demo-flex-historypanel/wiki)
18+
* [Index Cards](https://github.com/PureMVC/puremvc-as3-demo-flex-rails-indexcards/wiki)
19+
* [Loadup as Ordered](https://github.com/PureMVC/puremvc-as3-demo-flex-loadupasordered/wiki)
20+
* [Loadup for Assets](https://github.com/PureMVC/puremvc-as3-demo-flex-loadupforassets/wiki)
21+
* [Manifold Roamer](https://github.com/PureMVC/puremvc-as3-demo-flex-manifoldroamer/wiki)
22+
* [Login](https://github.com/PureMVC/puremvc-as3-demo-flex-weborb-login/wiki)
23+
* [Slacker](https://github.com/PureMVC/puremvc-as3-demo-flex-slacker/wiki)
24+
* [Query CFC](https://github.com/PureMVC/puremvc-as3-demo-flex-cf-querycfc/wiki)
25+
* [StopWatch](https://github.com/PureMVC/puremvc-as3-demo-flex-stopwatch/wiki)
26+
* For AIR
27+
* [CodePeek](https://github.com/PureMVC/puremvc-as3-demo-air-codepeek/wiki)
28+
* [HelloPlaybook](https://github.com/PureMVC/puremvc-as3-demo-air-helloplaybook/wiki)
29+
* [RSS Headlines](https://github.com/PureMVC/puremvc-as3-demo-air-rssheadlines/wiki)
30+
* For FLASH
31+
* [Hello Flash](https://github.com/PureMVC/puremvc-as3-demo-flash-helloflash/wiki)
32+
* [Sequential](https://github.com/PureMVC/puremvc-as3-demo-flash-sequential/wiki)
33+
34+
## Utilities
35+
* For FLEX, FLASH, or AIR
36+
* [Async Command](https://github.com/PureMVC/puremvc-as3-util-asynccommand/wiki)
37+
* [Async Stub](https://github.com/PureMVC/puremvc-as3-util-asyncstub/wiki)
38+
* [Loadup](https://github.com/PureMVC/puremvc-as3-util-loadup/wiki)
39+
* [State Machine](https://github.com/PureMVC/puremvc-as3-util-statemachine/wiki)
40+
* [Undo](https://github.com/PureMVC/puremvc-as3-util-undo/wiki)
41+
* For FLEX or AIR
42+
* [Deployment Config](https://github.com/PureMVC/puremvc-as3-util-flex-deploymentconfig/wiki)
43+
* For AIR
44+
* [Desktop Citizen](https://github.com/PureMVC/puremvc-as3-util-air-desktopcitizen/wiki)
45+
* [XML Database](https://github.com/PureMVC/puremvc-as3-util-air-xmldatabase/wiki)
46+
47+
## Status
48+
Production - [Version 2.0.4](https://github.com/PureMVC/puremvc-as3-standard-framework/blob/master/VERSION)
49+
50+
## Platforms / Technologies
51+
* [ActionScript 3](http://en.wikipedia.org/wiki/ActionScript)
52+
* [Flex](http://en.wikipedia.org/wiki/Adobe_flash)
53+
* [Flash](http://en.wikipedia.org/wiki/Adobe_Flex)
54+
* [AIR](http://en.wikipedia.org/wiki/Adobe_Air)
55+
56+
## License
57+
* PureMVC AS3 Standard Framework - Copyright © 2006-2012 Futurescale, Inc.
58+
* All rights reserved.
59+
60+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
61+
62+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
63+
* 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.
64+
* 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.
65+
66+
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.

version.txt renamed to VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
1+
PureMVC AS3 Standard Framework
22
--------------------------------------------------------------------------
33
Release Date: 08/14/08
44
Platform: ActionScript 3 (Flash, Flex, AIR)
55
Version: 2
66
Revision: 0
77
Minor: 4
88
Author: Cliff Hall <[email protected]>
9-
License: Creative Commons Attribution 3.0 United States License
109
--------------------------------------------------------------------------
1110
2.0.4 Dissallowed re-registration of Mediators in View.registerMediator.
1211
For more on this bug, see:

0 commit comments

Comments
 (0)