From 74be533423252a560ce87c6ae82f94fc835d87fb Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Wed, 29 Dec 2021 12:48:18 -0700 Subject: [PATCH] DG Backups, About init, minor edits --- poetry.lock | 12 +- site/03-todo.md | 2 +- site/source/about/contact.rst | 42 +++ site/source/about/index.rst | 42 ++- site/source/about/jobs.rst | 14 + site/source/about/license.rst | 31 ++ site/source/about/privacy.rst | 42 +-- site/source/about/roadmap.rst | 354 +++++++++++++++++- .../device-guides/dg-android.rst | 4 +- .../getting-started/device-guides/dg-ios.rst | 4 +- .../device-guides/dg-linux.rst | 13 +- .../getting-started/device-guides/dg-mac.rst | 13 +- .../device-guides/dg-windows.rst | 13 +- .../getting-started/device-guides/index.rst | 6 +- site/source/support/user-manual/index.rst | 14 +- .../source/support/user-manual/tuning/diy.rst | 8 +- .../tuning/service-guides/bitcoin.rst | 19 +- .../tuning/service-guides/index.rst | 2 + .../user-manual/walkthrough/updates.rst | 2 +- 19 files changed, 564 insertions(+), 73 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4731824..1018e3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -24,17 +24,17 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "attrs" -version = "21.3.0" +version = "21.4.0" description = "Classes Without Boilerplate" category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] -dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] -tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] -tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] +tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"] +tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"] [[package]] name = "babel" @@ -633,8 +633,8 @@ atomicwrites = [ {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, ] attrs = [ - {file = "attrs-21.3.0-py2.py3-none-any.whl", hash = "sha256:8f7335278dedd26b58c38e006338242cc0977f06d51579b2b8b87b9b33bff66c"}, - {file = "attrs-21.3.0.tar.gz", hash = "sha256:50f3c9b216dc9021042f71b392859a773b904ce1a029077f58f6598272432045"}, + {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"}, + {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, ] babel = [ {file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"}, diff --git a/site/03-todo.md b/site/03-todo.md index 3e09964..82fe4c0 100644 --- a/site/03-todo.md +++ b/site/03-todo.md @@ -3,7 +3,7 @@ - Introduction - Purchasing - Initial Setup - - Device-specific Setup Guides