Difference between revisions of "Software developed in-house"

From Salix OS
Jump to: navigation, search
(Administrative)
Line 28: Line 28:
  
 
* [http://github.com/gapan/salixtools-gtk salixtools-gtk] - GTK tools for system administration
 
* [http://github.com/gapan/salixtools-gtk salixtools-gtk] - GTK tools for system administration
 
* [[salt]] - SalixLive creation scripts
 
  
 
* [http://github.com/gapan/simpleconfig simpleconfig] - a python library for managing simple configuration files
 
* [http://github.com/gapan/simpleconfig simpleconfig] - a python library for managing simple configuration files
Line 50: Line 48:
  
 
* [http://github.com/gapan/iso-creation iso-creation] - Scripts that are used to create the Salix standard installation iso images
 
* [http://github.com/gapan/iso-creation iso-creation] - Scripts that are used to create the Salix standard installation iso images
 +
 
* [http://github.com/gapan/repo-scripts repo-scripts] - Scripts that are used to maintain/update the Salix repositories
 
* [http://github.com/gapan/repo-scripts repo-scripts] - Scripts that are used to maintain/update the Salix repositories
 +
 +
* [[salt]] - SalixLive creation scripts
  
 
== See also ==
 
== See also ==

Revision as of 09:49, 29 June 2012

A lot of software that is used by Salix is developed in-house. Here is the complete list:

  • depcheck - a tool to check dependency files against the system
  • depfinder - finds dependencies of Slackware packages
  • depmin - minimizes the dependency list
  • dotnew - a utility to manage .new system configuration files
  • GMountMan - A GTK mount manager for local devices that uses gvfs
  • GTKMan - a simple GTK+2 manual page viewer
  • LiveClone - a GUI utility that clones a live system
  • Pkgtxt2db - A tool to convert PACKAGES.TXT file to various databases formats
  • salixtools - command line tools for system administration
  • simpleconfig - a python library for managing simple configuration files
  • slkbuild] - an arch-like wrapper script for easy packaging
  • Sourcery - a GTK frontend to slapt-src
  • twapake - a tool that tracks installed packages

Administrative

Apart from software that the user can run in the distribution, there are several scripts that we use to create and maintain Salix iso images and web presense.

  • iso-creation - Scripts that are used to create the Salix standard installation iso images
  • repo-scripts - Scripts that are used to maintain/update the Salix repositories
  • salt - SalixLive creation scripts

See also