summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-01-18 19:38:03 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-01-18 19:38:03 +0100
commit552dba4d3416adca5ba0129e7558433e961a46f8 (patch)
tree6f844f5d65b2fa4f8b201c04120cb8c419012607 /source
parentd1e08bf1e70739236584023c21a4113f3e5b91cb (diff)
Added links to other FreeSoftWear pages
Diffstat (limited to 'source')
-rw-r--r--source/bibliography/free_soft_wear.bib16
-rw-r--r--source/bibliography/index.rst9
-rw-r--r--source/conf.py1
3 files changed, 26 insertions, 0 deletions
diff --git a/source/bibliography/free_soft_wear.bib b/source/bibliography/free_soft_wear.bib
new file mode 100644
index 0000000..104459e
--- /dev/null
+++ b/source/bibliography/free_soft_wear.bib
@@ -0,0 +1,16 @@
+@misc{2019:freesewing
+ author = {FreeSewing community},
+ title = {FreeSewing},
+ year = {2019},
+ url = "https://freesewing.org/",
+ note = "Parametric design sewing patterns under the CC-BY license",
+}
+
+@misc{2022:mlemweb
+ author = {Morgan Lemmer-Webber},
+ title = {},
+ year = {2022},
+ url = "https://mlemmer.org/tag/freesoftwear.html",
+ note = "FreeSoftWear patterns by Morgan Lemmer-Webber, co-host of FOSS and Crafts",
+}
+
diff --git a/source/bibliography/index.rst b/source/bibliography/index.rst
index fd75ae4..8287367 100644
--- a/source/bibliography/index.rst
+++ b/source/bibliography/index.rst
@@ -19,3 +19,12 @@ Websites
.. bibliography:: web.bib
:all:
+
+FreeSoftWear
+============
+
+Other places that publish textile craft patterns under a Free Culture
+license.
+
+.. bibliography:: free_soft_wear.bib
+ :all:
diff --git a/source/conf.py b/source/conf.py
index 60da271..025c851 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -84,4 +84,5 @@ bibtex_bibfiles = [
"bibliography/drafting.bib",
"bibliography/misc.bib",
"bibliography/web.bib",
+ "bibliography/free_soft_wear.bib",
]