https://github.com/joaquingatica/notie-imberisseo
Desktop Java app to convert dates to and from Imladris Reckoning (a.k.a. Elvish Calendar) and get current date with sunset sync. Multi-language app, currently available in: English, Spanish, German, Russian & Quenya (regular and Tengwar modes).
https://github.com/joaquingatica/notie-imberisseo
calendar elvish imladris imladris-reckoning java
Last synced: about 2 months ago
JSON representation
Desktop Java app to convert dates to and from Imladris Reckoning (a.k.a. Elvish Calendar) and get current date with sunset sync. Multi-language app, currently available in: English, Spanish, German, Russian & Quenya (regular and Tengwar modes).
- Host: GitHub
- URL: https://github.com/joaquingatica/notie-imberisseo
- Owner: joaquingatica
- License: gpl-3.0
- Created: 2012-02-01T22:28:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T00:10:49.000Z (over 9 years ago)
- Last Synced: 2023-03-22T13:47:25.165Z (over 3 years ago)
- Topics: calendar, elvish, imladris, imladris-reckoning, java
- Language: Java
- Homepage: http://quenya101.com/calendar
- Size: 14.9 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notië Imberissëo
Convert dates to and from Imladris Reckoning (a.k.a. Elvish Calendar) and get current date with sunset sync.
Multi-language app, currently available in: English, Spanish, German, Russian & Quenya (regular and Tengwar modes).

## Requirements
* [Java Development Kit (JDK) 7 or newer](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html)
* [Gradle](https://gradle.org/)
* For IDE I recommend [IntelliJ IDEA](https://www.jetbrains.com/idea/)
## Usage
* To **build** the application:
```bash
gradle build
```
* To **run** the application (and build):
```bash
gradle run
```
* To **compile** into a standalone FatJAR:
```bash
gradle shadowJar
```
## Resources
* [Imladris Calendar library used](https://github.com/joaquingatica/Imladris-Calendar)
* [Elvish Calendar explanation](https://quenya101.com/calendar/)
* [Application page (outdated)](https://quenya101.com/2012/08/29/elvish-calendar-now-easier-than-ever/)