Skip to content

Commit f27939e

Browse files
committed
Added VFP_RegExp and posts about new projects
1 parent 736e8c1 commit f27939e

4 files changed

Lines changed: 39 additions & 2 deletions

File tree

_data/projects.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"project": "DeployFox",
256256
"url": "https://github.com/doughennig/deployfox",
257257
"description": "Automates the steps required to deploy applications by providing a customizable list of tasks.",
258-
"state": "Beta",
258+
"state": "Production",
259259
"category": "Tool",
260260
"thorcfu": true,
261261
"foxget": false
@@ -450,7 +450,7 @@
450450
"foxget": false
451451
},
452452
{
453-
"project": "foxget",
453+
"project": "FoxGet",
454454
"url": "https://github.com/doughennig/foxget",
455455
"description": "A VFP package manager similar to .NET's NuGet",
456456
"state": "Production",
@@ -1286,6 +1286,15 @@
12861286
"thorcfu": false,
12871287
"foxget": true
12881288
},
1289+
{
1290+
"project": "VFPX-RegEx",
1291+
"url": "https://github.com/atlopes/VFP_RegExp",
1292+
"description": "A VFP class that interfaces to the PCRE2 Regular Expression library",
1293+
"state": "Production",
1294+
"category": "Component",
1295+
"thorcfu": false,
1296+
"foxget": false
1297+
},
12891298
{
12901299
"project": "VFPXTab",
12911300
"url": "https://github.com/VFPX/VFPXTab",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "FoxGet,DeployFox,VFPXFramework"
4+
date: 2024-07-27 12:40:00 -0500
5+
categories: vfpx update
6+
---
7+
8+
[DeployFox](https://github.com/doughennig/deployfox) automates the steps required to deploy applications by providing a customizable list of tasks.
9+
10+
[FoxGet](https://github.com/doughennig/foxget) is a VFP package manager similar to .NET's NuGet.
11+
12+
[VFPX Framework](https://github.com/VFPX/VFPXFramework) provides base UI classes and commonly used functions for any project.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: "Sidekick"
4+
date: 2025-07-02 12:40:00 -0500
5+
categories: vfpx update
6+
---
7+
8+
The Pandora project has been replaced by [Sidekick](https://github.com/tbleken/sidekick). Sidekick is a collection of powerful VFP add-on tools that are launched via command line syntax followed by pressing a hotkey.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
title: "Create Memberdata of Prg-Based Class Code"
4+
date: 2025-07-14 12:40:00 -0500
5+
categories: vfpx update
6+
---
7+
8+
[Create Memberdata of Prg-Based Class Code](https://github.com/ToniKoehler/CreateMemberdataOfPrgBasedClasscode) creates the memberdata (Methods and Properties) of your referenced program.PRG:ClassName.

0 commit comments

Comments
 (0)