This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter/README.md

41 lines
1.7 KiB
Markdown
Raw Normal View History

2016-04-15 17:48:31 +02:00
# Morse Converter (Desktop Client)
2015-02-17 10:52:16 +01:00
A writtenMorse and normal morse code converter.
2016-04-15 17:48:31 +02:00
A detailed description about this program can be found on [marcel-kapfer.de/writtenmorse](https://marcel-kapfer.de/writtenmorse).
2015-02-17 10:52:16 +01:00
2015-03-08 11:44:03 +01:00
## Content
- [Contribute](#contribute)
- [Trello Board](#trello-board)
- [Packages](#packages)
- [Linux](#linux)
2016-04-15 17:48:31 +02:00
- [Ubuntu](#ubuntu)
2015-03-08 11:44:03 +01:00
2016-04-15 17:48:31 +02:00
## Contributing
2015-02-17 10:52:16 +01:00
2016-04-15 17:48:31 +02:00
For contributing to this project read my contribution guidlines at [mmk2410.org/contributing](https://mmk2410.org/contributing).
2015-02-17 10:52:16 +01:00
2016-04-15 17:48:31 +02:00
If you have any questions feel free to contact me at [marcelmichaelkapfer@yahoo.co.nz](mailto:marcelmichaelkapfer@yahoo.co.nz), [Google+](https://plus.google.com/+MarcelMichaelKapfer), [Twitter](https://twitter.com/mmk2410), [GNUsocial](https://social.mmk2410.org/mmk2410), in a room at [phab.mmk2410.org](https://phab.mmk2410.org) or join the party at [irc.mmk2410.org](irc://irc.mmk2410.org).
2015-02-17 10:52:16 +01:00
2016-04-15 17:48:31 +02:00
If you want to contribute code to this project check if your additions match with the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html) (you can download the XML style at [https://github.com/google/styleguide](https://github.com/google/styleguide)).
2015-02-17 10:52:16 +01:00
2016-04-15 17:48:31 +02:00
The repository is at [phab.mmk2410.org/diffusion](https://phab.mmk2410.org/diffusion) and the bug tracker [phab.mmk2410.org/maniphest](https://phab.mmk2410.org/maniphest).
2015-03-08 11:38:54 +01:00
## Packages
2016-04-15 17:48:31 +02:00
2015-03-08 11:38:54 +01:00
### Linux
2016-04-15 17:48:31 +02:00
2015-06-02 17:32:03 +02:00
#### Ubuntu
2015-03-08 11:38:54 +01:00
2015-06-02 17:32:03 +02:00
I created an Ubuntu repository for the app. You can use it by running the following lines:
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
```
sudo apt-add-repository ppa:mmk2410/morse-converter
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
sudo apt-get update
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
sudo apt-get install morse-converter
```
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
View this package repository at [Launchpad](https://launchpad.net/~mmk2410/+archive/ubuntu/morse-converter).