The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files.

Serj Kalichev e39cfa2ca0 klish-2.2.3 %!s(int64=2) %!d(string=hai) anos
bin 2c28a4deb1 konfd uses getpwnam() like functions from liblub %!s(int64=2) %!d(string=hai) anos
clish 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically %!s(int64=2) %!d(string=hai) anos
contrib 1eb175c756 contrib: update openwrt package definition %!s(int64=9) %!d(string=hai) anos
debian 99b81c886a Debian: Fix some lintian bugs %!s(int64=11) %!d(string=hai) anos
doc e39cfa2ca0 klish-2.2.3 %!s(int64=2) %!d(string=hai) anos
examples 95ec186ccf Macros for clish_plugin_t %!s(int64=6) %!d(string=hai) anos
konf 789092e1df Fix dead assignments %!s(int64=3) %!d(string=hai) anos
libc 1a733d2882 Add internal getopt implamentation. BSD version %!s(int64=10) %!d(string=hai) anos
lub 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically %!s(int64=2) %!d(string=hai) anos
m4 cb8ca83a07 Fix ax_lua.m4 so that it skips the header version checks and assumes they're ok when cross-compiling. Use ax_lua.m4's facilities to locate Lua libs and headers %!s(int64=11) %!d(string=hai) anos
plugins 4573917cbb Build statically %!s(int64=2) %!d(string=hai) anos
tinyrl c23ae4a9a2 tinyrl.c: remove trailing whitespaces %!s(int64=3) %!d(string=hai) anos
xml-examples a010cf7752 Use the new INI-like parser to get Lua scripts dir from XML %!s(int64=11) %!d(string=hai) anos
.editorconfig ad3632fbc9 Added editorconfig %!s(int64=3) %!d(string=hai) anos
.gitignore 6b1de63fc6 Add deb files to .gitignore %!s(int64=3) %!d(string=hai) anos
.travis.yml 1ab0516420 Add lua to travis config %!s(int64=3) %!d(string=hai) anos
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes %!s(int64=5) %!d(string=hai) anos
ChangeLog edce0a7c8e Adding Debian package required files %!s(int64=11) %!d(string=hai) anos
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes %!s(int64=5) %!d(string=hai) anos
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> %!s(int64=12) %!d(string=hai) anos
Makefile.am 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically %!s(int64=2) %!d(string=hai) anos
README 2cab47fe4b Update README file %!s(int64=3) %!d(string=hai) anos
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script %!s(int64=12) %!d(string=hai) anos
clish.xsd d5301c25f3 Made variable expansion optional %!s(int64=3) %!d(string=hai) anos
configure.ac e39cfa2ca0 klish-2.2.3 %!s(int64=2) %!d(string=hai) anos
indent.sh 9d6b47ec4d Wrapper for indent utility %!s(int64=4) %!d(string=hai) anos

README

# Klish Project

The klish is a framework for implementing a CISCO-like CLI on a UNIX systems.
It is configurable by XML files.

It's a stable klish branch for version 2.


## Homepage

http://klish.libcode.org.


## Documentation

See the homepage and sourcecode tree "doc/" dir for documenation.


## Repository

https://src.libcode.org/pkun/klish

NOTE: You need branch "2.2" for stable version.
The "master" branch is used for development of klish version 3 and it's not functional for now.


## Contributing

Use klish mailing list http://groups.google.com/group/klish-dev to send patches.
The best practice is to use "git format-patch" to format patch and "git send-email" to send it.
It's great when the patch (or email) contain description for patch.

## Build

Klish project needs XML parsing library like libxml2. See the documentation for details.