1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: klone
Section: web
Priority: extra
Maintainer: Kari Pahula <kaol@debian.org>
Build-Depends: debhelper (>= 5), libssl-dev, libz-dev, doxygen, bzip2, quilt
Standards-Version: 3.7.2
Package: klone
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: klone-package
Suggests: klone-doc
Description: web application development framework
KLone is a fully-featured, multiplatform, web application development
framework, targeted especially for embedded systems and appliances.
.
It is a self-contained solution which includes a web server and an SDK
for creating WWW sites with both static and dynamic content. When
using KLone, there's absolutely no need for any additional component:
neither the HTTP/S server (e.g. Apache, Netscape, Roxen), nor the
typical active pages engine (PHP, Perl, ASP, Python).
.
KLone does everything, and does it fast and small.
.
KLone blends the HTTP/S server application together with its content
and configuration into a single executable file. The site developer
writes his/her dynamic pages in C/C++ (in usual scripting style: <% /*
code */ %>) and uses KLone to transform them into embeddable,
compressed native code with the native C/C++ compiler. The result is
then linked to the HTTP/S server skeleton to obtain one single,
ROM-able, binary file. This means that he/she can get:
- easy, complete and unfiltered interaction with the host operating
system
- dynamic pages in native compiled code, which in turn implies
- fast execution and
- small overall application footprint
- all of this without giving up the common functionality of web
application frameworks such as sessions, parsing of form
variables, cookies, etc
.
Homepage: http://www.koanlogic.com/kl/cont/gb/html/klone.html
Package: klone-source
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: klone-package
Suggests: klone-doc
Description: KLone development framework source code
KLone is a fully-featured, multiplatform, web application development
framework, targeted especially for embedded systems and appliances.
.
It is a self-contained solution which includes a web server and an SDK
for creating WWW sites with both static and dynamic content. When
using KLone, there's absolutely no need for any additional component:
neither the HTTP/S server (e.g. Apache, Netscape, Roxen), nor the
typical active pages engine (PHP, Perl, ASP, Python).
.
KLone does everything, and does it fast and small.
.
KLone blends the HTTP/S server application together with its content
and configuration into a single executable file. The site developer
writes his/her dynamic pages in C/C++ (in usual scripting style: <% /*
code */ %>) and uses KLone to transform them into embeddable,
compressed native code with the native C/C++ compiler. The result is
then linked to the HTTP/S server skeleton to obtain one single,
ROM-able, binary file. This means that he/she can get:
- easy, complete and unfiltered interaction with the host operating
system
- dynamic pages in native compiled code, which in turn implies
- fast execution and
- small overall application footprint
- all of this without giving up the common functionality of web
application frameworks such as sessions, parsing of form
variables, cookies, etc
.
This package has KLone's source code, to be used to build custom
kloned servers.
.
Homepage: http://www.koanlogic.com/kl/cont/gb/html/klone.html
Package: klone-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: web application development framework
KLone is a fully-featured, multiplatform, web application development
framework, targeted especially for embedded systems and appliances.
.
It is a self-contained solution which includes a web server and an SDK
for creating WWW sites with both static and dynamic content. When
using KLone, there's absolutely no need for any additional component:
neither the HTTP/S server (e.g. Apache, Netscape, Roxen), nor the
typical active pages engine (PHP, Perl, ASP, Python).
.
KLone does everything, and does it fast and small.
.
KLone blends the HTTP/S server application together with its content
and configuration into a single executable file. The site developer
writes his/her dynamic pages in C/C++ (in usual scripting style: <% /*
code */ %>) and uses KLone to transform them into embeddable,
compressed native code with the native C/C++ compiler. The result is
then linked to the HTTP/S server skeleton to obtain one single,
ROM-able, binary file. This means that he/she can get:
- easy, complete and unfiltered interaction with the host operating
system
- dynamic pages in native compiled code, which in turn implies
- fast execution and
- small overall application footprint
- all of this without giving up the common functionality of web
application frameworks such as sessions, parsing of form
variables, cookies, etc
.
This package has examples and API documentation for KLone.
.
Homepage: http://www.koanlogic.com/kl/cont/gb/html/klone.html
|