krz/nfogen

A scene-style ASCII .nfo generator.

clone: git clone https://gitbay.org/krz/nfogen.git

v1.2.0: examples/krz.profile.toml · raw

 1# A group profile: the reusable KRZ boilerplate. Point any release config at
 2# it with `profile = "examples/krz.profile.toml"` (or nfogen -p PATH) and it
 3# supplies the logo, roster, boards, footer and house style. The release
 4# config only carries per-release fields (title, cracker, notes, ...).
 5
 6group    = "KRZ"
 7site     = "krz.sh"
 8style    = "double"
 9layout   = "panel"
10presents = true
11footer   = true
12logo     = "examples/krz-logo.asc"
13logo_encoding = "utf8"
14
15footer_text = """
16SUPPORT THE COMPANIES THAT PRODUCE QUALITY SOFTWARE
17if you enjoyed this release, buy it!
18KRZ does not accept cash or hardware of any kind.
19"""
20
21news = """
22Welcome Celestial Wizard back to the group!
23We are in need of couriers for the release rush -- especially
24those available in the daytime. Contact a senior member.
25"""
26
27members = [
28  "Avalon", "Black Spyrit", "Butcher", "The Chairman", "Darwin",
29  "Doctor No", "Eldar", "Grimstalk", "Hologram", "Intrepid", "Jack",
30  "Knightmare", "Marko Ramius", "ONYX", "Razor Blade", "Red Baron",
31  "Savage Steel", "StingRay", "The Unknown", "The Witch King",
32]
33
34[couriers]
35Director = ["The Unforgiven"]
36Senior   = ["Ur Lord", "Lord Tiamat", "Wind Walker", "Bubba"]
37Elite    = ["Shadow Phantom", "Baddog", "Load Master", "Joebee", "Azmodeus"]
38Trial    = ["Dead Pool", "Beach Bum", "Black Mage", "Ben Jammin"]
39
40[[boards]]
41name  = "Suburbia"
42role  = "World HQ"
43sysop = "The Chairman"
44phone = "ITS/PRIVATE"
45
46[[boards]]
47name  = "TerrorDome"
48role  = "Canadian HQ"
49sysop = "StingRay"
50phone = "ITS/PRIVATE"
51
52[[boards]]
53name  = "Kindergarden"
54role  = "European HQ"
55sysop = "Doctor No"
56phone = "+47-7-525156"
57
58[[boards]]
59name  = "Apocalypse"
60role  = "Courier HQ"
61sysop = "P.O.W."
62phone = "ITS/PRIVATE"
63
64[[affiliates]]
65name  = "Reign In Blood"
66role  = "Affiliate"
67sysop = "Uriel"
68phone = "718/698-1969"
69
70[[affiliates]]
71name  = "So-Krate's"
72role  = "Affiliate"
73sysop = "Philosopher"
74phone = "310/578-7226"
75
76[[affiliates]]
77name  = "The Space Zone"
78role  = "Affiliate"
79sysop = "Death Ray"
80phone = "301/416-0118"
81
82outposts = ["Infinite Darkness", "The Atomic Cafe", "Sanctuary"]