Skip to content

Commit 5945bf7

Browse files
committed
Updated with LICENSE, VERSION, and README
1 parent 956ce70 commit 5945bf7

File tree

4 files changed

+62
-67
lines changed

4 files changed

+62
-67
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* PureMVC Utility for AS3 / AIR - XML Database - Copyright © 2007-08 Cliff Hall
2+
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
3+
* All rights reserved.
4+
5+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8+
* 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.
9+
* 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.
10+
11+
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: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
## [PureMVC](http://puremvc.github.com/) [ActionScript 3](https://github.com/PureMVC/puremvc-as3-standard-framework/wiki) Utility: XML Database (AIR)
2+
This utility provides the ability for PureMVC-based AIR applications to easily create and persist and work with XML databases.
3+
4+
Standard and MultiCore versions are included.
5+
6+
* [Discussion](http://forums.puremvc.org/index.php?topic=261)
7+
* [API Docs](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/docs/AS3/Utility_AS3_AIR_XMLDatabase/asdoc/&desc=PureMVC%20Standard%20Docs%20AS3%20Utility:%20XML%20Database)
8+
9+
## Status
10+
Production - [Version 1.2](https://github.com/PureMVC/puremvc-as3-util-air-xmldatabase/blob/master/VERSION)
11+
12+
## Demos Using This Utility
13+
* [CodePeek](https://github.com/PureMVC/puremvc-as3-demo-air-codepeek/wiki)
14+
15+
## Utilities Using This Utility
16+
* [Desktop Citizen](https://github.com/PureMVC/puremvc-as3-util-air-desktopcitizen/wiki)
17+
18+
## Platforms / Technologies
19+
* [ActionScript 3](http://en.wikipedia.org/wiki/ActionScript)
20+
* [Flash](http://en.wikipedia.org/wiki/Adobe_flash)
21+
* [Flex](http://en.wikipedia.org/wiki/Adobe_Flex)
22+
* [AIR](http://en.wikipedia.org/wiki/Adobe_AIR)
23+
24+
## Changes in 1.2
25+
* Added MultiCore support.
26+
* No Standard version functionality changes except renaming source tree, therefore, there is no need to migrate Standard version apps to 1.2 unless you're also migrating to MultiCore.
27+
28+
## Changes in 1.1
29+
* Moved source code into src folder. No functionality changed.
30+
31+
## Features in 1.0
32+
* Abstract class for representing an XML database
33+
* Reads existing XML file or creates from a skeleton and persists
34+
* Handles File I/O automatically
35+
* Provides a way to parse the XML tree and delegate nodes to different proxies
36+
* Command for persisting arbitrary XML databases
37+
* Application can have as many XML databases as needed
38+
39+
## License
40+
* PureMVC Utility for AS3 / AIR - XML Database - Copyright © 2007-08 Cliff Hall
41+
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
42+
* All rights reserved.
43+
44+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
45+
46+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
47+
* 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.
48+
* 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.
49+
50+
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
PureMVC Utility for AS3 / AIR - XML Database
2-
Copyright(c) 2007-08 Cliff Hall <clifford.hall@puremvc.org>
3-
Your reuse is governed by the Creative Commons Attribution 3.0 License
1+
PureMVC Utility for AS3 / AIR - XML Database
42
--------------------------------------------------------------------------
53
Release Date: 12/02/08
64
Platform: ActionScript 3 / AIR
75
Version: 1
86
Revision: 2
97
Author: Cliff Hall <clifford.hall@puremvc.org>
10-
License: Creative Commons Attribution 3.0 United States License
118
--------------------------------------------------------------------------
129
1.2 - Added MultiCore support. No Standard version functionality changes
1310
except renaming source tree. So no need to migrate Standard version

license.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)