Wiki source code of CSVEdit Home
Version 5.1 by christoph_lechleitner@iteg_at on 2013-02-02 07.41:19
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = {{id name="CSVEditHome-Introduction"/}}Introduction = | ||
| 2 | |||
| 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. | ||
| 4 | |||
| 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 | |||
| 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! | ||
| 8 | |||
| 9 | = {{id name="CSVEditHome-Installation"/}}Installation = | ||
| 10 | |||
| 11 | CSVEdit is available for Linux as a .deb package and for Windows in both 32 and 64 bit. | ||
| 12 | |||
| 13 | === {{id name="CSVEditHome-ForLinux(Debianandderivatives)"/}}For Linux (Debian and derivatives) === | ||
| 14 | |||
| 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 | |||
| 32 | = {{id name="CSVEditHome-Sourcecodeandissuetracker"/}}Source code and issue tracker = | ||
| 33 | |||
| 34 | Subversion: | ||
| 35 | |||
| 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 | |||
| 40 | Jira: [[CSVEDIT>>url:https://jira.clazzes.org/browse/CSVEDIT||shape="rect"]] | ||
| 41 | |||
| 42 |