summaryrefslogtreecommitdiff
path: root/plan.yml
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 15:18:19 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 15:18:19 -0600
commit6adec5105142a6a746a08ad715bd5467a1a1db55 (patch)
tree79797a22495aea4b6c05ddb60ab2871eb6d18af4 /plan.yml
parent4586f06b70a2f8b6d177d70ed3be2d9c1d51a0cd (diff)
initial html
Diffstat (limited to 'plan.yml')
-rw-r--r--plan.yml48
1 files changed, 27 insertions, 21 deletions
diff --git a/plan.yml b/plan.yml
index bc4fd62..b576bb4 100644
--- a/plan.yml
+++ b/plan.yml
@@ -1,25 +1,31 @@
tags:
- docs: |
- I'm working to improve documentation for GNU/Linux, but more than
- that I'm working to improve the forms of documentation that more
- skilled technical writers might be afraid or incapable of working
- on: `--help` text, generated documentation, and auditing
- documentation against the source code to make sure that it is
- accurate and complete.
- GI: |
- "GObject Introspection" (which is a terrible name for what it is,
- btw) is a cross-(language-runtime) object system. GObject was an
- object system for C that game out of GTK+, and then GObject
- Introspection was created as a way to specify the ABI for working
- with an object, so that GObjects could be used from other
- languages. I think that GObject Introspection is a really cool
- technology that can be the basis of reducing friction between
- languages, but it needs better/more-ubiquitous tooling.
- ARM: |
- Not that folks can't use GNU/Linux on ARM (obviously, the
- Raspberry Pi has been a huge success), but there's still a lot
- more friction to using GNU/Linux on ARM compared to x86. I'm
- working on that.
+ docs:
+ prettyName: Documentation
+ desc: |
+ I'm working to improve documentation for GNU/Linux, but more
+ than that I'm working to improve the forms of documentation that
+ more skilled technical writers might be afraid or incapable of
+ working on: `--help` text, generated documentation, and auditing
+ documentation against the source code to make sure that it is
+ accurate and complete.
+ ARM:
+ prettyName: ARM support
+ desc: |
+ Not that folks can't use GNU/Linux on ARM (obviously, the
+ Raspberry Pi has been a huge success), but there's still a lot
+ more friction to using GNU/Linux on ARM compared to x86. I'm
+ working on that.
+ GI:
+ prettyName: GObject Introspection
+ desc: |
+ GObject Introspection (which is a terrible name for what it is,
+ btw) is a cross-(language-runtime) object system. GObject was
+ an object system for C that game out of GTK+, and then GObject
+ Introspection was created as a way to specify the ABI for
+ working with an object, so that GObjects could be used from
+ other languages. I think that GObject Introspection is a really
+ cool technology that can be the basis of reducing friction
+ between languages, but it needs better/more-ubiquitous tooling.
contributions:
- urls: [https://github.com/flori/json/pull/567]