aboutsummaryrefslogtreecommitdiff
path: root/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-databas...
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-11 10:37:53 -0300
committerEuAndreh <eu@euandre.org>2021-10-11 10:40:34 -0300
commiteaece88913d73661960a055a5c10bdeaa6a19f99 (patch)
tree3f4c078e225c99766cfb963f825fa5956ac0ee4f /locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
parentstyles.css: Simplify margin, remove "optimizeLegibility" (diff)
downloadeuandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz
euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz
Update link to Git repositories
Diffstat (limited to 'locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po')
-rw-r--r--locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po30
1 files changed, 15 insertions, 15 deletions
diff --git a/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po b/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
index ecd28a5..15005ad 100644
--- a/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
+++ b/locale/eo/LC_MESSAGES/_articles/2020-11-12-durable-persistent-trees-and-parser-combinators-building-a-database.po
@@ -86,23 +86,23 @@ msgstr ""
msgid ""
"This code [already "
-"exists](https://git.euandreh.xyz/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n1),"
+"exists](https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n1),"
" but is yet fairly incomplete:"
msgstr ""
msgid ""
"the building of the index isn't done yet (with some [commented "
-"code](https://git.euandreh.xyz/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n295)"
+"code](https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n295)"
" on the next step to be implemented)"
msgstr ""
msgid ""
"the indexing is extremely inefficient, with "
-"[more](https://git.euandreh.xyz/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n130)"
+"[more](https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n130)"
" "
-"[than](https://git.euandreh.xyz/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n146)"
+"[than](https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n146)"
" "
-"[one](https://git.euandreh.xyz/mediator/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n253)"
+"[one](https://euandreh.xyz/mediator.git/tree/src/core/clojure/src/mediator.clj?id=db4a727bc24b54b50158827b34502de21dbf8948#n253)"
" occurrence of `O²` functions;"
msgstr ""
@@ -342,7 +342,7 @@ msgstr ""
msgid ""
"When starting working on x-bindgen, I realized I didn't know what to look "
"for in a header file, as I haven't written any C code in many years. So as I"
-" was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know how "
+" was writing [libedn](https://euandreh.xyz/libedn.git/), I didn't know how "
"to build a good C API to expose. So I tried porting the code to C, and right"
" now I'm working on building a *good* C API for a JSON parser using parser "
"combinators: ~~ParsecC~~ [^parsecc]."
@@ -353,7 +353,7 @@ msgstr ""
#~ msgid ""
#~ "I've started a fork of cbindgen: "
-#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/). Right now it is just a "
+#~ "[x-bindgen](https://euandreh.xyz/x-bindgen.git/). Right now it is just a "
#~ "copy of cbindgen verbatim, and I plan to remove all C and C++ emitting code "
#~ "from it, and add a IR emitting code instead."
#~ msgstr ""
@@ -361,7 +361,7 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know how "
+#~ " was writing [libedn](https://euandreh.xyz/libedn.git/), I didn't know how "
#~ "to build a good C API to expose. So I tried porting the code to C, and right"
#~ " now I'm working on building a *good* C API for a JSON parser using parser "
#~ "combinators: ~~ParsecC~~ *EDIT*: now archived, the experimentation was fun."
@@ -373,15 +373,15 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know how "
+#~ " was writing [libedn](https://euandreh.xyz/libedn.git/), I didn't know how "
#~ "to build a good C API to expose. So I tried porting the code to C, and right"
#~ " now I'm working on building a *good* C API for a JSON parser using parser "
-#~ "combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
+#~ "combinators: [ParsecC](https://euandreh.xyz/parsecc.git/)."
#~ msgstr ""
#~ msgid ""
#~ "I've started a fork of cbindgen: "
-#~ "[x-bindgen](https://git.euandreh.xyz/x-bindgen/). Right now it is just a "
+#~ "[x-bindgen](https://euandreh.xyz/x-bindgen.git/). Right now it is just a "
#~ "copy of cbindgen verbatim, and I plan to remove all C and C++ emitting code "
#~ "from it, and add a IR emitting code instead."
#~ msgstr ""
@@ -389,19 +389,19 @@ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know how "
+#~ " was writing [libedn](https://euandreh.xyz/libedn.git/), I didn't know how "
#~ "to build a good C API to expose. So I tried porting the code to C, and right"
#~ " now I'm working on building a *good* C API for a JSON parser using parser "
-#~ "combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
+#~ "combinators: [ParsecC](https://euandreh.xyz/parsecc.git/)."
#~ msgstr ""
#~ msgid ""
#~ "When starting working on x-bindgen, I realized I didn't know what to look "
#~ "for in a header file, as I haven't written any C code in many years. So as I"
-#~ " was writing [libedn](https://git.euandreh.xyz/libedn/), I didn't know how "
+#~ " was writing [libedn](https://euandreh.xyz/libedn.git/), I didn't know how "
#~ "to build a good C API to expose. So I tried porting the code to C, and right"
#~ " now I'm working on building a *good* C API for a JSON parser using parser "
-#~ "combinators: [ParsecC](https://git.euandreh.xyz/parsecc/)."
+#~ "combinators: [ParsecC](https://euandreh.xyz/parsecc.git/)."
#~ msgstr ""
#~ msgid ""