moving to codeberg (#13)

This commit is contained in:
T. von Dein
2025-12-15 20:45:06 +01:00
parent 4f06a9f8f5
commit 9dc71d1885
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ Reorganized a little code.
1.4.1: 1.4.1:
Fixed https://github.com/TLINDEN/note/issues/11: Fixed https://codeberg.org/scip/note/issues/11:
Every backend now uses a different default file extension and the Every backend now uses a different default file extension and the
default config file has it configured the same way. default config file has it configured the same way.
@@ -40,7 +40,7 @@ Added support for JSON encoded export files instead of YAML.
Currently this is just an option, which can be set in the config Currently this is just an option, which can be set in the config
with UseJSON or commandline -j. The old export format is now with UseJSON or commandline -j. The old export format is now
being considered deprecated (a warning will be shown) and will being considered deprecated (a warning will be shown) and will
be removed in 1.5. Fixes https://github.com/TLINDEN/note/issues/10. be removed in 1.5. Fixes https://codeberg.org/scip/note/issues/10.
A helper script has been added to help to combine two notedb's A helper script has been added to help to combine two notedb's
into one: contrib/sync-combine-two-yaml-exports-into-one.pl. It is into one: contrib/sync-combine-two-yaml-exports-into-one.pl. It is

View File

@@ -41,7 +41,7 @@ with note:
## Where to ## Where to
You can download the source at http://www.daemon.de/NOTE or You can download the source at http://www.daemon.de/NOTE or
https://github.com/tlinden/note. https://codeberg.org/scip/note.
If you are using debian, you run `can apt-get ìnstall note`. If you are using debian, you run `can apt-get ìnstall note`.
@@ -174,7 +174,7 @@ that's the best way for me to forget to do something.
In order to report a bug, unexpected behavior, feature requests or to In order to report a bug, unexpected behavior, feature requests or to
submit a patch, please open an issue on github: submit a patch, please open an issue on github:
https://github.com/TLINDEN/note/issues. https://codeberg.org/scip/note/issues.
## Deprecation notes ## Deprecation notes

View File

@@ -21,7 +21,7 @@
# #
# latest version on: # latest version on:
# http://www.daemon.de/note/ # http://www.daemon.de/note/
# https://github.com/TLINDEN/note/ # https://codeberg.org/scip/note/
# #
use lib qw(blib/lib); use lib qw(blib/lib);