[77] | 1 | <!--@archive:psios2-0_10_1-os2:-->
|
---|
| 2 |
|
---|
| 3 | <WARPIN VERSION="0.9.5"
|
---|
| 4 | OS="OS2_3x">
|
---|
| 5 |
|
---|
| 6 | <HEAD>
|
---|
| 7 |
|
---|
| 8 | <TITLE>Psi/2 0.10.1 (2006-09-26)</TITLE>
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | <PCK INDEX=1
|
---|
[82] | 12 | PACKAGEID="netlabs.org/psi-im.org\Psi/2\Psi/2 0.10.1\0\10\1\0"
|
---|
[77] | 13 | TARGET="$(WARPIN_DEFAULTAPPSPATH)\psios2-0_10_1" BASE
|
---|
| 14 | TITLE="Psi/2 0.10.1"
|
---|
| 15 |
|
---|
| 16 | NODESELECT
|
---|
| 17 | REQUIRES="netlabs.org\kLIBC\LIBC 0.6 Runtime\0\6\1"
|
---|
| 18 |
|
---|
| 19 | KILLPROCESS="psi.exe"
|
---|
| 20 |
|
---|
| 21 | LONGFILENAMES
|
---|
| 22 |
|
---|
| 23 | CREATEOBJECT="REPLACE WPFolder|Psi/2 0.10.1|<WP_DESKTOP>|OBJECTID=<psios2-0_10_1-Folder>;"
|
---|
| 24 | CREATEOBJECT="REPLACE WPProgram|Psi/2 0.10.1|<psios2-0_10_1-Folder>|EXENAME=$(1)\Psi.exe;STARTUPDIR=$(1);ICONFILE=$(1)\Psi.ico;"
|
---|
| 25 | CREATEOBJECT="REPLACE WPShadow|Readme.txt|<psios2-0_10_1-Folder>|SHADOWID=$(1)\Readme.txt;"
|
---|
| 26 | CREATEOBJECT="REPLACE WPShadow|Readme-OS2.txt|<psios2-0_10_1-Folder>|SHADOWID=$(1)\Readme-OS2.txt;"
|
---|
| 27 | CREATEOBJECT="REPLACE WPShadow|Changes.txt|<psios2-0_10_1-Folder>|SHADOWID=$(1)\Changes.txt;"
|
---|
| 28 |
|
---|
| 29 | CREATEOBJECT="REPLACE WPFolder|Additional Links|<psios2-0_10_1-Folder>|OBJECTID=<psios2-0_10_1-Links>;"
|
---|
| 30 | CREATEOBJECT="REPLACE WPUrl|Psi/2 HomePage|<psios2-0_10_1-Links>|NOTDEFAULTICON=YES;DEFAULTVIEW=CONTENTS;URL=http://svn.netlabs.org/qtapps/wiki/Psi/;"
|
---|
| 31 | CREATEOBJECT="REPLACE WPUrl|Psi/2 Downloads|<psios2-0_10_1-Links>|NOTDEFAULTICON=YES;DEFAULTVIEW=CONTENTS;URL=ftp://ftp.netlabs.org/pub/qtapps/psi/;"
|
---|
| 32 | CREATEOBJECT="REPLACE WPUrl|Qt3 for OS/2 HomePage|<psios2-0_10_1-Links>|NOTDEFAULTICON=YES;DEFAULTVIEW=CONTENTS;URL=http://svn.netlabs.org/qt3/;"
|
---|
| 33 | CREATEOBJECT="REPLACE WPUrl|Psi Official HomePage|<psios2-0_10_1-Links>|NOTDEFAULTICON=YES;DEFAULTVIEW=CONTENTS;URL=http://psi-im.org/;"
|
---|
| 34 | CREATEOBJECT="REPLACE WPUrl|Psi Official Wiki|<psios2-0_10_1-Links>|NOTDEFAULTICON=YES;DEFAULTVIEW=CONTENTS;URL=http://psi-im.org/wiki/Main_Page;"
|
---|
| 35 |
|
---|
| 36 | >Base package containing the Psi application. This package is required</PCK>
|
---|
| 37 |
|
---|
| 38 | <REXX NAME="GetDLLPath">
|
---|
| 39 | rc = rxFuncAdd('SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs')
|
---|
| 40 | rc = SysLoadFuncs()
|
---|
| 41 | result = '?:\OS2\DLL'
|
---|
| 42 | bestPath = WirexxGetEnv('WARPIN_DEFAULTAPPSPATH')'\DLL';
|
---|
| 43 | config_sys = SysBootDrive()'\config.sys'
|
---|
| 44 | do while lines(config_sys)
|
---|
| 45 | line = linein(config_sys)
|
---|
| 46 | if (left(line, 8) == 'LIBPATH=') then do
|
---|
| 47 | /* locate the previous occurence of path */
|
---|
| 48 | libpath = translate(substr(line, 9))
|
---|
| 49 | path = translate(bestPath)
|
---|
| 50 | l = length(path)
|
---|
| 51 | found = 0; p = 1
|
---|
| 52 | do while (\found)
|
---|
| 53 | p = pos(path, libpath, p)
|
---|
| 54 | if (p == 0) then leave
|
---|
| 55 | cb = ''; ca = ''
|
---|
| 56 | /*<*/
|
---|
| 57 | if (p > 1) then cb = substr(libpath, p - 1, 1)
|
---|
| 58 | if (p + l <= length(libpath)) then ca = substr(libpath, p + l, 1)
|
---|
| 59 | /*>*/
|
---|
| 60 | found = (cb == '' | cb == ';') & (ca == '' | ca == ';')
|
---|
| 61 | if (\found) then p = p + 1
|
---|
| 62 | end
|
---|
| 63 | if (found) then do
|
---|
| 64 | result = bestPath
|
---|
| 65 | leave
|
---|
| 66 | end
|
---|
| 67 | end
|
---|
| 68 | end
|
---|
| 69 | return result
|
---|
| 70 | </REXX>
|
---|
| 71 |
|
---|
| 72 | <!--PCK INDEX=2
|
---|
| 73 | PACKAGEID="netlabs.org\kLIBC\LIBC 0.6 Runtime\0\6\1\0"
|
---|
| 74 | TITLE="LIBC 0.6 Runtime"
|
---|
| 75 | TARGET="=("GetDLLPath")"
|
---|
| 76 | FIXED NODESELECT
|
---|
| 77 | >kLIBC 0.6 Runtime Libraries. This package is required for Psi</PCK-->
|
---|
| 78 |
|
---|
| 79 | </HEAD>
|
---|
| 80 | <BODY>
|
---|
| 81 |
|
---|
| 82 |
|
---|
| 83 | <PAGE INDEX=1 TYPE=README>
|
---|
| 84 | <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
|
---|
| 85 | <TEXT>Welcome to the Psi/2 Installation Program!
|
---|
| 86 |
|
---|
| 87 | Please read through the following pages by pressing "Next" to continue or press "Cancel" to abort the installation.</TEXT>
|
---|
| 88 | <README FORMAT=HTML>
|
---|
| 89 | <b>What is Psi</b>
|
---|
| 90 | <p>
|
---|
| 91 | Psi is a capable Jabber client aimed at experienced users. Its design
|
---|
| 92 | goals are simplicity and stability. Psi is highly portable and runs on
|
---|
| 93 | Windows, OS/2, Unix/X11, and MacOS X.
|
---|
| 94 | </p>
|
---|
| 95 | <p>
|
---|
| 96 | The interface is very ICQ-like. Alerts appear in the contact list when
|
---|
| 97 | events are received, and things like subscriptions requests appear as
|
---|
| 98 | <i>system messages</i> (ICQ users know these well). Even <i>Chats</i> are
|
---|
| 99 | queued in the contact list. Also, chats are <i>remembered</i> by default,
|
---|
| 100 | so that you don't have to keep a bunch of windows open for each person.
|
---|
| 101 | Just close the chat window. If you open it again it will all be there.
|
---|
| 102 | </p>
|
---|
| 103 | <p>
|
---|
| 104 | Psi is minimal but powerful. There are keybindings for just about
|
---|
| 105 | everything, Unicode is supported throughout, and contacts are cached
|
---|
| 106 | offline. Security is also a major consideration, and Psi provides it for
|
---|
| 107 | both client-to-server (SSL) and client-to-client (GnuPG).
|
---|
| 108 | </p>
|
---|
| 109 | <p>
|
---|
| 110 | This program is licensed under the GNU General Public License. See
|
---|
| 111 | the <code>COPYING</code> file inlcuded in this package for more information.
|
---|
| 112 | </p>
|
---|
| 113 | <p>
|
---|
| 114 | You can find more information about Psi on the official Psi home page
|
---|
| 115 | at <code>http://psi-im.org</code>.
|
---|
| 116 | </p>
|
---|
| 117 | </p>
|
---|
| 118 | <p>
|
---|
| 119 | <b>What is Psi/2</b>
|
---|
| 120 | </p>
|
---|
| 121 | <p>
|
---|
| 122 | Psi/2 is a separate development branch of Psi initially created to work on
|
---|
| 123 | a version of Psi for OS/2 and eComStation operating systems. Why a separate
|
---|
| 124 | branch? In ealy 2006, original Psi authors decided to discontinue the support
|
---|
| 125 | of the Qt Toolkit Version 3 and ported Psi sources to Qt Version 4. Psi 0.10
|
---|
| 126 | was the last release based on Qt Version 3. However, Qt Version 4 is not (yet)
|
---|
| 127 | available for the OS/2 platform, therefore the sources of Psi 0.10 have been
|
---|
| 128 | taken and ported to OS/2.
|
---|
| 129 | </p>
|
---|
| 130 | <p>
|
---|
| 131 | In the process of porting, several minor Psi bugs were fixed and some few
|
---|
| 132 | bits of new functionality were added. These changes are unlikely to be applied
|
---|
| 133 | to the current official Psi sources because of the differences in Qt Toolkits
|
---|
| 134 | and because original authors are not interested in supporting the Qt 3 branch.
|
---|
| 135 | </p>
|
---|
| 136 | <p>
|
---|
| 137 | There are some more improvements planned to the Psi/2 branch. This branch will
|
---|
| 138 | exist until at least Qt Version 4 for OS/2 becomes available. Please note that
|
---|
| 139 | Psi/2 is NOT supported by original Psi developers, so don't send them bug
|
---|
| 140 | reports and feature requests. See below for information about reporting bugs.
|
---|
| 141 | </p>
|
---|
| 142 | <p>
|
---|
| 143 | In order to clearly distinguish the original Psi application from Psi/2,
|
---|
| 144 | the latter is used as the application name for the Psi/2 branch (including
|
---|
| 145 | the 'Jabber client name and version' string reported to Jabber servers).
|
---|
| 146 | In situations where using the slash character makes problems or even imposible
|
---|
| 147 | (such as file names of distribution archives), 'psios2' is used instead.
|
---|
| 148 | </p>
|
---|
| 149 | <p>
|
---|
| 150 | Currently, binary Psi/2 packages are distributed only for OS/2 and eComStation
|
---|
| 151 | (a Windows package based on Qt 3 is planned soon). If you need a version of Psi
|
---|
| 152 | for a different platform, please visit the official Psi home hage mentioned
|
---|
| 153 | above. There you will find the most recent version of Psi based on the Qt
|
---|
| 154 | Toolkit Version 4.
|
---|
| 155 | </p>
|
---|
| 156 | <p>
|
---|
| 157 | The Psi/2 home page is located at <code>http://svn.netlabs.org/qtapps/wiki/Psi</code>.
|
---|
| 158 | </p>
|
---|
| 159 | <p>
|
---|
| 160 | Binary Psi/2 packages can be found at <code>ftp://ftp.netlabs.org/pub/qtapps/psi</code>.
|
---|
| 161 | </p>
|
---|
| 162 | </README>
|
---|
| 163 | </PAGE>
|
---|
| 164 |
|
---|
| 165 |
|
---|
| 166 | <PAGE INDEX=2 TYPE=README>
|
---|
| 167 | <NEXTBUTTON TARGET=3>~I agree</NEXTBUTTON>
|
---|
| 168 | <TEXT>Please read the Psi License information. By pressing the "I agree" button, you agree to all terms and conditions to the below license agreement.</TEXT>
|
---|
| 169 | <README FORMAT=HTML>
|
---|
| 170 | As a special exception, the copyright holder(s) give permission to link
|
---|
| 171 | this program with the Qt Library (commercial or non-commercial edition),
|
---|
| 172 | and distribute the resulting executable, without including the source
|
---|
| 173 | code for the Qt library in the source distribution.
|
---|
| 174 | <p>
|
---|
| 175 | As a special exception, the copyright holder(s) give permission to link
|
---|
| 176 | this program with any other library, and distribute the resulting
|
---|
| 177 | executable, without including the source code for the library in the
|
---|
| 178 | source distribution, provided that the library interfaces with this
|
---|
| 179 | program only via the following plugin interfaces:
|
---|
| 180 | </p>
|
---|
| 181 | <p>
|
---|
| 182 | <ol>
|
---|
| 183 | <li>
|
---|
| 184 | The Qt Plugin APIs, only as authored by Trolltech
|
---|
| 185 | <li>
|
---|
| 186 | The QCA Plugin API, only as authored by Justin Karneges
|
---|
| 187 | </ol>
|
---|
| 188 | <p><br>
|
---|
| 189 | <b>GNU GENERAL PUBLIC LICENSE</b>
|
---|
| 190 | <b>Version 2, June 1991</b>
|
---|
| 191 | </p>
|
---|
| 192 | <p>
|
---|
| 193 | Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br>
|
---|
| 194 | 675 Mass Ave, Cambridge, MA 02139, USA
|
---|
| 195 | </p>
|
---|
| 196 | <p>
|
---|
| 197 | Everyone is permitted to copy and distribute verbatim copies
|
---|
| 198 | of this license document, but changing it is not allowed.
|
---|
| 199 | </p>
|
---|
| 200 | <p>
|
---|
| 201 | <b>Preamble</b>
|
---|
| 202 | </p>
|
---|
| 203 | <p>
|
---|
| 204 | The licenses for most software are designed to take away your
|
---|
| 205 | freedom to share and change it. By contrast, the GNU General Public
|
---|
| 206 | License is intended to guarantee your freedom to share and change free
|
---|
| 207 | software -- to make sure the software is free for all its users. This
|
---|
| 208 | General Public License applies to most of the Free Software
|
---|
| 209 | Foundation's software and to any other program whose authors commit to
|
---|
| 210 | using it. (Some other Free Software Foundation software is covered by
|
---|
| 211 | the GNU Library General Public License instead.) You can apply it to
|
---|
| 212 | your programs, too.
|
---|
| 213 | </p>
|
---|
| 214 | <p>
|
---|
| 215 | When we speak of free software, we are referring to freedom, not
|
---|
| 216 | price. Our General Public Licenses are designed to make sure that you
|
---|
| 217 | have the freedom to distribute copies of free software (and charge for
|
---|
| 218 | this service if you wish), that you receive source code or can get it
|
---|
| 219 | if you want it, that you can change the software or use pieces of it
|
---|
| 220 | in new free programs; and that you know you can do these things.
|
---|
| 221 | </p>
|
---|
| 222 | <p>
|
---|
| 223 | To protect your rights, we need to make restrictions that forbid
|
---|
| 224 | anyone to deny you these rights or to ask you to surrender the rights.
|
---|
| 225 | These restrictions translate to certain responsibilities for you if you
|
---|
| 226 | distribute copies of the software, or if you modify it.
|
---|
| 227 | </p>
|
---|
| 228 | <p>
|
---|
| 229 | For example, if you distribute copies of such a program, whether
|
---|
| 230 | gratis or for a fee, you must give the recipients all the rights that
|
---|
| 231 | you have. You must make sure that they, too, receive or can get the
|
---|
| 232 | source code. And you must show them these terms so they know their
|
---|
| 233 | rights.
|
---|
| 234 | </p>
|
---|
| 235 | <p>
|
---|
| 236 | We protect your rights with two steps: (1) copyright the software, and
|
---|
| 237 | (2) offer you this license which gives you legal permission to copy,
|
---|
| 238 | distribute and/or modify the software.
|
---|
| 239 | </p>
|
---|
| 240 | <p>
|
---|
| 241 | Also, for each author's protection and ours, we want to make certain
|
---|
| 242 | that everyone understands that there is no warranty for this free
|
---|
| 243 | software. If the software is modified by someone else and passed on, we
|
---|
| 244 | want its recipients to know that what they have is not the original, so
|
---|
| 245 | that any problems introduced by others will not reflect on the original
|
---|
| 246 | authors' reputations.
|
---|
| 247 | </p>
|
---|
| 248 | <p>
|
---|
| 249 | Finally, any free program is threatened constantly by software
|
---|
| 250 | patents. We wish to avoid the danger that redistributors of a free
|
---|
| 251 | program will individually obtain patent licenses, in effect making the
|
---|
| 252 | program proprietary. To prevent this, we have made it clear that any
|
---|
| 253 | patent must be licensed for everyone's free use or not licensed at all.
|
---|
| 254 | </p>
|
---|
| 255 | <p>
|
---|
| 256 | The precise terms and conditions for copying, distribution and
|
---|
| 257 | modification follow.
|
---|
| 258 | </p>
|
---|
| 259 | <p>
|
---|
| 260 | <b>GNU GENERAL PUBLIC LICENSE
|
---|
| 261 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</b>
|
---|
| 262 | </p>
|
---|
| 263 | <p>
|
---|
| 264 | <b>0.</b> This License applies to any program or other work which contains
|
---|
| 265 | a notice placed by the copyright holder saying it may be distributed
|
---|
| 266 | under the terms of this General Public License. The <i>Program</i>, below,
|
---|
| 267 | refers to any such program or work, and a <i>work based on the Program</i>
|
---|
| 268 | means either the Program or any derivative work under copyright law:
|
---|
| 269 | that is to say, a work containing the Program or a portion of it,
|
---|
| 270 | either verbatim or with modifications and/or translated into another
|
---|
| 271 | language. (Hereinafter, translation is included without limitation in
|
---|
| 272 | the term <i>modification</i>.) Each licensee is addressed as <i>you</i>.
|
---|
| 273 | </p>
|
---|
| 274 | <p>
|
---|
| 275 | Activities other than copying, distribution and modification are not
|
---|
| 276 | covered by this License; they are outside its scope. The act of
|
---|
| 277 | running the Program is not restricted, and the output from the Program
|
---|
| 278 | is covered only if its contents constitute a work based on the
|
---|
| 279 | Program (independent of having been made by running the Program).
|
---|
| 280 | Whether that is true depends on what the Program does.
|
---|
| 281 | </p>
|
---|
| 282 | <p>
|
---|
| 283 | <b>1.</b> You may copy and distribute verbatim copies of the Program's
|
---|
| 284 | source code as you receive it, in any medium, provided that you
|
---|
| 285 | conspicuously and appropriately publish on each copy an appropriate
|
---|
| 286 | copyright notice and disclaimer of warranty; keep intact all the
|
---|
| 287 | notices that refer to this License and to the absence of any warranty;
|
---|
| 288 | and give any other recipients of the Program a copy of this License
|
---|
| 289 | along with the Program.
|
---|
| 290 | </p>
|
---|
| 291 | <p>
|
---|
| 292 | You may charge a fee for the physical act of transferring a copy, and
|
---|
| 293 | you may at your option offer warranty protection in exchange for a fee.
|
---|
| 294 | </p>
|
---|
| 295 | <p>
|
---|
| 296 | <b>2.</b> You may modify your copy or copies of the Program or any portion
|
---|
| 297 | of it, thus forming a work based on the Program, and copy and
|
---|
| 298 | distribute such modifications or work under the terms of Section 1
|
---|
| 299 | above, provided that you also meet all of these conditions:
|
---|
| 300 | </p>
|
---|
| 301 | <p>
|
---|
| 302 | a) You must cause the modified files to carry prominent notices
|
---|
| 303 | stating that you changed the files and the date of any change.
|
---|
| 304 | </p>
|
---|
| 305 | <p>
|
---|
| 306 | b) You must cause any work that you distribute or publish, that in
|
---|
| 307 | whole or in part contains or is derived from the Program or any
|
---|
| 308 | part thereof, to be licensed as a whole at no charge to all third
|
---|
| 309 | parties under the terms of this License.
|
---|
| 310 | </p>
|
---|
| 311 | <p>
|
---|
| 312 | c) If the modified program normally reads commands interactively
|
---|
| 313 | when run, you must cause it, when started running for such
|
---|
| 314 | interactive use in the most ordinary way, to print or display an
|
---|
| 315 | announcement including an appropriate copyright notice and a
|
---|
| 316 | notice that there is no warranty (or else, saying that you provide
|
---|
| 317 | a warranty) and that users may redistribute the program under
|
---|
| 318 | these conditions, and telling the user how to view a copy of this
|
---|
| 319 | License. (Exception: if the Program itself is interactive but
|
---|
| 320 | does not normally print such an announcement, your work based on
|
---|
| 321 | the Program is not required to print an announcement.)
|
---|
| 322 | </p>
|
---|
| 323 | <p>
|
---|
| 324 | These requirements apply to the modified work as a whole. If
|
---|
| 325 | identifiable sections of that work are not derived from the Program,
|
---|
| 326 | and can be reasonably considered independent and separate works in
|
---|
| 327 | themselves, then this License, and its terms, do not apply to those
|
---|
| 328 | sections when you distribute them as separate works. But when you
|
---|
| 329 | distribute the same sections as part of a whole which is a work based
|
---|
| 330 | on the Program, the distribution of the whole must be on the terms of
|
---|
| 331 | this License, whose permissions for other licensees extend to the
|
---|
| 332 | entire whole, and thus to each and every part regardless of who wrote it.
|
---|
| 333 | </p>
|
---|
| 334 | <p>
|
---|
| 335 | Thus, it is not the intent of this section to claim rights or contest
|
---|
| 336 | your rights to work written entirely by you; rather, the intent is to
|
---|
| 337 | exercise the right to control the distribution of derivative or
|
---|
| 338 | collective works based on the Program.
|
---|
| 339 | </p>
|
---|
| 340 | <p>
|
---|
| 341 | In addition, mere aggregation of another work not based on the Program
|
---|
| 342 | with the Program (or with a work based on the Program) on a volume of
|
---|
| 343 | a storage or distribution medium does not bring the other work under
|
---|
| 344 | the scope of this License.
|
---|
| 345 | </p>
|
---|
| 346 | <p>
|
---|
| 347 | <b>3.</b> You may copy and distribute the Program (or a work based on it,
|
---|
| 348 | under Section 2) in object code or executable form under the terms of
|
---|
| 349 | Sections 1 and 2 above provided that you also do one of the following:
|
---|
| 350 | </p>
|
---|
| 351 | <p>
|
---|
| 352 | a) Accompany it with the complete corresponding machine-readable
|
---|
| 353 | source code, which must be distributed under the terms of Sections
|
---|
| 354 | 1 and 2 above on a medium customarily used for software interchange; or,
|
---|
| 355 | </p>
|
---|
| 356 | <p>
|
---|
| 357 | b) Accompany it with a written offer, valid for at least three
|
---|
| 358 | years, to give any third party, for a charge no more than your
|
---|
| 359 | cost of physically performing source distribution, a complete
|
---|
| 360 | machine-readable copy of the corresponding source code, to be
|
---|
| 361 | distributed under the terms of Sections 1 and 2 above on a medium
|
---|
| 362 | customarily used for software interchange; or,
|
---|
| 363 | </p>
|
---|
| 364 | <p>
|
---|
| 365 | c) Accompany it with the information you received as to the offer
|
---|
| 366 | to distribute corresponding source code. (This alternative is
|
---|
| 367 | allowed only for noncommercial distribution and only if you
|
---|
| 368 | received the program in object code or executable form with such
|
---|
| 369 | an offer, in accord with Subsection b above.)
|
---|
| 370 | </p>
|
---|
| 371 | <p>
|
---|
| 372 | The source code for a work means the preferred form of the work for
|
---|
| 373 | making modifications to it. For an executable work, complete source
|
---|
| 374 | code means all the source code for all modules it contains, plus any
|
---|
| 375 | associated interface definition files, plus the scripts used to
|
---|
| 376 | control compilation and installation of the executable. However, as a
|
---|
| 377 | special exception, the source code distributed need not include
|
---|
| 378 | anything that is normally distributed (in either source or binary
|
---|
| 379 | form) with the major components (compiler, kernel, and so on) of the
|
---|
| 380 | operating system on which the executable runs, unless that component
|
---|
| 381 | itself accompanies the executable.
|
---|
| 382 | </p>
|
---|
| 383 | <p>
|
---|
| 384 | If distribution of executable or object code is made by offering
|
---|
| 385 | access to copy from a designated place, then offering equivalent
|
---|
| 386 | access to copy the source code from the same place counts as
|
---|
| 387 | distribution of the source code, even though third parties are not
|
---|
| 388 | compelled to copy the source along with the object code.
|
---|
| 389 | </p>
|
---|
| 390 | <p>
|
---|
| 391 | <b>4.</b> You may not copy, modify, sublicense, or distribute the Program
|
---|
| 392 | except as expressly provided under this License. Any attempt
|
---|
| 393 | otherwise to copy, modify, sublicense or distribute the Program is
|
---|
| 394 | void, and will automatically terminate your rights under this License.
|
---|
| 395 | However, parties who have received copies, or rights, from you under
|
---|
| 396 | this License will not have their licenses terminated so long as such
|
---|
| 397 | parties remain in full compliance.
|
---|
| 398 | </p>
|
---|
| 399 | <p>
|
---|
| 400 | <b>5.</b> You are not required to accept this License, since you have not
|
---|
| 401 | signed it. However, nothing else grants you permission to modify or
|
---|
| 402 | distribute the Program or its derivative works. These actions are
|
---|
| 403 | prohibited by law if you do not accept this License. Therefore, by
|
---|
| 404 | modifying or distributing the Program (or any work based on the
|
---|
| 405 | Program), you indicate your acceptance of this License to do so, and
|
---|
| 406 | all its terms and conditions for copying, distributing or modifying
|
---|
| 407 | the Program or works based on it.
|
---|
| 408 | </p>
|
---|
| 409 | <p>
|
---|
| 410 | <b>6.</b> Each time you redistribute the Program (or any work based on the
|
---|
| 411 | Program), the recipient automatically receives a license from the
|
---|
| 412 | original licensor to copy, distribute or modify the Program subject to
|
---|
| 413 | these terms and conditions. You may not impose any further
|
---|
| 414 | restrictions on the recipients' exercise of the rights granted herein.
|
---|
| 415 | You are not responsible for enforcing compliance by third parties to
|
---|
| 416 | this License.
|
---|
| 417 | </p>
|
---|
| 418 | <p>
|
---|
| 419 | <b>7.</b> If, as a consequence of a court judgment or allegation of patent
|
---|
| 420 | infringement or for any other reason (not limited to patent issues),
|
---|
| 421 | conditions are imposed on you (whether by court order, agreement or
|
---|
| 422 | otherwise) that contradict the conditions of this License, they do not
|
---|
| 423 | excuse you from the conditions of this License. If you cannot
|
---|
| 424 | distribute so as to satisfy simultaneously your obligations under this
|
---|
| 425 | License and any other pertinent obligations, then as a consequence you
|
---|
| 426 | may not distribute the Program at all. For example, if a patent
|
---|
| 427 | license would not permit royalty-free redistribution of the Program by
|
---|
| 428 | all those who receive copies directly or indirectly through you, then
|
---|
| 429 | the only way you could satisfy both it and this License would be to
|
---|
| 430 | refrain entirely from distribution of the Program.
|
---|
| 431 | </p>
|
---|
| 432 | <p>
|
---|
| 433 | If any portion of this section is held invalid or unenforceable under
|
---|
| 434 | any particular circumstance, the balance of the section is intended to
|
---|
| 435 | apply and the section as a whole is intended to apply in other
|
---|
| 436 | circumstances.
|
---|
| 437 | </p>
|
---|
| 438 | <p>
|
---|
| 439 | It is not the purpose of this section to induce you to infringe any
|
---|
| 440 | patents or other property right claims or to contest validity of any
|
---|
| 441 | such claims; this section has the sole purpose of protecting the
|
---|
| 442 | integrity of the free software distribution system, which is
|
---|
| 443 | implemented by public license practices. Many people have made
|
---|
| 444 | generous contributions to the wide range of software distributed
|
---|
| 445 | through that system in reliance on consistent application of that
|
---|
| 446 | system; it is up to the author/donor to decide if he or she is willing
|
---|
| 447 | to distribute software through any other system and a licensee cannot
|
---|
| 448 | impose that choice.
|
---|
| 449 | </p>
|
---|
| 450 | <p>
|
---|
| 451 | This section is intended to make thoroughly clear what is believed to
|
---|
| 452 | be a consequence of the rest of this License.
|
---|
| 453 | </p>
|
---|
| 454 | <p>
|
---|
| 455 | <b>8.</b> If the distribution and/or use of the Program is restricted in
|
---|
| 456 | certain countries either by patents or by copyrighted interfaces, the
|
---|
| 457 | original copyright holder who places the Program under this License
|
---|
| 458 | may add an explicit geographical distribution limitation excluding
|
---|
| 459 | those countries, so that distribution is permitted only in or among
|
---|
| 460 | countries not thus excluded. In such case, this License incorporates
|
---|
| 461 | the limitation as if written in the body of this License.
|
---|
| 462 | </p>
|
---|
| 463 | <p>
|
---|
| 464 | <b>9.</b> The Free Software Foundation may publish revised and/or new versions
|
---|
| 465 | of the General Public License from time to time. Such new versions will
|
---|
| 466 | be similar in spirit to the present version, but may differ in detail to
|
---|
| 467 | address new problems or concerns.
|
---|
| 468 | </p>
|
---|
| 469 | <p>
|
---|
| 470 | Each version is given a distinguishing version number. If the Program
|
---|
| 471 | specifies a version number of this License which applies to it and <i>any
|
---|
| 472 | later version</i>, you have the option of following the terms and conditions
|
---|
| 473 | either of that version or of any later version published by the Free
|
---|
| 474 | Software Foundation. If the Program does not specify a version number of
|
---|
| 475 | this License, you may choose any version ever published by the Free Software
|
---|
| 476 | Foundation.
|
---|
| 477 | </p>
|
---|
| 478 | <p>
|
---|
| 479 | <b>10.</b> If you wish to incorporate parts of the Program into other free
|
---|
| 480 | programs whose distribution conditions are different, write to the author
|
---|
| 481 | to ask for permission. For software which is copyrighted by the Free
|
---|
| 482 | Software Foundation, write to the Free Software Foundation; we sometimes
|
---|
| 483 | make exceptions for this. Our decision will be guided by the two goals
|
---|
| 484 | of preserving the free status of all derivatives of our free software and
|
---|
| 485 | of promoting the sharing and reuse of software generally.
|
---|
| 486 | </p>
|
---|
| 487 | <p>
|
---|
| 488 | <b>NO WARRANTY</b>
|
---|
| 489 | </p>
|
---|
| 490 | <p>
|
---|
| 491 | <b>11.</b> BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
---|
| 492 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
---|
| 493 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
---|
| 494 | PROVIDE THE PROGRAM <i>AS IS</i> WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
---|
| 495 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
---|
| 496 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
---|
| 497 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
---|
| 498 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
---|
| 499 | REPAIR OR CORRECTION.
|
---|
| 500 | </p>
|
---|
| 501 | <p>
|
---|
| 502 | <b>12.</b> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
---|
| 503 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
---|
| 504 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
---|
| 505 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
---|
| 506 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
---|
| 507 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
---|
| 508 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
---|
| 509 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
---|
| 510 | POSSIBILITY OF SUCH DAMAGES.
|
---|
| 511 | </p>
|
---|
| 512 | <p>
|
---|
| 513 | <b>END OF TERMS AND CONDITIONS</b>
|
---|
| 514 | </p>
|
---|
| 515 | </README>
|
---|
| 516 | </PAGE>
|
---|
| 517 |
|
---|
| 518 |
|
---|
| 519 | <PAGE INDEX=3 TYPE=README>
|
---|
| 520 | <NEXTBUTTON TARGET=4>~Next</NEXTBUTTON>
|
---|
| 521 | <TEXT>Below is the list of changes in this version of Psi/2. Please read it before installing and press "Next" to continue.</TEXT>
|
---|
| 522 | <README EXTRACTFROMPCK=1 FORMAT=PLAIN>Changes.txt</README>
|
---|
| 523 | </PAGE>
|
---|
| 524 |
|
---|
| 525 |
|
---|
| 526 | <PAGE INDEX=4 TYPE=CONTAINER>
|
---|
| 527 | <NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
|
---|
[78] | 528 | <TEXT>Please select the packages which are to be installed. You may change the target path for the Psi package, but please don't specify a path containing an existing installation of Psi.
|
---|
| 529 | </TEXT>
|
---|
[77] | 530 | </PAGE>
|
---|
| 531 |
|
---|
| 532 |
|
---|
[78] | 533 | <!--PAGE INDEX=4 TYPE=CONTAINER>
|
---|
| 534 | <NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
|
---|
| 535 | <TEXT>Please select the packages which are to be installed. You may change the target path for the Psi package, but please don't specify a path containing an existing installation of Psi.
|
---|
| 536 |
|
---|
| 537 | Please note that the target path for the LIBC Runtime package is predefined and cannot be changed. If the '%WARPIN_DEFAULTAPPSPATH%\DLL' path is listed in the LIBPATH statement of your CONFIG.SYS, it will be selected below. Otherwise, the '?:\OS2\DLL' path will be used.
|
---|
| 538 | </TEXT>
|
---|
| 539 | </PAGE-->
|
---|
| 540 |
|
---|
| 541 |
|
---|
[77] | 542 | <PAGE INDEX=5 TYPE=CONFIGURE>
|
---|
| 543 | <NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>
|
---|
| 544 | <TEXT>Please select additional configuration that WarpIN should perform after installing this archive.</TEXT>
|
---|
| 545 | </PAGE>
|
---|
| 546 |
|
---|
| 547 |
|
---|
| 548 | <PAGE INDEX=6 TYPE=TEXT>
|
---|
| 549 | <NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
|
---|
| 550 | <TEXT>Press "Install" to begin installing the Psi Jabber Client.</TEXT>
|
---|
| 551 | </PAGE>
|
---|
| 552 |
|
---|
| 553 |
|
---|
| 554 | </BODY>
|
---|
| 555 | </WARPIN>
|
---|