> 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/20140506-wang-luo/events-calendar.md).

# 活动日历

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

2014 年第二季度安排了如下 BSD 相关会议。关于这些活动的更多信息以及本地用户组会议，可访问 \<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 操作系统的入门新手到资深开发者在内的广泛人群。会议包含开发者峰会、供应商峰会、文档冲刺、教程和演讲。BSDA 认证考试将于 5 月 16 日和 17 日的午间休息时段提供，BSDP 实验考试的首场测试版将于 5 月 18 日启动。

## Texas LinuxFest

2014 年 6 月 13–14 日

美国得克萨斯州奥斯汀

<http://texaslinuxfest.org/>

Texas LinuxFest 是得州首个年度性、由社区主办的会议，面向 Linux 与开源软件用户和爱好者，与会者来自孤星之州各地。展览区将设有 BSD 展位，并有数场 BSD 主题演讲。BSDA 认证考试将于 6 月 13 日提供。

## SouthEast LinuxFest

2014 年 6 月 20–22 日

美国北卡罗来纳州夏洛特

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

这是美国东南部这场开源会议的第六届。展览区将设有 BSD 展位，并有数场与 BSD 相关的演讲。BSDA 认证考试将于 6 月 22 日提供。


---

# 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/20140506-wang-luo/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.
