Difference between revisions of "Software developed in-house"

From Salix OS
Jump to: navigation, search
(updated fredg --> Salix-OS repo; added pukka)
 
(15 intermediate revisions by 3 users not shown)
Line 10: Line 10:
  
 
* [http://github.com/gapan/gmountman GMountMan] - A GTK mount manager for local devices that uses gvfs
 
* [http://github.com/gapan/gmountman GMountMan] - A GTK mount manager for local devices that uses gvfs
 +
 +
* [http://github.com/gapan/gnsu gnsu] - A gksu/gksudo replacement using sudo as a backend
  
 
* [[GTKMan]] - a simple GTK+2 manual page viewer
 
* [[GTKMan]] - a simple GTK+2 manual page viewer
  
* [[Live Installer]] - a graphical installer for SalixLive
+
* [http://github.com/Akuna/Live-Installer Live Installer] - a graphical installer for SalixLive
  
* [[LiveClone]] - a GUI utility that clones a live system
+
* [http://github.com/Akuna/LiveClone LiveClone] - a GUI utility that clones a live system
  
* [[LiloSetup]] - a GUI utility to setup LILO
+
* [http://github.com/Akuna/LiloSetup LiloSetup] - a GUI utility to setup LILO
 +
 
 +
* [http://github.com/Salix-OS/lxc-salix lxc-salix] - Scripts and stuff to aid running lxc on salix.The file lxc-salix is a template for lxc-create
 +
 
 +
* [http://github.com/Salix-OS/manifest manifest] - Script to generate a Slackware MANIFEST file for a package repository
  
 
* [[Persistence-wizard]] - the persistence wizard used in all SalixLive releases
 
* [[Persistence-wizard]] - the persistence wizard used in all SalixLive releases
  
* [[Pkgtxt2db]] - A tool to convert PACKAGES.TXT file to various databases formats
+
* [http://github.com/Salix-OS/pkglist pkglist] - script to make a simple Source and SLKBUILD Salix repository UI
 +
 
 +
* [http://github.com/mimosa67/pukka pukka] - script to provide information about packages and their dependencies across editions
  
 
* [http://github.com/gapan/salix-codecs-installer Salix-codecs-installer] - a utility that installs multimedia codecs
 
* [http://github.com/gapan/salix-codecs-installer Salix-codecs-installer] - a utility that installs multimedia codecs
 +
 +
* [http://github.com/Salix-OS/salix-man Salix-man] - The Salix OS man page
 +
 +
* [http://github.com/Salix-OS/salix-remote-installer salix-remote-installer] - Install your choosen Salix flavor from your running system to another partition
  
 
* [http://github.com/gapan/salixtools salixtools] - command line tools for system administration
 
* [http://github.com/gapan/salixtools salixtools] - command line tools for system administration
  
 
* [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
  
* [http://slkbuild.sourceforge.net slkbuild]] - an arch-like wrapper script for easy packaging
+
* [http://slkbuild.sourceforge.net slkbuild] - an arch-like wrapper script for easy packaging
  
 
* [[Sourcery]] - a GTK frontend to slapt-src
 
* [[Sourcery]] - a GTK frontend to slapt-src
  
* [[twapake]] - a tool that tracks installed packages
+
* [http://github.com/gapan/sysvinit-scripts sysvinit-scripts] - the system startup scripts
 +
 
 +
* [[twapake]] - a tool that help you manage last installed packages
  
 
* [http://github.com/gapan/whaaw-thumbnailer-caja whaaw-thumbnailer-caja] - Whaaw thumbnailer integration for the Caja file manager
 
* [http://github.com/gapan/whaaw-thumbnailer-caja whaaw-thumbnailer-caja] - Whaaw thumbnailer integration for the Caja file manager
  
* [[xdgmenumaker ]] - create xdg menus for fluxbox, windowmaker
+
* [http://github.com/gapan/xdgmenumaker xdgmenumaker] - create xdg menus for several window managers
 +
 
 +
== 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 presence.
 +
 
 +
* [http://github.com/Salix-OS/packages.salixos.org packages.salixos.org] Salix packages Web User Interface
 +
 
 +
* [http://github.com/gapan/iso-creation iso-creation] - Scripts that are used to create the Salix standard installation iso images
 +
 
 +
* [[Pkgtxt2db]] - A tool to convert PACKAGES.TXT file to various databases formats
 +
 
 +
* [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 ==

Latest revision as of 21:09, 15 March 2014

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
  • gnsu - A gksu/gksudo replacement using sudo as a backend
  • GTKMan - a simple GTK+2 manual page viewer
  • LiveClone - a GUI utility that clones a live system
  • lxc-salix - Scripts and stuff to aid running lxc on salix.The file lxc-salix is a template for lxc-create
  • manifest - Script to generate a Slackware MANIFEST file for a package repository
  • pkglist - script to make a simple Source and SLKBUILD Salix repository UI
  • pukka - script to provide information about packages and their dependencies across editions
  • 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 help you manage last installed packages
  • xdgmenumaker - create xdg menus for several window managers

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 presence.

  • iso-creation - Scripts that are used to create the Salix standard installation iso images
  • Pkgtxt2db - A tool to convert PACKAGES.TXT file to various databases formats
  • repo-scripts - Scripts that are used to maintain/update the Salix repositories
  • salt - SalixLive creation scripts

See also