Skip to content

Commit 6e338dc

Browse files
author
tekool
committed
Retrograded to chages from 2012 to help in merging 1.1 version
1 parent 45fdbee commit 6e338dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## [PureMVC](http://puremvc.github.com/) Multicore Framework for [TypeScript](https://github.com/PureMVC/puremvc-typescript-multicore-framework/wiki)
1+
## [PureMVC](http://puremvc.github.com/) TypeScript MultiCore 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 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).
23

3-
These are sources, unit tests and minified library for PureMVC Multicore Framework for TypeScript.
4+
* [Discussion](http://forums.puremvc.org/index.php?board=113.0)
5+
* [Live Unit Test Runner](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/demos/TS/PureMVC_TS_MultiCore_UnitTests/&desc=PureMVC%20TypeScript%20MultiCore%20Unit%20Tests)
46

57
## Status
6-
Production - [Version 1.1](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.
8+
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION)
9+
* Fully unit-tested and demoed, but in 'Development' status since the TypeScript language specification is not finalized.
1010

1111
## Platforms / Technologies
1212
* [TypeScript](http://www.typescriptlang.org/)
@@ -35,8 +35,8 @@ system path. e.g. on windows: <code>typescript.compiler.path = C:/Documents and
3535
3. Use your favorite editor to run Ant or simply type <code>ant puremvc-typescript-multicore-framework/build
3636

3737
## License
38-
* PureMVC TypeScript Multicore Framework - Copyright © 2014 Frederic Saunier
39-
* PureMVC - Copyright © 2006-2014 Futurescale, Inc.
38+
* PureMVC TypeScript Multicore Framework - Copyright © 2012 Frederic Saunier
39+
* PureMVC - Copyright © 2006-2012 Futurescale, Inc.
4040
* All rights reserved.
4141

4242
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)