Sin descripción

Adam f58764359b Merge branch 'v0.3.0' hace 4 años
accounts 9246e63ecc show error description in signup hace 4 años
datastructure e8086ddd0e hide year if it’s unknown hace 4 años
db eae2baeb42 fixup recovery_codes hace 4 años
front 6d3afa3ce4 log out hace 4 años
i18n ed5be240af add check_translation script hace 4 años
libamuse 04934d4029 fix watching film hace 4 años
network f153f05c97 simplify pipelines by struct instead of nil arrays hace 4 años
protocol 0679ee440d render collection in film hace 4 años
static 7b8223a92a show welcome after sign up hace 4 años
templates 6fbe3610b3 update version in index.html hace 4 años
tmdb 3387dd3f60 skip specials by their codes not by number of them hace 4 años
utils 0f92b503ca add switch for data home hace 4 años
wikidata 3be4729634 show based-on only books and bookseries hace 4 años
.gitignore a9944d1f7c cache films’ responses hace 4 años
CHANGELOG.adoc 5d4373225e update changelog hace 4 años
Dockerfile 078eb2e533 add mk to container hace 4 años
LICENSE 0d1d834b61 add license hace 4 años
README.adoc 993e416489 update readme hace 4 años
go.mod ae729d1891 keep data after error in signup hace 4 años
go.sum ae729d1891 keep data after error in signup hace 4 años
main.go 060971fafc add manage command hace 4 años
mkfile 7eded8a6f5 update mkfile with new packages hace 4 años
router.go b45b5ed864 not loop redirects after signup hace 4 años
router.py dfe2a7d132 render error 404 in python hace 4 años

README.adoc

= a·muse
apiote
v0.3.0 (Colin) 2020-03-23
:toc:

a·muse is a no-JavaScript frontend for The Movie Database. It is also a system that connects films with books which the former are based on, thanks to using data from Wikidata. Finally, a·muse is also a place to collect ideas which films, books, and series watch or read next, and which of those have already been watched or read.

== Name

The name of the system is ‘a·muse.’ The name of the program, command, any package is ‘amuse.’

Both are pronounced the same–[æˈʔmjuːz].

It’s a play of words—‘amuse’ as a verb, and ‘a muse’ as a goddess.

== Building

To build version 0.3.x, You need:

* `go>=1.11`
* `resvg`
* `cwebp`
* `mk`

Then, all You have to do is run `mk`, and—optionally—`mk install`

=== Python router

WARNING: Python router is deprecated

== Contribute

Contributions are welcome either as merge requests or patches (send patches to `git@apiote.tk`).

If You want to translate a·muse, translate strings in `i18n/default.toml` and request merge, send patch, or share the translated file in any other way. The translated file must be named `tag.toml`, where `tag` is the language tag of the translation. Translations don’t have to be full; a·muse falls back to default (en-GB) when strings are missing.

This project uses https://nvie.com/posts/a-successful-git-branching-model/[nvie’s branching model]. Please request merges to `develop` branch.

== Roadmap

Roadmap exists inside `CHANGELOG.adoc`.

Recommendations have been removed from the Roadmap.
API has been postponed till the project is more stable.

== Licence

----
amuse Copyright (C) 2019–2020 apiote

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