Un simple génération de calendrier texte trivial.
Find a file
2021-12-03 18:05:27 +01:00
.settings First commit. 2021-12-03 18:05:27 +01:00
lib First commit. 2021-12-03 18:05:27 +01:00
resources First commit. 2021-12-03 18:05:27 +01:00
src/fr/devinsy/calgen First commit. 2021-12-03 18:05:27 +01:00
test/fr/devinsy/calgen/app First commit. 2021-12-03 18:05:27 +01:00
.classpath First commit. 2021-12-03 18:05:27 +01:00
.gitignore First commit. 2021-12-03 18:05:27 +01:00
.project First commit. 2021-12-03 18:05:27 +01:00
build-appjar.xml First commit. 2021-12-03 18:05:27 +01:00
build-local.xml First commit. 2021-12-03 18:05:27 +01:00
build-snapshot.xml First commit. 2021-12-03 18:05:27 +01:00
build-tagandpush.xml First commit. 2021-12-03 18:05:27 +01:00
build.num First commit. 2021-12-03 18:05:27 +01:00
build.properties First commit. 2021-12-03 18:05:27 +01:00
build.sh First commit. 2021-12-03 18:05:27 +01:00
LICENSE First commit. 2021-12-03 18:05:27 +01:00
log4j.properties First commit. 2021-12-03 18:05:27 +01:00
README.md First commit. 2021-12-03 18:05:27 +01:00

Calgen

Calgen is a simple toot to generate calendar.

LICENSE

Calgen is released under the GNU AGPLv3+ license. Enjoy!

Authors:

Author: Christian Pierre MOMON christian@momon.org

Based on the generous artwork of ElegantThemes.com:

https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free "These icons are completely free and Open Source under the GPL".

Other stuff

License of other stuff:

  • other: without any specific information, default license of images is CC-BY-SA 3+.

DOCUMENTATION

> calgen -h
calgen CLI version 0.17.2-20211203175708
Usage:
    calgen [ -h | -help | --help ]
    calgen [ -v | -version | --version ]
    calgen             generate calendar of the given year
./calgen.sh  2022 | head
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////// 2023 ///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-- Sa 31/12
== Ve 30/12
== Je 29/12
== Me 28/12
== Ma 27/12
== Lu 26/12
############ Semaine S52 ############

Requirements

  • Java 17
  • Eclipse 4.16 (202006).

INSTALL

TODO

Unit test environment

For unit tests, install the TestNG: