Compare commits

..

No commits in common. "38181e8e00ff646c97ce63b5ba166240847033a5" and "d9d3c9b863ac90b650a52e86d280f45e2e7b444e" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# License
Copyright (c) 1999-2025 Helma Project. All rights reserved.
Copyright (c) 1999-2008 Helma Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions

View file

@ -3,7 +3,7 @@
## TL;DR
- Make sure you have Java 11 or higher installed
- Download and unpack the [latest release](https://code.host.antville.org/antville/helma/releases)
- Download and unpack the [latest release](https://github.com/antville/helma/releases)
- Invoke `./bin/helma`, resp. `./bin/helma.bat`, depending on your platform
- Direct your web browser to <http://localhost:8080>

View file

@ -17,7 +17,7 @@ body = """
* [<tt>{{ commit.id | split(pat="") | slice(end=11) | join() }}</tt>]\
(https://code.host.antville.org/antville/helma/commit/{{ commit.id }}) \
{% if commit.breaking %}**Breaking:** {% endif %}\
{{ commit.message | split(pat="\\n") | first | upper_first | escape }}\
{{ commit.message | split(pat="\\n") | first | upper_first }}\
{% endfor %}
{% endfor %}