savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] Re: submission of htmlc2c: html and embeded c to c -


From: Mathieu Roy
Subject: [Savannah-hackers] Re: submission of htmlc2c: html and embeded c to c - savannah.gnu.org
Date: 28 Sep 2002 20:22:12 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi,

I'm evaluating the project you submitted for approval in Savannah.

Could you create a tarball with the code as it
now exists and make it available to a temporary URL
(and add this url to your description while submitting
the project)?

We want to help you fix potential legal issues.
For example, in order to release your project under
the GPL you should write copyright notices and copying
permission statements at the beginning of every source code
file, following the advice of
http://www.gnu.org/licenses/gpl-howto.html


Could you resubmit your project once it's done?
You can resubmit your project with ease by copying
the big re-registration URL provided in the mail
you received  at submission

Regards,



address@hidden said:

> A package was submitted to savannah.gnu.org
> This mail was sent to address@hidden, address@hidden
> 
> Sean McEligot <address@hidden> described the package as follows:
> License: gpl
> Other License: 
> Package: htmlc2c: html and embeded c to c
> System name: htmlc2c
> Type: GNU
> 
> Description:
> My project takes html with embeded c code and outputs a c code that compiles 
> to a cgi program. (actuall it\'s c++, but I can change it to c, if that is 
> preferable.) An option will be added to support fastcgi to truly realize the 
> speed benifits of c. Here\'s a example:
> 
> <html>
> <head>
> <meta name=\"generator\" content=\"HTML Tidy, see www.w3.org\">
> <title></title>
> <meta name=\"generator\" content=\"txt2html v1.28\">
> <base href=\"file:///E:/cygwin/usr/src/html2cgi-0.1/test.html\">
> <style type=\"text/css\">
>  code.cgi {color:grey;white-space:pre}
> </style>
> </head>
> <body>
> This is plain html<br>
> <code class=\"cgi\">
>       fputs(\"<h1>this is c</h1>\\n\", stdout);
> </code>
> This is html again<br>
> </body>
> </html>
> 
> You can also use <script type=\"text/c++\"> instead of <code class=\"cgi\">, 
> if you don\'t want to see the c code in your unparsed html.
> 
> Other Software Required:
> 
> Other Software Required:
> depends on tpe (another project I submitted to savannah)
> tpe depends on pcre and glib
> 
> Other Comments:
> This is alpha code. It has memory leaks, and bugs. don\'t try to install it. 
> Compile and install tpe, then compile html2c and run in the source direcory 
> using \"make test runtest\" 
> 
> _______________________________________________
> Savannah-hackers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/savannah-hackers

-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://gpg.coleumes.org              <<




reply via email to

[Prev in Thread] Current Thread [Next in Thread]