Wiki source code of CSVEdit

Last modified by christoph_lechleitner@iteg_at on 2013-02-02 07.41:20

Hide last authors
christoph_lechleitner@iteg_at 4.1 1 = {{id name="CSVEditHome-Introduction"/}}Introduction =
2
5fbc055b7cc103006957e1ae 2.1 3 CSVEdit is an editor for .csv like files, i.e. text files with values in columns separated by some special character like comma or tab.
christoph_lechleitner@iteg_at 1.1 4
5fbc055b7cc103006957e1ae 2.1 5 For more information on the existing, recently added and planned features and limits, see the current [[ReadMe.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/ReadMe.txt||title="ReadMe.txt" shape="rect"]], [[Changes.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/Changes.txt||title="Changes.txt" shape="rect"]] and the totally informal [[ToDo.txt>>url:http://svn.clazzes.org/svn/csvedit/trunk/csvedit/doc/ToDo.txt||title="ToDo.txt" shape="rect"]].
6
christoph_lechleitner@iteg_at 4.1 7 (% style="font-size: 10.0pt;line-height: 13.0pt;" %)Thanks to our intern Samuel Stirtzel CSVEdit as of 1.1 has icons for all actions and some **printing capabilites**. Thanks Samuel!
5fbc055b7cc103006957e1ae 2.1 8
5fbc055b7cc103006957e1ae 3.1 9 = {{id name="CSVEditHome-Installation"/}}Installation =
christoph_lechleitner@iteg_at 1.1 10
5fbc055b7cc103006957e1ae 3.1 11 CSVEdit is available for Linux as a .deb package and for Windows in both 32 and 64 bit.
christoph_lechleitner@iteg_at 1.1 12
5fbc055b7cc103006957e1ae 3.1 13 === {{id name="CSVEditHome-ForLinux(Debianandderivatives)"/}}For Linux (Debian and derivatives) ===
christoph_lechleitner@iteg_at 1.1 14
5fbc055b7cc103006957e1ae 3.1 15 If you have not already added the key for [[deb.clazzes.org>>url:https://deb.clazzes.org/||shape="rect"]] to your list of trusted archivers, do it now (see the section on "Software Packages/Installers" in the [[doc:CLORG.Repository Access.WebHome]] page).
16
17 Although the name suggests otherwise, CSVEdit has been tested and runs under debian wheezy and the latest Ubuntu. Download and copy the {{code language="none"}}.list{{/code}} file to your sources directory (as root):
18
19 {{code language="none"}}
20 cd /etc/apt/sources.list.d/
21 wget http://deb.clazzes.org/debian/sources.list.d/squeeze/squeeze-csvedit-1.list
22 apt-get update
23 apt-get install csvedit
24 {{/code}}
25
26 Done.
27
28 === {{id name="CSVEditHome-ForWindows"/}}For Windows ===
29
30 The latest Windows installers can be downloaded from [[http:~~/~~/download.clazzes.org/csvedit/stable/>>url:http://download.clazzes.org/csvedit/stable/||shape="rect"]]. Choose the appriate .exe for your environment and install.
31
christoph_lechleitner@iteg_at 4.1 32 = {{id name="CSVEditHome-Sourcecodeandissuetracker"/}}Source code and issue tracker =
33
christoph_lechleitner@iteg_at 5.1 34 Subversion:
christoph_lechleitner@iteg_at 4.1 35
christoph_lechleitner@iteg_at 5.1 36 (% style="list-style-type: square;" %)
37 * [[http:~~/~~/svn.clazzes.org/svn/csvedit>>url:http://svn.clazzes.org/svn/csvedit||style="font-size: 10.0pt;line-height: 13.0pt;" shape="rect"]] (CSVEdit)
38 * [[http:~~/~~/svn.clazzes.org/svn/siredit>>url:http://svn.clazzes.org/svn/siredit||shape="rect"]] (Secure In-RAM editing wrapper script, using CSVEdit for .csv files)
39
christoph_lechleitner@iteg_at 4.1 40 Jira: [[CSVEDIT>>url:https://jira.clazzes.org/browse/CSVEDIT||shape="rect"]]
41
christoph_lechleitner@iteg_at 1.1 42