diff --git a/homepage/Makefile b/homepage/Makefile
index cc70fd2..3fefed9 100644
--- a/homepage/Makefile
+++ b/homepage/Makefile
@@ -1,6 +1,9 @@
.POSIX:
-generate: index.html css/index.html home/index.html
+MAKE = make
+RM = rm -f
+
+generate: index.html css/index.html home/index.html phones/index.html
index.html: \
index.m4 \
@@ -21,12 +24,15 @@ zelda.m4
m4 index.m4 >index.html
css/index.html: head.m4 css/index.m4
- make -C css
+ $(MAKE) -C css
home/index.html: head.m4 home/index.m4
- make -C home
+ $(MAKE) -C home
+
+phones/index.html: head.m4 html.m4 phones/index.m4
+ $(MAKE) -C phones
clean:
- rm index.html css/index.html home/index.html
+ $(RM) index.html css/index.html home/index.html phones/index.html
.PHONY: generate clean
diff --git a/homepage/css/index.m4 b/homepage/css/index.m4
index 28d212a..52e43ec 100644
--- a/homepage/css/index.m4
+++ b/homepage/css/index.m4
@@ -1,6 +1,7 @@
define(`_PAGE', `css/')dnl
define(`_TITLE', `trinity.moe/css/')dnl
define(`_DESCRIPTION', `trinity.moe css')dnl
+define(`_STYLE', `')
define(`csspage', `
')dnl
diff --git a/homepage/head.m4 b/homepage/head.m4
index 4115c0d..7122f65 100644
--- a/homepage/head.m4
+++ b/homepage/head.m4
@@ -9,6 +9,6 @@
-
+
~ Return to the rest of the site
- - - -Phone | Battery | Charging jack | Codecs | Firmware | Headphone jack | Keyboard | OS | SD | WLAN |
---|---|---|---|---|---|---|---|---|---|
Samsung SCH-R390 | Good | Micro USB-B, no OTG | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm | Hardware | Proprietary | Micro | No |
LG UN280 | Decent | Micro USB-B, no OTG | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm | Hardware | Proprietary | Micro | No |
iPhone SE (2016) | Dismal | Proprietary | No FLAC, no Vorbis, no VP8 | Proprietary | 3.5mm | Software | Proprietary | None | Yes |
Unihertz Titan | Excellent | USB-C PD | Configurable | Proprietary | 3.5mm | Hardware | Proprietary | Micro | Yes |
Pinephone | Upgradeable | USB-C PD | Configurable | Changeable | 3.5mm | Software or hardware | Open | Micro | Yes |
Punkt MP-02 | Excellent | USB-C but no PD | No FLAC, no Vorbis, no VP8 | Proprietary | over USB-C | Hardware | Proprietary | None | Yes |
-Also known as the Freeform 4. -I used this extensively and enjoyed it at the time. -
- --Also known as the FreeForm 5. -No significant changes from the FreeForm 4 beyond aesthetics. -
- --Also known as the Freedom II. -I used this extensively and enjoyed it at the time. -
- --I used this extensively and despise it. -
- --I used this extensively and despise it. -Bad hardware keyboard (no dollar sign). -Vendor unlawfully non-compliant with GPL 2 licensing on Linux, for this reason I would avoid this phone like the plague. -
- --I love this phone a lot. -Hardware keyboard available as an extension; hardware keyboard also adds a second battery, tripling the battery life of the phone. -Firmware is proprietary by default but the vendor allows using free firmware. -
- --Sucks. -
- - - diff --git a/homepage/phones/index.m4 b/homepage/phones/index.m4 new file mode 100644 index 0000000..34d0ae7 --- /dev/null +++ b/homepage/phones/index.m4 @@ -0,0 +1,75 @@ + + +define(`_TITLE', `phones')dnl +define(`_DESCRIPTION', `phones')dnl +define(`_PAGE', `phones/')dnl +define(`_STYLE',`.bad{ background-color: red; color: white; } +.good{ background-color: green; color: white; } +table, td, th{ border: 1px solid; border-collapse: collapse; }')dnl +include(`../head.m4')dnl +define(`good', `~ Return to the rest of the site
+ + + ++Also known as the Freeform 4. +I used this extensively and enjoyed it at the time. +
+ ++Also known as the FreeForm 5. +No significant changes from the FreeForm 4 beyond aesthetics. +
+ ++Also known as the Freedom II. +I used this extensively and enjoyed it at the time. +
+ ++I used this extensively and despise it. +
+ ++I used this extensively and despise it. +Bad hardware keyboard (no dollar sign). +Vendor unlawfully non-compliant with GPL 2 licensing on Linux, for this reason I would avoid this phone like the plague. +
+ ++I love this phone a lot. +Hardware keyboard available as an extension; hardware keyboard also adds a second battery, tripling the battery life of the phone. +Firmware is proprietary by default but the vendor allows using free firmware. +
+ ++Sucks. +
+ + +