Brief introduction to =========================================================================== EuroCV SOAP Link, Version TfP.0.2 =========================================================================== This package displays most of the available components of a EuroCV from within another PHP site/application. Download EuroCV_SOAP_Link_TfP.0.2.tgz, and extract all the files from this archive into the directory where the application using this package will reside. Keep all the files in their original folders (euroCV, euroCV/nusoap) relative to the application directory. File showTransl.php contains the example of how this package is called. File checkPAC.php can be included prior to any other use of this package to verify that a particular P.A.C. really exists in the EuroCv database. Files index.html and ajax_tfp.js are a standalone demonstration of this package. They are not needed for the rest of the package, and can be deleted from the final product. The actual application (such as the example showTransl.php) only uses ajax_tp.js. basic.css contains the CSS style definitions that give optimized resume formatting with this package (proxy.php). You have to edit checkPAC.php and proxy.php, and replace in them the 'test' username and password by your own. This package was originally developed for the Translations for Progress, and so it displays in a prominent place the mother tongue and other language capabilities. To remove/add/move around/(de-)emphasize various components of the resume, it is sufficient to edit only the file proxy.php/ For more information on the purpose and function of individual files, read the comments at the beginning of each file. Miroslav Kolar, February 28, 2007 ------------------------------------------------------------------------------ Change history: ::: January 30, 2007 : The initial release of EuroCV SOAP Link, Version TfP.0.1 ::: February 28, 2007 : Version TfP.0.2 The only change occurred in the file proxy.php, in how the unset (missing) 'startdate' (of a job or education period) is displayed. If a user does give a startdate, it is still stored at eurocv.eu database as '0000-00-00'. Version TfP.0.1 simply displayed 0000-00-00 unchanged. This was corrected in Version TfP.0.2 as follows: a) If both startdate and enddate are not given (i.e., are 0000-00-00), no dates are displayed. b) If startdate is missing and enddate given, a question mark '?' is shown in place of the startdate.