|
@@ -29,7 +29,7 @@ But, wait again, I found a buried source directory that actually
|
|
|
included the `_darcs` information! Excellent! I had a copy of the full
|
|
|
history after all.
|
|
|
|
|
|
-Now, I love darcs^[pijul]. I use [git](https://git-scm.com/)
|
|
|
+Now, I love darcs[^pijul]. I use [git](https://git-scm.com/)
|
|
|
professionally, of course. It's incredibly fristrating to use git
|
|
|
after being acclimated to darcs -- so many things become awkward, or
|
|
|
translate poorly. Yet git is the lingua franca of modern source
|
|
@@ -60,7 +60,7 @@ ancient](http://darcs.net/DarcsTwo) one.
|
|
|
Now that we're in a git repo, let's see if we can compile this son of
|
|
|
a gun. Haxe is easy to install, but has changed quite a bit since it
|
|
|
was young and edgy and called "haXe". I've got a file called
|
|
|
-`build.hxml`^[hxml] in my repo, but apparently haxe no longer uses
|
|
|
+`build.hxml`[^hxml] in my repo, but apparently haxe no longer uses
|
|
|
that sort of build file.
|
|
|
|
|
|
Instead, I'll start with something that's my best guess [based on
|
|
@@ -81,11 +81,11 @@ time to see more of my continuing struggles to create a SWF file.
|
|
|
|
|
|
|
|
|
|
|
|
-[pijul]: If I were to start over again today, I might be tempted by
|
|
|
+[^pijul]: If I were to start over again today, I might be tempted by
|
|
|
[pijul](http://pijul.org/), which has most of darcs' strengths, and
|
|
|
few of its weaknesses. But I'm not, so I won't.
|
|
|
|
|
|
-[hxml]: The [documentation for the old
|
|
|
+[^hxml]: The [documentation for the old
|
|
|
compiler](http://old.haxe.org/doc/compiler) indicate that this was
|
|
|
really a thing, which is good, because the [modern
|
|
|
stuff](http://haxe.org/manual/compiler-usage-flags.html) doesn't
|