diff --git a/Documentacion/github/FoxBin2Prg_Changes.md b/Documentacion/github/FoxBin2Prg_Changes.md index 23e2f94..1253e7e 100644 --- a/Documentacion/github/FoxBin2Prg_Changes.md +++ b/Documentacion/github/FoxBin2Prg_Changes.md @@ -12,8 +12,13 @@ This project is part of VFPX. ---- # FoxBin2Prg - Change log ## Remark -There is no resent relase, just download or clone from gitlab. -![Picture](pictures/FoxBin2Prg_Full_Change_History_vfpxreleasesmall.png) [https://github.com/fdbozzo/foxbin2prg](https://github.com/fdbozzo/foxbin2prg) + + I see not what is inside the archive, so just clone, fork or download from gitlab. + 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) The changes since 2016/07/24 are a copy out of FoxBin2Prg.prg. If somebody likes to translate, feel free. @@ -25,7 +30,7 @@ It's my way of thanking them for their contribution. _**Note:** you can click on the version number for downloading this version from GitHub, or you can get all the code history directly from the GitHub repository, which is more easy to search._ -| Rel.Date | Developer | Ver# | Details | +| Rel.Date | Developer | Version | Details | | - | - | - | - | | 21/02/2021 | Lutz Scheffler | | added option to create config file template | | | Lutz Scheffler | | German translation improved | @@ -350,4 +355,5 @@ _**Note:** you can click on the version number for downloading this version from | 2013/11/22 | FDBOZZO | v1.1 | - Bug fixes | | 2013/11/22 | FDBOZZO | v1.0 | - Initial creation of clases on prg and support of VCX/SCX/PJX files | - +---- +Last changed: _Pungenday, 53 Chaos 3187_ \ No newline at end of file diff --git a/Documentacion/github/FoxBin2Prg_SCM.md b/Documentacion/github/FoxBin2Prg_SCM.md index ae24ab0..f39a46c 100644 --- a/Documentacion/github/FoxBin2Prg_SCM.md +++ b/Documentacion/github/FoxBin2Prg_SCM.md @@ -69,6 +69,5 @@ feel free to share how you are using it so others can benefit. ## > [Using FoxBin2Prg with PlasticSCM](Using-FoxBin2Prg-with-PlasticSCM) - ---- Last changed: _Pungenday, 53 Chaos 3187_ \ No newline at end of file diff --git a/README.md b/README.md index 55b5167..2cd7e76 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Thank you for your support! +## Remark +There is an extended [documentation](./documentacion/github/FoxBin2prg.md) available. + ## ENGLISH/ESPAÑOL @@ -18,7 +21,7 @@ ### What is FOXBIN2PRG? It is a program intended to be used with **SCM tools** (Source Code Managers, like VSS, CVS, SVN) and *DVCS tools* (Version Control Systems such as Git, Mercurial, Plastic, and others), or as **standalone** program for **Diff** (viewing differences) and **Merge** operations. Foxbin2prg can substitute for **SccText/X**, **TwoFox** and others, and enhance their functionality, generating bidirectional PRG-Style versions of Foxpro binary files that allow recreating the original binary file. -**Advantages:** +#### Advantages: * It generates "PRG" _style_ text files from Foxpro binary files for use in SCM and VCS systems and for visual comparison. @@ -40,7 +43,7 @@ It is a program intended to be used with **SCM tools** (Source Code Managers, li The program supports conversions between PJX,SCX,VCX,FRX,LBX,DBC,DBF and MNX files, for which it generates TEXT versions with extension PJ2,SC2,VC2,FR2,LB2,DC2,DB2 and MN2. If you want, the created text file extensions can be reconfigured to be compatibilize with SourceSafe. -__Here is an example of a FOXBIN2PRG.CFG configuration file if you need to change extensions for using it with a specific VSS (SourceSafe)__ +#### Here is an example of a FOXBIN2PRG.CFG configuration file if you need to change extensions for using it with a specific VSS (SourceSafe) ``` extension: SC2=SCA extension: VC2=VCA @@ -53,9 +56,12 @@ extension: DC2=DCA ``` ### USE: -```dbase +``` DO FOXBIN2PRG.PRG WITH "\archivo.scx" ==> Generates the TEXT version sc2 extension DO FOXBIN2PRG.PRG WITH "\archivo.sc2" ==> Regenerates the binary version with scx extension + +DO FOXBIN2PRG.PRG WITH "-c","template.cfg" ==> Generates a template for FoxBin2Prg.cfg config file with newest settings +DO FOXBIN2PRG.PRG WITH "-t","template.dbf.cfg" ==> Generates a template for table.dbf.cfg per table config file with newest settings ``` ### USEFUL SETUP: @@ -152,3 +158,5 @@ Este programa es Open Source y "libre", y como tal no ofrezco garantías de que ### LICENCIA: Esta obra está sujeta a la licencia Reconocimiento-CompartirIgual 4.0 Internacional de Creative Commons. Para ver una copia de esta licencia, visite http://creativecommons.org/licenses/by-sa/4.0/deed.es_ES. +---- +Last changed: _Pungenday, 53 Chaos 3187_ \ No newline at end of file