aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-14 18:53:55 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-14 18:53:55 +0100
commitce82d52be75e9ab9b61196e5211981494b2edfb3 (patch)
tree699cfd9c8342c56bd0bc20d8a35d5db837f497e4
Collection settings and readme
-rw-r--r--.gitignore2
-rw-r--r--README.rst11
-rw-r--r--settings.yaml26
3 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3d7f958
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+#Added by lesana init
+.lesana \ No newline at end of file
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..a8dafdf
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,11 @@
+######################
+ Brick Mortar and Web
+######################
+
+This is a curated list of brick and mortar shops from the European Union
+[#eu]_ that also sell online various kinds of products.
+
+The selection criterion is that somebody from a specific group of
+friends (or somebody they directly know) had a chance to buy from them.
+
+.. [#eu] because customs.
diff --git a/settings.yaml b/settings.yaml
new file mode 100644
index 0000000..bfb5ce6
--- /dev/null
+++ b/settings.yaml
@@ -0,0 +1,26 @@
+name: Brick Mortar and Web
+lang: english
+entry_label: '{{ short_id }}: {{ name }}'
+git: true
+fields:
+- name: name
+ type: string
+ prefix: S
+ index: free
+- name: url
+ type: url
+ index: field
+- name: sells
+ type: list
+ list: string
+ index: free
+- name: country
+ type: string
+ index: field
+ help: "ISO 3166-1 alpha-2 code"
+- name: address
+ type: string
+- name: comments
+ type: text
+ index: free
+