> 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/2015-0910-cloudabi/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/our-work/journal/browser-based-edition/cloudabi/)
* 作者：**Dru Lavigne**

截至 2015 年 11 月。11 月将举办以下 BSD 相关会议。这些活动和本地用户组会议的更多信息，请访问 <http://www.bsdevents.org>。

## OpenRheinRuhr

11 月 7–8 日

德国奥伯豪森

<http://openrheinruhr.de/>

OpenRheinRuhr 是一年一度的自由软件会议，为初学者和专业人士均提供演讲。届时至少有一场 FreeBSD 演讲，博览会区设有 BSD 综合展位。

## LISA

11 月 8–13 日

美国华盛顿特区

<https://www.usenix.org/conference/lisa15>

一年一度的 LISA 会议为更广泛的系统管理社区提供一个厂商中立的交流场所。博览会区设有 FreeBSD 展位。注册期间可获取免费的博览会专用通行证。

## Fossetcon

11 月 19–21 日

美国佛罗里达州布埃纳文图拉湖

<http://fossetcon.org/>

Fossetcon 是为期三天的活动，关注各类自由与开源软件。此活动需注册并缴纳少量费用。届时至少有一场 FreeBSD 演讲，博览会区设有 BSD 综合展位。活动期间还可参加 BSDA 认证考试。


---

# 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/2015-0910-cloudabi/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.
