From a5d8f63624332a333663d5d54b43b7cf9f9be362 Mon Sep 17 00:00:00 2001 From: Birditch <73741466+Birditch@users.noreply.github.com> Date: Sat, 2 May 2026 00:48:36 -0400 Subject: [PATCH] Add CITATION.cff so the project is GitHub-citation aware GitHub renders a "Cite this repository" button in the sidebar when a CITATION.cff is present, which makes it easier for users in research or operational documentation to reference NetMedic correctly. Co-Authored-By: Claude Opus 4.7 (1M context) --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..91c702a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: "NetMedic — Cross-platform DNS & network diagnostic / repair tool" +message: "If you use NetMedic in research, infrastructure documentation, or a derived work, please cite it as below." +type: software +authors: + - family-names: Birditch + given-names: "" + alias: Birditch + affiliation: "Independent" + city: "New York" + region: "NY" + country: US +repository-code: "https://github.com/Birditch/NetMedic" +url: "https://github.com/Birditch/NetMedic" +abstract: > + NetMedic is a cross-platform DNS and network diagnostic / repair tool with a + Windows-first backend (DoH + NRPT split DNS) and a pure-Python runtime preview + for macOS and Linux. It is tuned for soft-router and port-53 hijack + troubleshooting and ships a rich terminal UI on top of typer + rich. +keywords: + - dns + - doh + - nrpt + - split-dns + - networking + - cli + - python + - windows + - soft-router +license: MIT