Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From trunk
To v0.10.1
2025-03-20
| | |
18:08 |
|
...
(Leaf
check-in: 5a1e31b361 user: stern tags: trunk)
|
16:21 |
|
...
(check-in: a8d9977b97 user: stern tags: trunk)
|
2023-01-30
| | |
12:49 |
|
...
(check-in: ed2d3ce05d user: stern tags: trunk)
|
12:40 |
|
...
(Leaf
check-in: 70b0cdc454 user: stern tags: release, release-0.10, v0.10.1)
|
2023-01-24
| | |
21:47 |
|
...
(check-in: b6301cf091 user: stern tags: trunk, release, v0.10.0)
|
| | |
Changes to .fossil-settings/ignore-glob.
1
2
|
1
2
3
|
+
|
bin/*
releases/*
parser/pikchr/*.out
|
Changes to LICENSE.txt.
1
2
3
4
5
6
7
8
|
1
2
3
4
5
6
7
8
|
-
+
|
Copyright (c) 2020-present Detlef Stern
Copyright (c) 2020-2023 Detlef Stern
Licensed under the EUPL
Zettelstore is licensed under the European Union Public License, version 1.2 or
later (EUPL v. 1.2). The license is available in the official languages of the
EU. The English version is included here. Please see
https://joinup.ec.europa.eu/community/eupl/og_page/eupl for official
|
︙ | | |
Changes to Makefile.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
|
## Copyright (c) 2020-present Detlef Stern
## Copyright (c) 2020-2022 Detlef Stern
##
## This file is part of Zettelstore.
##
## Zettelstore is licensed under the latest version of the EUPL (European Union
## Public License). Please see file LICENSE.txt for your rights and obligations
## under this license.
.PHONY: check relcheck api version build release clean
.PHONY: check relcheck api build release clean
check:
go run tools/check/check.go
go run tools/build.go check
relcheck:
go run tools/check/check.go -r
go run tools/build.go relcheck
api:
go run tools/testapi/testapi.go
go run tools/build.go testapi
version:
@echo $(shell go run tools/build/build.go version)
@echo $(shell go run tools/build.go version)
build:
go run tools/build/build.go build
go run tools/build.go build
release:
go run tools/build/build.go release
go run tools/build.go release
clean:
go run tools/clean/clean.go
go run tools/build.go clean
|
Changes to README.md.
︙ | | |
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-
-
+
+
+
-
+
|
gradually, one major focus is a long-term store of these notes, hence the name
“Zettelstore”.
To get an initial impression, take a look at the
[manual](https://zettelstore.de/manual/). It is a live example of the
zettelstore software, running in read-only mode.
[Zettelstore Client](https://t73f.de/r/zsc) provides client software to access
Zettelstore via its API more easily, [Zettelstore
[Zettelstore Client](https://zettelstore.de/client) provides client
software to access Zettelstore via its API more easily, [Zettelstore
Contrib](https://zettelstore.de/contrib) contains contributed software, which
often connects to Zettelstore via its API. Some of the software packages may be
experimental.
The software, including the manual, is licensed
under the [European Union Public License 1.2 (or
later)](https://zettelstore.de/home/file?name=LICENSE.txt&ci=trunk).
[Stay](https://twitter.com/zettelstore)
[Stay tuned](https://mastodon.social/tags/Zettelstore) …
<a rel="me" href="https://nerdculture.de/@zettelstore">tuned</a> …
|
Changes to VERSION.
1
|
1
|
-
+
|
0.21.0-dev
0.10.1
|
Added ast/ast.go.