summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-07-29 09:15:17 +0000
committers-ol <s+removethis@s-ol.nu>2022-07-29 09:15:17 +0000
commit56da0fb38de1762ec643ae2f22f024c464232eb9 (patch)
tree58dcec8f3caf25f6c4c3920897ff7e498ec0ec73
parent0x33.board: mention OSHWA, separate git/web repo links (diff)
downloadhw.s-ol.nu-56da0fb38de1762ec643ae2f22f024c464232eb9.tar.gz
hw.s-ol.nu-56da0fb38de1762ec643ae2f22f024c464232eb9.zip
move to hw.s-ol.nu
-rw-r--r--$mmm/plugins/layout/converts: text$lua -> table.lua4
-rw-r--r--$mmm/plugins/layout/converts: text$moonscript -> table.moon4
-rw-r--r--0x33.board/text$markdown.md28
3 files changed, 18 insertions, 18 deletions
diff --git a/$mmm/plugins/layout/converts: text$lua -> table.lua b/$mmm/plugins/layout/converts: text$lua -> table.lua
index bed09c4..1e68994 100644
--- a/$mmm/plugins/layout/converts: text$lua -> table.lua
+++ b/$mmm/plugins/layout/converts: text$lua -> table.lua
@@ -62,7 +62,7 @@ gen_header = function(self)
h1({
navigate_to('', logo),
span({
- span('kb', {
+ span('hw', {
class = 'bold'
}),
'&#8203;',
@@ -119,7 +119,7 @@ get_header_tags = function(self)
if page_meta then
meta = meta .. page_meta
else
- meta = meta .. "\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n <meta property=\"og:title\" content=" .. tostring(e(title)) .. " />\n <meta property=\"og:type\" content=\"website\" />\n <meta property=\"og:url\" content=\"https://kb.s-ol.nu" .. tostring(self.path) .. "/\" />\n <meta property=\"og:site_name\" content=\"mmm\" />"
+ meta = meta .. "\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n <meta property=\"og:title\" content=" .. tostring(e(title)) .. " />\n <meta property=\"og:type\" content=\"website\" />\n <meta property=\"og:url\" content=\"https://hw.s-ol.nu" .. tostring(self.path) .. "/\" />\n <meta property=\"og:site_name\" content=\"mmm\" />"
do
local desc = self:get('description: text/plain')
if desc then
diff --git a/$mmm/plugins/layout/converts: text$moonscript -> table.moon b/$mmm/plugins/layout/converts: text$moonscript -> table.moon
index 4e53532..5e45dd2 100644
--- a/$mmm/plugins/layout/converts: text$moonscript -> table.moon
+++ b/$mmm/plugins/layout/converts: text$moonscript -> table.moon
@@ -44,7 +44,7 @@ gen_header = =>
h1 {
navigate_to '', logo
span {
- span 'kb', class: 'bold'
+ span 'hw', class: 'bold'
'&#8203;'
'.s&#8209;ol.nu'
}
@@ -102,7 +102,7 @@ get_header_tags = =>
<meta property=\"og:title\" content=#{e title} />
<meta property=\"og:type\" content=\"website\" />
- <meta property=\"og:url\" content=\"https://kb.s-ol.nu#{@path}/\" />
+ <meta property=\"og:url\" content=\"https://hw.s-ol.nu#{@path}/\" />
<meta property=\"og:site_name\" content=\"mmm\" />"
if desc = @get 'description: text/plain'
diff --git a/0x33.board/text$markdown.md b/0x33.board/text$markdown.md
index b9242d0..244f4bc 100644
--- a/0x33.board/text$markdown.md
+++ b/0x33.board/text$markdown.md
@@ -27,14 +27,14 @@ The `0x33.board` is Open Source Hardware and currently undergoing OSHWA certific
The source for the various components are available as follows:
- hardware design (CERN-OHL-S 2.0):
- - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/0x33.board/hardware.git][hardware-git]
- - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/0x33.board/hardware/-/][hardware-web]
+ - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/0x33.board/hardware.git][hardware-git]
+ - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/0x33.board/hardware/-/][hardware-web]
- firmware source (MIT):
- - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/0x33.board/firmware.git][firmware-git]
- - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/0x33.board/firmware/-/][firmware-web]
+ - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/0x33.board/firmware.git][firmware-git]
+ - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/0x33.board/firmware/-/][firmware-web]
- documentation source (CC BY 4.0):
- - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/kb.s-ol.nu.git][docs-git]
- - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/kb.s-ol.nu/-/][docs-web]
+ - <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/hw.s-ol.nu.git][docs-git]
+ - <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/hw.s-ol.nu/-/][docs-web]
hardware revision history
-------------------------
@@ -43,12 +43,12 @@ Let the firmware know which revision it is running by importing the correct modu
from hex33board.boards.r2_defcd99 import *
-- [r1 / fa5b61d](https://git.s-ol.nu/kb/0x33.board/hardware/-/r1/)
+- [r1 / fa5b61d](https://git.s-ol.nu/hw/0x33.board/hardware/-/r1/)
- jacks labelled AUDIO, MIDI, CV
- all ports need bodge work to fix pin assignments
- no I2C pull-up / levelshifting
- Uses a bidirectional key-matrix that can result in ghosting with some key combinations
-- [r2 / defcd99](https://git.s-ol.nu/kb/0x33.board/hardware/-/r2/)
+- [r2 / defcd99](https://git.s-ol.nu/hw/0x33.board/hardware/-/r2/)
- jacks labelled MIDI, OUT1 (I2C convertible), OUT2 (pwm)
- MIDI, I2C need bodge
- no I2C pull-up / levelshifting
@@ -58,9 +58,9 @@ Let the firmware know which revision it is running by importing the correct modu
- fixed MIDI, 5V tolerant I2C port
- solderable "SMTSO" thread inserts
-[hardware-git]: https://git.s-ol.nu/kb/0x33.board/hardware.git
-[hardware-web]: https://git.s-ol.nu/kb/0x33.board/hardware/-/
-[firmware-git]: https://git.s-ol.nu/kb/0x33.board/firmware.git
-[firmware-web]: https://git.s-ol.nu/kb/0x33.board/firmware/-/
-[docs-git]: https://git.s-ol.nu/kb/kb.s-ol.nu.git
-[docs-web]: https://git.s-ol.nu/kb/kb.s-ol.nu/-/
+[hardware-git]: https://git.s-ol.nu/hw/0x33.board/hardware.git
+[hardware-web]: https://git.s-ol.nu/hw/0x33.board/hardware/-/
+[firmware-git]: https://git.s-ol.nu/hw/0x33.board/firmware.git
+[firmware-web]: https://git.s-ol.nu/hw/0x33.board/firmware/-/
+[docs-git]: https://git.s-ol.nu/hw/hw.s-ol.nu.git
+[docs-web]: https://git.s-ol.nu/hw/hw.s-ol.nu/-/