{"id":15693430,"url":"https://github.com/qwandor/dancelist-data","last_synced_at":"2025-04-30T05:47:08.427Z","repository":{"id":37496585,"uuid":"453756920","full_name":"qwandor/dancelist-data","owner":"qwandor","description":"Folk dance event information.","archived":false,"fork":false,"pushed_at":"2025-04-29T12:42:02.000Z","size":38287,"stargazers_count":10,"open_issues_count":5,"forks_count":27,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T05:46:20.658Z","etag":null,"topics":["dance","dancing","folk-dance","hacktoberfest","website"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwandor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-30T17:55:58.000Z","updated_at":"2025-04-29T12:41:29.000Z","dependencies_parsed_at":"2023-09-23T13:09:45.098Z","dependency_job_id":"b19cbf8a-edb8-4767-9d1b-a7e80b5fd9c1","html_url":"https://github.com/qwandor/dancelist-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwandor%2Fdancelist-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwandor%2Fdancelist-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwandor%2Fdancelist-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwandor%2Fdancelist-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwandor","download_url":"https://codeload.github.com/qwandor/dancelist-data/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651221,"owners_count":21621702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dance","dancing","folk-dance","hacktoberfest","website"],"created_at":"2024-10-03T18:43:29.455Z","updated_at":"2025-04-30T05:47:08.404Z","avatar_url":"https://github.com/qwandor.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dancelist data\n\nThis repository contains the data behind https://folkdance.page/ and https://balfolk.org/, lists of\nsocial folk dance events. Additions and corrections are welcome, subject to the listing policy\nbelow.\n\nCode for the website itself is in a [separate repository](https://github.com/qwandor/dancelist).\n\n## Listing policy\n\nThis list is for social folk dance events which are open to the public. This includes both regular\nsocial dances, special one-off dances and multi-day events such as festivals.\n\n| In scope                                                | Out of scope                                                      |\n| ------------------------------------------------------- | ----------------------------------------------------------------- |\n| Social folk dances, such as balfolk, contra and ceilidh | Performance dances, such as Morris                                |\n|                                                         | Other styles of social dance, such as Lindy Hop, forró or tango   |\n| Folk dance festivals                                    | Folk music festivals without a substantial social dance component |\n| Regular or one-off social dance events with live music  | Concerts                                                          |\n| Events open to the public                               | Private parties or clubs                                          |\n| In-person events                                        | Online events                                                     |\n\n## Format\n\nEvent data is in YAML format under [events](events/), with generally one file per location or\norganisation. Each file may contain one or more events.\n\n### Required fields\n\nAn event must have at least a name, a start and end date (they may be the same) or datetime, a country, a\ncity, at least one style, and at least one of `workshop` or `social` must be true. Times should be in the\nlocal timezone of wherever the event is taking place, with a timezone offset included. The first line of\nthe file should be a modeline referring to the [JSON schema](events_schema.json)). For example:\n\n```yaml\n# yaml-language-server: $schema=../../events_schema.json\nevents:\n  - name: Clandestine Mazurka in Northampton Square\n    start: \"2022-05-13T13:00:00+01:00\"\n    end: \"2022-05-13T15:30:00+01:00\"\n    country: UK\n    city: London\n    styles: [balfolk]\n    workshop: false\n    social: true\n```\n\nOr with just a date:\n\n```yaml\n# yaml-language-server: $schema=../../events_schema.json\nevents:\n  - name: Clandestine Mazurka in Northampton Square\n    start_date: 2022-02-13\n    end_date: 2022-02-13\n    country: UK\n    city: London\n    styles: [balfolk]\n    workshop: false\n    social: true\n```\n\n### Dance styles\n\nThe `styles` field should contain one or more of the following values:\n\n| Value       | Meaning                                                                               |\n| ----------- | ------------------------------------------------------------------------------------- |\n| `balfolk`   | Balfolk, a group of French and other European dances                                  |\n| `contra`    | American contra dancing                                                               |\n| `e-ceilidh` | English ceilidh                                                                       |\n| `ecd`       | Playford and other English Country Dances                                             |\n| `ceili`     | Irish céilí                                                                           |\n| `irish-set` | Irish set dancing                                                                     |\n| `italian`   | Italian dances, such as pizzica and tarantella                                        |\n| `polish`    | Polish folk dances, such as oberek and kujawiak                                       |\n| `reeling`   | Scottish reeling                                                                      |\n| `s-ceilidh` | Scottish cèilidh                                                                      |\n| `scd`       | Scottish country dance                                                                |\n| `scandi`    | Swedish, Danish and Norwegian dances, such as Polska, Schottis, Sønderhoning and Pols |\n\n### Optional fields\n\n| Field name     | Usage                                                                                                                                |\n| -------------- | ------------------------------------------------------------------------------------------------------------------------------------ |\n| `details`      | A longer description of the event, one sentence.                                                                                     |\n| `links`        | One or more URLs with more information of the event. This should ideally include both a Facebook event page and a non-Facebook page. |\n| `bands`        | A list of bands playing at the event.                                                                                                |\n| `callers`      | A list of callers calling at the event, for called dances such as contra and ceilidh                                                 |\n| `price`        | The price (or range of prices) of the event, including currency. e.g. \"£5-15\" or \"free\".                                             |\n| `organisation` | The organisation who is running the event.                                                                                           |\n\nFor example:\n\n```yaml\n# yaml-language-server: $schema=../../events_schema.json\nevents:\n  - name: Bristol Contra Dance\n    details: All welcome of any level of experience for great dancing to amazing gender-free calling and brilliant music.\n    links:\n      - \"https://bristolcontra.wordpress.com/\"\n      - \"https://www.facebook.com/events/690727345267580/\"\n    start_date: 2022-02-18\n    end_date: 2022-02-18\n    country: UK\n    city: Bristol\n    styles: [contra]\n    workshop: false\n    social: true\n    bands:\n      - Bearded Dragons\n    callers:\n      - Charlotte Rich-Griffin\n    price: £6-£15\n    organisation: Bristol Contra\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwandor%2Fdancelist-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwandor%2Fdancelist-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwandor%2Fdancelist-data/lists"}