GitXplorerGitXplorer
g

as3-api-reference

public
6 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
6291dd0ae7ef64129aa0ac5f08884ee73d973e12

Update README: Latest version July 2017

ggene-pavlovsky committed 7 years ago
Unverified
9f247821aa93a3cbb3cd061f455605fae3797b86

Add `July 2017` (Flash 25.0, AIR 25.0) doc archives.

ggene-pavlovsky committed 7 years ago
Unverified
3741922717fa1c62bdf813dd70e3ae7f12dad554

Remove TODO.txt

ggene-pavlovsky committed 7 years ago
Unverified
472f9142bcd59f565fe9986a05beed8c8c0c525e

Revert "Update .gitattributes"

ggene-pavlovsky committed 9 years ago
Unverified
2d84de3bfc1192dcf04df0292ea44a9351fa604f

Update .gitattributes

ggene-pavlovsky committed 9 years ago
Unverified
2bd89cdede8f16cc51da39d68992828db598361a

Added fix_toc.sh, updated fixed TOCs in all dist files.

ggene-pavlovsky committed 9 years ago

README

The README file for this repository.

ActionScript 3 (AS3) API Reference

Scripts developed by Gene Pavlovsky gene.pavlovsky@gmail.com

Description

ActionScript 3 (AS3) API Reference from Adobe, suitable for offline access using FlashDevelop or a web browser.

Provides scripts for downloading and optimizing the latest reference, enabling offline usage, improving rendering speed and reducing clutter.
Contains TocGen tool for generating the help TOC file suitable for use with FlashDevelop via OpenTheDoc plug-in.

Downloads

Latest version: July 2017 (Flash 25.0, AIR 25.0)

Scripts usage

The scripts are written in bash and awk and should be able to run on UNIX or Cygwin.

  1. Review config.sh. Any custom settings can be added to config.local.sh.
  2. Run scripts/fetch_src.sh to download the AS3 API Reference from Adobe to src/ using wget. This will take a long time.
  3. (optional) Just in case, create an archive of src/.
  4. Run scripts/clean_src.sh to move unwanted files from src/ to trash/.
  5. Run scripts/make_doc.sh to optimize the html files from src/, outputting into doc/. The optimizing itself is done by scripts/make_doc.awk. This will take a long time.
  6. (optional) Run scripts/verify_doc.sh to make sure that every file in src/ has a matching file in doc/. This will take a while.
  7. Run bin/TocGen.exe, fill in the full path to the doc/ directory, and click Generate. This will take a while.
  8. Run scripts/fix_toc.sh to fix a problem with the links in the TOC file. If following the next step, this script will be ran automatically.
  9. (optional) Edit config.sh, set prune_packages to the list of packages you don't want, then run scripts/prune_doc.sh to remove them and update the TOC file.
  10. Copy doc/ wherever you want and use them with FlashDevelop via OpenTheDoc plug-in or a web browser.