rsshub
Version:
Make RSS Great Again!
13 lines (11 loc) • 443 B
text/typescript
import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Alpine Linux',
url: 'alpinelinux.org',
description: 'Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.',
zh: {
name: 'Alpine Linux',
description: 'Alpine Linux 是一个基于 musl libc 和 busybox 的面向安全的轻量级 Linux 发行版。',
},
lang: 'en',
};