diff --git a/README b/README deleted file mode 100644 index e6a60bb..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -Fork of Sebastian Senf (@mustardamus) awesome jQAPI (alternative jQuery Documentation) - -If you need the cert password, drop me a tweet @erikzaadi - -Check out the download section for a compiled air application \ No newline at end of file diff --git a/air/README b/air/README new file mode 100644 index 0000000..22e4b67 --- /dev/null +++ b/air/README @@ -0,0 +1,9 @@ +If you need the cert password, drop me a tweet @erikzaadi + +Install the Adobe Air SDK (http://www.adobe.com/products/air/tools/sdk/) + +Alter the run/build batch files, adding the Adobe SDK's bin folder before the command + +OR + +Check out the download section for a compiled air application diff --git a/application.xml b/air/application.xml similarity index 72% rename from application.xml rename to air/application.xml index 8707cc8..7852612 100644 --- a/application.xml +++ b/air/application.xml @@ -10,7 +10,7 @@ - loader.html + air/loader.html <systemChrome>standard</systemChrome> <transparent>false</transparent> @@ -22,10 +22,10 @@ <height>768</height> </initialWindow> <icon> - <image16x16>images/favicon16.png</image16x16> - <image32x32>images/favicon32.png</image32x32> - <image48x48>images/favicon48.png</image48x48> - <image128x128>images/favicon128.png</image128x128> + <image16x16>air/images/favicon16.png</image16x16> + <image32x32>air/images/favicon32.png</image32x32> + <image48x48>air/images/favicon48.png</image48x48> + <image128x128>air/images/favicon128.png</image128x128> </icon> <allowBrowserInvocation>true</allowBrowserInvocation> </application> diff --git a/badge/AIRInstallBadge.swf b/air/badge/AIRInstallBadge.swf similarity index 100% rename from badge/AIRInstallBadge.swf rename to air/badge/AIRInstallBadge.swf diff --git a/badge/expressinstall.swf b/air/badge/expressinstall.swf similarity index 100% rename from badge/expressinstall.swf rename to air/badge/expressinstall.swf diff --git a/badge/index.html b/air/badge/index.html similarity index 100% rename from badge/index.html rename to air/badge/index.html diff --git a/badge/jQAPI.jpeg b/air/badge/jQAPI.jpeg similarity index 100% rename from badge/jQAPI.jpeg rename to air/badge/jQAPI.jpeg diff --git a/badge/swfobject.js b/air/badge/swfobject.js similarity index 100% rename from badge/swfobject.js rename to air/badge/swfobject.js diff --git a/air/build.bat b/air/build.bat new file mode 100644 index 0000000..f7d95f4 --- /dev/null +++ b/air/build.bat @@ -0,0 +1,7 @@ +@echo off +REM Prepend the "adt" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/) +echo jQAPI Air Offline application +echo **************************** +echo building... + +adt -package -storetype pkcs12 -keystore jQAPI.p12 jQAPI-1.4.2.air ./application.xml -C ./../ css docs images js lib blank.html favicon.ico index.html navigation.html air/loader.html air/images \ No newline at end of file diff --git a/images/favicon128.png b/air/images/favicon128.png similarity index 100% rename from images/favicon128.png rename to air/images/favicon128.png diff --git a/images/favicon16.png b/air/images/favicon16.png similarity index 100% rename from images/favicon16.png rename to air/images/favicon16.png diff --git a/images/favicon32.png b/air/images/favicon32.png similarity index 100% rename from images/favicon32.png rename to air/images/favicon32.png diff --git a/images/favicon48.png b/air/images/favicon48.png similarity index 100% rename from images/favicon48.png rename to air/images/favicon48.png diff --git a/jQAPI.p12 b/air/jQAPI.p12 similarity index 100% rename from jQAPI.p12 rename to air/jQAPI.p12 diff --git a/loader.html b/air/loader.html similarity index 100% rename from loader.html rename to air/loader.html diff --git a/air/run.bat b/air/run.bat new file mode 100644 index 0000000..2095578 --- /dev/null +++ b/air/run.bat @@ -0,0 +1,6 @@ +@echo off +REM Prepend the "adl" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/) +echo jQAPI Air Offline application +echo running application... + +adl -pubid 3E5C46042CDA5A1F9AA301B445CE43A5D5223395 ./application.xml ./../ \ No newline at end of file