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

remove defunct SNCB profile #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion p/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ HAFAS endpoint | wrapper library | docs | example code | profile name
-|-|-|-|-
[Deutsche Bahn (DB)](https://en.wikipedia.org/wiki/Deutsche_Bahn) | [`db-hafas`](https://github.com/public-transport/db-hafas) | [docs](db/readme.md) | [example](db/example.js) | [`db`](db)
[Polskie Koleje Państwowe (PKP)](https://en.wikipedia.org/wiki/Polish_State_Railways) | [`pkp-hafas`](https://github.com/juliuste/pkp-hafas) | [docs](pkp/readme.md) | [example](pkp/example.js) | [`pkp`](pkp)
[Belgian National Railways (SNCB/NMBS)](https://en.wikipedia.org/wiki/National_Railway_Company_of_Belgium) | - | [docs](sncb/readme.md) | [example](sncb/example.js) | [`sncb`](sncb) (currently broken)
[*Iarnród Éireann* (Irish Rail)](https://en.wikipedia.org/wiki/Iarnród_Éireann) | - | [docs](irish-rail/readme.md) | [example](irish-rail/example.js) | [`irish-rail`](irish-rail)
[Berlin & Brandenburg public transport (VBB)](https://en.wikipedia.org/wiki/Verkehrsverbund_Berlin-Brandenburg) | [`vbb-hafas`](https://github.com/public-transport/vbb-hafas) | [docs](vbb/readme.md) | [example](vbb/example.js) | [`vbb`](vbb)
[Berlin public transport (BVG)](https://en.wikipedia.org/wiki/Berliner_Verkehrsbetriebe) | [`bvg-hafas`](https://github.com/public-transport/bvg-hafas) | [docs](bvg/readme.md) | [example](bvg/example.js) | [`bvg`](bvg)
Expand Down
15 changes: 0 additions & 15 deletions p/sncb/base.json

This file was deleted.

92 changes: 0 additions & 92 deletions p/sncb/digicert-sha2-secure-server-ca.crt.pem

This file was deleted.

46 changes: 0 additions & 46 deletions p/sncb/example.js

This file was deleted.

69 changes: 0 additions & 69 deletions p/sncb/index.js

This file was deleted.

63 changes: 0 additions & 63 deletions p/sncb/products.js

This file was deleted.

22 changes: 0 additions & 22 deletions p/sncb/readme.md

This file was deleted.

22 changes: 0 additions & 22 deletions parse/hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,6 @@ const linkTypesByCode = Object.assign(Object.create(null), {
// todo: https://github.com/KDE/kpublictransport/blob/39ac8f9586b9300fa8a9ba0dec010e96fab9ab08/src/lib/backends/hafasmgateparser.cpp#L56-L72
// todo: h.sty

// SNCB:
// {
// "type": "A",
// "code": "60",
// "prio": 10,
// "icoX": 2,
// "txtN": "Reservierungspflicht"
// }
// {
// "type": "A",
// "code": "64",
// "prio": 110,
// "icoX": 2,
// "txtN": "Zuschlag"
// }
// {
// "type": "I",
// "code": "CON_OVERVIEW_TARIF_HINT",
// "icoX": 2,
// "txtN": "Für diese Strecke ist ein internationales Ticket notwendig."
// }

// DB:
// {
// "type": "C",
Expand Down
Loading
Loading