An open API service indexing awesome lists of open source software.

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

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

![screenshot](docs/screenshot.png "Main screen")

## 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/)