Skip to content

Commit

Permalink
linking
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Oct 20, 2009
1 parent 4344449 commit d069e26
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.mdown
@@ -1,12 +1,15 @@
[intro]: http://github.com/seanhess/zero/tree/master/README.mdown
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown
[examples]: http://github.com/seanhess/zero/tree/master/doc/Examples.mdown
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown

# Introduction to Zero

Zero is a new way to approach Dependency Injection in Actionscript. Instead of using interfaces, you create lightweight objects that work as a gateway to the rest of the system. Zero allows you to attach functionality to interfaces with ultimate flexibility.

* [FAQ][faq]
* [Use Cases][usecases]
* [Examples][examples]
* [FAQ][faq]

### Why Zero?

Expand Down
11 changes: 11 additions & 0 deletions doc/Examples.mdown
@@ -1,5 +1,16 @@
[intro]: http://github.com/seanhess/zero/tree/master/README.mdown
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown
[examples]: http://github.com/seanhess/zero/tree/master/doc/Examples.mdown
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown

# Examples

Please read the intro first.

* [Introduction to Zero][intro]
* [Use Cases][usecases]
* [FAQ][faq]

### Cafe Townsend

I've created the classic, Cafe Townsend, using Zero. Please note that although I use an MVC paradigm in this example, it is not a part of Zero itself, but merely a good design. Zero is the toolkit, MVC is the pattern.
Expand Down
4 changes: 4 additions & 0 deletions doc/FAQ.mdown
@@ -1,10 +1,14 @@
[intro]: http://github.com/seanhess/zero/tree/master/README.mdown
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown
[examples]: http://github.com/seanhess/zero/tree/master/doc/Examples.mdown
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown


# Frequently Asked Questions

* [Introduction to Zero][intro]
* [Use Cases][usecases]
* [Examples][examples]

### Is Zero an MVC framework?

Expand Down
5 changes: 4 additions & 1 deletion doc/UseCases.mdown
@@ -1,9 +1,12 @@
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown
[intro]: http://github.com/seanhess/zero/tree/master/README.mdown
[usecases]: http://github.com/seanhess/zero/tree/master/doc/UseCases.mdown
[examples]: http://github.com/seanhess/zero/tree/master/doc/Examples.mdown
[faq]: http://github.com/seanhess/zero/tree/master/doc/FAQ.mdown

# Use Cases

* [Introduction to Zero][intro]
* [Examples][examples]
* [FAQ][faq]

### Shared State
Expand Down

0 comments on commit d069e26

Please sign in to comment.