szczanieckiej.git

commit 8d89b735e55ef8f42fa4265b0db4cf5aef0074db

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

prepare v0.3

 CHANGELOG.adoc | 24 +++++++++++-------------
 README.adoc | 8 ++++++--


diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 6d43c7c1004256de7d3e38fd06843e37aaf5bfa3..2bebbe3b514c655be1c7ce9c4c5d48f97438be1c 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -23,7 +23,6 @@ * [grzesiu] journey planning
 * BAF21: route for shape on map (either by line -> all shapes, or by trip -> one shape)
 * BAF28: advanced query for departures (eg. (line=610&stop=LUKLL01)||(line=611&stop=LLIMB91))
 * BAF31: return delay in Vehicle/return offset in Departure
-* lua rt-api
 
 
 === Changed
@@ -47,6 +46,9 @@ == v0.4
 
 == todo
 
+* go1.21 refactor (e.g. https://www.sethvargo.com/things-im-excited-for-in-go-1-21/#slies-and-maps-packages)
+* config in dirty
+* [w/czwek] gtfs-rt feed with bimba anouncements in all feeds
 * show only stops type:platform on map but if stop type:platform has a parent that has any Portals (stop type:door) -> show portals on map; button with departures leads to Activity with list of Stops in Node (parent stop type:station)
 * RT: trip_update.stop_time_update.schedule_relationship
 * request to gtfs-rt feed not if 30s passed, but if feed changed
@@ -55,24 +57,20 @@
 
 == v0.3
 
-=== todo
+=== Fixed
 
-* REUSE, credits, feeds providers
-* [bug] sort nearby stops
-* go1.21 refactor (e.g. https://www.sethvargo.com/things-im-excited-for-in-go-1-21/#slies-and-maps-packages)
-* config in dirty
-* [w/czwek] gtfs-rt feed with bimba anouncements in all feeds
+* [bug] sort nearby stops by distance across all feeds
 
-=== in progress
+=== Added
 
-* brussels (schedule and rt, rt in go)
+* Brussels STIB-MIVB (schedule and rt)
+* REUSE compliance (https://reuse.software)
+* Lua rt-api
 
-=== testing
+=== Changed
 
+* config in toml
 * BAF25: single latest feed – get its validity from calendar/calendar_dates; move to /var/lib based on validity
-
-=== done
-
 * remove prevNodes from traffic::LineGraph,
 * add -1:i to LineGraph.nextNodes (where i is starting node)
 * make traffic::Line.headsigns [][]string




diff --git a/README.adoc b/README.adoc
index fb0c5be483020c8c53958ebf4a3b2499f3701033..b5da878fe74f6c137add1fa62348db05570f4cdd 100644
--- a/README.adoc
+++ b/README.adoc
@@ -4,7 +4,7 @@ // SPDX-License-Identifier: AGPL-3.0-or-later
 
 = szczanieckiej
 Adam Evyčędo <me@apiote.xyz>
-v0.2 2023-06-27
+v0.3 2024-02-xx
 :toc:
 
 szczanieckiej is a https://git.apiote.xyz/traffic.git[TRAFFIC] server that is a part of bimba.
@@ -18,7 +18,7 @@ The terminus was opened in 1925 as part of preparations for Polish General Exhibition—the biggest expo that has existed in Poland to this day, which was organised in 1929 to commemorate 10 years of Polish independence.
 
 == Building
 
-To build version 0.2, You need:
+To build current version, one needs:
 
 * TRAFFIC repo in `../traffic/`
 * `awk`
@@ -53,6 +53,10 @@
 The roadmap is available in `CHANGELOG.adoc` file and—although it’s not set in stone—feature requests are highly discouraged. Contributions, however, are welcome as patches; please send them to `szczanieckiej@git.apiote.xyz` using `git send-email`. Patches must include a sign-off to certify agreement to https://developercertificate.org/[Developer Certificate of Origin].
 
 All communication—questions, bugs, etc.—should go through the mailing list available at `szczanieckiej@git.apiote.xyz`. Note that all communication will be made public at https://asgard.apiote.xyz/.
+
+This project can be translated using Weblate at https://hosted.weblate.org/projects/bimba/
+
+To add another public transport network, follow instructions in `traffic/feed_example.go`
 
 == Mirrors