Changes between Initial Version and Version 1 of net.sf.basedb.inca


Ignore:
Timestamp:
Apr 27, 2016, 9:50:34 AM (8 years ago)
Author:
Nicklas Nordborg
Comment:

Added wiki page about the INCA Xml to CSV converter

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.inca

    v1 v1  
     1= INCA XML to CSV converter =
     2
     3This package is a standalone desktop Java program for converting
     4an XML file exported from INCA to a tab-separated CSV file. The
     5program will also filter out sensitive information that we are
     6not allowed to access.
     7 
     8
     9== Documentation ==
     10
     11 * JRE 8 is required
     12 * TODO
     13
     14== License ==
     15
     16[http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3].
     17
     18
     19== Download ==
     20
     21Not yet released.
     22
     23'''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.0 version (not yet released):
     24
     25 `svn co http://baseplugins.thep.lu.se/svn/other/net.sf.basedb.inca/tags/1.0 inca-xml2csv-1.0`
     26
     27
     28The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command:
     29
     30 `svn co http://baseplugins.thep.lu.se/svn/other/net.sf.basedb.inca/trunk inca-xml2csv-dev`
     31
     32
     33== Todo ==
     34[[TicketQuery(status!=closed&component=net.sf.basedb.inca)]]