Initial import.
This commit is contained in:
commit
1715fc30d3
8 changed files with 57 additions and 0 deletions
8
control
Normal file
8
control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: zAIM
|
||||
Installed-Size: 4k
|
||||
Filename: ./zAIM_1.0_arm.ipk
|
||||
Version: 0.1
|
||||
Architecture: Arm
|
||||
Maintainer: Erik C. Thauvin <erik@thauvin.net>
|
||||
Description: Access to AOL Quick Buddy (AIM) for Zaurus
|
||||
Section: Java
|
6
home/QtPalmtop/apps/Jeode/zAIM.desktop
Normal file
6
home/QtPalmtop/apps/Jeode/zAIM.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Comment=Access to AOL Quick Buddy (AIM)
|
||||
Exec=run_zAIM
|
||||
Icon=zAIM
|
||||
Type=Application
|
||||
Name=zAIM
|
2
home/QtPalmtop/bin/run_zAIM
Executable file
2
home/QtPalmtop/bin/run_zAIM
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
$QPEDIR/bin/evm -Xprogress:3200 -XappName=$0 -mx10m -appletviewer $QPEDIR/java/zAIM/zAIM.html
|
23
home/QtPalmtop/java/zAIM/zAIM.html
Normal file
23
home/QtPalmtop/java/zAIM/zAIM.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>AOL Quick Buddy</title>
|
||||
</head>
|
||||
<APPLET CODEBASE="http://toc.oscar.aol.com/" NAME="TIC" CODE="TIC.class" ARCHIVE="TIC.jar" WIDTH="200" HEIGHT="265">
|
||||
<PARAM name="AuthPort" value="29999">
|
||||
<PARAM NAME="CABBASE" value="TIC.cab">
|
||||
<PARAM NAME="PREFLIGHT" value="TakeOff">
|
||||
<PARAM name="widthDeltaAddUI" value="-100">
|
||||
<PARAM name="heightDeltaAddUI" value="10">
|
||||
<PARAM name="widthDeltaChatUI" value="-190">
|
||||
<PARAM name="heightDeltaChatUI" value="20">
|
||||
<PARAM name="widthDeltaEditUI" value="-50">
|
||||
<PARAM name="heightDeltaEditUI" value="-120">
|
||||
<PARAM name="widthDeltaIMUI" value="-120">
|
||||
<PARAM name="heightDeltaIMUI" value="0">
|
||||
<PARAM name="widthDeltaInviteUI" value="-50">
|
||||
<PARAM name="heightDeltaInviteUI" value="-120">
|
||||
<PARAM name="widthDeltaMsgUI" value="0">
|
||||
<PARAM name="heightDeltaMsgUI" value="0">
|
||||
</APPLET>
|
||||
</body>
|
||||
</html>
|
BIN
home/QtPalmtop/pics/zAIM.png
Normal file
BIN
home/QtPalmtop/pics/zAIM.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
18
makeipk.sh
Executable file
18
makeipk.sh
Executable file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
PACKAGE="zAIM"
|
||||
VERSION="0.1"
|
||||
|
||||
rm -f *.ipk *.gz *.tar
|
||||
|
||||
tar -cvf control.tar ./control
|
||||
gzip control.tar
|
||||
|
||||
tar -cvf data.tar ./home
|
||||
gzip data.tar
|
||||
|
||||
tar -cvf ${PACKAGE}.tar ./control.tar.gz ./data.tar.gz
|
||||
gzip ${PACKAGE}.tar
|
||||
|
||||
mv ${PACKAGE}.tar.gz ${PACKAGE}_${VERSION}_arm.ipk
|
||||
|
||||
rm -f *.gz *.tar
|
BIN
screenshot.gif
Normal file
BIN
screenshot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
zAIM_0.1_arm.ipk
Normal file
BIN
zAIM_0.1_arm.ipk
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue