summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Fiskerstrand <kf@sumptuouscapital.com>2018-04-09 17:49:25 +0200
committerKristian Fiskerstrand <kf@sumptuouscapital.com>2018-04-09 17:49:25 +0200
commitfe6cfe0b9eb3e7553f9d3b683f5b0a402f8d6dac (patch)
tree60164759e8730e8e4b983749a48653924b3afdcb
parentinit (diff)
downloadfinancials-rfp-fe6cfe0b9eb3e7553f9d3b683f5b0a402f8d6dac.tar.gz
financials-rfp-fe6cfe0b9eb3e7553f9d3b683f5b0a402f8d6dac.tar.bz2
financials-rfp-fe6cfe0b9eb3e7553f9d3b683f5b0a402f8d6dac.zip
misc: Start writing on content
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--docs/GentooInc.pdfbin0 -> 141882 bytes
-rw-r--r--main.tex34
4 files changed, 28 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8b4edc1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/main.pdf
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fa0760a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+ ./CreateDocument.sh
diff --git a/docs/GentooInc.pdf b/docs/GentooInc.pdf
new file mode 100644
index 0000000..1d62227
--- /dev/null
+++ b/docs/GentooInc.pdf
Binary files differ
diff --git a/main.tex b/main.tex
index 1c00a5c..9a95a04 100644
--- a/main.tex
+++ b/main.tex
@@ -52,23 +52,39 @@
\tableofcontents
-\section{About Gentoo Linux}
-\xcom{Gentoo Linux is a distribution... not for profit organization status wishing to become a charity. Necessary company information and current consitution of the Trustees}
-
-\section{Background for RFP}
-\label{sec:background}
-\xcom{Gentoo has issues... not delivered IRS papers, etc etc. Cleanup process done by robbat to get in state for filing}
-
\section{Definitions}
\label{sec:definitions}
\begin{description}
- \item[abc] def
+ \item[Gentoo Linux] is a Linux distribution as further described in \sref{gentoolinux}
+ \item[Gentoo Foundation] registered Domestic Nonprofit Corporation in New Mexico. More information in \sref{gentoo:foundation}
\end{description}
+\section{Gentoo Linux}
+\label{gentoolinux}
+Gentoo Linux\cite{gentoo} is a free, source-based meta distribution that enables a high degree of flexibility and high performance. Gentoo is a {rolling release} distribution, making upgrading an iterative process rather than jumping large gaps; if something breaks you can easily roll back just the recent upgrade to get back to a working system. The Gentoo community consists of around {200 developers} and a great number of users throughout the globe.
+
+\subsection{Gentoo Foundation}
+\label{gentoo:foundation}
+Gentoo Foundation\cite{gentoo:foundation} is a registered Domestic Nonprofit Corporation in New Mexico with registration number 2463313. The registered mailing addresse is 500 Westover Dr., \#10605, Sanford, NC 27330 and the status of filings in New Mexico are in good standing.
+
+\xcom{Gentoo Linux is a distribution... not for profit organization status wishing to become a charity. Necessary company information and current consitution of the Trustees}
+
+\section{Current financial status}
+\label{sec:background}
+The financial state of the Gentoo Foundation is itself solid with cash on hand balancing \ins{} at the end of 2017.
+
+As a result of negligence of previous treasurers and trustees proper accounts have not been kept and the necessary paperwork has not been filed with federal tax authorities (henceforth \textbf{IRS}).
+
+\xcom{Gentoo has issues... not delivered IRS papers, etc etc. A cleanup process has been undertaken by the current treasurer in order to get up to date on accounting, re-creating historical accounts}
+
+
+
\section{What we seek from an accountant}
\label{sec:seek}
\begin{thebibliography}{9}
-\bibitem{a} \url{gentoo.org}
+ \bibitem{gentoo} \url{https://www.gentoo.org}
+ \bibitem{gentoo:foundation} \url{https://www.gentoo.org/inside-gentoo/foundation/}
+ \bibitem{gentoo:foundation:registration} \url{NM Link}
\end{thebibliography}
\end{document}