Update README.md
README.md
1 | - | # nani.framagit.io | |
1 | + | # nani-website | |
2 | 2 | ||
3 | - | This repository contains the code for the website of the Nani project. | |
4 | - | It uses haunt to build a static website and some guile code to generate | |
5 | - | dictionaries and downloadable content for the project. | |
3 | + | This repository contains the code for the [website](https://nani.lepiller.eu) | |
4 | + | of the Nani project. It uses haunt to build a static website and some guile code | |
5 | + | to generate dictionaries and downloadable content for the project. | |
6 | 6 | ||
7 | 7 | ## Building and testing | |
8 | 8 | ||
… | |||
55 | 55 | ```bash | |
56 | 56 | make download | |
57 | 57 | ``` | |
58 | + | ||
59 | + | ## Contributing | |
60 | + | ||
61 | + | You can contribute in multiple ways: | |
62 | + | ||
63 | + | ### Report a bug, request improvements | |
64 | + | ||
65 | + | Well, you can use the [Issues](issues) button on the left :) | |
66 | + | ||
67 | + | ### Translate the website | |
68 | + | ||
69 | + | If you want to translate the website, you can do so by downloading the `.po` file | |
70 | + | corresponding to your language in the `po` folder, or the `po/nani.pot` file if there | |
71 | + | is none yet. Then, you can use [poedit](https://poedit.org) for instance to load and | |
72 | + | modify the file. Once you're done, save it and send it to me via an issue, a merge | |
73 | + | request or simply by email, whatever is more convenient for you, dear translator :) | |
74 | + | ||
75 | + | ### Improve dictionary generation, add a new source, ... | |
76 | + | ||
77 | + | Please discuss these in the issues for the [app](https://framagit.org/nani-project/nani-app), | |
78 | + | not in this repository. Thank you :) |