> 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/20170506-an-quan/events-calendar.md).

# 活动日历

2017 年夏季

* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2017 年夏季举行。

## Linuxhotel 黑客松与开发者峰会

7 月 7–9 日

德国埃森

<https://wiki.freebsd.org/DevSummit/201707>

第二届年度 FreeBSD 黑客松与开发者峰会将在 Linuxhotel Villa Vogelsang 公园般的环境中举行。需注册，收取少量费用以覆盖食宿。

## BSDCam

8 月 2–4 日

英国剑桥

<https://wiki.freebsd.org/DevSummit/201708>

年度剑桥 FreeBSD 开发者峰会将在剑桥大学举行。需注册，提供住宿，收取少量费用以覆盖餐食。

## Openhelp

8 月 12–16 日

俄亥俄州辛辛那提

<https://conf.openhelp.cc/>

这一年度会议汇聚了开源文档与支持领域的领导者，以及对社区化帮助感兴趣的技术通信行业人士。FreeBSD 文档团队的若干成员将出席，8 月 14 日和 15 日将举行 FreeBSD 文档冲刺（现场及 IRC EFNET 的 #bsddocs 频道同步进行）。参加此活动需缴纳少量注册费。


---

# 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/20170506-an-quan/events-calendar.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.
