Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishvish/BirdBase

AS3 Microsite Framework - Birdbase is stable and we're about to launch a production site with it, so that seems like a good point to go 1.0. But we need to write some docs and guides to really hit that. And maybe some tests.
https://github.com/vishvish/BirdBase

Last synced: 3 months ago
JSON representation

AS3 Microsite Framework - Birdbase is stable and we're about to launch a production site with it, so that seems like a good point to go 1.0. But we need to write some docs and guides to really hit that. And maybe some tests.

Awesome Lists containing this project

README

        

# BirdBase AS3 Microsite Framework

BirdBase is a versatile framework built atop RobotLegs and other libraries to provide a fairly comprehensive and straightforward way to build a Flash microsite.

## Get Started

### Building from source

1. Clone source

git clone [email protected]:vishvish/BirdBase.git

1. Flash Builder

* Import from filesystem as Flex Library
* Add `lib` directory: `Project Properties > Flex Library Build Path > Library`

1. Project Sprouts, assuming you have a Ruby install on your system

1. `gem install flashsdk --pre`
1. `cd BirdBase`
1. `rake swc`

### Documentation

API docs of the ActionScript: [http://api.birdbase.org](http://api.birdbase.org)

PDFs:

* Developer's Guide & Book of Configuration: [http://birdbase.org/documentation/](http://birdbase.org/documentation/)

There is a demo application in progress here: [https://github.com/vishvish/BirdBase-Demo-Site](https://github.com/vishvish/BirdBase-Demo-Site)

And there are guide posts being created regularly on the website.

So far:

1. [Creating an Embedded Font Library](http://birdbase.org/2011/05/font-library/)
1. [Understanding BirdBase. #1: Bootstrap](http://birdbase.org/2011/05/understanding-birdbase-1-bootstrap/)
1. [Understanding BirdBase. #2: Navigator](http://birdbase.org/2011/05/understanding-birdbase-2-navigator/)