From aaa7d2fdad1a3ee3a8abb5ae55e27ccea50e0d16 Mon Sep 17 00:00:00 2001
From: Viktor Szakats
Date: Mon, 8 Oct 2012 13:17:48 +0000
Subject: [PATCH] 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
---
harbour/ChangeLog | 19 +++++++++++++++++++
harbour/INSTALL | 4 ++--
harbour/doc/howtorep.txt | 18 ++++--------------
harbour/src/rdd/usrrdd/rdds/arrayrdd.prg | 4 ----
harbour/website/changelog.html | 2 +-
harbour/website/faq/harbour17.html | 6 +++---
harbour/website/faq/harbour27.html | 4 ++--
harbour/website/index.html | 2 +-
harbour/website/menu/harbour-menu.js | 4 ++--
9 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index eac02bdc35..9c3243ec7a 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -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
diff --git a/harbour/INSTALL b/harbour/INSTALL
index 303af80ae8..73db20fd5c 100644
--- a/harbour/INSTALL
+++ b/harbour/INSTALL
@@ -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)
diff --git a/harbour/doc/howtorep.txt b/harbour/doc/howtorep.txt
index 1312185c0c..d4f04aedae 100644
--- a/harbour/doc/howtorep.txt
+++ b/harbour/doc/howtorep.txt
@@ -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"
@@ -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. ]
diff --git a/harbour/src/rdd/usrrdd/rdds/arrayrdd.prg b/harbour/src/rdd/usrrdd/rdds/arrayrdd.prg
index d217ef7e37..4bcf5cf4cf 100644
--- a/harbour/src/rdd/usrrdd/rdds/arrayrdd.prg
+++ b/harbour/src/rdd/usrrdd/rdds/arrayrdd.prg
@@ -72,10 +72,6 @@
#xtranslate THROW( ) => ( Eval( ErrorBlock(), ), Break( ) )
-/*
- To activate debug see infos in INSTALL point 7
-*/
-
ANNOUNCE ARRAYRDD
#define DATABASE_FILENAME 1
diff --git a/harbour/website/changelog.html b/harbour/website/changelog.html
index ed11f1ed11..b75c2ae90d 100644
--- a/harbour/website/changelog.html
+++ b/harbour/website/changelog.html
@@ -45,7 +45,7 @@
| |
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:
- http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog |
+ http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog
|
diff --git a/harbour/website/faq/harbour17.html b/harbour/website/faq/harbour17.html
index 452b450d29..6efa041f1b 100644
--- a/harbour/website/faq/harbour17.html
+++ b/harbour/website/faq/harbour17.html
@@ -26,10 +26,10 @@ breach of licence.
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
-HVM and
-RTL because they get linked into your application and so would
+HVM and
+RTL 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
free software they have decided to let you make this choice.
To solve this problem the developers have employed the "Harbour
Exception". This idea comes from the GPL exception used by guile. In effect,
diff --git a/harbour/website/faq/harbour27.html b/harbour/website/faq/harbour27.html
index 235d6dc6c6..c17e45467b 100644
--- a/harbour/website/faq/harbour27.html
+++ b/harbour/website/faq/harbour27.html
@@ -16,9 +16,9 @@
3.7. What needs working on?
-See TODO in the root directory of the harbour sources.
+See TODO in the root directory of the harbour sources.
If you're looking to get stuck into some Harbour development you'd do
-well to subscribe to the
+well to subscribe to the
developer's mailing list, 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.
diff --git a/harbour/website/index.html b/harbour/website/index.html
index 4973bb00e0..2336807c4c 100644
--- a/harbour/website/index.html
+++ b/harbour/website/index.html
@@ -222,7 +222,7 @@ Harbour is a cross-platform compiler and is known to compile and run on MS-DOS,
| |
|
- 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' here
|
+ 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' here
|
| |
diff --git a/harbour/website/menu/harbour-menu.js b/harbour/website/menu/harbour-menu.js
index eb08f4c4b9..464184450a 100644
--- a/harbour/website/menu/harbour-menu.js
+++ b/harbour/website/menu/harbour-menu.js
@@ -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"]);