ps: Step-by-step evolution: see the Blog https://sourceforge.net/p/gitin/blog/
ps2: jump to install: https://sourceforge.net/p/gitin/wiki/Install/
Future:
Split in 3 sub-projects: gitin-lib, gitin-cli, gitin-gui. (see https://sourceforge.net/p/gitin/tickets/11/)
Database
- MySQL like (MariaDb)
- Database gitin.sql file is enclosed in the project to make the database structure.
- Project now contains example database: gitinExample.sql.
Current state of the project:
Working on the basic data screens to be able to test the database structure with some real data. The user screens follow afterwards and should become more user-friendly.
I can use it already to keep some data about my devices, and some relations between them.
Currently version 0.9.x with:
NIC select shows cable details, CDataContext integrated to switch between different database settings eg local-remote, more info in About
From 0.8.0
See device name, location id, menu for output, copy cable..
In version 0.7.0 I can also:
In version 0.6.7 I can now:
In version 0.2.8 I can now:
In version 0.2.2 I can also () use the "connect screen" to:
I can use it as a rough form to keep some data about cables and devices.
In version 0.1.3 i can:
CLI
- cli version should give me the option to get data from the system with just a ssh connection.
- This works for listing records of devices, nic, locations, cables, path
The wiki uses Markdown syntax.