home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / xmlview / xworkplace.xml < prev   
Extensible Markup Language  |  2002-02-26  |  31KB  |  719 lines

  1. <?xml version="1.0" encoding="cp850"?>
  2.  
  3. <!DOCTYPE WARPIN SYSTEM "warpin.dtd"
  4. [
  5.     <!ENTITY VersionMajor "0">
  6.     <!ENTITY VersionMinor "9">
  7.     <!ENTITY VersionRevision "5">
  8. ]>
  9.  
  10. <!-- XWorkplace installation profile for WarpIN -->
  11.  
  12. <WARPIN>
  13.  
  14. <PCK
  15.      INDEX="1"
  16.      PACKAGEID="Ulrich Möller\XWorkplace\Kernel\&VersionMajor;\&VersionMinor;\&VersionRevision;"
  17.      TARGET="$(WARPIN_DEFAULTTOOLSPATH)\WPS\XWorkplace"
  18.      TITLE="XWorkplace Kernel"
  19.      BASEPATH="YES"
  20.      SELECT="NODESELECT">
  21.  
  22.     <REQUIRES>2</REQUIRES>
  23.  
  24.     <DESCRIPTION>This package contains the XWorkplace Kernel.</DESCRIPTION>
  25.     <REGISTERCLASS
  26.         CLASSNAME="XFolder"
  27.         DLLPATH="$(1)\bin\xfldr.dll" />
  28.  
  29.     <REPLACECLASS />
  30.  
  31.     <REPLACECLASS
  32.         OLDCLASSNAME="WPFolder"
  33.         NEWCLASSNAME="XFolder" />
  34.  
  35.     <KILLPROCESS
  36.         EXECFILE="xwpdaemn.exe" />
  37.  
  38.     <WRITEPROFILE
  39.         PROFILE="USER"
  40.         APPLICATION="XWorkplace"
  41.         KEY="JustInstalled"
  42.         DATA="1" />
  43.  
  44.     <CLEARPROFILE
  45.         PROFILE="USER"
  46.         APPLICATION="XFldTreesize" />
  47.  
  48.     <CONFIGSYS
  49.         STATEMENT="SET A=B" />
  50.  
  51.  
  52. </PCK>
  53.  
  54. <!-- Here come the different pages. They are linked by
  55.      the <NEXTBUTTON> tags, which must have a target.
  56.      Each page must have a TYPE= attribute, which tells
  57.      WarpIn what will be visible on that page. -->
  58.  
  59. <PAGE INDEX="1" TYPE="README">
  60. <TEXT>
  61. Please read through all of the following before installing.
  62. Then select "Next" to continue.
  63. Select "Cancel" to abort installation.</TEXT>
  64.  
  65. <README FORMAT="FLOW">
  66.  
  67. XWorkplace 0.9.5 README
  68. (W) Ulrich Möller, Feb 7, 2000
  69. Last updated October 7, 2000
  70.  
  71.  
  72. 0. CONTENTS OF THIS FILE
  73. ========================
  74.  
  75.     1. INTRODUCTION
  76.     2. INSTALLATION
  77.     3. UPGRADING
  78.     4. NATIONAL LANGUAGE SUPPORT
  79.     5. GETTING STARTED
  80.     6. KNOWN LIMITATIONS
  81.     7. LICENSE, COPYRIGHT, DISCLAIMER
  82.     8. CONTACT
  83.  
  84.  
  85. 1. INTRODUCTION
  86. ===============
  87.  
  88.     Welcome to XWorkplace V&VersionMajor;.&VersionMinor;.&VersionRevision;.
  89.  
  90.     XWorkplace is a complex set of replacement classes for the
  91.     OS/2 Workplace Shell to enhance the WPS's behavior in many
  92.     ways. It now also contains a PM hook (a la NPSWPS) to enhance
  93.     mouse and keyboard operations. As opposed to other PM hooks,
  94.     all configuration is done via true WPS settings notebooks.
  95.  
  96.     Consider this the WPS upgrade IBM should have released with
  97.     OS/2 Warp 4. XWorkplace is the successor to XFolder V0.85 and
  98.     contains all of it, except the bugs.
  99.  
  100.     XWorkplace can add features to pretty much all parts of the
  101.     system, such as generic object features, folder enhancements,
  102.     replacement icons, CONFIG.SYS settings, keyboard and mouse
  103.     operation, and much, much more.
  104.  
  105.     All parts of XWorkplace are fully configurable and can be
  106.     selectively enabled in case something is going wrong.
  107.  
  108.     This README has additional information which is not included
  109.     in the XWorkplace User Guide. Please read through all of this
  110.     before installing.
  111.  
  112.     After installation, you can find this README in the main
  113.     install directory.
  114.  
  115.  
  116.     About this release
  117.     ------------------
  118.  
  119.     This version is mainly another bugfix release compared
  120.     to previous versions. While V0.9.4 was pretty stable
  121.     already, this version fixes two major bugs:
  122.  
  123.         -- The XShutdown INI problems appear to be
  124.            finally solved for good.
  125.  
  126.         -- Object hotkeys should work now without
  127.            hanging the system when assigning them.
  128.  
  129.     For details, refer to the "XWorkplace User Guide" after
  130.     unpacking the files. To extract the documentation only,
  131.     see "2. INSTALLATION" below.
  132.  
  133.     This version is planned to be the last developer's
  134.     release of XWorkplace before V1.0.0 comes out.
  135.  
  136.  
  137. 2. INSTALLATION
  138. ===============
  139.  
  140.     XWorkplace must be installed using WarpIN.
  141.  
  142.     Note: Use WarpIN V0.9.3 or higher to install this archive.
  143.     Older versions will not be able to create the XWorkplace
  144.     WPS objects and will probably fail when upgrading XWorkplace
  145.     from a previous version.
  146.  
  147.     If you are still unsure whether you should use XWorkplace at
  148.     this point, you can have WarpIN unpack the XWorkplace files
  149.     on your hard disk only without registering and replacing
  150.     Workplace Shell classes. This will not alter your system's
  151.     behavior yet.
  152.  
  153.     To do this, disable the "Register WPS classes" flag on the
  154.     respective page which WarpIN will show you after you press
  155.     the "Next" button a few times. Until the WPS classes are
  156.     registered, XWorkplace will do NOTHING on your system.
  157.  
  158.     This way can then read through XWorkplace's documentation
  159.     first and decide then whether to actually register
  160.     XWorkplace's classes. To do this later, simply double-click
  161.     on XWorkplace's WarpIN (.WPI) archive again.
  162.  
  163.     ---> NOTE: In any case, before installing, MAKE A WPS BACKUP.
  164.  
  165.  
  166. 3. UPGRADING
  167. ============
  168.  
  169.     Upgrading from XWorkplace
  170.     -------------------------
  171.  
  172.     With the latest WarpIN, you will get a notification message
  173.     that XWPDAEMN.EXE is running. Have WarpIN kill that program
  174.     (which is the XWorkplace Daemon), and you can overwrite your
  175.     existing installation.
  176.  
  177.     If upgrading doesn't work, have WarpIN remove the installed
  178.     XWorkplace version first, restart the WPS, and install the
  179.     new version then.
  180.  
  181.  
  182.     Upgrading from XFolder
  183.     ----------------------
  184.  
  185.     XWorkplace is the successor to XFolder (the last XFolder
  186.     version was V0.85).
  187.  
  188.     XWorkplace and XFolder cannot coexist, since XWorkplace
  189.     provides all the features of XFolder 0.85 plus many bugfixes
  190.     and even more features.
  191.  
  192.     As a result, if XFolder is installed, XWorkplace will
  193.     disable your XFolder installation.
  194.  
  195.     You should install XWorkplace to a directory OTHER than
  196.     your existing XFolder directory to make sure no file
  197.     conflicts occur. Several people have reported that
  198.     installing to the same directory can hang your WPS.
  199.  
  200.     XWorkplace can take over your existing XFolder 0.85 settings,
  201.     if present. You will be prompted for that during the first
  202.     WPS restart after installation. However, many new settings
  203.     have arrived, so many will be initially disabled.
  204.  
  205.     If you prefer to go back to your existing XFolder installation
  206.     later (after all, this is a developer's release), have WarpIN
  207.     de-install XWorkplace and install XFolder again, using
  208.     INSTALL.CMD in your XFolder directory. Your old XFolder
  209.     settings remain untouched by XWorkplace.
  210.  
  211.  
  212. 4. NATIONAL LANGUAGE SUPPORT
  213. ============================
  214.  
  215.     This archive contains XWorkplace National Language Support
  216.     (NLS) for English only. Even though XWorkplace is prepared
  217.     for supporting additional languages, there are no other
  218.     NLS packages available yet. These will be added to a later
  219.     release.
  220.  
  221.  
  222. 5. GETTING STARTED
  223. ==================
  224.  
  225.     In any case, after installation, open the new "XWorkplace Setup"
  226.     object first and go to the "Features" page. This is the most
  227.     central place to enable XWorkplace features. Press the "Help"
  228.     button there to get more information.
  229.  
  230.  
  231. 6. KNOWN LIMITATIONS
  232. ====================
  233.  
  234.     This version has known bugs, even though I have fixed dozens
  235.     with this release.
  236.  
  237.     Please check the BUGS and FEATURES files in this package also
  238.     before reporting bugs or suggesting features. Thank you.
  239.  
  240.     As opposed to what XFLDR001.INF might be saying, the following
  241.     does not work:
  242.  
  243.     1)  Christian Langanke's Animated Mouse Pointers for OS/2 are
  244.         not yet included. This is still in the works and will be
  245.         added to a later release.
  246.  
  247.         If you have Christian's old package installed, you can keep
  248.         it running, it causes no problems.
  249.  
  250.         The AMPTR sources are now on the Netlabs CVS server in the
  251.         XWorkplace archives and compile with the rest of XWorkplace,
  252.         but there's still some work left. If anybody finds the time
  253.         to do the remaining integration work, any help is welcome.
  254.  
  255.     2)  If "Extended associations" is enabled in XWPSetup, the new
  256.         "File types" page in "Workplace Shell" is working, but
  257.         XFldDataFile doesn't support the enhanced file type icons yet.
  258.         You'll see the proper icons and associations in the "Open"
  259.         submenu, but clicking on them will not open the proper
  260.         association.
  261.  
  262.     3)  Even though I've fixed many PageMage bugs with V0.9.4,
  263.         there are still a number of problems left. PageMage doesn't
  264.         shouldn't hang system any more, but it has problems tracking
  265.         windows at times. PageMage 0.9.5 is essentially unchanged
  266.         from 0.9.4.
  267.  
  268.     4)  There are problems with WPS restarts and FP13/14. This has
  269.         little to do with XWorkplace.
  270.  
  271.     5)  From time to time, creating folders from templates (using the
  272.         context menu items) can solidly crash the system with a black
  273.         screen. Some people never get this, but I do from time to time.
  274.         I think I have found the problem, but solving it requires some
  275.         more debugging and a major redesign of my folder object
  276.         initialization. This problem has been reported for all XFolder
  277.         and XWorkplace versions.
  278.  
  279.         If you have never had problems with "Create another", don't
  280.         worry, nothing has changed.
  281.  
  282.         However, if, after using "Create another", the system freezes
  283.         and the hard disk rattles like crazy, press Ctrl+Alt+Del
  284.         IMMEDIATELY to avoid the black screen. This is a symptom of
  285.         the swap file growing constantly until the swap disk is full,
  286.         which will then cause a trap somewhere.
  287.  
  288.     6)  XWPString is still experimental. Drag'n'drop and confirmations
  289.         don't work. XWPString will be replaced with a different
  290.         implementation in the future, so don't count on it.
  291.  
  292.  
  293. 7. LICENSE, COPYRIGHT, DISCLAIMER
  294. =================================
  295.  
  296.     Copyright (C) 1997-2000 Ulrich Möller, Christian Langanke, and others.
  297.  
  298.     This program is free software; you can redistribute it and/or modify
  299.     it under the terms of the GNU General Public License as contained in
  300.     the file COPYING in the installation directory.
  301.  
  302.     The full source code is available. See XFLDR001.INF for details.
  303.  
  304.     This program is distributed in the hope that it will be useful,
  305.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  306.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  307.  
  308.     For details, refer to the "Notices" section in XFLDR001.INF.
  309.  
  310.  
  311. 8. CONTACT
  312. ==========
  313.  
  314.     We have created two mailing lists at yahoogroups.com for contact.
  315.     Please use these lists from now on for questions, suggestions,
  316.     and bug reports.
  317.  
  318.     For XWorkplace users:
  319.         xworkplace-user@egroups.com
  320.  
  321.     For XWorkplace developers and those who are interested:
  322.         xworkplace-dev@egroups.com
  323.  
  324.     For details, see "Notices" --> "Contact" in XFLDR001.INF.
  325.  
  326. </README>
  327. </PAGE>
  328.  
  329.  
  330. <!-- The TYPE_README will show a README text in a multi-line entry field. -->
  331.  
  332. <PAGE INDEX="2" TYPE="README">
  333. <TEXT>
  334. By pressing the "I agree" button, you agree to all terms and conditions to the below licence agreement.
  335. </TEXT>
  336. <NEXTBUTTON TARGET="3">~I agree</NEXTBUTTON>
  337. <README FORMAT="HTML">
  338.  
  339. <![CDATA[
  340.  
  341. <B>GNU GENERAL PUBLIC LICENSE
  342. <BR />Version 2, June 1991</B>
  343.  
  344. <P>Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  345. <BR />675 Mass Ave, Cambridge, MA 02139, USA
  346. <P>Everyone is permitted to copy and distribute verbatim copies
  347.  of this license document, but changing it is not allowed.
  348.  
  349. <P><B>Preamble</B>
  350.  
  351. <P>The licenses for most software are designed to take away your
  352. freedom to share and change it.  By contrast, the GNU General Public
  353. License is intended to guarantee your freedom to share and change free
  354. software--to make sure the software is free for all its users.  This
  355. General Public License applies to most of the Free Software
  356. Foundation's software and to any other program whose authors commit to
  357. using it.  (Some other Free Software Foundation software is covered by
  358. the GNU Library General Public License instead.)  You can apply it to
  359. your programs, too.
  360.  
  361. <P>When we speak of free software, we are referring to freedom, not
  362. price.  Our General Public Licenses are designed to make sure that you
  363. have the freedom to distribute copies of free software (and charge for
  364. this service if you wish), that you receive source code or can get it
  365. if you want it, that you can change the software or use pieces of it
  366. in new free programs; and that you know you can do these things.
  367.  
  368. <P>To protect your rights, we need to make restrictions that forbid
  369. anyone to deny you these rights or to ask you to surrender the rights.
  370. These restrictions translate to certain responsibilities for you if you
  371. distribute copies of the software, or if you modify it.
  372.  
  373. <P>For example, if you distribute copies of such a program, whether
  374. gratis or for a fee, you must give the recipients all the rights that
  375. you have.  You must make sure that they, too, receive or can get the
  376. source code.  And you must show them these terms so they know their
  377. rights.
  378.  
  379. <P>We protect your rights with two steps: (1) copyright the software, and
  380. (2) offer you this license which gives you legal permission to copy,
  381. distribute and/or modify the software.
  382.  
  383. <P>Also, for each author's protection and ours, we want to make certain
  384. that everyone understands that there is no warranty for this free
  385. software.  If the software is modified by someone else and passed on, we
  386. want its recipients to know that what they have is not the original, so
  387. that any problems introduced by others will not reflect on the original
  388. authors' reputations.
  389.  
  390. <P>Finally, any free program is threatened constantly by software
  391. patents.  We wish to avoid the danger that redistributors of a free
  392. program will individually obtain patent licenses, in effect making the
  393. program proprietary.  To prevent this, we have made it clear that any
  394. patent must be licensed for everyone's free use or not licensed at all.
  395.  
  396. <P>The precise terms and conditions for copying, distribution and
  397. modification follow.
  398.  
  399. <P><B>GNU GENERAL PUBLIC LICENSE
  400. <BR />TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</B>
  401.  
  402. <P><B>0.</B> This License applies to any program or other work which contains
  403. a notice placed by the copyright holder saying it may be distributed
  404. under the terms of this General Public License.  The "Program", below,
  405. refers to any such program or work, and a "work based on the Program"
  406. means either the Program or any derivative work under copyright law:
  407. that is to say, a work containing the Program or a portion of it,
  408. either verbatim or with modifications and/or translated into another
  409. language.  (Hereinafter, translation is included without limitation in
  410. the term "modification".)  Each licensee is addressed as "you".
  411.  
  412. <P>Activities other than copying, distribution and modification are not
  413. covered by this License; they are outside its scope.  The act of
  414. running the Program is not restricted, and the output from the Program
  415. is covered only if its contents constitute a work based on the
  416. Program (independent of having been made by running the Program).
  417. Whether that is true depends on what the Program does.
  418.  
  419. <P><B>1.</B> You may copy and distribute verbatim copies of the Program's
  420. source code as you receive it, in any medium, provided that you
  421. conspicuously and appropriately publish on each copy an appropriate
  422. copyright notice and disclaimer of warranty; keep intact all the
  423. notices that refer to this License and to the absence of any warranty;
  424. and give any other recipients of the Program a copy of this License
  425. along with the Program.
  426.  
  427. <P>You may charge a fee for the physical act of transferring a copy, and
  428. you may at your option offer warranty protection in exchange for a fee.
  429.  
  430. <P><B>2.</B> You may modify your copy or copies of the Program or any portion
  431. of it, thus forming a work based on the Program, and copy and
  432. distribute such modifications or work under the terms of Section 1
  433. above, provided that you also meet all of these conditions:
  434.  
  435. <P><B>a)</B> You must cause the modified files to carry prominent notices
  436. stating that you changed the files and the date of any change.
  437.  
  438. <P><B>b)</B> You must cause any work that you distribute or publish, that in
  439. whole or in part contains or is derived from the Program or any
  440. part thereof, to be licensed as a whole at no charge to all third
  441. parties under the terms of this License.
  442.  
  443. <P><B>c)</B> If the modified program normally reads commands interactively
  444. when run, you must cause it, when started running for such
  445. interactive use in the most ordinary way, to print or display an
  446. announcement including an appropriate copyright notice and a
  447. notice that there is no warranty (or else, saying that you provide
  448. a warranty) and that users may redistribute the program under
  449. these conditions, and telling the user how to view a copy of this
  450. License.  (Exception: if the Program itself is interactive but
  451. does not normally print such an announcement, your work based on
  452. the Program is not required to print an announcement.)
  453.  
  454. <P>These requirements apply to the modified work as a whole.  If
  455. identifiable sections of that work are not derived from the Program,
  456. and can be reasonably considered independent and separate works in
  457. themselves, then this License, and its terms, do not apply to those
  458. sections when you distribute them as separate works.  But when you
  459. distribute the same sections as part of a whole which is a work based
  460. on the Program, the distribution of the whole must be on the terms of
  461. this License, whose permissions for other licensees extend to the
  462. entire whole, and thus to each and every part regardless of who wrote it.
  463.  
  464. <P>Thus, it is not the intent of this section to claim rights or contest
  465. your rights to work written entirely by you; rather, the intent is to
  466. exercise the right to control the distribution of derivative or
  467. collective works based on the Program.
  468.  
  469. <P>In addition, mere aggregation of another work not based on the Program
  470. with the Program (or with a work based on the Program) on a volume of
  471. a storage or distribution medium does not bring the other work under
  472. the scope of this License.
  473.  
  474. <P><B>3.</B> You may copy and distribute the Program (or a work based on it,
  475. under Section 2) in object code or executable form under the terms of
  476. Sections 1 and 2 above provided that you also do one of the following:
  477.  
  478. <P><B>a)</B> Accompany it with the complete corresponding machine-readable
  479. source code, which must be distributed under the terms of Sections
  480. 1 and 2 above on a medium customarily used for software interchange; or,
  481.  
  482. <P><B>b)</B> Accompany it with a written offer, valid for at least three
  483. years, to give any third party, for a charge no more than your
  484. cost of physically performing source distribution, a complete
  485. machine-readable copy of the corresponding source code, to be
  486. distributed under the terms of Sections 1 and 2 above on a medium
  487. customarily used for software interchange; or,
  488.  
  489. <P><B>c)</B> Accompany it with the information you received as to the offer
  490. to distribute corresponding source code.  (This alternative is
  491. allowed only for noncommercial distribution and only if you
  492. received the program in object code or executable form with such
  493. an offer, in accord with Subsection b above.)
  494.  
  495. <P>The source code for a work means the preferred form of the work for
  496. making modifications to it.  For an executable work, complete source
  497. code means all the source code for all modules it contains, plus any
  498. associated interface definition files, plus the scripts used to
  499. control compilation and installation of the executable.  However, as a
  500. special exception, the source code distributed need not include
  501. anything that is normally distributed (in either source or binary
  502. form) with the major components (compiler, kernel, and so on) of the
  503. operating system on which the executable runs, unless that component
  504. itself accompanies the executable.
  505.  
  506. <P>If distribution of executable or object code is made by offering
  507. access to copy from a designated place, then offering equivalent
  508. access to copy the source code from the same place counts as
  509. distribution of the source code, even though third parties are not
  510. compelled to copy the source along with the object code.
  511.  
  512. <P><B>4.</B> You may not copy, modify, sublicense, or distribute the Program
  513. except as expressly provided under this License.  Any attempt
  514. otherwise to copy, modify, sublicense or distribute the Program is
  515. void, and will automatically terminate your rights under this License.
  516. However, parties who have received copies, or rights, from you under
  517. this License will not have their licenses terminated so long as such
  518. parties remain in full compliance.
  519.  
  520. <P><B>5.</B> You are not required to accept this License, since you have not
  521. signed it.  However, nothing else grants you permission to modify or
  522. distribute the Program or its derivative works.  These actions are
  523. prohibited by law if you do not accept this License.  Therefore, by
  524. modifying or distributing the Program (or any work based on the
  525. Program), you indicate your acceptance of this License to do so, and
  526. all its terms and conditions for copying, distributing or modifying
  527. the Program or works based on it.
  528.  
  529. <P><B>6.</B> Each time you redistribute the Program (or any work based on the
  530. Program), the recipient automatically receives a license from the
  531. original licensor to copy, distribute or modify the Program subject to
  532. these terms and conditions.  You may not impose any further
  533. restrictions on the recipients' exercise of the rights granted herein.
  534. You are not responsible for enforcing compliance by third parties to
  535. this License.
  536.  
  537. <P><B>7.</B> If, as a consequence of a court judgment or allegation of patent
  538. infringement or for any other reason (not limited to patent issues),
  539. conditions are imposed on you (whether by court order, agreement or
  540. otherwise) that contradict the conditions of this License, they do not
  541. excuse you from the conditions of this License.  If you cannot
  542. distribute so as to satisfy simultaneously your obligations under this
  543. License and any other pertinent obligations, then as a consequence you
  544. may not distribute the Program at all.  For example, if a patent
  545. license would not permit royalty-free redistribution of the Program by
  546. all those who receive copies directly or indirectly through you, then
  547. the only way you could satisfy both it and this License would be to
  548. refrain entirely from distribution of the Program.
  549.  
  550. <P>If any portion of this section is held invalid or unenforceable under
  551. any particular circumstance, the balance of the section is intended to
  552. apply and the section as a whole is intended to apply in other
  553. circumstances.
  554.  
  555. <P>It is not the purpose of this section to induce you to infringe any
  556. patents or other property right claims or to contest validity of any
  557. such claims; this section has the sole purpose of protecting the
  558. integrity of the free software distribution system, which is
  559. implemented by public license practices.  Many people have made
  560. generous contributions to the wide range of software distributed
  561. through that system in reliance on consistent application of that
  562. system; it is up to the author/donor to decide if he or she is willing
  563. to distribute software through any other system and a licensee cannot
  564. impose that choice.
  565.  
  566. <P>This section is intended to make thoroughly clear what is believed to
  567. be a consequence of the rest of this License.
  568.  
  569. <P><B>8.</B> If the distribution and/or use of the Program is restricted in
  570. certain countries either by patents or by copyrighted interfaces, the
  571. original copyright holder who places the Program under this License
  572. may add an explicit geographical distribution limitation excluding
  573. those countries, so that distribution is permitted only in or among
  574. countries not thus excluded.  In such case, this License incorporates
  575. the limitation as if written in the body of this License.
  576.  
  577. <P><B>9.</B> The Free Software Foundation may publish revised and/or new versions
  578. of the General Public License from time to time.  Such new versions will
  579. be similar in spirit to the present version, but may differ in detail to
  580. address new problems or concerns.
  581.  
  582. <P>Each version is given a distinguishing version number.  If the Program
  583. specifies a version number of this License which applies to it and "any
  584. later version", you have the option of following the terms and conditions
  585. either of that version or of any later version published by the Free
  586. Software Foundation.  If the Program does not specify a version number of
  587. this License, you may choose any version ever published by the Free Software
  588. Foundation.
  589.  
  590. <P><B>10.</B> If you wish to incorporate parts of the Program into other free
  591. programs whose distribution conditions are different, write to the author
  592. to ask for permission.  For software which is copyrighted by the Free
  593. Software Foundation, write to the Free Software Foundation; we sometimes
  594. make exceptions for this.  Our decision will be guided by the two goals
  595. of preserving the free status of all derivatives of our free software and
  596. of promoting the sharing and reuse of software generally.
  597.  
  598. <P><B>NO WARRANTY</B>
  599. <P><B>11.</B> BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  600. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  601. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  602. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  603. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  604. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  605. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  606. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  607. REPAIR OR CORRECTION.
  608.  
  609. <P><B>12.</B> IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  610. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  611. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  612. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  613. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  614. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  615. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  616. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  617. POSSIBILITY OF SUCH DAMAGES.
  618.  
  619. <P><B>END OF TERMS AND CONDITIONS</B>
  620.  
  621. <P><B>Appendix: How to Apply These Terms to Your New Programs</B>
  622.  
  623. <P>If you develop a new program, and you want it to be of the greatest
  624. possible use to the public, the best way to achieve this is to make it
  625. free software which everyone can redistribute and change under these terms.
  626.  
  627. <P>To do so, attach the following notices to the program.  It is safest
  628. to attach them to the start of each source file to most effectively
  629. convey the exclusion of warranty; and each file should have at least
  630. the "copyright" line and a pointer to where the full notice is found.
  631.  
  632. <PRE>
  633. <one line to give the program's name and a brief idea of what it does.>
  634. Copyright (C) 19yy  <name of author>
  635.  
  636. This program is free software; you can redistribute it and/or modify
  637. it under the terms of the GNU General Public License as published by
  638. the Free Software Foundation; either version 2 of the License, or
  639. at your option) any later version.
  640.  
  641. This program is distributed in the hope that it will be useful,
  642. but WITHOUT ANY WARRANTY; without even the implied warranty of
  643. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  644. GNU General Public License for more details.
  645.  
  646. You should have received a copy of the GNU General Public License
  647. along with this program; if not, write to the Free Software
  648. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</PRE>
  649.  
  650. <P>Also add information on how to contact you by electronic and paper mail.
  651.  
  652. <P>If the program is interactive, make it output a short notice like this
  653. when it starts in an interactive mode:
  654.  
  655. <P><PRE>Gnomovision version 69, Copyright (C) 19yy name of author
  656. Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  657. This is free software, and you are welcome to redistribute it
  658. under certain conditions; type `show c' for details.</PRE>
  659.  
  660. <P>The hypothetical commands `show w' and `show c' should show the appropriate
  661. parts of the General Public License.  Of course, the commands you use may
  662. be called something other than `show w' and `show c'; they could even be
  663. mouse-clicks or menu items--whatever suits your program.
  664.  
  665. <P>You should also get your employer (if you work as a programmer) or your
  666. school, if any, to sign a "copyright disclaimer" for the program, if
  667. necessary.  Here is a sample; alter the names:
  668.  
  669. <P><PRE>Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  670. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  671.  
  672. <signature of Ty Coon>, 1 April 1989
  673. Ty Coon, President of Vice</PRE>
  674.  
  675. <P>This General Public License does not permit incorporating your program into
  676. proprietary programs.  If your program is a subroutine library, you may
  677. consider it more useful to permit linking proprietary applications with the
  678. library.  If this is what you want to do, use the GNU Library General
  679. Public License instead of this License.
  680.  
  681. ]]>
  682.  
  683. </README>
  684. </PAGE>
  685.  
  686. <!-- The TYPE=CONTAINER will list the packages which can be installed. -->
  687.  
  688. <PAGE INDEX="3" TYPE="CONTAINER">
  689. <TEXT>
  690. Please specify the target path for XWorkplace. The target paths for the two packages will always be the same.
  691. </TEXT>
  692. </PAGE>
  693.  
  694.  
  695. <!-- The TYPE=CONFIGURE will allow the user to set the CONFIG.SYS and
  696.      WPS classes/objects stuff. -->
  697.  
  698. <PAGE INDEX="4" TYPE="CONFIGURE">
  699. <TEXT>
  700. For XWorkplace to work, you will need to register the XWorkplace WPS classes and have the WPS objects created.
  701. If you wish to unpack files only for now (for example, to be able to read the documentation), uncheck both settings and re-install XWorkplace later.
  702. </TEXT>
  703. </PAGE>
  704.  
  705. <!-- Here's another TYPE=TEXT page before we install.
  706.      The special target "0" indicates that after this page we
  707.      should start installation.
  708.      Note that the TYPE=INSTALL page (which we had in Alpha #3)
  709.      is no longer supported. -->
  710.  
  711. <PAGE INDEX="5" TYPE="TEXT">
  712. <NEXTBUTTON TARGET="0">I~nstall</NEXTBUTTON>
  713. <TEXT>
  714.  
  715. Press "Install" to finally begin installing XWorkplace.</TEXT>
  716. </PAGE>
  717. </WARPIN>
  718.  
  719.