Diff for /nsdl/README between versions 1.1 and 1.5

version 1.1, 2002/07/14 07:40:56 version 1.5, 2002/07/20 17:44:14
Line 14  For a history of this software, you shou Line 14  For a history of this software, you shou
 the CVS repository.  the CVS repository.
   
 export CVSROOT=:pserver:USERNAME@install.lon-capa.org:/home/cvs  export CVSROOT=:pserver:USERNAME@install.lon-capa.org:/home/cvs
   cvs login
   cvs co nsdl
   
 How to build and install  How to build and install
 ========================  ========================
Line 22  cd nsdl/build Line 24  cd nsdl/build
 make build  make build
 make install  make install
   
   Important files
   ===============
   To get a good overview on the metadata conversion, I recommend
   you look at the nsdl/prototypes/metadata_convert.pl script
   (perldoc ./metadata_convert.pl).  Among other things, this
   provides a list regarding the crosswalk possibilities of
   LON-CAPA to&from IEEE-LOM and LON-CAPA to&from Dublin Core.
   
   Currenty, the four stylesheets for carrying out the metadata conversion are:
   * nsdl/lib/stylesheets/dcnsdl_to_loncapa.xsl
   * nsdl/lib/stylesheets/lomnsdl_to_loncapa.xsl
   * nsdl/lib/stylesheets/loncapa_to_dcnsdl.xsl
   * nsdl/lib/stylesheets/loncapa_to_lomnsdl.xsl
   
   The Apache web handler modules are defined in the directory:
   nsdl/lib/perl/Apache/  .
   
   The Apache configuration file (see below also) is
   nsdl/conf/nsdl.conf  .
   
   The source-to-target information is defined by nsdl/build/gatewayfiles.lpml
   (an XML file defines how the software is "rendered" onto the system).
   gatewayfiles.lpml is used in many locations inside nsdl/build/Makefile.
   
   And, there are other files.
   
 System requirements  System requirements
 ===================  ===================
 * Apache and mod_perl  * Apache and mod_perl
Line 55  Here are some of the remaining issues Line 83  Here are some of the remaining issues
                        place more importance on the exhaustive IEEE LOM                         place more importance on the exhaustive IEEE LOM
                        standard rather than the weaker Dublin Core standard.                         standard rather than the weaker Dublin Core standard.
                        In the future, to get to Dublin Core, it might make                         In the future, to get to Dublin Core, it might make
                        sense to convert LON-CAPA to IEEE LOM and *then*                         sense to first convert LON-CAPA to IEEE LOM and *then*
                        go to IEEE LOM metadata standard.                         go to the Dublin Core metadata standard.
 * ISSUE: Set hierarchies  * ISSUE: Set hierarchies
   PROBLEM: Asking for ListIdentifiers from LON-CAPA will return a really long    PROBLEM: Asking for ListIdentifiers from LON-CAPA will return a really long
            list that represents a "jumbled" repository.  Currently,             list that represents a "jumbled" repository.  Currently,

Removed from v.1.1  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>