Un simple génération de calendrier texte trivial.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Christian P. MOMON f7f8df15a8
Added png version of logo.
1 year ago
.settings First commit. 1 year ago
lib First commit. 1 year ago
resources Added png version of logo. 1 year ago
src/fr/devinsy/calgen Improved padding. 1 year ago
test/fr/devinsy/calgen/app First commit. 1 year ago
.classpath First commit. 1 year ago
.gitignore First commit. 1 year ago
.project First commit. 1 year ago
LICENSE First commit. 1 year ago
README.md First commit. 1 year ago
build-appjar.xml First commit. 1 year ago
build-local.xml First commit. 1 year ago
build-snapshot.xml First commit. 1 year ago
build-tagandpush.xml First commit. 1 year ago
build.num Build 0.0.3 1 year ago
build.properties First commit. 1 year ago
build.sh First commit. 1 year ago
log4j.properties First commit. 1 year ago

README.md

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: