Skip to content

Commit

Permalink
website: add content
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Sep 17, 2024
1 parent 292a97f commit 3fe95b3
Show file tree
Hide file tree
Showing 92 changed files with 21,749 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
10 changes: 10 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/),
a modern static website generator.

The folder was created with:

```bash
npx create-docusaurus website classic --typescript
```
8 changes: 8 additions & 0 deletions website/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

ilg-ul:
name: Liviu Ionescu (ilg)
email: ilg@livius.net
url: https://github.com/ilg-ul
image_url: https://github.com/ilg-ul.png
6 changes: 6 additions & 0 deletions website/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// DO NOT EDIT!
// Automatically generated from xbb-helper/templates/docusaurus/common.

module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
171 changes: 171 additions & 0 deletions website/blog/2022-12-11-sed-v4-9-0-1-released.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
---
title: xPack GNU sed v4.9.0-1 released

date: 2022-12-11 13:11:34 +0200

authors: ilg-ul

# To be listed in the Releases page.
tags:
- releases

# ----- Custom properties -----------------------------------------------------

sed_version: "4.9"
sed_date: "2022-11-06"
version: "4.9.0-1"
npm_subversion: 1

download_url: https://github.com/xpack-dev-tools/sed-xpack/releases/tag/v4.9.0-1/

---

Version **4.9.0-1** is the first release.

<!-- truncate -->

import Image from '@theme/IdealImage';

The [xPack GNU sed](https://xpack-dev-tools.github.io/sed-xpack)
is a standalone cross-platform binary distribution of
[GNU sed](https://www.gnu.org/software/sed/).

There are separate binaries for
**macOS** (x64 and arm64)
and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

The main targets for the GNU/Linux Arm
binaries are the **Raspberry Pi** class devices (armv7l and aarch64;
armv6 is not supported).

:::

## Download

The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

The full details of installing the **xPack GNU sed** on various platforms
are presented in the [Install Guide](/docs/install/).

## Compliance

The xPack GNU sed generally follows the official
[GNU sed](https://www.gnu.org/software/sed/) releases.

The current version is based on:

- GNU sed version {frontMatter.sed_version}
from {frontMatter.sed_date}.

## Changes

Compared to the upstream version, there are no functional changes.

## Bug fixes

- none

## Enhancements

- none

## Known problems

- none

## Documentation

The original documentation is available
[online](https://www.gnu.org/software/sed/manual/).

## Build

The binaries for all supported platforms
(Windows, macOS and GNU/Linux) were built using the
[xPack Build Box (XBB)](https://xpack.github.io/xbb/), a set
of build environments based on slightly older distributions, that should be
compatible with most recent systems.

The scripts used to build this distribution are in:

- `distro-info/scripts`

For the prerequisites and more details on the build procedure, please see the
[README-MAINTAINER](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/README-MAINTAINER.md) page.

## CI tests

Before publishing, a set of simple tests were performed on an exhaustive
set of platforms. The results are available from:

- [GitHub Actions](https://github.com/xpack-dev-tools/sed-xpack/actions/)
- [Travis CI](https://app.travis-ci.com/github/xpack-dev-tools/sed-xpack/builds/)

## Tests

TBD

## Checksums

The SHA-256 hashes for the files are:

```txt
032880fbb0356a63d1a6333894d36be8324fb73b0a35a9ef0c2ec37cfac6ea83
xpack-sed-4.9.0-1-darwin-arm64.tar.gz
d137339f6bcebe3908ced860ed3ee23da05a2a78b86ba8fbd2f80af56e0b196f
xpack-sed-4.9.0-1-darwin-x64.tar.gz
7f708ce80f0cff763a0497e4f245014d5694a7a0c86739f4f961ece49d8802d8
xpack-sed-4.9.0-1-linux-arm.tar.gz
8982ea70fd9f8b371a5ccd2457e49ed4f28dda1e60af4fdbcb3ff09aa8344103
xpack-sed-4.9.0-1-linux-arm64.tar.gz
582b2fbeb1affe610e4c2d3e5917427fff5d71ff5ea679a0d0a023ca73648e4a
xpack-sed-4.9.0-1-linux-x64.tar.gz
```

## Deprecation notices

### 32-bit support

Support for 32-bit Intel Linux and Intel Windows was
dropped in 2022. Support for 32-bit Arm Linux (armv7l) will be preserved
for a while, due to the large user base of 32-bit Raspberry Pi systems.

### Linux minimum requirements

Support for RedHat 7 was dropped in 2022 and the
minimum requirement was raised to GLIBC 2.27, available starting
with Ubuntu 18, Debian 10 and RedHat 8.

## Download analytics

- GitHub [xpack-dev-tools/sed-xpack](https://github.com/xpack-dev-tools/sed-xpack/)
- this release <a href={`https://github.com/xpack-dev-tools/sed-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/total.svg)](https://github.com/xpack-dev-tools/sed-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=sed-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/sed](https://www.npmjs.com/package/@xpack-dev-tools/sed)
- latest releases [![npm](https://img.shields.io/npm/dw/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
- all @xpack-dev-tools releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)

Credit to [Shields IO](https://shields.io) for the badges and to
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)
for the individual file counters.
171 changes: 171 additions & 0 deletions website/blog/2023-01-29-sed-v4-9-0-2-released.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
---
title: xPack GNU sed v4.9.0-2 released

date: 2023-01-29 18:03:03 +0200

authors: ilg-ul

# To be listed in the Releases page.
tags:
- releases

# ----- Custom properties -----------------------------------------------------

sed_version: "4.9"
sed_date: "2022-11-06"
version: "4.9.0-2"
npm_subversion: 1

download_url: https://github.com/xpack-dev-tools/sed-xpack/releases/tag/v4.9.0-2/

---

Version **4.9.0-2** is a maintenance release, built with the latest build scripts.

<!-- truncate -->

import Image from '@theme/IdealImage';

The [xPack GNU sed](https://xpack-dev-tools.github.io/sed-xpack)
is a standalone cross-platform binary distribution of
[GNU sed](https://www.gnu.org/software/sed/).

There are separate binaries for
**macOS** (x64 and arm64)
and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

The main targets for the GNU/Linux Arm
binaries are the **Raspberry Pi** class devices (armv7l and aarch64;
armv6 is not supported).

:::

## Download

The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

The full details of installing the **xPack GNU sed** on various platforms
are presented in the [Install Guide](/docs/install/).

## Compliance

The xPack GNU sed generally follows the official
[GNU sed](https://www.gnu.org/software/sed/) releases.

The current version is based on:

- GNU sed version {frontMatter.sed_version}
from {frontMatter.sed_date}.

## Changes

Compared to the upstream version, there are no functional changes.

## Bug fixes

- none

## Enhancements

- none

## Known problems

- none

## Documentation

The original documentation is available
[online](https://www.gnu.org/software/sed/manual/).

## Build

The binaries for all supported platforms
(Windows, macOS and GNU/Linux) were built using the
[xPack Build Box (XBB)](https://xpack.github.io/xbb/), a set
of build environments based on slightly older distributions, that should be
compatible with most recent systems.

The scripts used to build this distribution are in:

- `distro-info/scripts`

For the prerequisites and more details on the build procedure, please see the
[README-MAINTAINER](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/README-MAINTAINER.md) page.

## CI tests

Before publishing, a set of simple tests were performed on an exhaustive
set of platforms. The results are available from:

- [GitHub Actions](https://github.com/xpack-dev-tools/sed-xpack/actions/)
- [Travis CI](https://app.travis-ci.com/github/xpack-dev-tools/sed-xpack/builds/)

## Tests

TBD

## Checksums

The SHA-256 hashes for the files are:

```txt
8f1e86ff9f6c2d46327782fc1fb1587d9fdff1fed4b4617044d891b77f557296
xpack-sed-4.9.0-2-darwin-arm64.tar.gz
be54a2c8f9bf795589b326a7dbb5523529343914577d598a0f47aaa8cbd776bf
xpack-sed-4.9.0-2-darwin-x64.tar.gz
17d4455b96fa746c0ccf83d565e5e5222730edc2b4ac40fc81d6d6ae523fe480
xpack-sed-4.9.0-2-linux-arm.tar.gz
fbe9da98479f051c71c380e74605c767a89d9e6ddbbc58449325f76ac3d9398a
xpack-sed-4.9.0-2-linux-arm64.tar.gz
0475b166e324ff70581dfc76b38c6c34b6e8688e8fe1d34d9bb257b4726d9b3f
xpack-sed-4.9.0-2-linux-x64.tar.gz
```

## Deprecation notices

### 32-bit support

Support for 32-bit Intel Linux and Intel Windows was
dropped in 2022. Support for 32-bit Arm Linux (armv7l) will be preserved
for a while, due to the large user base of 32-bit Raspberry Pi systems.

### Linux minimum requirements

Support for RedHat 7 was dropped in 2022 and the
minimum requirement was raised to GLIBC 2.27, available starting
with Ubuntu 18, Debian 10 and RedHat 8.

## Download analytics

- GitHub [xpack-dev-tools/sed-xpack](https://github.com/xpack-dev-tools/sed-xpack/)
- this release <a href={`https://github.com/xpack-dev-tools/sed-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/total.svg)](https://github.com/xpack-dev-tools/sed-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=sed-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/sed](https://www.npmjs.com/package/@xpack-dev-tools/sed)
- latest releases [![npm](https://img.shields.io/npm/dw/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
- all @xpack-dev-tools releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)

Credit to [Shields IO](https://shields.io) for the badges and to
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)
for the individual file counters.
Loading

0 comments on commit 3fe95b3

Please sign in to comment.