make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -1,7 +1,14 @@
---
title: "Recfile Bibliography for TeX"
tags: [ "data", "database", "recfiles", "tex" ]
requires: [ "recfiles", "tex", "makefiles" ]
title: Recfile Bibliography for TeX
tags:
- data
- database
- recfiles
- tex
requires:
- recfiles
- tex
- makefiles
---
Store your bibliography in a `recfile` database, then extract any part with `make`.

View File

@@ -1,7 +1,11 @@
---
title: "Board Games with Recfiles"
tags: [ "data", "recfiles", "games" ]
requires: [ "recfiles" ]
title: Board Games with Recfiles
tags:
- data
- recfiles
- games
requires:
- recfiles
---
You can play with a board games database from boardgamegeek.com.

View File

@@ -1,7 +1,11 @@
---
title: "Recfiles Extended Example"
tags: [ "data", "database", "recfiles" ]
requires: [ "recfiles" ]
title: Recfiles Extended Example
tags:
- data
- database
- recfiles
requires:
- recfiles
---
## Create

View File

@@ -1,7 +1,10 @@
---
title: "IP Addresses with Recfiles"
tags: [ "data", "recfiles", "games" ]
requires: "recfiles"
title: IP Addresses with Recfiles
tags:
- data
- recfiles
- games
requires: recfiles
---
## Download the Database

View File

@@ -1,7 +1,12 @@
---
title: "nginx logs with recfiles"
tags: [ "data", "recfiles", "logs" ]
requires: [ "recfiles", "nginx" ]
title: nginx logs with recfiles
tags:
- data
- recfiles
- logs
requires:
- recfiles
- nginx
---
The standard `nginx` log format has such a lack of consistency or meaning that you might squint your face into a whirlpool making sense of them:

View File

@@ -1,7 +1,10 @@
---
title: "Recfixes"
tags: [ "data", "recfiles" ]
requires: [ "recfiles" ]
title: Recfixes
tags:
- data
- recfiles
requires:
- recfiles
---
Sometimes `recsel` chokes on a large query, and you need to break the query into chunks with a pipe.