Bez popisu

Adam 3d8194b973 release v0.2 před 1 rokem
api 533eb3f740 fix LocatableV2 před 1 rokem
config fc374d6f98 update config před 1 rokem
file f9b2c5e11a moving traffic file: fix+debug před 1 rokem
gtfs_rt 09a96bdfbc longer timeout in gtfs-rt před 1 rokem
server 25679bd115 change dev responses to next version před 1 rokem
traffic 25679bd115 change dev responses to next version před 1 rokem
transformers 79a86a60b7 improve error handling před 2 roky
.gitignore 0784bc2dd2 add gitignore před 2 roky
CHANGELOG.adoc ba7286e363 release v0.2 před 1 rokem
CODE_OF_CONDUCT 1feeff139d add readme and coc před 2 roky
LICENSE 982a5114c9 add license před 4 roky
README.adoc ba7286e363 release v0.2 před 1 rokem
go.mod de2f110321 replace string distance library před 1 rokem
go.sum de2f110321 replace string distance library před 1 rokem
main.go 02f3ae79f4 change last mentions of bimba to szczanieckiej před 1 rokem
mkfile b0f2f5f8dc use traffic structs from DSL před 1 rokem

README.adoc

= a·muse
Adam Evyčędo
v0.2 2023-06-27
:toc:

szczanieckiej is a https://git.apiote.xyz/traffic.git[TRAFFIC] server that is a part of bimba.

== Name

szczanieckiej is pronounced [ʂt͡ʂa'ɲɛt͡s.kjɛj], somwhat like shtcha-NYE-tskyey.

It’s a name of a tram terminus in Poznań that no longer exists and which was located on Szczanieckiej street.
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:

* TRAFFIC repo in `../traffic/`
* `awk`
* `bare-gen` from https://git.sr.ht/~sircmpwn/go-bare
* `mk`

Then, all You have to do is run `mk`

== Running

----
./szczanieckiej [-c configPath] command:
-c string
configPath (default "/etc/szczanieckiej.toml")
command
one of (serve|convert)
----

== Configuration

The exmaple config file, showing defaults for `feeds_path` and `listen_address`, is:
```
feeds_path = "/var/lib/szczanieckiej"
listen_address = ":51354"
enabled_feeds = [ "poznan_ztm" ]
```

== Contribute

This project uses The Code of Merit, which is available as CODE_OF_CONDUCT file.

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/.

== Mirrors

The canonical repository for this project is https://git.apiote.xyz/szczanieckiej.git it’s mirrored at https://notabug.org/apiote/szczanieckiej

Mirrors exist solely for the sake of the code and any additional functions provided by third-party services (including but not limited to issues and pull requests) will not be used and will be ignored.

== License

----
amuse Copyright (C) Adam Evyčędo

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
----