Update of /cvsroot/net-script/netscript2
In directory sc8-pr-cvs1:/tmp/cvs-serv5670
Modified Files:
LICENSE Makefile Makefile.files README
Log Message:
* xslt implementation
Index: LICENSE
===================================================================
RCS file: /cvsroot/net-script/netscript2/LICENSE,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LICENSE 3 May 2002 13:37:49 -0000 1.2
--- LICENSE 31 May 2003 22:43:38 -0000 1.3
***************
*** 4,8 ****
| are protected under the terms and conditions of the Artistic License.
|
! | (C) 2000-2002 by Jan Thomä, insOMnia
\---------------------------------------------------------------------/
--- 4,8 ----
| are protected under the terms and conditions of the Artistic License.
|
! | (C) 2000-2002 by Jan Thomae, insOMnia
\---------------------------------------------------------------------/
Index: Makefile
===================================================================
RCS file: /cvsroot/net-script/netscript2/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile 11 Jul 2002 22:08:03 -0000 1.10
--- Makefile 31 May 2003 22:43:38 -0000 1.11
***************
*** 2,6 ****
# $Id$
# NetScript - Makefile
! # (C) 2000-2002 by Jan Thomä, insOMnia
#-----------------------------------------------
include Makefile.files
--- 2,6 ----
# $Id$
# NetScript - Makefile
! # (C) 2000-2002 by Jan Thomae, insOMnia
#-----------------------------------------------
include Makefile.files
***************
*** 94,98 ****
docs_netscript:
-rm -rf $(DOCS_DIR)/netscript/api
! perl -Isrc/tools src/tools/ipdoc.pl -d ./$(DOCS_DIR)/netscript/api -f src/perl/NetScript -t "NetScript 2.0 Documentation" -desc ./$(DOCS_DIR)/netscript/REQUIREMENTS.html
docs_all: docs_ipdoc docs_dom2 docs_netscript
--- 94,98 ----
docs_netscript:
-rm -rf $(DOCS_DIR)/netscript/api
! perl -Isrc/tools src/tools/ipdoc.pl -d ./$(DOCS_DIR)/netscript/api -f src/perl/NetScript -t "NetScript 2.1 Documentation" -desc ./$(DOCS_DIR)/netscript/REQUIREMENTS.html
docs_all: docs_ipdoc docs_dom2 docs_netscript
***************
*** 100,104 ****
docs_all_in_one:
-rm -rf $(DOCS_DIR)/all/api
! perl -Isrc/tools src/tools/ipdoc.pl -d ./$(DOCS_DIR)/all/api -f src/tools/,src/perl/ -t "NetScript 2.0 and Components"
# Creates a package for DOM2
--- 100,104 ----
docs_all_in_one:
-rm -rf $(DOCS_DIR)/all/api
! perl -Isrc/tools src/tools/ipdoc.pl -d ./$(DOCS_DIR)/all/api -f src/tools/,src/perl/ -t "NetScript 2.1 and Components"
# Creates a package for DOM2
Index: Makefile.files
===================================================================
RCS file: /cvsroot/net-script/netscript2/Makefile.files,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.files 7 Jul 2002 14:47:32 -0000 1.9
--- Makefile.files 31 May 2003 22:43:38 -0000 1.10
***************
*** 2,6 ****
# $Id$
# NetScript - Makefile containing the files
! # (C) 2000-2002 by Jan Thomä, insOMnia
#-----------------------------------------------
--- 2,6 ----
# $Id$
# NetScript - Makefile containing the files
! # (C) 2000-2002 by Jan Thomae, insOMnia
#-----------------------------------------------
***************
*** 35,39 ****
DOM2_DIR = $(SOURCE_DIR)/XML/DOM2
NETSCRIPT_DIR = $(SOURCE_DIR)/NetScript
! Perl = $(shell find -name "*.pl" -or -name "*.pm" |grep "src/")
XML_Mappings = $(shell find -name "*.xml" | grep "src/xml/" | grep -v "/samples/")
XML_Samples = $(subst ./,,$(shell cd $(SAMPLES_SourceDir);find ./ -name "*.x?l"))
--- 35,39 ----
DOM2_DIR = $(SOURCE_DIR)/XML/DOM2
NETSCRIPT_DIR = $(SOURCE_DIR)/NetScript
! Perl = $(shell find -name "*.pl" -or -name "*.pm" |grep "src/\(perl\|tools\)")
XML_Mappings = $(shell find -name "*.xml" | grep "src/xml/" | grep -v "/samples/")
XML_Samples = $(subst ./,,$(shell cd $(SAMPLES_SourceDir);find ./ -name "*.x?l"))
Index: README
===================================================================
RCS file: /cvsroot/net-script/netscript2/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 3 May 2002 13:37:49 -0000 1.4
--- README 31 May 2003 22:43:38 -0000 1.5
***************
*** 4,8 ****
| are protected under the terms and conditions of the Artistic License.
|
! | (C) 2000-2002 by Jan Thomä, insOMnia (ko...@in...)
\---------------------------------------------------------------------/
--- 4,8 ----
| are protected under the terms and conditions of the Artistic License.
|
! | (C) 2000-2002 by Jan Thomae, insOMnia (ko...@in...)
\---------------------------------------------------------------------/
|