Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jan 28, 2009
1 parent a737016 commit ad5f4cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 74 deletions.
72 changes: 0 additions & 72 deletions README

This file was deleted.

19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# AS3 Http Client Library

An http library written on top of flash.net.Socket (and as3crypto) to be used with AIR or flash runtimes.

For more info see: [http://code.google.com/p/as3httpclientlib/](http://code.google.com/p/as3httpclientlib/)

For info on airake, which is used to build and test see: [http://airake.rubyforge.org/](http://airake.rubyforge.org/) and [http://github.com/gabriel/gh-unit/tree/master](http://github.com/gabriel/gh-unit/tree/master)

## Building

To build the swc:

compc -load-config=build-swc.xml

To build and run tests under airake:

rake
rake test
rake adl
4 changes: 2 additions & 2 deletions build-swc.xml
Expand Up @@ -53,5 +53,5 @@
<language>EN</language>
<title>AS3 Http Client Library</title>
</metadata>
<output>bin/as3httpclientlib-1_0.swc</output>
</flex-config>
<output>bin/as3httpclientlib-1_0_1.swc</output>
</flex-config>

0 comments on commit ad5f4cc

Please sign in to comment.