2012-10-08 15:14 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rdd/usrrdd/rdds/arrayrdd.prg
* deleted reference to INSTALL
* website/faq/harbour17.html
* website/faq/harbour27.html
* updated dead links to source repository
* INSTALL
* website/changelog.html
* website/index.html
* website/menu/harbour-menu.js
* updated links to source repository to point to SVN directly
instead of viewvc UI
* doc/howtorep.txt
* deleted svn:keywords property
* cleaned
This commit is contained in:
@@ -16,6 +16,25 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-10-08 15:14 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* src/rdd/usrrdd/rdds/arrayrdd.prg
|
||||
* deleted reference to INSTALL
|
||||
|
||||
* website/faq/harbour17.html
|
||||
* website/faq/harbour27.html
|
||||
* updated dead links to source repository
|
||||
|
||||
* INSTALL
|
||||
* website/changelog.html
|
||||
* website/index.html
|
||||
* website/menu/harbour-menu.js
|
||||
* updated links to source repository to point to SVN directly
|
||||
instead of viewvc UI
|
||||
|
||||
* doc/howtorep.txt
|
||||
* deleted svn:keywords property
|
||||
* cleaned
|
||||
|
||||
2012-10-08 02:29 UTC+0200 Viktor Szakats (vszakats syenar.net)
|
||||
* package/winuni/mpkg_win_uni.bat
|
||||
* package/winuni/mpkg_win_uni.nsi
|
||||
|
||||
@@ -1824,9 +1824,9 @@ HARBOUR
|
||||
|
||||
Particularly:
|
||||
Comparing Harbour to xHarbour:
|
||||
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt
|
||||
http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/doc/xhb-diff.txt
|
||||
ChangeLog:
|
||||
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog
|
||||
http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog
|
||||
|
||||
|
||||
[ Copyright (c) 2009-2012 Viktor Szakats (harbour syenar.net)
|
||||
|
||||
@@ -181,24 +181,14 @@ by David G. Holm
|
||||
==================================
|
||||
by Maurilio Longo
|
||||
|
||||
When a new file is added to SVN tree it has not a SVN ID.
|
||||
SVN IDs look like this:
|
||||
Add these three lines to the top of your source file:
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
To add one to a file lacking it simply put as first lines:
|
||||
|
||||
/*
|
||||
* Chr(36) + "Id" + Chr(36)
|
||||
*/
|
||||
|
||||
IMPORTANT 1: In real code, replace 'Chr(36)' with '$' signes.
|
||||
|
||||
as soon as you commit your file SVN ID string will be expanded
|
||||
by SVN server to full length.
|
||||
As soon as you commit your file, SVN ID string will be expanded
|
||||
by SVN client to full length.
|
||||
|
||||
IMPORTANT 2: Run these commands and commit:
|
||||
svn propset svn:keywords "Author Date Id Revision" <filename>
|
||||
@@ -211,7 +201,7 @@ IMPORTANT 3: Use operating system (or tool) specific quote
|
||||
quoting only for space characters, etc.
|
||||
|
||||
|
||||
[ Copyright (c) 1999-2011 Viktor Szakats (harbour syenar.net)
|
||||
[ Copyright (c) 1999-2012 Viktor Szakats (harbour syenar.net)
|
||||
Licensed under Creative Commons Attribution-ShareAlike 3.0:
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
See COPYING. ]
|
||||
|
||||
@@ -72,10 +72,6 @@
|
||||
|
||||
#xtranslate THROW( <oErr> ) => ( Eval( ErrorBlock(), <oErr> ), Break( <oErr> ) )
|
||||
|
||||
/*
|
||||
To activate debug see infos in INSTALL point 7
|
||||
*/
|
||||
|
||||
ANNOUNCE ARRAYRDD
|
||||
|
||||
#define DATABASE_FILENAME 1
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<td > </td>
|
||||
<td valign="top">Through the ChangeLog you can give a list of amendments that were added to the repository project. This list is updated frequently by developers and is available at:<br />
|
||||
<br />
|
||||
<a href="http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog" target="_blank" class="blue_link"> http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog</a></td>
|
||||
<a href="http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog" target="_blank" class="blue_link"> http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog</a></td>
|
||||
<td > </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
|
||||
@@ -26,10 +26,10 @@ breach of licence.</p>
|
||||
<p>In Harbour terms this means different things depending on which portion of
|
||||
Harbour you are considering. The compiler itself can live under the GPL, it
|
||||
isn't part of the run-time and so poses no problem. This isn't true for the
|
||||
<A href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/harbour-project/harbour/source/vm/">HVM</A> and
|
||||
<A href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/harbour-project/harbour/source/rtl/">RTL</A> because they get linked into your application and so would
|
||||
<A href="http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/src/vm/">HVM</A> and
|
||||
<A href="http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/src/rtl/">RTL</A> because they get linked into your application and so would
|
||||
require that your code be distributed under a compatible licence. While the
|
||||
Harbour developers would like to see you develop
|
||||
Harbour developers would like to see you develop
|
||||
<A HREF="harbour13.html#FreeSoftware">free software</A> they have decided to let you make this choice.</p>
|
||||
<p>To solve this problem the developers have employed the "Harbour
|
||||
Exception". This idea comes from the GPL exception used by <A href="http://www.gnu.org/software/guile/guile.html">guile</A>. In effect,
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
<HR NOSHADE>
|
||||
<H2><A NAME="27"></A>3.7. What needs working on?<A NAME="WhatToDo"></A></H2>
|
||||
<p>See <A href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/harbour-project/harbour/TODO?rev=HEAD&content-type=text/vnd.viewcvs-markup">TODO</A> in the root directory of the harbour sources.</p>
|
||||
<p>See <A href="http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/TODO">TODO</A> in the root directory of the harbour sources.</p>
|
||||
<p>If you're looking to get stuck into some Harbour development you'd do
|
||||
well to subscribe to the
|
||||
well to subscribe to the
|
||||
<A HREF="harbour35.html#DevMailList">developer's mailing list</A>, hang out there for a few days to get a feel for what is going on and
|
||||
then either start contributing bug fixes (always a good way of getting
|
||||
started) or simply announce your intention to work on an entry on the TODO list.</p>
|
||||
|
||||
@@ -222,7 +222,7 @@ Harbour is a cross-platform compiler and is known to compile and run on MS-DOS,
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td> </td>
|
||||
<td>In 2010 July with few days of development effort, Harbour has been ported successfully to VxWorks 6.8 Real-Time Operating System (x86 CPU target for now) for both GNU GCC and Wind River C Compiler. Many thanks to Wind River Inc. for making their development package available to our open source compiler project. This means now Harbour can run on cars, planes, rockets and robots. :) See more about the technical details in ChangeLog entry '2010-07-16 18:22 UTC+0200 Viktor Szakats' <a href="http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog">here</a><br /></td>
|
||||
<td>In 2010 July with few days of development effort, Harbour has been ported successfully to VxWorks 6.8 Real-Time Operating System (x86 CPU target for now) for both GNU GCC and Wind River C Compiler. Many thanks to Wind River Inc. for making their development package available to our open source compiler project. This means now Harbour can run on cars, planes, rockets and robots. :) See more about the technical details in ChangeLog entry '2010-07-16 18:22 UTC+0200 Viktor Szakats' <a href="http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog">here</a><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
|
||||
@@ -11,8 +11,8 @@ stm_ep();
|
||||
stm_aix("p0i4","p0i2",[]);
|
||||
stm_aix("p0i5","p0i1",[2,"","documentation.png","documentation.png",90,65,0,"doc/harbour.html","_self","","","","",0,0,0,"","",-1,-1,0,0,1,"#E6EFF9",1,"#FFD602"]);
|
||||
stm_bpx("p2","p1",[1,4,0,-3,3,0,0,0,100,"",-2,"",-2,50,0,0,"#CCCCCC"]);
|
||||
stm_aix("p2i0","p1i0",[0," Basic information (INSTALL) ","","",-1,-1,0,"http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/INSTALL"]);
|
||||
stm_aix("p2i1","p1i0",[0," ChangeLog ","","",-1,-1,0,"http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog"]);
|
||||
stm_aix("p2i0","p1i0",[0," Basic information (INSTALL) ","","",-1,-1,0,"http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/INSTALL"]);
|
||||
stm_aix("p2i1","p1i0",[0," ChangeLog ","","",-1,-1,0,"http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog"]);
|
||||
stm_aix("p2i2","p1i0",[0," Clipper 5.3 ","","",-1,-1,0,"http://x-hacker.org/ng/53guide/"]);
|
||||
stm_aix("p2i3","p1i0",[0," Harbour ","","",-1,-1,0,"doc/harbour.html"]);
|
||||
stm_aix("p2i4","p1i0",[0," FAQ ","","",-1,-1,0,"faq/harbour.html"]);
|
||||
|
||||
Reference in New Issue
Block a user