No Description

Adam ac5ea0a252 Merge branch 'v0.2.0' 4 years ago
front f0835c4482 tidy up naming 4 years ago
i18n 6da810fc81 add partial German translation 4 years ago
libamuse f0835c4482 tidy up naming 4 years ago
network f153f05c97 simplify pipelines by struct instead of nil arrays 4 years ago
protocol 0679ee440d render collection in film 4 years ago
static 2e9c336fe0 elevate instead of outline in search 4 years ago
templates 99ca6cb15a update version on index page 4 years ago
tmdb f0835c4482 tidy up naming 4 years ago
utils 0f92b503ca add switch for data home 4 years ago
wikidata 3be4729634 show based-on only books and bookseries 4 years ago
.gitignore a9944d1f7c cache films’ responses 4 years ago
CHANGELOG.adoc dc4a393c56 update changelog 4 years ago
Dockerfile 078eb2e533 add mk to container 4 years ago
LICENSE 0d1d834b61 add license 4 years ago
README.adoc 2d141556d5 update readme 4 years ago
go.mod 2fa20f7806 add sql connection to books 4 years ago
go.sum 055939e191 Merge branch 'books' into develop 4 years ago
mkfile a39382d4dc move default instalation to /usr/local/ 4 years ago
router.go a39382d4dc move default instalation to /usr/local/ 4 years ago
router.py dfe2a7d132 render error 404 in python 4 years ago

README.adoc

= a·muse
apiote
v0.2.0 (Agrajag) 2020-02-10
: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.2.x, You need:

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

=== Python router

Because `apiote.tk` runs currently on a shared hosting with no possibility of running arbitrary binaries, but with wsgi, a·muse can be built as a Python module and run with a Python router. This only works with `glibc` (https://github.com/golang/go/issues/13492[Github issue]). Furthermore, the shared hosting uses `python==3.7` so a friendly `Dockerfile` is provided.

Build script is only provided in the `mkfile`, not in the `makefile`.

*This is a hack. You are on Your own.*

*This is currently NOT supported.*

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