Update of /cvsroot/dynapi/dynapi
In directory usw-pr-cvs1:/tmp/cvs-serv8112

Modified Files:
        README INSTALL 
Log Message:
Minor formatting changes

Index: README
===================================================================
RCS file: /cvsroot/dynapi/dynapi/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** README      2000/12/07 05:33:37     1.2
--- README      2001/01/20 03:17:51     1.3
***************
*** 5,19 ****
  Information
  ------------
! DynAPI v2 is an open-sourced project initiated by Dan Steinman.  The DynAPI has been 
created to make cross-browser dynamic html a reality.  The DynAPI Distribution is 
distributed under the terms of the GNU LGPL license.  Please see below or view the 
LICENSE file for more details.
  
  
  Release Notes
  -------------
! The revision history can be found in the REVISION file included with this 
distribution.  Please report any bugs to the dynapi mailing list, 
[EMAIL PROTECTED]
  
  
  Documentation
  -------------
! Currently, DynAPI project documentation is being created.  For more documentation, 
visit the documentation section at http://dynapi.sourceforge.net.
  
  
--- 5,25 ----
  Information
  ------------
! DynAPI v2 is an open-sourced project initiated by Dan Steinman.  The 
! DynAPI has been created to make cross-browser dynamic html a reality.  
! The DynAPI Distribution is distributed under the terms of the GNU LGPL 
! license.  Please see below or view the LICENSE file for more details.
  
  
  Release Notes
  -------------
! The revision history can be found in the REVISION file included with 
! this distribution.  Please report any bugs to the dynapi mailing 
! list, [EMAIL PROTECTED]
  
  
  Documentation
  -------------
! Currently, DynAPI project documentation is being created.  For more 
! documentation, visit the documentation section at http://dynapi.sourceforge.net.
  
  
***************
*** 41,47 ****
  More information
  ----------------
! For more information about the DynAPI Distribution, extensions, widgets, examples or 
new releases please visit http://dynapi.sourceforge.net.
  
! More information about the original auther of the DynAPI 1 and 2, Dan Steinman, can 
be found at http://www.dansteinman.com.
  
  
--- 47,55 ----
  More information
  ----------------
! For more information about the DynAPI Distribution, extensions, widgets, 
! examples or new releases please visit http://dynapi.sourceforge.net.
  
! More information about the original auther of the DynAPI 1 and 2, Dan 
! Steinman, can be found at http://www.dansteinman.com.
  
  
***************
*** 67,73 ****
  Copyright Information
  ---------------------
! This library is free software; you can redistribute it and/or modify it under the 
terms of the GNU Lesser General Public License as published by the Free Software 
Foundation; either version 2.1 of the License, or (at your option) any later version.
! 
! This library is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
! 
! You should have received a copy of the GNU Lesser General Public License along with 
this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, 
Suite 330, Boston, MA  02111-1307  USA
--- 75,89 ----
  Copyright Information
  ---------------------
! This library is free software; you can redistribute it and/or modify it 
! under the terms of the GNU Lesser General Public License as published 
! by the Free Software Foundation; either version 2.1 of the License, or 
! (at your option) any later version.
! 
! This library is distributed in the hope that it will be useful, but 
! WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
! or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General 
! Public License for more details.
! 
! You should have received a copy of the GNU Lesser General Public License 
! along with this library; if not, write to the Free Software Foundation, 
! Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Index: INSTALL
===================================================================
RCS file: /cvsroot/dynapi/dynapi/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INSTALL     2000/12/06 03:17:15     1.1
--- INSTALL     2001/01/20 03:17:51     1.2
***************
*** 1,24 ****
! Install DynAPI:
  
- DynAPI is comprised of the set of JavaScript files located under /src/.  These are 
plain text files and can be used as is.  However they include comments and are fairly 
large.  A Makefile has been provided to compress the DynAPI source files by removing 
comments and whitespace and producing Jar packages for use in Netscape [and gzip files 
for IE??].
- 
- This is the desirable output to use on a website, or production environment as they 
will be as small as possible (without resorting to an absurd amount of trouble like 
renaming variables).
- 
- To build a compressed DynAPI you must be in Unix environment (or using Cygwin for 
Windows) with a JDK (required for the Jar utility) and Perl installed.
- 
  You must also download Dan Steinman's JSPack perl script:
  
  http://www.dansteinman.com/jspack/
  
! This is the JavaScript "compressor" used by the Makefile to remove whitespace and 
comments from JavaScript files, and combine them into single .js files.  JSPack makes 
use of the .jspack files located in the /src/ directories so do not delete those files 
before building (they won't show up in the output of the Makefile.
  
  To build the compressed /js/ tree simply type:
     make
  
! If at a later time you want to rebuild the tree first type "make clean" (this will 
simply delete the /js/ tree).
  
! The newly created /js/ directory contains compressed js files, jar files, and 
gzipped js files.  You can /js/ directory to your webspace for use.
  
! You can use the .js files the same way as the uncompressed ones.  The only change 
you'd have to make is which location to take the files from:
  
  change:
--- 1,48 ----
! -----------------------------------------------
! DynAPI Distribution Compressed Files Installion
! -----------------------------------------------
! 
! Introduction
! ------------
! DynAPI is comprised of the set of JavaScript files located under 
! /src/.  These are plain text files and can be used as is.  However 
! they include comments and are fairly large.  A Makefile has 
! been provided to compress the DynAPI source files by removing comments
! and whitespace and producing Jar packages for use in Netscape 
! [and gzip files for IE].
! 
! This is the desirable output to use on a website, or production 
! environment as they will be as small as possible (without resorting 
! to an absurd amount of trouble like renaming variables).
! 
! Requirements
! ------------
! To build a compressed DynAPI you must be in Unix environment (or 
! using Cygwin for Windows) with a JDK (required for the Jar utility) 
! and Perl installed.
  
  You must also download Dan Steinman's JSPack perl script:
  
  http://www.dansteinman.com/jspack/
  
! Using JSPack
! ------------
! This is the JavaScript "compressor" used by the Makefile to remove 
! whitespace and comments from JavaScript files, and combine them into 
! single .js files.  JSPack makes use of the .jspack files located 
! in the /src/ directories so do not delete those files before building.
  
  To build the compressed /js/ tree simply type:
     make
  
! If at a later time you want to rebuild the tree first type "make clean" 
! (this will simply delete the /js/ tree).
  
! The newly created /js/ directory contains compressed js files, jar 
! files, and gzipped js files.  You can /js/ directory to your webspace 
! for use.
  
! You can use the .js files the same way as the uncompressed ones.  The 
! only change you'd have to make is which location to take the files from:
  
  change:
***************
*** 27,31 ****
  DynAPI.setLibraryPath("/js/");
  
! If you want to use the jar files for Netscape you will have to change your <script> 
tag accordingly:
  
  <script src="dynlayer.js" archive="/js/lib/dynapi.api.jar">
--- 51,56 ----
  DynAPI.setLibraryPath("/js/");
  
! If you want to use the jar files for Netscape you will have to change 
! your <script> tag accordingly:
  
  <script src="dynlayer.js" archive="/js/lib/dynapi.api.jar">
***************
*** 36,39 ****
  
  
! DOCS FORTHCOMING:
! IE can use the .js.gz files, I haven't tried but it can be done by changing your 
webserver configuration.
--- 61,67 ----
  
  
! PLEASE NOTE
! -----------
! The .gz files have not been fully tested on IE.  Also, the jspacked files
! built by the DynAPI makefile should be considered beta on all browsers
! until further testing is done.


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to