Skip to content

Commit 57dd35f

Browse files
committed
Add releae badge and reposition bitSign
Slight refactor of page, adding another badge for the latest release, and restructuring the Technical Details section a bit. [skip ci] Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 8e6323d commit 57dd35f

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

README.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![License Badge][]][License] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan] [![Discord][discord-badge]][discord-url]
1+
[![License Badge][]][License] [![Release Badge][]][Release] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan] [![Discord][discord-badge]][discord-url]
22

3-
<img align="right" src="doc/logo.png" alt="Infix — Immutable.Friendly.Secure" width=480 border=10>
3+
<img align="right" src="doc/logo.png" alt="Infix — Immutable.Friendly.Secure" width=480 padding=10>
44

55
Turn any ARM or x86 device into a powerful, manageable network appliance
66
in minutes. From $35 Raspberry Pi boards to enterprise switches — deploy
@@ -129,28 +129,34 @@ deployments.
129129
130130
## Technical Details
131131
132-
Built on proven open-source foundations ([Buildroot][1] + [sysrepo][2])
133-
for reliability you can trust:
132+
<a href="https://bitsign.se">
133+
<picture>
134+
<source media="(prefers-color-scheme: dark)" srcset="https://bitsign.se/assets/badges/bitsign-badge-dark-mode.png">
135+
<source media="(prefers-color-scheme: light)" srcset="https://bitsign.se/assets/badges/bitsign-badge-light-mode.png">
136+
<img alt="bitSign - Code Signing" src="https://bitsign.se/assets/badges/bitsign-badge-light-mode.png" align="right" width=150 padding=10>
137+
</picture>
138+
</a>
139+
140+
Built on proven open-source foundations: [Linux][0], [Buildroot][1], and
141+
[sysrepo][2] — for reliability you can trust:
134142
135143
- **Immutable OS**: Read-only filesystem, atomic updates, instant rollback
136144
- **YANG Configuration**: Industry-standard models with auto-generated tooling
137145
- **Hardware Acceleration**: Linux switchdev support for wire-speed packet processing
138146
- **Container Integration**: Docker support with flexible network and hardware access
139147
- **Memory Efficient**: Runs comfortably on devices with as little as 256 MB RAM
140-
- **Code Signing**: All releases are cryptographically signed for integrity verification
148+
- **Code Signing**: Releases are cryptographically signed for integrity verification
141149
142150
Perfect for everything from resource-constrained edge devices to
143151
high-throughput network appliances.
144152
145-
> Check the *[Latest Build][]* for bleeding-edge features.
153+
With the entire system modeled in YANG, scalability is no longer an
154+
issue, be it in development, testing, or end users deploying and
155+
monitoring their devices. All knobs and dials are accessible from the
156+
CLI (console/SSH), or remotely using the native NETCONF or RESTCONF
157+
APIs.
146158
147-
<a href="https://bitsign.se">
148-
<picture>
149-
<source media="(prefers-color-scheme: dark)" srcset="https://bitsign.se/assets/badges/bitsign-badge-dark-mode.png">
150-
<source media="(prefers-color-scheme: light)" srcset="https://bitsign.se/assets/badges/bitsign-badge-light-mode.png">
151-
<img alt="bitSign - Code Signing" src="https://bitsign.se/assets/badges/bitsign-badge-light-mode.png">
152-
</picture>
153-
</a>
159+
> Check the *[Latest Build][]* for bleeding-edge features.
154160
155161
---
156162
@@ -161,6 +167,7 @@ high-throughput network appliances.
161167
162168
![Alt](https://repobeats.axiom.co/api/embed/5ce7a2a67edc923823afa0f60c327a6e8575b6e9.svg "Repobeats analytics image")
163169
170+
[0]: https://www.kernel.org
164171
[1]: https://buildroot.org/ "Buildroot Homepage"
165172
[2]: https://www.sysrepo.org/ "Sysrepo Homepage"
166173
[3]: https://kernelkit.org/infix/latest/cli/introduction/
@@ -169,6 +176,8 @@ high-throughput network appliances.
169176
[Latest Build]: https://github.com/kernelkit/infix/releases/tag/latest "Latest build"
170177
[License]: https://en.wikipedia.org/wiki/GPL_license
171178
[License Badge]: https://img.shields.io/badge/License-GPL%20v2-blue.svg
179+
[Release]: https://github.com/kernelkit/infix/releases
180+
[Release Badge]: https://img.shields.io/github/v/release/kernelkit/infix
172181
[GitHub]: https://github.com/kernelkit/infix/actions/workflows/build.yml/
173182
[GitHub Status]: https://github.com/kernelkit/infix/actions/workflows/build.yml/badge.svg
174183
[Coverity Scan]: https://scan.coverity.com/projects/29393

0 commit comments

Comments
 (0)