Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RMLL 2018 #67

Merged
merged 1 commit into from Jul 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
52 changes: 51 additions & 1 deletion app/src/main/res/raw/menu.json
@@ -1,5 +1,5 @@
{
"version": 2018062100,
"version": 2018070101,
"schedules": [
{
"version": 2017041700,
Expand Down Expand Up @@ -688,6 +688,56 @@
}
]
}
},
{
"version": 2018070101,
"url": "https://osem.aius.u-strasbg.fr/conferences/rmll2018/schedule.xml",
"title": "Rencontres Mondiales du Logiciel Libre 2018",
"start": "2018-07-07",
"end": "2018-07-11",
"metadata": {
"icon": "https://mamot.fr/system/accounts/avatars/000/070/390/original/e9f3cfd8460df6b1.png",
"links": [
{
"url": "https://2018.rmll.info/",
"title": "Website"
},
{
"url": "https://2018.rmll.info/fr/program/village",
"title": "Village du Libre"
}
],
"rooms": [
{
"name": "A[tT][rR][iI][uU][mM].*",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah oh dear, what kind of inconsistency in the schedule is that? :-( I could just make the regex match case insensitive, in fact I'm surprised I haven't already..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I noticed that, ideally they'd fix it but it's a bit late already.

"latlon": [48.57849801, 7.76360035]
},
{
"name": "ESCARPE.*",
"latlon": [48.5785311, 7.76177936]
},
{
"name": "PLATANE.*",
"latlon": [48.57794056, 7.76726033]
},
{
"name": "Jardins de l'université",
"latlon": [48.579136, 7.765647]
},
{
"name": "Médiathèque Malraux",
"latlon": [48.57433924, 7.76033036]
},
{
"name": "Presqu'île Malraux",
"latlon": [48.57433924, 7.76033036]
},
{
"name": "Shadok",
"latlon": [48.57407463, 7.7639029]
}
]
}
}
]
}