From 61ee61474fa9ecd756851a8766f9dba1319e714c Mon Sep 17 00:00:00 2001 From: Lutz Date: Mon, 22 Feb 2021 17:45:04 +0100 Subject: [PATCH] Better doku A --- Documentacion/github/FoxBin2Prg_Changes.md | 4 ++-- Documentacion/github/FoxBin2prg.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentacion/github/FoxBin2Prg_Changes.md b/Documentacion/github/FoxBin2Prg_Changes.md index cc8f1a9..38277f3 100644 --- a/Documentacion/github/FoxBin2Prg_Changes.md +++ b/Documentacion/github/FoxBin2Prg_Changes.md @@ -17,8 +17,8 @@ This project is part of VFPX. The links on the version numbers are working. -![Picture](pictures/FoxBin2Prg_Full_Change History_vfpxreleasesmall.png) [FoxBin2PRG](https://github.com/fdbozzo/foxbin2prg) -![Picture](pictures/FoxBin2Prg_Full_Change History_vfpxreleasesmall.png) [This fork](https://github.com/lscheffler/foxbin2prg/tree/fork_mod) +![Picture](./pictures/FoxBin2Prg_Full_Change History_vfpxreleasesmall.png) [FoxBin2PRG](https://github.com/fdbozzo/foxbin2prg) +![Picture](./pictures/FoxBin2Prg_Full_Change History_vfpxreleasesmall.png) [This fork](https://github.com/lscheffler/foxbin2prg/tree/fork_mod) The changes since 2016/07/24 are a copy out of FoxBin2Prg.prg. If somebody likes to translate, feel free. diff --git a/Documentacion/github/FoxBin2prg.md b/Documentacion/github/FoxBin2prg.md index 4e913e9..3fe4cb9 100644 --- a/Documentacion/github/FoxBin2prg.md +++ b/Documentacion/github/FoxBin2prg.md @@ -25,7 +25,7 @@ and **DVCS** tools (like git, Mercurial, Plastic, and others), or as **standalone** program for _Diff_ (viewing differences) and _Merge_ operations, that pretends to substitute _SccText/X_ and _TwoFox_ and enhance their functionality, generating bidirectional PRG-Style versions that allow recreating the original binary file. -#### Advantages: +### Advantages: - It generates _Text_ style programs (not compilable), for visual comparison out of FoxPros table based code. - It enables the change of the _Text_ version as easy as modifying a PRG @@ -47,9 +47,10 @@ Currently supports the conversion between PJX, SCX, VCX, FRX, LBX, DBC, DBF and for which a _Text_ version is generated with pj2, sc2, vc2, fr2, lb2, dc2, db2 and mn2 extensions. The extensions may be reconfigured to be compatible with SCCAPI (just tested with SourceSafe). -##### Example +### Example ![FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png](pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png) ![FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png](pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png) + ## Usage FoxBin2Prg can be used in tree ways: 1. [EXE version](./FoxBin2Prg_Run.md): (Recommended and fastest) @@ -61,6 +62,7 @@ FoxBin2Prg can be used in tree ways: 1. [Object version](./FoxBin2Prg_Object.md): - Usable out of own code - expandable + ## Keep reading: - [FoxBin2Prg Internals and Configuration](./FoxBin2Prg_Internals.md) - [FoxBin2Prg and use with SCM tools](./FoxBin2Prg_SCM.md)