From: Jan Pospíšil Date: Mon, 28 Jan 2008 19:28:35 +0000 (+0000) Subject: missing images, make install, now etics buildable X-Git-Tag: copy_to_state_machine~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=112a45a715e29163c2986e958772f8594d08b022;p=jra1mw.git missing images, make install, now etics buildable --- diff --git a/org.glite.jp.doc/LICENSE b/org.glite.jp.doc/LICENSE new file mode 100644 index 0000000..259a91f --- /dev/null +++ b/org.glite.jp.doc/LICENSE @@ -0,0 +1,69 @@ +LICENSE file for EGEE Middleware +================================ + +Copyright (c) 2004 on behalf of the EU EGEE Project: +The European Organization for Nuclear Research (CERN), +Istituto Nazionale di Fisica Nucleare (INFN), Italy +Datamat Spa, Italy +Centre National de la Recherche Scientifique (CNRS), France +CS Systeme d'Information (CSSI), France +Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden +Universiteit van Amsterdam (UvA), Netherlands +University of Helsinki (UH.HIP), Finlan +University of Bergen (UiB), Norway +Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. The end-user documentation included with the redistribution, if +any, must include the following acknowledgment: "This product includes +software developed by The EU EGEE Project (http://cern.ch/eu-egee/)." +Alternatively, this acknowledgment may appear in the software itself, if +and wherever such third-party acknowledgments normally appear. + +4. The names EGEE and the EU EGEE Project must not be +used to endorse or promote products derived from this software without +prior written permission. For written permission, please contact +. + +5. You are under no obligation whatsoever to provide anyone with any +bug fixes, patches, or upgrades to the features, functionality or +performance of the Software ("Enhancements") that you may develop over +time; however, if you choose to provide your Enhancements to The EU +EGEE Project, or if you choose to otherwise publish or distribute your +Enhancements, in source code form without contemporaneously requiring +end users of The EU EGEE Proejct to enter into a separate written license +agreement for such Enhancements, then you hereby grant The EU EGEE Project +a non-exclusive, royalty-free perpetual license to install, use, copy, +modify, prepare derivative works, incorporate into the EGEE Middleware +or any other computer software, distribute, and sublicense your +Enhancements or derivative works thereof, in binary and source code +form (if any), whether developed by The EU EGEE Project or third parties. + +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL PROJECT OR ITS CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This software consists of voluntary contributions made by many +individuals on behalf of the EU EGEE Prject. For more information on The +EU EGEE Project, please see http://cern.ch/eu-egee/. For more information on +EGEE Middleware, please see http://egee-jra1.web.cern.ch/egee-jra1/ + + diff --git a/org.glite.jp.doc/Makefile b/org.glite.jp.doc/Makefile index 6a693d3..de5c91d 100644 --- a/org.glite.jp.doc/Makefile +++ b/org.glite.jp.doc/Makefile @@ -18,6 +18,7 @@ PDFLATEX = $(KPATH) pdflatex BIBTEX = $(KPATHBIB) bibtex DVIPS = $(KPATH) dvips AT3=${stagedir}/sbin/glite-lb-at3 +INSTALL=install default all: generate JPUG.pdf JPAG.pdf JPDG.pdf @@ -43,6 +44,14 @@ generate: ${AT3} $< >$@ || rm -f $@ chmod -w $@ >/dev/null +install: + -mkdir -p ${PREFIX}/share/doc/${package}-${version} + $(INSTALL) -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} + $(INSTALL) -m 644 ${top_srcdir}/src/README ${PREFIX}/share/doc/${package}-${version} + $(INSTALL) -m 644 JPUG.pdf ${PREFIX}/share/doc/${package}-${version} + $(INSTALL) -m 644 JPAG.pdf ${PREFIX}/share/doc/${package}-${version} + $(INSTALL) -m 644 JPDG.pdf ${PREFIX}/share/doc/${package}-${version} + clean: rm -rvf JPUG* JPAG* JPDG* diff --git a/org.glite.jp.doc/src/README b/org.glite.jp.doc/src/README new file mode 100644 index 0000000..663de30 --- /dev/null +++ b/org.glite.jp.doc/src/README @@ -0,0 +1,12 @@ +This is the official documentation for Job Provenance Service. +It consists of the following documents: + +JPUG.pdf - Job Provenance User's Guide +JPAG.pdf - Job Provenance Admin's Guide +JPDG.pdf - Job Provenance Developer's Guide + +Please, report all bugs to EU EGEE Bug Tracking System located at +https://savannah.cern.ch/bugs/?func=additem&group=jra1mdw + +Feel free to send us your non-bugs comments to email +egee-jra1@lindir.ics.muni.cz diff --git a/org.glite.jp.doc/src/images/JP-interactions.pdf b/org.glite.jp.doc/src/images/JP-interactions.pdf new file mode 100644 index 0000000..4e89e96 Binary files /dev/null and b/org.glite.jp.doc/src/images/JP-interactions.pdf differ diff --git a/org.glite.jp.doc/src/images/egee.pdf b/org.glite.jp.doc/src/images/egee.pdf new file mode 100644 index 0000000..349227f Binary files /dev/null and b/org.glite.jp.doc/src/images/egee.pdf differ diff --git a/org.glite.jp.doc/src/images/isi.pdf b/org.glite.jp.doc/src/images/isi.pdf new file mode 100644 index 0000000..4ff331c Binary files /dev/null and b/org.glite.jp.doc/src/images/isi.pdf differ