Skip to content

Commit 7e7b3dc

Browse files
committed
Updated README
1 parent 83ca525 commit 7e7b3dc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
## [PureMVC](http://puremvc.github.com/) Multicore Framework for [TypeScript](https://github.com/PureMVC/puremvc-typescript-multicore-framework/wiki)
2-
3-
These are sources, unit tests and minified library for PureMVC Multicore Framework for TypeScript.
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 a TypeScript port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki). It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s used in the [Standard Version](https://github.com/PureMVC/puremvc-typescript-standard-framework/wiki).
43

54
## Status
65
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION)
7-
8-
Will probably stay tagged as development while TypeScript language specification is not finalized,
9-
but remember that any TypeScript PureMVC project will output ready for production JavaScript.
6+
* Fully unit-tested and demoed, but in 'Development' status since the TypeScript language specification is not finalized.
107

118
## Platforms / Technologies
129
* [TypeScript](http://www.typescriptlang.org/)

VERSION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
PureMVC Multicore Framework for TypeScript
22
----------------------------------------------------------------------------------------------------
3-
Release Date: 11/07/2012
3+
Release Date: 12/10/2012
44
Platform: TypeScript
55
Version: 1
66
Revision: 0
77
Author: Frederic Saunier <frederic.saunier@puremvc.org>
8-
Status: Development
98
----------------------------------------------------------------------------------------------------
109

1110
1.0 - First official PureMVC TypeScript Multicore port.

0 commit comments

Comments
 (0)