From ce82d52be75e9ab9b61196e5211981494b2edfb3 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 14 Nov 2020 18:53:55 +0100 Subject: Collection settings and readme --- .gitignore | 2 ++ README.rst | 11 +++++++++++ settings.yaml | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.rst create mode 100644 settings.yaml 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 + -- cgit v1.2.3