* bin/commit.hb
* config/detect.mk
* config/detfun.mk
* config/detplat.mk
* config/dir.mk
* config/dirsh.mk
* config/global.mk
* config/globsh.mk
* config/instsh.mk
* config/lang.hb
* config/lang2po.hb
* config/po2lang.hb
* config/postinst.hb
* contrib/hbexpat/tests/tohash.prg
* contrib/hbformat/utils/hbformat.ini
* contrib/hbmisc/hbedit.prg
* contrib/hbmxml/tests/testmxml.prg
* contrib/hbnetio/utils/hbnetio/_console.prg
* contrib/hbnetio/utils/hbnetio/_winsvc.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* contrib/hbnetio/utils/hbnetio/netiomgm.hb
* contrib/hbwin/tests/ole.prg
* contrib/hbwin/tests/oletst2.js
* contrib/hbwin/tests/oletst2.vbs
* contrib/hbxpp/doc/en/binnumx.txt
* contrib/hbxpp/doc/en/dbcmdx.txt
* contrib/xhb/htmutil.prg
* contrib/xhb/tfile.prg
* contrib/xhb/tframe.prg
* contrib/xhb/thtm.prg
* ChangeLog.txt
* debian/copyright
* doc/class_tp.txt
* doc/hdr_tpl.txt
* doc/xhb-diff.txt
* LICENSE.txt
* package/harbour-wce.spec.in
* package/harbour-win.spec.in
* package/harbour.spec
* package/mpkg_rpm_wce.sh
* package/mpkg_rpm_win.sh
* package/mpkg_rpm.sh
* package/mpkg_src.sh
* package/mpkg_ver.sh
* src/rtl/achoice.prg
* src/rtl/getsys53.prg
* src/rtl/tgetlist.prg
* src/rtl/tlabel.prg
* src/rtl/tmenusys.prg
* tests/hbdoc.prg
* tests/langmsg.prg
* tests/rto_get.prg
* tests/rto_tb.prg
+ doc/en/ati.txt
+ doc/en/dirdrive.txt
+ doc/en/hashfunc.txt
+ doc/en/hbtoken.txt
+ doc/en/left.txt
+ doc/en/proc.txt
+ doc/en/strtran.txt
+ doc/en/transfrm.txt
+ doc/en/typefile.txt
* doc/en/*
* more partial sync with 3.4 fork
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
/* $DOC$
|
|
$AUTHOR$
|
|
Copyright 2009 April White <bright.tigra gmail.com>
|
|
$TEMPLATE$
|
|
Document
|
|
$NAME$
|
|
Welcome to Harbour
|
|
$CATEGORY$
|
|
Document
|
|
$SUBCATEGORY$
|
|
Intro
|
|
$ONELINER$
|
|
A starter's guide
|
|
$DESCRIPTION$
|
|
Clipper is a trademark of Computer Associates and will often be
|
|
referred to as CA-Cl*pper within Harbour documents. Regardless of this
|
|
variant, Clipper is recognized as Computer Associates' trademark.
|
|
|
|
Harbour is a free software compiler for the xBase superset language often
|
|
referred to as Clipper (the language that is implemented by the compiler
|
|
Clipper). The goal of Harbour is to produce a cross platform CA-Cl*pper
|
|
compatible compiler.
|
|
|
|
The Harbour website is at <https://vszakats.github.io/harbour-core/>.
|
|
If you have any problem with this copy of Harbour please visit our web
|
|
site and ensure that you are using the latest release.
|
|
|
|
If you are reading this file as part of a source distribution of Harbour you
|
|
probably want to start by reading doc/dirstruc.txt because this is your map to
|
|
the Harbour source directories.
|
|
|
|
Harbour is a superset of Clipper and is backwards compatible with nearly
|
|
100% of all Clipper 5.2x or 5.3 code. Most Clipper S'87 code will also
|
|
compile and run fine, but may require some modifications to run well.
|
|
$PLATFORMS$
|
|
$FILES$
|
|
|
|
$SEEALSO$
|
|
|
|
$END$
|
|
*/
|