From cd99a195ca30b8303fba03833a0144a68dd2c1c6 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 6 Jan 2025 15:46:25 -0600 Subject: [PATCH] first cut --- .gitignore | 1 + book.toml | 6 ++++++ src/SUMMARY.md | 3 +++ src/introduction.md | 13 +++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 book.toml create mode 100644 src/SUMMARY.md create mode 100644 src/introduction.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..c3e40d4 --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["Charles N Wyble"] +language = "en" +multilingual = false +src = "src" +title = "Free Network Foundation(FNF) / Americans For A Better Network (AFABN) - Business/Product/Operations Plan" diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..8f74441 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Introduction + +- [Introduction](./introduction.md) diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..45cdc88 --- /dev/null +++ b/src/introduction.md @@ -0,0 +1,13 @@ +# Americans For A Better Network(AFABN)/ The Free Network Foundation (FNF) - Business/Operations/Product Plan - Introduction + +## Executive Summary for AFABN/FNF + +- TX non profit corporation with intent to become education 501c3 +- Education 501c3 (AFABN/FNF) + +## Links to show how this plan gets reduced to practice + +- [GIT Organization](https://git.knownelement.com/org/AFABN/dashboard) +- [Discourse category](https://community.turnsys.com/c/commons/afabn/5) +- [AFABN Redmine Project](https://projects.knownelement.com/projects/americans-for-a-better-network) +- [FNF Redmine Project](https://projects.knownelement.com/projects/the-free-network-foundation)