kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 34e3ba1318b28424132ddd70ccd8c9253241904e
parent 7a814f5786620a295d0e16d9f27698d3897cb53d
Author: Joris Vink <joris@coders.se>
Date:   Mon, 13 May 2019 23:23:33 +0200

remove lingering pyko references

Diffstat:
share/man/kodev.1 | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/share/man/kodev.1 b/share/man/kodev.1 @@ -60,14 +60,6 @@ Switch between build flavors with the argument being the new flavor. Show the help synopsis. .RE -.BR \-p -.RS -Option used in conjunction with \fBcreate\fR to generate an application for use -with the -.BR pyko -Kore framework. -.RE - .SH GENERATED FILES Executing the .BR create @@ -108,12 +100,6 @@ The 2048-bit DH parameters used by TLS. .RE .RE -If you specify the -.BR -p -flag the generated files will be for use with -.BR pyko -instead. - Those files are: .RS @@ -263,12 +249,6 @@ Changing flavor of the build; $ kodev flavor osx .RE -Creating a new application 'app' with \fBpyko\fR support; - -.RS -$ kodev create \-p app -.RE - Building your application; .RS