From 35a70addeee7f5051056c6ce2f694e241c6e29e6 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 17 Mar 2018 21:01:23 +0100 Subject: [PATCH] writing a profile guide: S-Bahn example in German --- docs/writing-a-profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-profile.md b/docs/writing-a-profile.md index a1187a91..1aca3f2e 100644 --- a/docs/writing-a-profile.md +++ b/docs/writing-a-profile.md @@ -111,7 +111,7 @@ Let's break this down: - `product`: A sensible, [camelCased](https://en.wikipedia.org/wiki/Camel_case#Variations_and_synonyms), alphanumeric identifier. Use it for the key in the `products` object as well. - `mode`: A [valid *Friendly Public Transport Format* `1.0.1` mode](https://github.com/public-transport/friendly-public-transport-format/blob/1.0.1/spec/readme.md#modes). - `bitmask`: HAFAS endpoints work with a [bitmask](https://en.wikipedia.org/wiki/Mask_(computing)#Arguments_to_functions) that toggles the individual products. the value should toggle the appropriate bit(s) in the bitmask (see below). -- `name`: A short, but distinct name for the means of transport, *just precise enough in local context*, and in the local language. In Berlin, `S-Bahn commuter rail` would be too much, because everyone knows what `S-Bahn` means. +- `name`: A short, but distinct name for the means of transport, *just precise enough in local context*, and in the local language. In Berlin, `S-Bahn-Schnellzug` would be too much, because everyone knows what `S-Bahn` means. - `short`: The shortest possible symbol that identifies the product. todo: `defaultProducts`, `allProducts`, `bitmasks`, add to profile