1
0

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

Serj Kalichev 7035b1b2b8 Fix segmentation while wrong XML file преди 3 години
bin 7035b1b2b8 Fix segmentation while wrong XML file преди 3 години
clish 7035b1b2b8 Fix segmentation while wrong XML file преди 3 години
contrib 1eb175c756 contrib: update openwrt package definition преди 9 години
debian 99b81c886a Debian: Fix some lintian bugs преди 11 години
doc c8d65326ed fix 2 links, typos, describes args* attributes преди 5 години
examples 95ec186ccf Macros for clish_plugin_t преди 6 години
konf 90be074e46 konfd: Fix memory leak while connection processing преди 3 години
libc 1a733d2882 Add internal getopt implamentation. BSD version преди 10 години
lub 2d1f8d1314 Add some utilities for tri_t преди 3 години
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 преди 11 години
plugins 9b1dde752d clish_get__format_username() преди 3 години
tinyrl c23ae4a9a2 tinyrl.c: remove trailing whitespaces преди 3 години
xml-examples a010cf7752 Use the new INI-like parser to get Lua scripts dir from XML преди 11 години
.editorconfig ad3632fbc9 Added editorconfig преди 3 години
.gitignore 6b1de63fc6 Add deb files to .gitignore преди 3 години
.travis.yml 1ab0516420 Add lua to travis config преди 3 години
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes преди 5 години
ChangeLog edce0a7c8e Adding Debian package required files преди 11 години
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes преди 5 години
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> преди 12 години
Makefile.am c45da1e49e Easy deb creation doesn't depend on libfaux now преди 3 години
README 2cab47fe4b Update README file преди 3 години
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script преди 12 години
clish.xsd d5301c25f3 Made variable expansion optional преди 3 години
configure.ac ee969170b5 build: Fix warnings about version-info for binaries преди 3 години
indent.sh 9d6b47ec4d Wrapper for indent utility преди 4 години

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.