Wiki source code of CSVEdit Home
Version 3.1 by 5fbc055b7cc103006957e1ae on 2012-06-15 02.44:42
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
2.1 | 1 | 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. |
| |
1.1 | 2 | |
| |
2.1 | 3 | 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"]]. |
| 4 | |||
| |
3.1 | 5 | The SVN Repository can be found here: |
| |
2.1 | 6 | |
| |
3.1 | 7 | {{code language="none"}} |
| 8 | http://svn.clazzes.org/svn/csvedit | ||
| 9 | {{/code}} | ||
| |
1.1 | 10 | |
| |
3.1 | 11 | Thanks to our intern Samuel Stirtzel CSVEdit as of 1.1 has icons for all actions and some **printing capabilites** (work in progress). Thanks Samuel! |
| |
1.1 | 12 | |
| |
3.1 | 13 | = {{id name="CSVEditHome-Installation"/}}Installation = |
| |
1.1 | 14 | |
| |
3.1 | 15 | CSVEdit is available for Linux as a .deb package and for Windows in both 32 and 64 bit. |
| |
1.1 | 16 | |
| |
3.1 | 17 | === {{id name="CSVEditHome-ForLinux(Debianandderivatives)"/}}For Linux (Debian and derivatives) === |
| |
1.1 | 18 | |
| |
3.1 | 19 | 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). |
| 20 | |||
| 21 | 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): | ||
| 22 | |||
| 23 | {{code language="none"}} | ||
| 24 | cd /etc/apt/sources.list.d/ | ||
| 25 | wget http://deb.clazzes.org/debian/sources.list.d/squeeze/squeeze-csvedit-1.list | ||
| 26 | apt-get update | ||
| 27 | apt-get install csvedit | ||
| 28 | {{/code}} | ||
| 29 | |||
| 30 | Done. | ||
| 31 | |||
| 32 | === {{id name="CSVEditHome-ForWindows"/}}For Windows === | ||
| 33 | |||
| 34 | 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. | ||
| 35 | |||
| |
1.1 | 36 |