Skip to content

Commit f622852

Browse files
committed
website: re-generate commons
1 parent fbfbc1e commit f622852

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
[![GitHub package.json version](https://img.shields.io/github/package-json/v/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/package.json)
22
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/releases)
3-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/sed.svg?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
3+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/sed?color=blue)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
44
[![license](https://img.shields.io/github/license/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/LICENSE)
55

66
# The xPack GNU sed
77

8-
A standalone, cross-platform (macOS, GNU/Linux) binary distribution of GNU sed,
8+
A standalone, cross-platform (macOS, GNU/Linux) binary
9+
distribution of GNU sed,
910
intended for reproducible builds.
1011

1112
## Project documentation
1213

13-
For information on how to install and use the tools provided by this project,
14-
please refer to the
14+
For information on how to install and use this project, please refer to the
1515
[project web site](https://xpack-dev-tools.github.io/sed-xpack/).
1616

17+
## Project source
18+
19+
The source code of the current release is available on
20+
[GitHub tag v4.9.0-3.1 tree](https://github.com/xpack-dev-tools/sed-xpack/tree/v4.9.0-3.1).
21+
1722
## License
1823

1924
Unless otherwise stated, the original content is released under the terms of the

website/blog/_common/_download-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import Image from '@theme/IdealImage';
88
## Analytics
99

1010
- GitHub [xpack-dev-tools/sed-xpack](https://github.com/xpack-dev-tools/sed-xpack/)
11-
- this release <a href={`https://github.com/xpack-dev-tools/sed-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/v${props.version}/total.svg`} alt='Github Release' /></a>
12-
- 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)
11+
- this release <a href={`https://github.com/xpack-dev-tools/sed-xpack/releases/v${props.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/v${props.version}/total`} alt='Github Release' /></a>
12+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/total)](https://github.com/xpack-dev-tools/sed-xpack/releases)
1313
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=sed-xpack) (grouped by release)
1414
- npmjs.com [@xpack-dev-tools/sed](https://www.npmjs.com/package/@xpack-dev-tools/sed)
1515
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fsed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)

website/docs/developer/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import More from './_more.mdx'
3434
# How to contribute to the xPack GNU sed
3535

3636
[![license](https://img.shields.io/github/license/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/LICENSE)
37+
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/issues)
3738

3839
This page is designed for developers who plan to contribute new features
3940
or fix bugs in the

website/docs/maintainer/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import PlatformDockerBuild from './_common/_platform-docker-build.mdx'
4747
# How to make new xPack GNU sed releases
4848

4949
[![license](https://img.shields.io/github/license/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/blob/xpack/LICENSE)
50-
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/sed-xpack.svg)](https://github.com/xpack-dev-tools/sed-xpack/issues)
51-
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/sed-xpack.svg)](https://github.com/xpack-dev-tools/sed-xpack/pulls)
50+
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/issues)
51+
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/pulls)
5252

5353
This page is designed for maintainers of the
5454
**xPack GNU sed**
@@ -958,14 +958,14 @@ Close those that were addressed.
958958

959959
- GitHub [`xpack-dev-tools/sed-xpack`](https://github.com/xpack-dev-tools/sed-xpack/) repo
960960
- latest xPack release
961-
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/latest/total.svg)](https://github.com/xpack-dev-tools/sed-xpack/releases)
962-
- 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)
961+
[![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/latest/total)](https://github.com/xpack-dev-tools/sed-xpack/releases)
962+
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/sed-xpack/total)](https://github.com/xpack-dev-tools/sed-xpack/releases)
963963
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=sed-xpack) (grouped by release)
964964
- npmjs.com [`@xpack-dev-tools/sed`](https://www.npmjs.com/package/@xpack-dev-tools/sed/) xPack
965965
- latest release, per month
966-
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
967-
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
968-
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
966+
[![npm (scoped)](https://img.shields.io/npm/v/@xpack-dev-tools/sed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
967+
[![npm](https://img.shields.io/npm/dm/@xpack-dev-tools/sed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
968+
- all releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/sed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
969969

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

0 commit comments

Comments
 (0)