Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vishvish/BirdBase
- Owner: vishvish
- Archived: true
- Created: 2011-04-10T23:27:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T09:55:50.000Z (over 4 years ago)
- Last Synced: 2024-07-30T03:13:36.440Z (3 months ago)
- Language: ActionScript
- Homepage: http://birdbase.org
- Size: 2.53 MB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-actionscript-sorted - 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. (Unsorted / Other API)
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/)