+ website
+ Added Harbour website (except art, docs and stat subdirs)
; TODO: configure automatic mechanism to extract site from
here and regularly updload to sf.net web area
; TODO: Clean HTML code, remove unused picture/files, avoid JS
Any takers?
; NOTE: Please make modifications to website code only in
SVN, then upload the content to web server manually.
IOW never update on web server directly.
39 lines
1.8 KiB
HTML
39 lines
1.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<LINK REV="made" HREF="mailto:harbour-faq@netfang.net">
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<TITLE>I can't code C, how can I help development? </TITLE>
|
|
</HEAD>
|
|
<BODY text="#000000" bgcolor="#ffffff">
|
|
|
|
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
|
|
<b>:</b> <A HREF="harbour20.html"><EM>Helping develop Harbour</EM></A>
|
|
<b>:</b> <EM>I can't code C, how can I help development? </EM><BR>
|
|
<b>Previous:</b> <A HREF="harbour30.html"><EM>So what's with all these language extensions then?</EM></A><BR>
|
|
<b>Next:</b> <A HREF="harbour32.html"><EM>I've got loads of Clipper code I can donate, what shall I do?</EM></A>
|
|
|
|
|
|
<HR NOSHADE>
|
|
<H2><A NAME="31"></A>3.11. I can't code C, how can I help development? </H2>
|
|
<p>How about doing some Clipper (the language) coding? Parts of Harbour have
|
|
been and can be written in itself. Why not look at
|
|
<A HREF="harbour27.html#WhatToDo">what needs doing</A> in the run-time library and seeing what could be
|
|
coded using normal Clipper code?</p>
|
|
<p>Don't worry about speed for the moment, chances are the functions you're
|
|
thinking about are not speed critical, even if they are someone can come
|
|
along and, using your implementation as the base design, re-code it in C for
|
|
extra speed (if re-coding will speed it up).</p>
|
|
|
|
<HR NOSHADE>
|
|
<A HREF="harbour.html"><EM>Frequently Asked Questions about Harbour</EM></A>
|
|
<b>:</b> <A HREF="harbour20.html"><EM>Helping develop Harbour</EM></A>
|
|
<b>:</b> <EM>I can't code C, how can I help development? </EM><BR>
|
|
<b>Previous:</b> <A HREF="harbour30.html"><EM>So what's with all these language extensions then?</EM></A><BR>
|
|
<b>Next:</b> <A HREF="harbour32.html"><EM>I've got loads of Clipper code I can donate, what shall I do?</EM></A>
|
|
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|