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

# 活动日历

以下 BSD 活动将在 2020 年 2 月前举行

* 作者：**ANNE DICKISON**

## FOSDEM 2020

2 月 1-2 日

比利时布鲁塞尔

<https://fosdem.org/2020/>

FOSDEM 将于 2020 年 2 月 1-2 日在比利时布鲁塞尔举行，为开源和自由软件开发者提供了一个相聚、分享想法和协作的场所。该活动以高度面向开发者而闻名，吸引了来自世界各地的约 8000 多名极客。

## linux.conf.au 2020

2020 年 1 月 13-17 日

澳大利亚黄金海岸

<https://linux.conf.au/programme/miniconfs/freebsd/>

FreeBSD 基金会与 simPRO Software 合作，将于 2020 年 1 月 14 日在 linux.conf.au 上举办 FreeBSD Miniconf。议题征集截止日期为 2019 年 11 月 17 日。

## FreeBSD 迷你开发者峰会

2020 年 1 月 31 日

比利时布鲁塞尔

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

与 FOSDEM ’20 同期举办，与其他 FreeBSD 开发者一起参加为期一天的活动。

***

有好的想法？ 联系 Jim Maurer，特约编辑。 <jmaurer@freebsdjournal.com>

为我们撰稿！


---

# 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/20190910-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.
