infokiosk.git

commit d393889c94d6979d390b1c5bb9bc310bab0360e6

Author: Adam Evyčędo <git@apiote.xyz>

add components’ descriptions

 czwek.adoc | 4 ++++
 roadmap.adoc | 1 +
 szczanieckiej.adoc | 6 ++++++
 traffic.adoc | 6 ++++++


diff --git a/czwek.adoc b/czwek.adoc
index 03cb466a1ba82045a517d55da61218032173c439..4475ee3ae0c1bf422b2bcfe3f9c5872da3deb497 100644
--- a/czwek.adoc
+++ b/czwek.adoc
@@ -1 +1,5 @@
 = Czwek
+
+czwek is a codename of Bimba app for Android/Android-based operating systems
+
+Source is available at https://git.apiote.xyz/Bimba.git




diff --git a/roadmap.adoc b/roadmap.adoc
index 616c6055bfba316e857d7637ae41f881f9073c51..08146aea4e3e30b7ddc3be9e060490ccc6845d9d 100644
--- a/roadmap.adoc
+++ b/roadmap.adoc
@@ -44,6 +44,7 @@ ** put hub in front
 ** [:desktop_computer: :arrow_up_down: :iphone:] arrivals to terminus with less visibility
 * [:desktop_computer: :repeat:] GTFS frequencies
 * [:desktop_computer:] GTFS-RT extensions (Amsterdam?)
+* [:microscope:] integrate https://transitous.org[Transitous]
 
 == cleaning
 * [:desktop_computer:] routers (as is line router)




diff --git a/szczanieckiej.adoc b/szczanieckiej.adoc
index 950053f7f8d7cc58446ebd20722d5fe444508c8e..b58767d548cd35985a670591b942694aca98fec1 100644
--- a/szczanieckiej.adoc
+++ b/szczanieckiej.adoc
@@ -1 +1,7 @@
 = Szczanieckiej
+
+szczanieckiej (pronounced ʂt͡ʂa’ɲɛt͡s.kjɛj) is a reference implementation of a [[TRAFFIC|traffic]] server.
+
+Source code with build and run instructions is at https://git.apiote.xyz/szczanieckiej.git
+
+The server is responsible for converting GTFS files (role that will be split off to [[turntable]]), asking for updates from upstream services, and serving departures to clients.




diff --git a/traffic.adoc b/traffic.adoc
index bdc39641e43c9d70bea30a1c1d81ea4513812ded..e2510b240ab9efd866d5ed269b2a1e308e14412d 100644
--- a/traffic.adoc
+++ b/traffic.adoc
@@ -1 +1,7 @@
 = TRAFFIC
+
+TRAFFIC (Transport Related Augmented File Format Improved & Corrected) is a data format used to represent public transport timetables and related information.
+Apart from defining format for data at rest, TRAFFIC describes an API used to exchange information between providers and clients.
+TRAFFIC is inspired by https://gtfs.org[GTFS], but it’s more concise and not human-readable; data can be converted from GTFS format to TRAFFIC, and TRAFFIC is compatible with GTFS Realtime.
+
+Source is available at https://git.apiote.xyz/traffic.git