> 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/2014-0304-pkg-8/events-calendar.md).

# 活动日历

* 原文：[Events Calendar](https://freebsdfoundation.org/wp-content/uploads/2014/03/events-calendar.pdf)
* 作者：**Dru Lavigne**

以下 BSD 相关会议安排在 2014 年第二季度。这些活动和本地用户组会议的更多信息，可访问 \<bsdevents.org>。

## LinuxTag

2014 年 5 月 8–10 日

德国柏林

<http://linuxtag.org/2014/>

LinuxTag 是欧洲面向开源专业用户与开发者的领先会议与展览。展览区将设有多个 BSD 展位，通常还会有若干 BSD 专题演讲。

## BSDCan

2014 年 5 月 14–17 日

加拿大渥太华

<http://www.bsdcan.org/2014/>

第十一届 BSDCan 将在加拿大渥太华举行。这场广受欢迎的会议吸引了从 BSD 操作系统的入门新手到资深开发者的广泛人群。会议包含开发者峰会、厂商峰会、文档冲刺、教程与演讲。5 月 16 日和 17 日的午餐期间将提供 BSDA 认证考试，BSDP 实验考试的首次 beta 测试将于 5 月 18 日启动。

## Texas LinuxFest

2014 年 6 月 13–14 日

美国得克萨斯州奥斯汀

<http://texaslinuxfest.org/>

Texas LinuxFest 是得克萨斯州首个全州级别、每年举办一次、由社区运作的会议，面向来自孤星之州各地的 Linux 与开源软件用户、爱好者。展览区将设有 BSD 展位，并安排多场 BSD 主题演讲。6 月 13 日将提供 BSDA 认证考试。

## SouthEast LinuxFest

2014 年 6 月 20–22 日

美国北卡罗来纳州夏洛特

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

这是该开源会议在东南部地区的第六届。展览区将设有 BSD 展位，并安排多场 BSD 相关演讲。6 月 22 日将提供 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/2014-0304-pkg-8/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.
