diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -60,13 +60,27 @@ There are no dependencies or requirements, only standard tools such as ## Documentation -The documentation is available via installed manpages or online: [`git-permalink.1`] ([pt][pt2], [fr][fr2], [eo][eo2]). +### Manuals + +The documentation is available via installed manpages or online: +- [`git-permalink.1`] ([pt][pt2], [fr][fr2], [eo][eo2]). [`git-permalink.1`]: https://euandreh.xyz/git-permalink/en/git-permalink.1.html [pt2]: https://euandreh.xyz/git-permalink/pt/git-permalink.1.html [fr2]: https://euandreh.xyz/git-permalink/fr/git-permalink.1.html [eo2]: https://euandreh.xyz/git-permalink/eo/git-permalink.1.html +### Directory structure + +The directory structure of the repository is: +- `aux/`: personal scripts and helpers I've vendored in to ensure the + repository is self contained, feel free to ignore it; +- `doc/`: manpages, with their translated versions; +- `po/`: gettext `.po` files for the translated languages and hunspell + dictionaries for spell checking; +- `src/`: main source code for the project; +- `tests/`: integration tests for the project. + ## Contributing |