Difference between revisions of "Ferreteria"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Pages: reorganizing by version)
(→‎Pages: thing was in wrong place)
Line 14: Line 14:
 
* by version:
 
* by version:
 
** '''[[/v3|version 3]]''': had to temporarily abandon several weeks of work on this in January 2019
 
** '''[[/v3|version 3]]''': had to temporarily abandon several weeks of work on this in January 2019
*** [[/v3/class]]es (v3)
+
*** [[/v3/class]]es
*** [[/v3/fx]] (functions) (v3)
+
*** [[/v3/fx]] (functions)
 
** '''[[/v2|version 2]]''', 2017-2019: basically Ferreteria 1 with db.v2
 
** '''[[/v2|version 2]]''', 2017-2019: basically Ferreteria 1 with db.v2
 +
*** [[/v2/usage]]: how to do things in Ferreteria, how the pieces work
 
** '''[[/v1|version 1]]''' never really had much documentation
 
** '''[[/v1|version 1]]''' never really had much documentation
*** [[/v2/usage]]: (v2) how to do things in Ferreteria, how the pieces work
 
 
* [[/errors]]: elaboration on various error messages
 
* [[/errors]]: elaboration on various error messages
 
* [[/archive]]: obsolete pages
 
* [[/archive]]: obsolete pages

Revision as of 17:22, 27 January 2019

About

Ferreteria is a code library that provides a basic application framework along with some utility functions that can be used separately. It was originally written for VbzCart, but became useful in its own right as it developed. The name literally means "hardware" in Spanish; I used it because I came across the word in a hardware store full of useful tools, which made it seem somehow appropriate as a name for a software toolkit, and also because I seem to be using the affix "ferret" in a lot of my software projects.

It is written in PHP, but should be portable to other languages without too much difficulty.

Pages

  • by version:
    • version 3: had to temporarily abandon several weeks of work on this in January 2019
    • version 2, 2017-2019: basically Ferreteria 1 with db.v2
      • /v2/usage: how to do things in Ferreteria, how the pieces work
    • version 1 never really had much documentation
  • /errors: elaboration on various error messages
  • /archive: obsolete pages
  • /modules: available drop-in modules (includes table design pages)
  • /versions: version history, in broad strokes

Links

Official