Skip to content

Commit

Permalink
remove defunct SNCB profile 💥📝✅
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 7, 2023
1 parent f29ced5 commit a440de4
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 3,461 deletions.
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

0 comments on commit a440de4

Please sign in to comment.