{{ tag.name }}
28 |-
29 | {% for page in tag.pages %}
30 |
- 31 | {{ page.title }} 32 | 33 | {% endfor %} 34 |
├── .gitignore ├── static ├── img │ ├── aosc.png │ └── build_sh.jpg ├── .swcrc └── icons │ ├── success.svg │ ├── info.svg │ ├── warning.svg │ ├── danger.svg │ └── LICENSE ├── content ├── developer │ ├── packaging │ │ ├── autobuild4 │ │ │ ├── _index.zh.md │ │ │ └── _index.md │ │ ├── new-package-guidelines.zh.md │ │ ├── acbs │ │ │ ├── intro.zh.md │ │ │ ├── _index.zh.md │ │ │ ├── _index.md │ │ │ ├── intro.md │ │ │ └── install.zh.md │ │ ├── new-package-guidelines.md │ │ ├── quirks.zh.md │ │ ├── feature-marking-guidelines.zh.md │ │ ├── dotnet.zh.md │ │ ├── _index.zh.md │ │ ├── qa-issue-codes.zh.md │ │ ├── dotnet.md │ │ ├── topic-version-suffix.zh.md │ │ ├── quirks.md │ │ ├── topic-based-tooling-infra-changes.md │ │ ├── feature-marking-guidelines.md │ │ └── _index.md │ ├── _index.md │ ├── _index.zh.md │ ├── rfc │ │ ├── _index.md │ │ ├── _index.zh.md │ │ ├── rfc-index.zh.md │ │ └── rfc-index.md │ ├── infrastructure │ │ ├── errata │ │ │ ├── _index.md │ │ │ ├── _index.zh.md │ │ │ └── 00001-security-announcements-mailing-list.zh.md │ │ ├── _index.zh.md │ │ ├── _index.md │ │ ├── knowledge-base │ │ │ ├── _index.zh.md │ │ │ ├── _index.md │ │ │ ├── 00003-repository-migration.zh.md │ │ │ ├── 00003-repository-migration.md │ │ │ └── 00002-how-to-mirror.zh.md │ │ └── contacts.md │ ├── automation │ │ ├── _index.zh.md │ │ └── _index.md │ ├── minutes │ │ ├── _index.md │ │ ├── 20221210.md │ │ ├── 20220612.md │ │ ├── 20240529.md │ │ ├── 20230624.md │ │ ├── 20240225.md │ │ ├── 20230415.md │ │ ├── 20231202.md │ │ ├── 20230408.md │ │ ├── 20240125.md │ │ ├── 20231030.md │ │ ├── 20200419.md │ │ ├── 20230819.md │ │ ├── 20230402.md │ │ ├── 20230917.md │ │ ├── 20231224.md │ │ ├── 20231119.md │ │ ├── 20240602.md │ │ └── 20230729.md │ ├── notes │ │ └── _index.md │ ├── scriptlets-maintenance-manual.zh.md │ ├── projects │ │ ├── _index.zh.md │ │ └── _index.md │ ├── deploykit-quirks.zh.md │ └── scriptlets-maintenance-manual.md ├── community │ ├── aoscc │ │ ├── 2024-map-large.jpg │ │ ├── 2024-map-small.jpg │ │ ├── 2025.zh.md │ │ ├── _index.zh.md │ │ ├── _index.md │ │ ├── 2019-hotel.md │ │ └── 2020.zh.md │ ├── ospp │ │ ├── _index.zh.md │ │ ├── _index.md │ │ └── 2020-community-enroll.zh.md │ ├── gsoc │ │ ├── _index.md │ │ └── 2023-projects.md │ ├── _index.zh.md │ ├── springcon │ │ ├── _index.zh.md │ │ └── _index.md │ ├── _index.md │ ├── privacy-policy.md │ ├── mascot │ │ ├── _index.zh.md │ │ ├── _index.md │ │ └── origin-story-tyson.zh.md │ ├── crowdsourcing │ │ ├── loongarch-build-server-ssd.zh.md │ │ ├── anan-tongtong-sticker-pack.zh.md │ │ ├── new-loongson3-3b4000-server.zh.md │ │ ├── aoscc-2023-funds.zh.md │ │ ├── aoscc-2021-sticker-set.zh.md │ │ ├── loongson3-3a5000.zh.md │ │ ├── loongarch-build-server-ssd.md │ │ ├── _index.zh.md │ │ ├── mac-mini-m1.zh.md │ │ ├── new-aarch64-server-parts.zh.md │ │ ├── repo-cold-storage.zh.md │ │ ├── anan-tongtong-sticker-pack.md │ │ ├── buildbot-upgrades-20231031.zh.md │ │ ├── new-loongson3-3b4000-server.md │ │ ├── aoscc-2023-funds.md │ │ ├── aoscc-2021-sticker-set.md │ │ ├── new-amd64-servers.zh.md │ │ ├── epyc-22333-upgrade-2023.zh.md │ │ ├── loongson3-3a5000.md │ │ ├── loongson3-3b4000.zh.md │ │ ├── hk-repo.zh.md │ │ ├── loongson-3c5000-server-parts.zh.md │ │ ├── template.zh.md │ │ ├── aoscc-2024-funds.zh.md │ │ ├── new-aarch64-server-parts.md │ │ ├── buildbot-upgrades-20231031.md │ │ ├── mac-mini-m1.md │ │ ├── new-amd64-servers.md │ │ ├── loongson-3c5000-server-parts.md │ │ ├── hk-repo.md │ │ ├── repo-cold-storage.md │ │ └── _index.md │ ├── history.zh.md │ ├── aosc-membership-checklist.zh.md │ ├── history.md │ └── aosc-membership-checklist.md ├── software │ ├── _index.zh.md │ ├── _index.md │ ├── firefox │ │ ├── dark-mode.zh.md │ │ ├── _index.zh.md │ │ ├── _index.md │ │ ├── dark-mode.md │ │ ├── vaapi.zh.md │ │ └── vaapi.md │ ├── 00002-imchooser.zh.md │ ├── 00002-imchooser.md │ ├── 00001-apt-gen-list.zh.md │ ├── 00001-apt-gen-list.md │ └── 00003-jack-configuration.zh.md ├── aosc-os │ ├── information │ │ ├── _index.zh.md │ │ ├── _index.md │ │ ├── fs-hierarchy.zh.md │ │ └── fs-hierarchy.md │ ├── retro │ │ ├── _index.md │ │ └── _index.zh.md │ ├── installation │ │ ├── manual │ │ │ ├── _index.zh.md │ │ │ ├── _index.md │ │ │ ├── arm-raspberry-pi.zh.md │ │ │ ├── arm-raspberry-pi.md │ │ │ ├── amd64-notes-softraid.zh.md │ │ │ ├── amd64-notes-trails.zh.md │ │ │ └── amd64-notes-softraid.md │ │ ├── sysreq │ │ │ ├── _index.zh.md │ │ │ └── _index.md │ │ ├── rawimgs.zh.md │ │ ├── _index.zh.md │ │ ├── wsl.zh.md │ │ ├── rawimgs.md │ │ ├── wsl.md │ │ └── _index.md │ ├── devices │ │ ├── apple │ │ │ ├── _index.zh.md │ │ │ ├── macmini9-1 │ │ │ │ └── _index.zh.md │ │ │ └── _index.md │ │ ├── raspberrypi │ │ │ ├── 4b │ │ │ │ ├── _index.zh.md │ │ │ │ └── _index.md │ │ │ ├── _index.zh.md │ │ │ ├── _index.md │ │ │ └── troubleshooting.zh.md │ │ ├── _index.zh.md │ │ └── _index.md │ ├── _index.zh.md │ ├── _index.md │ ├── is-aosc-os-right-for-me.zh.md │ └── aosa │ │ └── _index.zh.md ├── meta │ ├── _index.zh.md │ ├── _index.md │ ├── shortcode_showcase.zh.md │ └── shortcode_showcase.md ├── LICENSE ├── _index.zh.md └── _index.md ├── templates ├── anchor-link.html ├── shortcodes │ └── section.html ├── tags │ ├── single.html │ └── list.html ├── macros.html ├── softwares.html ├── software.html ├── page.html ├── index.html ├── base.html └── 404.html ├── README.md ├── sass ├── _hack.sass ├── _article.sass ├── _components.sass ├── main-en.sass ├── main-zh.sass ├── _color_dark.sass ├── _index.sass ├── _typography.sass └── _color.sass ├── .ci └── ci.sh ├── .eslintrc.json ├── .github └── workflows │ └── deploy.yml ├── azure-pipelines.yml ├── LICENSE ├── config.toml └── pentex.sh /.gitignore: -------------------------------------------------------------------------------- 1 | public/ 2 | .dist/ 3 | -------------------------------------------------------------------------------- /static/img/aosc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AOSC-Dev/wiki/HEAD/static/img/aosc.png -------------------------------------------------------------------------------- /content/developer/packaging/autobuild4/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Autobuild4" 3 | +++ 4 | 5 | -------------------------------------------------------------------------------- /static/img/build_sh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AOSC-Dev/wiki/HEAD/static/img/build_sh.jpg -------------------------------------------------------------------------------- /content/developer/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Developer" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /content/developer/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "开发者" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /content/developer/rfc/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "RFC" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /content/developer/rfc/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "征求意见稿 (RFC)" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /templates/anchor-link.html: -------------------------------------------------------------------------------- 1 | § 2 | -------------------------------------------------------------------------------- /content/developer/infrastructure/errata/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Errata" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /content/developer/infrastructure/errata/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "勘误表" 3 | [extra] 4 | list_section = true 5 | +++ 6 | -------------------------------------------------------------------------------- /content/community/aoscc/2024-map-large.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AOSC-Dev/wiki/HEAD/content/community/aoscc/2024-map-large.jpg -------------------------------------------------------------------------------- /content/community/aoscc/2024-map-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AOSC-Dev/wiki/HEAD/content/community/aoscc/2024-map-small.jpg -------------------------------------------------------------------------------- /content/software/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "软件" 3 | template = "softwares.html" 4 | insert_anchor_links = "right" 5 | +++ 6 | 7 | -------------------------------------------------------------------------------- /content/community/ospp/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "开源软件供应链点亮计划" 3 | sort_by = "date" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/software/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Software" 3 | template = "softwares.html" 4 | insert_anchor_links = "right" 5 | +++ 6 | 7 | -------------------------------------------------------------------------------- /content/community/gsoc/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Google Summer of Code" 3 | sort_by = "date" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/information/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "资料库" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/retro/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS/Retro" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/retro/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS/Retro" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/community/ospp/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Open Source Promotion Plan" 3 | sort_by = "date" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/automation/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "自动化" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/information/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Information" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/automation/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Automation" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/infrastructure/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "基础设施" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/infrastructure/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Infrastructure" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/installation/manual/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS 手动安装指南" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/installation/sysreq/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS 系统需求" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/infrastructure/knowledge-base/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "知识库" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/aosc-os/installation/sysreq/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS System Requirements" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/developer/infrastructure/knowledge-base/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Knowledge Base" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/meta/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC Wiki Meta" 3 | insert_anchor_links = "right" 4 | +++ 5 | 6 | 本版块将收录 AOSC Wiki 本身的相关信息,包括「如何创建和维护维基条目」的教程以及一些维基开发相关的资源。 7 | -------------------------------------------------------------------------------- /content/LICENSE: -------------------------------------------------------------------------------- 1 | Unless specified, all contents inside this Wiki is licensed under CC BY 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0 -------------------------------------------------------------------------------- /content/community/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "社区" 3 | description = "了解安同开源社区的历史、成员、活动以及社群守则" 4 | insert_anchor_links = "right" 5 | [extra] 6 | list_section = true 7 | +++ 8 | -------------------------------------------------------------------------------- /content/aosc-os/installation/manual/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC OS Manual Installation Guides" 3 | insert_anchor_links = "right" 4 | [extra] 5 | list_section = true 6 | +++ 7 | -------------------------------------------------------------------------------- /content/community/springcon/_index.zh.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "AOSC 烙饼会" 3 | description = "社区春季报告与展望会" 4 | insert_anchor_links = "right" 5 | +++ 6 | 7 | 本页面用于展示本届及往年 AOSC 烙饼会的议程安排及参会信息。 8 | -------------------------------------------------------------------------------- /static/.swcrc: -------------------------------------------------------------------------------- 1 | { 2 | "minify": true, 3 | "jsc": { 4 | "loose": true 5 | }, 6 | "env": { 7 | "targets": { 8 | "ie": "8" 9 | } 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /content/developer/minutes/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Minutes" 3 | description = "Minutes from Routine Developer Meetings" 4 | sort_by = "date" 5 | [extra] 6 | list_section = true 7 | +++ 8 | -------------------------------------------------------------------------------- /templates/shortcodes/section.html: -------------------------------------------------------------------------------- 1 |
18 |
19 | 如果你正在运行不支持 Microsoft Store 的 Windows Server 或长期服务 (LTSC) 桌面操作系统 SKU,或者你的公司网络策略和/或管理员不允许在你的环境中使用 Microsoft Store,你可以从 [GitHub Releases](https://github.com/AOSC-Dev/AOSCOSLauncher/releases/latest) 获取适用于你的体系结构的 AOSC OS on WSL。从压缩的文件夹提取全部文件,然后运行其中的 Install.ps1。
20 |
21 | # 配置 AOSC OS
22 |
23 | 请参阅[为新的 Linux 分发版创建用户帐户和密码](https://docs.microsoft.com/zh-cn/windows/wsl/user-support),AOSC OS 也使用 apt 管理软件包。
24 |
--------------------------------------------------------------------------------
/content/community/aoscc/2019-hotel.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "AOSCC 2019: Hotel"
3 | description = ""
4 | date = 2020-05-04T03:35:04.386Z
5 | [taxonomies]
6 | tags = ["events"]
7 | +++
8 |
9 | # 如何提名
10 |
11 | 请在下方《提名列表》章节仿照第一个提案那样创建。
12 |
13 | 交通耗时包含公共交通、驾车两种方式的耗时,以 slash 隔开。均以高德地图为准,单位为分钟,隐含单位。
14 |
15 | # 提名列表
16 |
17 | | 名称 | 平均每晚价格 | 含早餐 | 前往会场交通耗时 | 前往合肥站交通耗时 | 前往合肥南站交通耗时 | 参考链接 | 提名者 |
18 | | --- | --- | --- | --- | --- | --- | --- | --- |
19 | | 合肥中心智选假日酒店 | 264 | True | 28 / 13 | 30 / 12 | 34 / 16 | [link](https://www.ihg.com.cn/holidayinnexpress/hotels/cn/zh/hefei/hfeex/hoteldetail) | @neruthes |
20 |
21 | # 提名结果
22 | 截至 2019 年 5 月 25 日 0:00(UTC+8),只出现了一个提名,所以自动成为钦定选项。
23 |
24 | # AOSCC-2019 合肥中心智选假日酒店入住指南
25 |
26 | 请 07/11、07/12 到达的入住人分别持 46168284、25456725 两个预订号到前台办理入住。
27 |
28 | 在前台办理入住时,前台应持签到确认表,请在自己那一项后方的 Checkbox 一栏打勾(✓)。
29 |
30 | 对酒店方面提供的接待说明如下:
31 |
32 | > 由于每位入住人到店时间均可能有所不同并且存在拼房,原则上前台应按照到店顺序安排入住人到尽可能集中的客房;例如,第 4 位入住人安排在第 2 间客房,第 5 位入住人安排在第 3 间客房;但是,如果双床房入住人列表中成对到店的入住人要求安排在同一间客房,并且在订单范围内仍有未分配的客房,前台应安排一间尚未分配的客房。在客房位置较为分散时,这个策略特别有意义。
33 |
34 | 请 07/11 到达的入住人特别注意,如果到达时间早于 18:00,那么 @Neruthes 可能还没到酒店。这种情况下,酒店前台会要求入住人在银行卡预授权、现金、支付宝、微信支付等支付手段中选择其中之一来支付一定的「押金」。这些「押金」将会在 @Neruthes 到酒店后全部返还,换成 @Neruthes 的信用卡的预授权。
35 |
--------------------------------------------------------------------------------
/content/_index.zh.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "AOSC Wiki"
3 | insert_anchor_links = "right"
4 | +++
5 |
6 | 欢迎来到安同开源社区(AOSC)维基!
7 |
8 | > 这里是面向用户与开发者的所有文档、信息和指南的汇总。请根据以下的章节和链接访问最常用的信息,并善用搜索功能。
9 |
10 | 如果您愿意帮助我们,欢迎您为我们的 [AOSC-Dev/wiki](https://github.com/AOSC-Dev/wiki) 储存库的 `master` 分支贡献提交。为了提高效率,在贡献前烦请阅读 [Meta](@/meta/_index.zh.md) 板块的 [维基维护指南](@/meta/wiki_maintenance_guide.zh.md)。
11 |
12 | {% section(name="AOSC OS") %}
13 | [AOSC OS 适合我吗?](/zh/aosc-os/is-aosc-os-right-for-me)
14 | 找到最适合您的(或者反之)
15 |
16 | [安装指南](/zh/aosc-os/installation/)
17 | 在您的机器上安装 AOSC OS
18 |
19 | [AOSC OS/Retro](/zh/aosc-os/retro/intro)
20 | 照顾您的旧式设备和低性能设备
21 |
22 | [应用程序](/zh/software/)
23 | 了解如何使用 AOSC OS 为您提供的各式应用
24 | {% end %}
25 |
26 |
27 | {% section(name="社区") %}
28 | [AOSC 人际关系准则(长期征求意见稿)](/zh/community/guidelines/)
29 | 心里装着别人才是真正的快乐
30 |
31 | [AOSC:我们的历史](/zh/community/history)
32 | 我们自 2011 年 11 月以来的历史
33 | {% end %}
34 |
35 |
36 | {% section(name="开发者") %}
37 | [为 AOSC OS 打包](/zh/developer/packaging/)
38 | 将您最喜欢的应用程序添加到 AOSC OS 软件仓库
39 |
40 | [自动化](/zh/developer/automation/)
41 | 正在推进中的 AOSC OS 自动化维护和质量保障工作
42 | {% end %}
43 |
44 | {% section(name="基础设施") %}
45 | [打包服务器](/developer/infrastructure/buildbots/)
46 | 为 AOSC OS 维护者准备的公用打包服务器
47 | {% end %}
48 |
--------------------------------------------------------------------------------
/content/community/history.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "AOSC: Our History"
3 | description = "A Brief History of the Anthon Open Source Community"
4 | date = 2020-05-04T03:35:15.633Z
5 | [taxonomies]
6 | tags = ["community"]
7 | +++
8 |
9 | AOSC was originally founded as Anthon.Dev (Anthon Dev. Team) by Mingcong Bai and his two classmates in late 2011. Following a year of mismanagement, the team was disbanded and refactored as the Anthon Open Source Community in late 2012.
10 |
11 | AOSC OS, the community's main project, was originally known as AnthonOS - an OpenSUSE derivative built with the now defunct SUSE Studio. The OS project was then remade as a Debian derivative focusing on a customised KDE 4 UI and CJK support.
12 |
13 | In 2014, with the help of Icenowy Zheng, developer of the Eastern Heart Linux distribution, the Anthon :Next project was established to rebuild the distribution from scratch. With the rebuild, AnthonOS was renamed as AOSC OS, and has become the general-purpose distribution as we know it today.
14 |
15 | In the following years, AOSC OS expanded its package repostory and scope of arcthitectural support. To this day, AOSC OS continues to diversify its software selection and device support, owing to our developer's dedication.
16 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2011-2020 Anthon Open Source Community
4 |
5 | For a list of contributors, see https://github.com/AOSC-Dev/wiki/graphs/contributors
6 |
7 | Permission is hereby granted, free of charge, to any person obtaining a copy
8 | of this software and associated documentation files (the "Software"), to deal
9 | in the Software without restriction, including without limitation the rights
10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 | copies of the Software, and to permit persons to whom the Software is
12 | furnished to do so, subject to the following conditions:
13 |
14 | The above copyright notice and this permission notice shall be included in all
15 | copies or substantial portions of the Software.
16 |
17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 | SOFTWARE.
24 |
--------------------------------------------------------------------------------
/content/community/crowdsourcing/loongson3-3b4000.zh.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "[众筹成功] 升级龙芯 3 移植用构建服务器"
3 | +++
4 |
5 | {% card(type="success") %}
6 | 众筹已完成,设备已转交至托管方。
7 | {% end %}
8 |
9 | 本文为众筹龙梦双路龙芯 3B4000 主板并组装服务器的计划。本服务器将辅佐当前的龙芯 3A4000 构建服务器 (Relay 23869)。
10 |
11 | # 导言
12 |
13 | 当前的 AOSC OS 龙芯 3 移植完全依靠一台 3A4000 构建服务器(龙梦 LX-1901)构建及测试软件包,但该服务器只有四个核心,其计算力远不足以进行日常的发行版维护。此外,因为这台服务器和 AMD64 及 AArch64 构建服务器的性能差异巨大,在构建软件包更新时也会造成计划上的困难。
14 |
15 | 本计划的主要目的是通过组装一台基于双路龙芯 3B4000 服务器提高龙芯 3 移植的计算力,因为双路 3B4000 服务器有八个核心,性能相对 3A4000 理论上可以翻倍。
16 |
17 | # 预算计划
18 |
19 | 计划从龙梦购买如下组件:
20 |
21 | + 龙梦 LX-2510 主板(11000 元)
22 | - 板载双路龙芯 3B4000 处理器。
23 | - 包含散热器。
24 | - **已筹资**,感谢 *MariaBombardier*,*weilinfox*,*LiangYongxiang*, *FlyGoat*, *HenryChen* 和几位匿名赞助者。
25 | + 2 × 16GB 内存(2 × 750 元)
26 | - 计划直接通过龙梦购买以确保兼容性
27 | - **已筹资**,感谢 *JeffBai*。
28 |
29 | (运费另计)
30 |
31 | 此外还需要如下组件,计划通过物品及资金募捐的形式收集:
32 |
33 | + 机箱
34 | - 需兼容 E-ATX 主板。
35 | + 电源
36 | - ATX 规范电源,约 500W 功率。
37 | - **已筹集**,感谢 *PegionFish*。
38 | + 存储
39 | - 优先考虑 NVMe 方案。
40 | - **已筹集**,感谢 *PegionFish*。
41 |
42 | # 日程计划
43 |
44 | - 2021 年 7 月:购置服务器及相关组件,简单测试并转交硬件维护者。
45 | - 2021 年 8 月:服务器上线并应用于发行版维护。
46 |
47 | # 参与者
48 |
49 | - Leo Shen
18 |
19 | If you're running a Windows Server or Long-Term Servicing (LTSC) desktop OS SKU that doesn't support Microsoft Store, or your corporate network policies and/or admins to not permit Microsoft Store usage in your environment, you can get AOSC OS on WSL for your architecture from [GitHub Releases](https://github.com/AOSC-Dev/AOSCOSLauncher/releases/latest). Extract all files from the compressed folder, then run Install.ps1 in it.
20 |
21 | # Configure AOSC OS
22 |
23 | Please see [Create a user account and password for your new Linux distribution](https://docs.microsoft.com/en-us/windows/wsl/user-support), AOSC OS also uses apt to manage packages.
24 |
--------------------------------------------------------------------------------
/sass/_index.sass:
--------------------------------------------------------------------------------
1 | #grand-header
2 | display: flex
3 | align-item: center
4 | $grand-height: 3rem
5 | .logo
6 | height: $grand-height
7 | width: $grand-height
8 | .text
9 | font-size: $grand-height
10 | // Magic happens here
11 | display: inline
12 | position: relative
13 | bottom: 10%
14 | .slash
15 | position: relative
16 | bottom: 2%
17 | .logo-text
18 | //
19 | .description
20 | font-style: italic
21 | font-size: .5em
22 | @media screen and (max-width: $smallScreenWidth)
23 | $small-grand-height: 2.2rem
24 | .logo
25 | height: $small-grand-height
26 | width: $small-grand-height
27 | .text
28 | font-size: $small-grand-height
29 |
30 | .search-grand-header
31 | margin-top: .5rem
32 |
33 | .section
34 | margin: 1rem 0
35 | border-top: 2px solid grey
36 | padding-top: .3rem
37 | .marker
38 | position: absolute
39 | margin: 0
40 | padding-top: .3rem
41 | max-width: 9rem
42 |
43 | font-weight: 600
44 | font-size: 1.25em
45 | .content
46 | padding-left: 10rem
47 | padding-top: .4rem
48 | a
49 | display: block
50 | position: relative
51 | // Hack for Zola's Markdown renderer
52 | margin: 0
53 | left: -1rem
54 | p
55 | margin: 0 0 1rem 0
56 | padding-left: 1rem
57 | @media screen and (max-width: $smallScreenWidth)
58 | .marker
59 | position: relative
60 | max-width: 100%
61 | .content
62 | padding: .5rem 0
63 |
--------------------------------------------------------------------------------
/sass/_typography.sass:
--------------------------------------------------------------------------------
1 | body
2 | // Nerdy stuff
3 | text-rendering: optimizeLegibility
4 | font-feature-settings: 'liga' 1
5 | // Stupid Safari...
6 | text-size-adjust: none
7 |
8 | font-size: 1.1rem
9 | font-weight: 400
10 | line-height: 1.5
11 | hyphens: auto
12 |
13 | h1, h2, h3, h4, h5, h6
14 | font-family: $serifFonts
15 |
16 | h1
17 | font-size: 1.4em
18 |
19 | h2
20 | font-size: 1.25em
21 |
22 | h3
23 | font-size: 1.1em
24 |
25 | a
26 | transition-duration: .1s
27 | transition-property: background
28 | text-decoration: none
29 |
30 | // lists
31 | ul
32 | list-style-type: square
33 | li
34 | margin: .2rem 0
35 |
36 | blockquote
37 | margin: 0
38 | padding: .5rem 1.5rem
39 | border-left: 2px solid grey
40 | *
41 | margin: 0
42 |
43 | code
44 | font-family: $monospaceFonts
45 | font-size: .95em
46 |
47 | pre
48 | overflow-x: auto
49 | padding: 1rem
50 | line-height: 1.2
51 | code
52 | // So we can see non-colored text
53 | color: #c0c5ce
54 | background-color: transparent
55 |
56 | // Table formatting
57 | table
58 | display: block
59 | margin: .5rem 0
60 | max-width: 100%
61 | overflow-x: auto
62 | border-collapse: collapse
63 |
64 | th, td
65 | padding: .75rem
66 | min-width: 5em
67 | th
68 | border-width: 0 0 2px 0
69 | border-style: solid
70 | td
71 | border-width: 0 0 1px 0
72 | border-style: solid
73 |
74 | .footnote-definition
75 | .footnote-definition-label
76 | p
77 | display: inline
78 |
--------------------------------------------------------------------------------
/content/developer/minutes/20230819.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Contributor Minutes on 2023-08-19"
3 | description = ""
4 | date = 2023-08-19
5 | [taxonomies]
6 | tags = ["minutes"]
7 | +++
8 |
9 | Agenda
10 | ======
11 |
12 | - [Omakase History/Undo Design](#omakase-history-undo-design)
13 | - [OpenSSL 3.1.1 Upgrade Testing](#openssl-3-1-1-upgrade-testing)
14 | - [Distro Review: Ubuntu 23.04](#distro-review-ubuntu-23-04)
15 | - [Distro Review: openKylin 1.0](#distro-review-openkylin-1-0)
16 |
17 | Omakase History/Undo Design
18 | ===========================
19 |
20 | - Limit history items to 10 per page for oma history.
21 | - Localize all command history (Removed X, Installed Y, Upgraded system).
22 | - Drop `oma redo`, as it is quite pointless.
23 | - `oma history` interface.
24 | - Show a list of history items (dialoguer), as you do with `oma history undo`.
25 | - Selecting an item will "replay" the confirmation interface.
26 | - Redraw the confirmation interface on terminal after hitting Q.
27 |
28 | OpenSSL 3.1.1 Upgrade Testing
29 | =============================
30 |
31 | - Upgraded successfully on three personal machines.
32 | - Failed from the 20220922 Desktop release, to investigate or announce as errata.
33 |
34 | Distro Review: Ubuntu 23.04
35 | ===========================
36 |
37 | See our [survey notes on Ubuntu](/developer/notes/distro-survey-2023#ubuntu).
38 |
39 | Distro Review: openKylin 1.0
40 | ============================
41 |
42 | See our [survey notes on openKylin](/developer/notes/distro-survey-2023#openkylin).
--------------------------------------------------------------------------------
/content/developer/packaging/acbs/install.zh.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "ACBS - 安装"
3 | +++
4 |
5 | 安装
6 | ====
7 |
8 | 开始
9 | ----
10 |
11 | ACBS 可以被部署到任何您认为合适的目录中,只需执行 `acbs-build.py` 即可开始安装。在此之前,您需要先安装下文提到的 [依赖项](@/developer/packaging/acbs/install.zh.md#yi-lai-xiang)。您可能还需要为 ACBS 创建一个配置文件,虽然这不是必须的,但我们强烈建议您这么做。
12 |
13 | 如果您在使用 AOSC OS,可以使用软件包管理器安装 ACBS:
14 |
15 | sudo apt install acbs
16 |
17 | 你也可以在 GitHub 取得 ACBS 的源码:{{ page.description }}
28 | {% endblock header %} 29 | 30 | {% block main %} 31 | 42 |
19 | Page Not Found
23 |
27 | Tomorrow, and tomorrow, and tomorrow,
28 | Creeps in this petty pace from day to day,
29 | To the last syllable of recorded time;
30 | And all our yesterdays have lighted fools
31 | The way to dusty death. Out, out, brief candle!
32 | Life's but a walking shadow, a poor player,
33 | That struts and frets his hour upon the stage,
34 | And then is heard no more. It is a tale
35 | Told by an idiot, full of sound and fury,
36 | Signifying nothing.
37 |
42 | Return to Wiki Index 43 | · 44 | 返回维基主页 45 |
46 |