df3f9c9f36
* NEW: New web site design. [WIKI CGI SCRIPT] * NEW: New web site design. [INTERPRETER] * BUG: Remove some unused code. * NEW: Stream got three new methods: Begin, Send & Drop. All WRITE instructions between a Begin and Send will be merged in one bunch of data that will be sent when Stream.End() is called. Stream.Drop() is there to cancel that process. * BUG: Correctly handle EINTR when writing to the SIGCHLD pipe. git-svn-id: svn://localhost/gambas/trunk@3730 867c0c6c-44f3-4631-809d-bfa615b0a4ec
21 lines
532 B
XML
21 lines
532 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 2.99.1
|
|
Title=Gambas web site generator
|
|
Startup=MMain
|
|
Icon=html.png
|
|
Version=2.99.1
|
|
VersionProgram=gbx3 -V
|
|
Description="Generates Gambas web site from html templates and ChangeLog files."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
Maintainer=Benoit Minisini
|
|
Address=gambas@users.sourceforge.net
|
|
License=General Public Licence
|
|
CreateEachDirectory=1
|
|
Systems=slackware
|
|
Menus=Development/Web Development
|
|
Categories=Development;WebDevelopment
|
|
Groups=Development/Tools
|
|
ExtraDependencies=
|
|
ExtraFiles=
|