> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20150102-mips-yu-arm64/foundation-letter.md).

# 基金会来信

* 原文：[Foundation Letter](https://freebsdfoundation.org/our-work/journal/browser-based-edition/mips-and-arm64/)
* 作者：**FreeBSD 期刊编辑委员会**

## 欢迎来到 2015 年的 FreeBSD 期刊！

新年伊始，我们为 FreeBSD 期刊订阅者带来一批全新文章，还有几项新举措。首先是新增了关于参与 FreeBSD 项目的文章。本期中，Dru Lavigne 介绍了多种参与方式，Rick Miller 和 Julien Charbon 则讲述了他们如何在 Verisign 内部采用 FreeBSD，进而成为 FreeBSD 源码库活跃贡献者。

期刊的目标之一是充当 FreeBSD 及相关软件系统的知识宝库。理事会一直打算在合理期限之后，将部分文章在线发布，供公众检索、引用和使用。即日起，我们将在 FreeBSD 基金会网站上发布 2014 年 1/2 月刊的几篇文章，启动这一进程。如果你是订阅者，你的订阅让你远早于任何免费发布获得文章，此外还有及时的 SVN 动态和 Ports Report 专栏、书评、会议报告、日历、FreeBSD 本月动态，这些都不会包含在免费发布中。

FreeBSD 期刊的发行量逐月增长，我们预计 2015 年会延续这一趋势。你可以向他人展示我们的工作、发布文章链接，并让你认识的、应该了解 FreeBSD 的人也知道，FreeBSD 期刊是跟踪 FreeBSD 最新发布与进展的最佳途径，以此帮助我们。

最后，针对欧洲的 iOS 读者，请检查你的订阅。欧洲增值税上调导致 Apple 取消了所有杂志订阅的自动续订，这意味着如果你在某个欧洲商店的 iTunes 上购买过 FreeBSD 期刊，即使勾选了自动续订，也需要重新订阅。

相信我们，2015 年的每一期你都不想错过。

此致，

**FreeBSD 期刊编辑委员会**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20150102-mips-yu-arm64/foundation-letter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
