> 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/20170708-zi-yuan-kong-zhi/events-calendar.md).

# 活动日历

2017 年 9 月

* 作者：**Dru Lavigne**

以下 BSD 相关会议将于 2017 年 9 月举行。

## vBSDCon

9 月 7–9 日

弗吉尼亚州雷斯顿

<http://vbsdcon.com/> <https://wiki.freebsd.org/DevSummit/20170907>

第三届两年一度的 vBSDCon 将在雷斯顿凯悦酒店举行。本次会议汇集 BSD 社区成员，开展一系列圆桌讨论、教育会议、最佳实践交流和社交活动。会议前一天将举办 FreeBSD DevSummit。参加本次会议需缴纳少量注册费。

## EuroBSDCon

9 月 21–24 日

法国巴黎

<https://2017.eurobsdcon.org/> <https://wiki.freebsd.org/DevSummit/201709>

年度欧洲 BSD 会议将在巴黎 Espace Saint Martin 举行。会议前一天将举办 FreeBSD DevSummit，会议期间有教程和演讲，并有机会参加 BSDA 认证考试。

## Ohio LinuxFest

9 月 29 日与 30 日

俄亥俄州哥伦布

<http://www.ohiolinux.org/>

第 15 届年度 Ohio LinuxFest 将在哥伦布凯悦酒店举行。本次开源活动将包含数场 BSD 相关演讲，并在展区设有 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/20170708-zi-yuan-kong-zhi/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.
