From: Pieter De Praetere Date: Wed, 13 Jan 2021 21:33:47 +0000 (+0100) Subject: Add all stands X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0836e4588c05f9592c4087a0664da160fd7801d8;p=stands-website.git Add all stands --- diff --git a/content/stands/box86_-_linux_userspace_x86_emulator.md b/content/stands/box86_-_linux_userspace_x86_emulator.md new file mode 100644 index 0000000..71691ea --- /dev/null +++ b/content/stands/box86_-_linux_userspace_x86_emulator.md @@ -0,0 +1,25 @@ +--- +description: "Box86 allows to run 32bits x86 applications on ARM devices.\r\n\r\n\ + Playing linux games, like WorldOfGoo, FTL or Unreal Tournament 2004 on a RaspberryPI\ + \ 4 or other SBC, becomes possible with Box86. Using Wine is also supported, opening\ + \ a lot more possibilities and enhancing the compatibility of ARM board.\r\nYou\ + \ are not limited on games with box86, and you can use it to run Zoom linux client,\ + \ or setup a Teamspeak or Game Server.\r\n\r\nBox86 combine a fast Dynarec that\ + \ converts on the fly x86 code to ARM code, with native library wrapping to avoid\ + \ emulating frequently used functions and to be able to use box86 super easily:\ + \ no need for a full x86 chroot system, most used libraries are the native versions." +layout: stand +logo: stands/box86_-_linux_userspace_x86_emulator/logo.png +new_this_year: "Box86 is targeted towards 32bits. While compatibility and speed can\ + \ be improved, the support of 16bits code (for Wine) is probably the last missing\ + \ feature for box86.\r\nAfter that, Box64 will be targeted toward 64bits apps. It\ + \ will be a different application, and will allow similar principles with native\ + \ use of ARM64 native libs directly on x86_64 linux apps." +showcase: Discover new possibilties for your RaspberryPI 4 and all other ARM SBC with + Box86. Playing FTL or Into the Breach, Unreal Tournament 99 or 2004, or racing a + few laps on Flatout (to name just a few) becomes possible on a small SBC. +themes: +- Gaming +title: Box86 - Linux Userspace x86 Emulator +website: https://ptitseb.github.io/box86/ +--- \ No newline at end of file diff --git a/content/stands/box86_-_linux_userspace_x86_emulator/box86_-_linux_userspace_x86_emulator b/content/stands/box86_-_linux_userspace_x86_emulator/box86_-_linux_userspace_x86_emulator deleted file mode 100644 index f9a468d..0000000 --- a/content/stands/box86_-_linux_userspace_x86_emulator/box86_-_linux_userspace_x86_emulator +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Box86 - Linux Userspace x86 Emulator -themes: - - Gaming -website: https://ptitseb.github.io/box86/ -logo: stands/box86 - linux userspace x86 emulator/logo.png -description: | - Box86 allows to run 32bits x86 applications on ARM devices. - -Playing linux games, like WorldOfGoo, FTL or Unreal Tournament 2004 on a RaspberryPI 4 or other SBC, becomes possible with Box86. Using Wine is also supported, opening a lot more possibilities and enhancing the compatibility of ARM board. -You are not limited on games with box86, and you can use it to run Zoom linux client, or setup a Teamspeak or Game Server. - -Box86 combine a fast Dynarec that converts on the fly x86 code to ARM code, with native library wrapping to avoid emulating frequently used functions and to be able to use box86 super easily: no need for a full x86 chroot system, most used libraries are the native versions. - -showcase: | - Discover new possibilties for your RaspberryPI 4 and all other ARM SBC with Box86. Playing FTL or Into the Breach, Unreal Tournament 99 or 2004, or racing a few laps on Flatout (to name just a few) becomes possible on a small SBC. - -new_this_year: | - Box86 is targeted towards 32bits. While compatibility and speed can be improved, the support of 16bits code (for Wine) is probably the last missing feature for box86. -After that, Box64 will be targeted toward 64bits apps. It will be a different application, and will allow similar principles with native use of ARM64 native libs directly on x86_64 linux apps. - -layout: stand ---- -Welcome to the Box86 - Linux Userspace x86 Emulator stand! diff --git a/content/stands/checkmk.md b/content/stands/checkmk.md new file mode 100644 index 0000000..cafb3b4 --- /dev/null +++ b/content/stands/checkmk.md @@ -0,0 +1,23 @@ +--- +description: Open source monitoring software developed in Python and C++ for IT Infrastructure + monitoring. It is used for the monitoring of servers, applications, networks, cloud + infrastructures (public, private, hybrid), containers, storage, databases and environment + sensors. +layout: stand +logo: stands/checkmk/logo.png +new_this_year: In early 2021 we will be releasing the 2.0 version of the software, + which will be our biggest release yet. Version 2.0 includes an overhaul of the GUI, + dramatic performance improvements, integration with Prometheus, and ntop for a more + holistic approach in monitoring, among others. Since the last FOSDEM, we also released + our Documentation and Localization contribution programs. +showcase: "Our stand will be interesting for hobbyists building their homelab or IT\ + \ professionals who are managing their organization's infrastructure. In our stand\ + \ we'll share some insights of what we learned in the field, explain some of our\ + \ problem-solving approach in the job and show some demos. We'll also share how\ + \ we are trying to bridge the gap between IT Ops and DevOps teams\u2014 two teams\ + \ that historically have been working in silos\u2014 to improve collaboration." +themes: +- System administration +title: Checkmk +website: https://checkmk.com +--- \ No newline at end of file diff --git a/content/stands/checkmk/checkmk b/content/stands/checkmk/checkmk deleted file mode 100644 index e98c998..0000000 --- a/content/stands/checkmk/checkmk +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Checkmk -themes: - - System administration -website: https://checkmk.com -logo: stands/checkmk/logo.png -description: | - Open source monitoring software developed in Python and C++ for IT Infrastructure monitoring. It is used for the monitoring of servers, applications, networks, cloud infrastructures (public, private, hybrid), containers, storage, databases and environment sensors. - -showcase: | - Our stand will be interesting for hobbyists building their homelab or IT professionals who are managing their organization's infrastructure. In our stand we'll share some insights of what we learned in the field, explain some of our problem-solving approach in the job and show some demos. We'll also share how we are trying to bridge the gap between IT Ops and DevOps teams— two teams that historically have been working in silos— to improve collaboration. - -new_this_year: | - In early 2021 we will be releasing the 2.0 version of the software, which will be our biggest release yet. Version 2.0 includes an overhaul of the GUI, dramatic performance improvements, integration with Prometheus, and ntop for a more holistic approach in monitoring, among others. Since the last FOSDEM, we also released our Documentation and Localization contribution programs. - -layout: stand ---- -Welcome to the Checkmk stand! diff --git a/content/stands/civicrm.md b/content/stands/civicrm.md new file mode 100644 index 0000000..efcb57a --- /dev/null +++ b/content/stands/civicrm.md @@ -0,0 +1,22 @@ +--- +description: CiviCRM is a free and open source CRM. It is used by many small and large + organizations - including Amnesty International, Creative Commons, the Free Software + Foundation, CERN, the Wikimedia Foundation, universities - for their contact management, + membership management, fundraising, event management, and mass mailings. +layout: stand +logo: stands/civicrm/logo.png +new_this_year: We are eager to show you the brand new SearchKit and Form Builder, + now shipping in the latest version of CiviCRM and available for you to test. +showcase: "Do you manage contacts, manage memberships, send newsletters, receive online\ + \ donations, and/or manage events in your organization/company?\r\nOf course you\ + \ want to do this with a robust and mature open source tool: CiviCRM.\r\nIt is used\ + \ by not-for-profit organizations, membership organizations, NGOs, universities...\ + \ worldwide.\r\nDiscover how CiviCRM can be used in your organization!\r\n\r\n[Are\ + \ you a PHP/MySQL/Javascript/AngularJS developer with knowledge of Drupal/Wordpress/Backdrop/Joomla?\ + \ Are you looking for a new challenge in a free and open source project? Come talk\ + \ to us!]" +themes: +- Office suites and productivity +title: CiviCRM +website: https://civicrm.org/ +--- \ No newline at end of file diff --git a/content/stands/civicrm/civicrm b/content/stands/civicrm/civicrm deleted file mode 100644 index 28ef617..0000000 --- a/content/stands/civicrm/civicrm +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: CiviCRM -themes: - - Office suites and productivity -website: https://civicrm.org/ -logo: stands/civicrm/logo.png -description: | - CiviCRM is a free and open source CRM. It is used by many small and large organizations - including Amnesty International, Creative Commons, the Free Software Foundation, CERN, the Wikimedia Foundation, universities - for their contact management, membership management, fundraising, event management, and mass mailings. - -showcase: | - Do you manage contacts, manage memberships, send newsletters, receive online donations, and/or manage events in your organization/company? -Of course you want to do this with a robust and mature open source tool: CiviCRM. -It is used by not-for-profit organizations, membership organizations, NGOs, universities... worldwide. -Discover how CiviCRM can be used in your organization! - -[Are you a PHP/MySQL/Javascript/AngularJS developer with knowledge of Drupal/Wordpress/Backdrop/Joomla? Are you looking for a new challenge in a free and open source project? Come talk to us!] - -new_this_year: | - We are eager to show you the brand new SearchKit and Form Builder, now shipping in the latest version of CiviCRM and available for you to test. - -layout: stand ---- -Welcome to the CiviCRM stand! diff --git a/content/stands/debian.md b/content/stands/debian.md new file mode 100644 index 0000000..b710d76 --- /dev/null +++ b/content/stands/debian.md @@ -0,0 +1,16 @@ +--- +description: The Universal Operating System +layout: stand +logo: stands/debian/logo.png +new_this_year: "In 2020 we have been working on getting Debian 11/Bullseye ready for\ + \ release, and we organized and met\r\nonline at DebConf20 and various MiniDebConf\ + \ conferences. Debian contributors are now more geographically diverse: lots of\ + \ activity in e.g. India and Brazil.\r\n\r\nIn 2021 we'll meet at the big DebConf21\ + \ conference and we'll ship Debian 11/bullseye." +showcase: meet Debian people, get any questions and remarks you might have about Debian + answered by Debian people, have fun +themes: +- Operating systems +title: Debian +website: https://www.debian.org +--- \ No newline at end of file diff --git a/content/stands/debian/debian b/content/stands/debian/debian deleted file mode 100644 index 0e8d85c..0000000 --- a/content/stands/debian/debian +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Debian -themes: - - Operating systems -website: https://www.debian.org -logo: stands/debian/logo.png -description: | - The Universal Operating System - -showcase: | - meet Debian people, get any questions and remarks you might have about Debian answered by Debian people, have fun - -new_this_year: | - In 2020 we have been working on getting Debian 11/Bullseye ready for release, and we organized and met -online at DebConf20 and various MiniDebConf conferences. Debian contributors are now more geographically diverse: lots of activity in e.g. India and Brazil. - -In 2021 we'll meet at the big DebConf21 conference and we'll ship Debian 11/bullseye. - -layout: stand ---- -Welcome to the Debian stand! diff --git a/content/stands/foreman.md b/content/stands/foreman.md new file mode 100644 index 0000000..5445754 --- /dev/null +++ b/content/stands/foreman.md @@ -0,0 +1,34 @@ +--- +description: "Foreman is an open source project that helps system administrators manage\ + \ servers throughout their lifecycle, from provisioning and configuration to orchestration\ + \ and monitoring. Using Puppet, Chef, Salt, Ansible and Foreman\u2019s smart proxy\ + \ architecture, you can easily automate repetitive tasks, quickly deploy applications,\ + \ and proactively manage change, both on-premise with VMs and bare-metal or in the\ + \ cloud.\r\nForeman provides comprehensive, interaction facilities including a web\ + \ frontend, CLI and RESTful API which enables you to build higher level business\ + \ logic on top of a solid foundation. Foreman is a mature project, deployed in many\ + \ organizations, managing from 10s to 10,000s of servers." +layout: stand +logo: stands/foreman/logo.png +new_this_year: Since last year, we released Foreman 2.0, the first major version since + 2012. This release saw a consolidation of the architecture on PostgreSQL, a redesign + of the background tasking system, and clean up of a lot of deprecated functionality. + Since then we have been continuing with releases every 3 months bringing new functionality + and stability - some notable examples include a new simple host registration process, + Keycloak SSO integration, external IPAM support, improved Ansible integration, work + on replacing Pulp 2 with Pulp 3 and much more. In the next year we expect to release + Foreman 3.0, which will include extraction of Puppet ENC functionality to a plugin, + significant UI improvements and architectural simplification. +showcase: "Foreman talks can usually be seen in the Infra Management dev room but\ + \ at our stand we'll be demoing the latest and greatest of Foreman. We'll be showcasing\ + \ interaction with config management tools like Ansible and Puppet, integration\ + \ with Pulp, oVirt and Kubevirt and answer questions on what's coming up in next\ + \ versions and what to expect when jumping from 2.0 to 3.0.\r\nIf you'd like to\ + \ talk to some of our devs, see the latest version demoed or understand our upcoming\ + \ roadmap or even just hear an introduction to what we do, the stand is the place\ + \ for you." +themes: +- System administration +title: Foreman +website: https://theforeman.org +--- \ No newline at end of file diff --git a/content/stands/foreman/foreman b/content/stands/foreman/foreman deleted file mode 100644 index c86dad8..0000000 --- a/content/stands/foreman/foreman +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Foreman -themes: - - System administration -website: https://theforeman.org -logo: stands/foreman/logo.png -description: | - Foreman is an open source project that helps system administrators manage servers throughout their lifecycle, from provisioning and configuration to orchestration and monitoring. Using Puppet, Chef, Salt, Ansible and Foreman’s smart proxy architecture, you can easily automate repetitive tasks, quickly deploy applications, and proactively manage change, both on-premise with VMs and bare-metal or in the cloud. -Foreman provides comprehensive, interaction facilities including a web frontend, CLI and RESTful API which enables you to build higher level business logic on top of a solid foundation. Foreman is a mature project, deployed in many organizations, managing from 10s to 10,000s of servers. - -showcase: | - Foreman talks can usually be seen in the Infra Management dev room but at our stand we'll be demoing the latest and greatest of Foreman. We'll be showcasing interaction with config management tools like Ansible and Puppet, integration with Pulp, oVirt and Kubevirt and answer questions on what's coming up in next versions and what to expect when jumping from 2.0 to 3.0. -If you'd like to talk to some of our devs, see the latest version demoed or understand our upcoming roadmap or even just hear an introduction to what we do, the stand is the place for you. - -new_this_year: | - Since last year, we released Foreman 2.0, the first major version since 2012. This release saw a consolidation of the architecture on PostgreSQL, a redesign of the background tasking system, and clean up of a lot of deprecated functionality. Since then we have been continuing with releases every 3 months bringing new functionality and stability - some notable examples include a new simple host registration process, Keycloak SSO integration, external IPAM support, improved Ansible integration, work on replacing Pulp 2 with Pulp 3 and much more. In the next year we expect to release Foreman 3.0, which will include extraction of Puppet ENC functionality to a plugin, significant UI improvements and architectural simplification. - -layout: stand ---- -Welcome to the Foreman stand! diff --git a/content/stands/fossasia.md b/content/stands/fossasia.md new file mode 100644 index 0000000..08df3d4 --- /dev/null +++ b/content/stands/fossasia.md @@ -0,0 +1,22 @@ +--- +description: FOSSASIA founded in 2019. We have been developing open source software + and hardware together with a global community. Our goal is to provide access to + open technologies and knowledge that enable people to build solutions according + to their own ideas and needs. +layout: stand +logo: stands/fossasia/logo.png +new_this_year: "We have updates across our projects: \r\n- Eventyay: we recently released\ + \ the video integration (with Jitsi and BigBlueButton) so we have a full open source\ + \ event management system for community organizers.\r\n- Pock Science Lab: a few\ + \ months ago, we published the modified version of our hardware. \r\n- Visdom: our\ + \ recently on boarded visualization tool \r\n- Voice Republic: audio streaming tool\ + \ for events, lectures, reading or discussion live" +showcase: "Come to our stand to checkout: \r\n- Open source hardware device for science\ + \ experiments \r\n- Fully event open source management system with video integration\ + \ for virtual events that event organizers can use \r\n- Connect with open source\ + \ developers and advocates from Asia" +themes: +- Hardware +title: FOSSASIA +website: https://fossasia.org/ +--- \ No newline at end of file diff --git a/content/stands/fossasia/fossasia b/content/stands/fossasia/fossasia deleted file mode 100644 index 8dcc2bd..0000000 --- a/content/stands/fossasia/fossasia +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: FOSSASIA -themes: - - Hardware -website: https://fossasia.org/ -logo: stands/fossasia/logo.png -description: | - FOSSASIA founded in 2019. We have been developing open source software and hardware together with a global community. Our goal is to provide access to open technologies and knowledge that enable people to build solutions according to their own ideas and needs. - -showcase: | - Come to our stand to checkout: -- Open source hardware device for science experiments -- Fully event open source management system with video integration for virtual events that event organizers can use -- Connect with open source developers and advocates from Asia - -new_this_year: | - We have updates across our projects: -- Eventyay: we recently released the video integration (with Jitsi and BigBlueButton) so we have a full open source event management system for community organizers. -- Pock Science Lab: a few months ago, we published the modified version of our hardware. -- Visdom: our recently on boarded visualization tool -- Voice Republic: audio streaming tool for events, lectures, reading or discussion live - -layout: stand ---- -Welcome to the FOSSASIA stand! diff --git a/content/stands/free_software_foundation_europe.md b/content/stands/free_software_foundation_europe.md new file mode 100644 index 0000000..e6c7d11 --- /dev/null +++ b/content/stands/free_software_foundation_europe.md @@ -0,0 +1,27 @@ +--- +description: "As every year, the Free Software Foundation Europe would like to participate\ + \ to the annual booth at FOSDEM.\r\nFree Software Foundation Europe is a charity\ + \ that empowers users to control technology.\r\n\r\nSoftware is deeply involved\ + \ in all aspects of our lives; and it is important that this technology empowers\ + \ rather than restricts us. Free Software gives everybody the rights to use, understand,\ + \ adapt and share software. These rights help support other fundamental freedoms\ + \ like freedom of speech, press and privacy.\r\n\r\nFree Software Foundation Europe:\r\ + \n* helps individuals and organizations to understand how Free Software contributes\ + \ to freedom, transparency, and self-determination.\r\n* enhances users' rights\ + \ by abolishing barriers to Free Software adoption.\r\n* encourages people to use\ + \ and develop Free Software.\r\n* provides resources to enable everyone to further\ + \ promote Free Software in Europe." +layout: stand +logo: stands/free_software_foundation_europe/logo.png +new_this_year: In the past year, we have made remarkable progress in a number of our + activities, most notable in our promotion of the principle "Public Money? Public + Code!", in making software license information machine readable through the REUSE + project, or in helping to shape the future of the internet through the EU initiative + NGI0. Read more at https://fsfe.org/news/2020/news-20201110-01.html +showcase: Meet FSFE's team, get informed about our activities, and ask whatever you + always wanted to know! +themes: +- Community advocacy +title: Free Software Foundation Europe +website: https://fsfe.org/ +--- \ No newline at end of file diff --git a/content/stands/free_software_foundation_europe/free_software_foundation_europe b/content/stands/free_software_foundation_europe/free_software_foundation_europe deleted file mode 100644 index 0231961..0000000 --- a/content/stands/free_software_foundation_europe/free_software_foundation_europe +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Free Software Foundation Europe -themes: - - Community advocacy -website: https://fsfe.org/ -logo: stands/free software foundation europe/logo.png -description: | - As every year, the Free Software Foundation Europe would like to participate to the annual booth at FOSDEM. -Free Software Foundation Europe is a charity that empowers users to control technology. - -Software is deeply involved in all aspects of our lives; and it is important that this technology empowers rather than restricts us. Free Software gives everybody the rights to use, understand, adapt and share software. These rights help support other fundamental freedoms like freedom of speech, press and privacy. - -Free Software Foundation Europe: -* helps individuals and organizations to understand how Free Software contributes to freedom, transparency, and self-determination. -* enhances users' rights by abolishing barriers to Free Software adoption. -* encourages people to use and develop Free Software. -* provides resources to enable everyone to further promote Free Software in Europe. - -showcase: | - Meet FSFE's team, get informed about our activities, and ask whatever you always wanted to know! - -new_this_year: | - In the past year, we have made remarkable progress in a number of our activities, most notable in our promotion of the principle "Public Money? Public Code!", in making software license information machine readable through the REUSE project, or in helping to shape the future of the internet through the EU initiative NGI0. Read more at https://fsfe.org/news/2020/news-20201110-01.html - -layout: stand ---- -Welcome to the Free Software Foundation Europe stand! diff --git a/content/stands/freebsd_project.md b/content/stands/freebsd_project.md new file mode 100644 index 0000000..f18aec6 --- /dev/null +++ b/content/stands/freebsd_project.md @@ -0,0 +1,36 @@ +--- +description: 'FreeBSD is an open source operating system descended from the Unix developed + at the University of California, Berkeley that became an open source project in + 1993 with several hundred active committers from across the globe. Today, FreeBSD + provides a copy-free modern operating system that is up-to-date and scalable, offers + high-performance, security, and advanced networking. It is used for personal workstations, + Internet servers, embedded devices, routers, and firewalls. The FreeBSD packages + collection includes popular software like: Apache web server, GNOME, KDE, X.org, + Python, Firefox and over 33,000 software suites. The FreeBSD community is comprised + of a global community of end users, developers and companies large and small working + together to further the OS.' +layout: stand +logo: stands/freebsd_project/logo.png +new_this_year: 'Since our last visit to FOSDEM, the FreeBSD Project has made strides + in a number of areas. The Project made the transition to git making it easier for + folks to contribute. Great improvements were made in the graphics stack, as well + as, to browser and video conferencing capabilities to allow for support on most + any contemporary laptop. There is now better ARM64 support for servers and embedded + devices like Raspberry Pi. The Project switched to a new OpenZFS upstream that supports + FreeBSD and Linux. The removal of obsolete GPL components has been completed along + with many network stack improvements. Finally, there is a lot of new online content + to help folks get started and ask questions about FreeBSD including: FreeBSD Office + Hours, FreeBSD Fridays, and several developers have hosted twitch live streaming + sessions.' +showcase: "Visit the FreeBSD Stand to chat with FreeBSD Developers and other community\ + \ members. The stand is a great place to learn more about the latest developments\ + \ within the Project, find out how to get started with FreeBSD and get your most\ + \ challenging questions answered. If you or your organization are looking to connect\ + \ with other FreeBSD fans, folks in the stand can help. There\u2019s a reason why\ + \ companies like Netflix use FreeBSD. Take a minute to find out more about the stability\ + \ and security of FreeBSD." +themes: +- Community advocacy +title: FreeBSD Project +website: https://www.freebsd.org/ +--- \ No newline at end of file diff --git a/content/stands/freebsd_project/freebsd_project b/content/stands/freebsd_project/freebsd_project deleted file mode 100644 index 1501ded..0000000 --- a/content/stands/freebsd_project/freebsd_project +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: FreeBSD Project -themes: - - Community advocacy -website: https://www.freebsd.org/ -logo: stands/freebsd project/logo.png -description: | - FreeBSD is an open source operating system descended from the Unix developed at the University of California, Berkeley that became an open source project in 1993 with several hundred active committers from across the globe. Today, FreeBSD provides a copy-free modern operating system that is up-to-date and scalable, offers high-performance, security, and advanced networking. It is used for personal workstations, Internet servers, embedded devices, routers, and firewalls. The FreeBSD packages collection includes popular software like: Apache web server, GNOME, KDE, X.org, Python, Firefox and over 33,000 software suites. The FreeBSD community is comprised of a global community of end users, developers and companies large and small working together to further the OS. - -showcase: | - Visit the FreeBSD Stand to chat with FreeBSD Developers and other community members. The stand is a great place to learn more about the latest developments within the Project, find out how to get started with FreeBSD and get your most challenging questions answered. If you or your organization are looking to connect with other FreeBSD fans, folks in the stand can help. There’s a reason why companies like Netflix use FreeBSD. Take a minute to find out more about the stability and security of FreeBSD. - -new_this_year: | - Since our last visit to FOSDEM, the FreeBSD Project has made strides in a number of areas. The Project made the transition to git making it easier for folks to contribute. Great improvements were made in the graphics stack, as well as, to browser and video conferencing capabilities to allow for support on most any contemporary laptop. There is now better ARM64 support for servers and embedded devices like Raspberry Pi. The Project switched to a new OpenZFS upstream that supports FreeBSD and Linux. The removal of obsolete GPL components has been completed along with many network stack improvements. Finally, there is a lot of new online content to help folks get started and ask questions about FreeBSD including: FreeBSD Office Hours, FreeBSD Fridays, and several developers have hosted twitch live streaming sessions. - -layout: stand ---- -Welcome to the FreeBSD Project stand! diff --git a/content/stands/gitlab.md b/content/stands/gitlab.md new file mode 100644 index 0000000..d0cd3a9 --- /dev/null +++ b/content/stands/gitlab.md @@ -0,0 +1,23 @@ +--- +description: GitLab is a complete open-source DevOps platform, delivered as a single + application, fundamentally changing the way Development, Security, and Ops teams + collaborate and build software. From idea to production, GitLab helps teams improve + cycle time from weeks to minutes, reduce development process costs and decrease + time to market while increasing developer productivity. +layout: stand +logo: stands/gitlab/logo.png +new_this_year: "Since our last FOSDEM, we have had 12 major releases.\r\nSome of the\ + \ new features are: \r\n- Introducing new Integration Management\r\n- Opening up\ + \ 18 internal projects like the Dependency Proxy\r\n- Introducing accessibility\ + \ testing in GitLab\r\n- Building Meltano, an open-source platform for ELT pipelines\r\ + \n\r\nAnd more!\r\nMore details can be found here: https://about.gitlab.com/releases/categories/releases/\r\ + \nThe planning issue for FOSDEM: https://gitlab.com/gitlab-com/marketing/community-relations/contributor-program/general/-/issues/54" +showcase: "People visiting our stand will have the opportunity to meet GitLab members\ + \ and fellow Community members, discuss new features, address questions, issues,\ + \ or hang out.\r\nNo prior experience using GitLab is needed, and people who are\ + \ looking towards new contribution opportunities are more than welcome." +themes: +- Developer environment +title: GitLab +website: https://www.gitlab.com +--- \ No newline at end of file diff --git a/content/stands/gitlab/gitlab b/content/stands/gitlab/gitlab deleted file mode 100644 index 65f4abf..0000000 --- a/content/stands/gitlab/gitlab +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: GitLab -themes: - - Developer environment -website: https://www.gitlab.com -logo: stands/gitlab/logo.png -description: | - GitLab is a complete open-source DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate and build software. From idea to production, GitLab helps teams improve cycle time from weeks to minutes, reduce development process costs and decrease time to market while increasing developer productivity. - -showcase: | - People visiting our stand will have the opportunity to meet GitLab members and fellow Community members, discuss new features, address questions, issues, or hang out. -No prior experience using GitLab is needed, and people who are looking towards new contribution opportunities are more than welcome. - -new_this_year: | - Since our last FOSDEM, we have had 12 major releases. -Some of the new features are: -- Introducing new Integration Management -- Opening up 18 internal projects like the Dependency Proxy -- Introducing accessibility testing in GitLab -- Building Meltano, an open-source platform for ELT pipelines - -And more! -More details can be found here: https://about.gitlab.com/releases/categories/releases/ -The planning issue for FOSDEM: https://gitlab.com/gitlab-com/marketing/community-relations/contributor-program/general/-/issues/54 - -layout: stand ---- -Welcome to the GitLab stand! diff --git a/content/stands/google_summer_of_code.md b/content/stands/google_summer_of_code.md new file mode 100644 index 0000000..4d49e0e --- /dev/null +++ b/content/stands/google_summer_of_code.md @@ -0,0 +1,43 @@ +--- +description: "GSoC is a mentorship program introducing students 18 years and older\ + \ to open source software development. Students have the opportunity to work on\ + \ a coding project under the guidance of mentors from the open source community,\ + \ learning how to be better developers and community members along the way. This\ + \ is often the first time many students have contributed to an open source project.\ + \ With over 16,000 students participating in the program with 715 open source organizations\ + \ and 13,000 mentors since 2005 this truly is a global program.\r\n\r\nThere are\ + \ a couple of major changes for the 2021 GSoC program that we hope will allow even\ + \ more folks to participate. We look forward to talking with folks about these changes\ + \ at FOSDEM 2021." +layout: stand +logo: stands/google_summer_of_code/logo.png +new_this_year: "For GSoC 2021 we are making our two biggest changes in the 17 year\ + \ history of the program and are adjusting the GSoC program to the evolving needs\ + \ of our student developers across the globe in 2021.\r\n\r\n1) We are decreasing\ + \ the time needed for students to participate in GSoC 2021. We look forward to seeing\ + \ how lowering the time commitments to ~175 hours over 10 weeks will open the program\ + \ up to many folks who were unable to spend 360+ hours over 3 months on the program\ + \ previously. \r\n\r\n2) We are also broadening the eligibility requirements to\ + \ include all students in post-secondary academic programs including those in coding\ + \ schools and certificate programs. We also are allowing recent student graduates\ + \ of post-secondary academic programs (those who graduated between December 1, 2020\ + \ and May 17, 2021) to apply. \r\n\r\nWe look forward to talking with interested\ + \ students and those open source projects interested in being mentoring organizations\ + \ for Google Summer of Code about these changes and answering your questions." +showcase: "Google Summer of Code (GSoC) has brought over 16,000 excited, new student\ + \ developers into 715 open source communities since 2005. The program has continued\ + \ to remain interesting for students because of the spectacular, dedicated mentors\ + \ from these open source communities that have devoted their time, energy and expertise\ + \ to help the students become contributors in their communities. \r\n\r\nWith Google\ + \ Summer of Code, students have the opportunity to work on a real open source project\ + \ under the guidance of mentors while still studying in a post-secondary academic\ + \ program. Students earn a stipend for their contributions allowing them more flexibility\ + \ to be able focus on their coding and community contributions.\r\n\r\nEach year\ + \ over 200 open source projects act as mentoring organizations for the 1200+ students.\ + \ In 2021 we hope to welcome 30-40 new projects into the GSoC program so please\ + \ come to our stand and ask us those burning questions!" +themes: +- Education +title: Google Summer of Code +website: http://g.co/gsoc +--- \ No newline at end of file diff --git a/content/stands/google_summer_of_code/google_summer_of_code b/content/stands/google_summer_of_code/google_summer_of_code deleted file mode 100644 index fbc5a2a..0000000 --- a/content/stands/google_summer_of_code/google_summer_of_code +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Google Summer of Code -themes: - - Education -website: http://g.co/gsoc -logo: stands/google summer of code/logo.png -description: | - GSoC is a mentorship program introducing students 18 years and older to open source software development. Students have the opportunity to work on a coding project under the guidance of mentors from the open source community, learning how to be better developers and community members along the way. This is often the first time many students have contributed to an open source project. With over 16,000 students participating in the program with 715 open source organizations and 13,000 mentors since 2005 this truly is a global program. - -There are a couple of major changes for the 2021 GSoC program that we hope will allow even more folks to participate. We look forward to talking with folks about these changes at FOSDEM 2021. - -showcase: | - Google Summer of Code (GSoC) has brought over 16,000 excited, new student developers into 715 open source communities since 2005. The program has continued to remain interesting for students because of the spectacular, dedicated mentors from these open source communities that have devoted their time, energy and expertise to help the students become contributors in their communities. - -With Google Summer of Code, students have the opportunity to work on a real open source project under the guidance of mentors while still studying in a post-secondary academic program. Students earn a stipend for their contributions allowing them more flexibility to be able focus on their coding and community contributions. - -Each year over 200 open source projects act as mentoring organizations for the 1200+ students. In 2021 we hope to welcome 30-40 new projects into the GSoC program so please come to our stand and ask us those burning questions! - -new_this_year: | - For GSoC 2021 we are making our two biggest changes in the 17 year history of the program and are adjusting the GSoC program to the evolving needs of our student developers across the globe in 2021. - -1) We are decreasing the time needed for students to participate in GSoC 2021. We look forward to seeing how lowering the time commitments to ~175 hours over 10 weeks will open the program up to many folks who were unable to spend 360+ hours over 3 months on the program previously. - -2) We are also broadening the eligibility requirements to include all students in post-secondary academic programs including those in coding schools and certificate programs. We also are allowing recent student graduates of post-secondary academic programs (those who graduated between December 1, 2020 and May 17, 2021) to apply. - -We look forward to talking with interested students and those open source projects interested in being mentoring organizations for Google Summer of Code about these changes and answering your questions. - -layout: stand ---- -Welcome to the Google Summer of Code stand! diff --git a/content/stands/haiku.md b/content/stands/haiku.md new file mode 100644 index 0000000..6c24409 --- /dev/null +++ b/content/stands/haiku.md @@ -0,0 +1,36 @@ +--- +description: Haiku is an open-source operating system that specifically targets personal + computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and + yet very powerful. +layout: stand +logo: stands/haiku/logo.png +new_this_year: "Since last FOSDEM we had a Beta2 release last June which fixes 900\ + \ bugs from Beta1 and adds 2800 commits to it:\r\nIt brings HiDPI support.\r\nDuring\ + \ GSoC2020 the Input Preferences were reworked a lot to handle multiple devices.\r\ + \nThe Installation now supports excluding optional packages that are included on\ + \ the installation medium.\r\nAnd there is even an upgrade path available from Haiku\ + \ R1 Beta 1 to Beta 2 so you don't have to reinstall.\r\nHardware support is also\ + \ improved, with NVMe drives, and improvements on XHCI.\r\nDocumentation was also\ + \ improved, like on the layout support.\r\nThe WebKit version used by WebPositive\ + \ was updated.\r\n\r\nVarious applications were also ported or updated like LibreOffice,\ + \ Telegram, Okular, Krita, AQEMU\u2026 and some more games.\r\nAnd new applications\ + \ are also written, like Medo, a video editor.\r\n\r\nWe also ran a system sounds\ + \ contest, and started a wallpaper contest.\r\n\r\nWhile we focus on x86, ports\ + \ to other architectures is still ongoing, and might give some interesting updates\ + \ in the coming year." +showcase: "We will be demonstrating all the neat features that makes Haiku special\ + \ for us: indexed metadata in the filesystem, x-ray navigation, sliding tabs and\ + \ window grouping\u2026\r\nWe also want to hear from people testing Haiku, how it\ + \ worked for them, or not. We will guide you to create bug reports.\r\nWe will walk\ + \ curious people into installing Haiku in a VM or on real hardware.\r\nAnd we love\ + \ stories of fond memories of BeOS and how Haiku brings those back.\r\n\r\nPeople\ + \ interested into coding can also meet our developers, see where they can learn\ + \ to program their own application, or write a recipe for HaikuPorter to port an\ + \ existing one.\r\nAnd you'll see the faces of some coders you maybe already know\ + \ from the IRC channels.\r\n\r\nOh, and while we won't be able to get your DVDs\ + \ hand-to-hand, we still have some to ship :-)" +themes: +- Operating systems +title: Haiku +website: https://www.haiku-os.org/ +--- \ No newline at end of file diff --git a/content/stands/haiku/haiku b/content/stands/haiku/haiku deleted file mode 100644 index fdb8af3..0000000 --- a/content/stands/haiku/haiku +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Haiku -themes: - - Operating systems -website: https://www.haiku-os.org/ -logo: stands/haiku/logo.png -description: | - Haiku is an open-source operating system that specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful. - -showcase: | - We will be demonstrating all the neat features that makes Haiku special for us: indexed metadata in the filesystem, x-ray navigation, sliding tabs and window grouping… -We also want to hear from people testing Haiku, how it worked for them, or not. We will guide you to create bug reports. -We will walk curious people into installing Haiku in a VM or on real hardware. -And we love stories of fond memories of BeOS and how Haiku brings those back. - -People interested into coding can also meet our developers, see where they can learn to program their own application, or write a recipe for HaikuPorter to port an existing one. -And you'll see the faces of some coders you maybe already know from the IRC channels. - -Oh, and while we won't be able to get your DVDs hand-to-hand, we still have some to ship :-) - -new_this_year: | - Since last FOSDEM we had a Beta2 release last June which fixes 900 bugs from Beta1 and adds 2800 commits to it: -It brings HiDPI support. -During GSoC2020 the Input Preferences were reworked a lot to handle multiple devices. -The Installation now supports excluding optional packages that are included on the installation medium. -And there is even an upgrade path available from Haiku R1 Beta 1 to Beta 2 so you don't have to reinstall. -Hardware support is also improved, with NVMe drives, and improvements on XHCI. -Documentation was also improved, like on the layout support. -The WebKit version used by WebPositive was updated. - -Various applications were also ported or updated like LibreOffice, Telegram, Okular, Krita, AQEMU… and some more games. -And new applications are also written, like Medo, a video editor. - -We also ran a system sounds contest, and started a wallpaper contest. - -While we focus on x86, ports to other architectures is still ongoing, and might give some interesting updates in the coming year. - -layout: stand ---- -Welcome to the Haiku stand! diff --git a/content/stands/info_booth_on_amateur_radio__ham_radio_.md b/content/stands/info_booth_on_amateur_radio__ham_radio_.md new file mode 100644 index 0000000..6ecc904 --- /dev/null +++ b/content/stands/info_booth_on_amateur_radio__ham_radio_.md @@ -0,0 +1,46 @@ +--- +description: "Amateur radio (ham radio) is a technical / scientific hobby for anything\ + \ about radio, radio-communication, radio-propagation and radio-technology. It allows\ + \ individuals to experiment with radio-technology: use it, learn about it, design\ + \ it and even build it yourself. Amateur radio infrastructure is also used for emergency\ + \ communications as a service to the general public.\r\n\r\nAs our world is more\ + \ and more based on telecommunication and wireless technology (mobile internet,\ + \ WiFi, Bluetooth, satellite-navigation, radio- and TV broadcasts, Internet-of-Things,\ + \ NFC-tags, ..), good knowledge of radio-telecommunication technology is an advantage\ + \ for everybody interested in technology, and amateur radio is one of the best tools\ + \ for this purpose.\r\n\r\nFinally, as one of the oldest technical hobbies, amateur\ + \ radio has always advocated sharing knowledge and information, long before the\ + \ terms 'open source' existed." +layout: stand +logo: stands/info_booth_on_amateur_radio__ham_radio_/logo.png +new_this_year: "Amateur radio is not a 'project'. It is a very wide field of technologies\ + \ in continues evolution, so it is not easy to provide a list of 'new things to\ + \ expect this year'.\r\n\r\nDue to the different format of the infobooth this year,\ + \ our plans for 2021 are to focus on demonstrating the \"operating\" element of\ + \ amateur radio, i.e. actually using radio to make contacts with other amateur radio\ + \ stations.\r\nIn addition to a number of online presentations and interactive chats\ + \ with visitors, we will show live radio amateur station contacts using different\ + \ modes and different transmission-systems: morse-code, voice, digital communication,\ + \ satellite, ...\r\nIn fact, this shows that amateur radio and \"the internet\"\ + \ do not exclude each-other." +showcase: "Radio has something magical. You send electricity into a wire that connected\ + \ to ... nothing and, if the wire has the correct length, that electricity just\ + \ disappears. Pouf! Gone! ...\r\nBut if you place another wire close-by, even though\ + \ the wires do not touch, a part of the electricity appears on that second wire.\ + \ Is that magical?\r\nBut do you know the best part? You can use this effect to\ + \ communicate with other people!\r\n\r\nAmateur radio (also known as ham radio)\ + \ is a technical and scientific hobby for everything about radio, radio-communication,\ + \ radio-propagation and radio-technology. It allows you to experience radio from\ + \ the inside-out: as an operator (use it), designing and building your own radio-equipment\ + \ or set up radio-communication infrastructure. As one of the oldest technical hobbies\ + \ around, all this is done in a culture of sharing information and knowledge.\r\n\ + \r\nWireless communication is now part of our everyday life: mobile internet, wifi,\ + \ bluetooth, satellite-navigation, radio- and TV broadcasts, Internet-of-things,\ + \ NFC tags, .. the list goes on and on. Understanding radio-communication is a skill\ + \ that is useful whatever field of science or technology you are involved in, and\ + \ amateur radio is probably the best tool to do exactly that." +themes: +- HAM Radio +title: info booth on amateur radio (ham radio) +website: https://www.uba.be/en +--- \ No newline at end of file diff --git a/content/stands/info_booth_on_amateur_radio__ham_radio_/info_booth_on_amateur_radio__ham_radio_ b/content/stands/info_booth_on_amateur_radio__ham_radio_/info_booth_on_amateur_radio__ham_radio_ deleted file mode 100644 index 5f479c1..0000000 --- a/content/stands/info_booth_on_amateur_radio__ham_radio_/info_booth_on_amateur_radio__ham_radio_ +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: info booth on amateur radio (ham radio) -themes: - - HAM Radio -website: https://www.uba.be/en -logo: stands/info booth on amateur radio (ham radio)/logo.png -description: | - Amateur radio (ham radio) is a technical / scientific hobby for anything about radio, radio-communication, radio-propagation and radio-technology. It allows individuals to experiment with radio-technology: use it, learn about it, design it and even build it yourself. Amateur radio infrastructure is also used for emergency communications as a service to the general public. - -As our world is more and more based on telecommunication and wireless technology (mobile internet, WiFi, Bluetooth, satellite-navigation, radio- and TV broadcasts, Internet-of-Things, NFC-tags, ..), good knowledge of radio-telecommunication technology is an advantage for everybody interested in technology, and amateur radio is one of the best tools for this purpose. - -Finally, as one of the oldest technical hobbies, amateur radio has always advocated sharing knowledge and information, long before the terms 'open source' existed. - -showcase: | - Radio has something magical. You send electricity into a wire that connected to ... nothing and, if the wire has the correct length, that electricity just disappears. Pouf! Gone! ... -But if you place another wire close-by, even though the wires do not touch, a part of the electricity appears on that second wire. Is that magical? -But do you know the best part? You can use this effect to communicate with other people! - -Amateur radio (also known as ham radio) is a technical and scientific hobby for everything about radio, radio-communication, radio-propagation and radio-technology. It allows you to experience radio from the inside-out: as an operator (use it), designing and building your own radio-equipment or set up radio-communication infrastructure. As one of the oldest technical hobbies around, all this is done in a culture of sharing information and knowledge. - -Wireless communication is now part of our everyday life: mobile internet, wifi, bluetooth, satellite-navigation, radio- and TV broadcasts, Internet-of-things, NFC tags, .. the list goes on and on. Understanding radio-communication is a skill that is useful whatever field of science or technology you are involved in, and amateur radio is probably the best tool to do exactly that. - -new_this_year: | - Amateur radio is not a 'project'. It is a very wide field of technologies in continues evolution, so it is not easy to provide a list of 'new things to expect this year'. - -Due to the different format of the infobooth this year, our plans for 2021 are to focus on demonstrating the "operating" element of amateur radio, i.e. actually using radio to make contacts with other amateur radio stations. -In addition to a number of online presentations and interactive chats with visitors, we will show live radio amateur station contacts using different modes and different transmission-systems: morse-code, voice, digital communication, satellite, ... -In fact, this shows that amateur radio and "the internet" do not exclude each-other. - -layout: stand ---- -Welcome to the info booth on amateur radio (ham radio) stand! diff --git a/content/stands/jenkins.md b/content/stands/jenkins.md new file mode 100644 index 0000000..b49bea0 --- /dev/null +++ b/content/stands/jenkins.md @@ -0,0 +1,32 @@ +--- +description: "Jenkins is the leading open-source automation server supported by a\ + \ large and growing community of developers, testers, designers, and other people\ + \ interested in continuous integration, continuous delivery, and modern software\ + \ delivery practices. Our motto is \u201CBuild great things at any scale\u201D.\ + \ Built on the Java Virtual Machine (JVM), it provides more than 1,500 plugins that\ + \ extend Jenkins to automate with practically any technology software delivery teams\ + \ use. In 2020, Jenkins surpassed 250,000 known installations making it the most\ + \ widely deployed automation server." +layout: stand +logo: stands/jenkins/logo.png +new_this_year: "Over the past year, the vibrant Jenkins community brought many improvements\ + \ to the project, including security, stability, and project governance. Here are\ + \ some of the highlights:\r\n\r\n* A refresh of Jenkins user interface\r\n* Running\ + \ Jenkins fully configured as code\r\n* Running Jenkins on Kubernetes which is an\ + \ improvement to the \"Jenkins Kubernetes operator\" and the Kubernetes plugin.\r\ + \n* Jenkinsfile Runner - portableJenkins pipeline execution engine.\r\n* New public\ + \ roadmap\r\n* Graduation in the Continuous Delivery Foundation\r\n\r\nSignificant\ + \ improvements have been made around services, to provide to the Jenkins community\ + \ the right information to manage their plugins.\r\n* The service 'plugins.jenkins.io'\ + \ provides useful information about plugins.\r\n* The Jenkins update center now\ + \ provides additional information like \"is the plugin affected by a security issue?\ + \ or up for adoption?\"" +showcase: Jenkins offers a simple way to set up a continuous integration or continuous + delivery (CI/CD) environment for almost any combination of languages and source + code repositories using pipelines, as well as automating other routine development + tasks. +themes: +- Developer environment +title: Jenkins +website: https://www.jenkins.io +--- \ No newline at end of file diff --git a/content/stands/jenkins/jenkins b/content/stands/jenkins/jenkins deleted file mode 100644 index 34b103d..0000000 --- a/content/stands/jenkins/jenkins +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Jenkins -themes: - - Developer environment -website: https://www.jenkins.io -logo: stands/jenkins/logo.png -description: | - Jenkins is the leading open-source automation server supported by a large and growing community of developers, testers, designers, and other people interested in continuous integration, continuous delivery, and modern software delivery practices. Our motto is “Build great things at any scale”. Built on the Java Virtual Machine (JVM), it provides more than 1,500 plugins that extend Jenkins to automate with practically any technology software delivery teams use. In 2020, Jenkins surpassed 250,000 known installations making it the most widely deployed automation server. - -showcase: | - Jenkins offers a simple way to set up a continuous integration or continuous delivery (CI/CD) environment for almost any combination of languages and source code repositories using pipelines, as well as automating other routine development tasks. - -new_this_year: | - Over the past year, the vibrant Jenkins community brought many improvements to the project, including security, stability, and project governance. Here are some of the highlights: - -* A refresh of Jenkins user interface -* Running Jenkins fully configured as code -* Running Jenkins on Kubernetes which is an improvement to the "Jenkins Kubernetes operator" and the Kubernetes plugin. -* Jenkinsfile Runner - portableJenkins pipeline execution engine. -* New public roadmap -* Graduation in the Continuous Delivery Foundation - -Significant improvements have been made around services, to provide to the Jenkins community the right information to manage their plugins. -* The service 'plugins.jenkins.io' provides useful information about plugins. -* The Jenkins update center now provides additional information like "is the plugin affected by a security issue? or up for adoption?" - -layout: stand ---- -Welcome to the Jenkins stand! diff --git a/content/stands/kde_community.md b/content/stands/kde_community.md new file mode 100644 index 0000000..f5298a9 --- /dev/null +++ b/content/stands/kde_community.md @@ -0,0 +1,27 @@ +--- +description: KDE is a worldwide technology community, creators of the Plasma desktop + and an ever-growing catalogue of free and open source applications that let you + control your digital life. +layout: stand +logo: stands/kde_community/logo.png +new_this_year: "- KDE's Plasma desktop has had many features added; improved usability,\ + \ stability and performance; and made a massive headway in support on Wayland\r\n\ + - Plasma Mobile has made a headway in stability and functionality and is now well-supported\ + \ on dedicated hardware, such as the PinePhone and Librem 5. New apps specifically\ + \ adapted to mobile hardware provide users with essential functionality they expect\ + \ from a modern mobile OS.\r\n- Kdenlive, Krita, LabPlot, Kdevelop, GCompris and\ + \ many more classic KDE applications have improved stability and added features\ + \ to the point they are competing successfully with traditionally dominant proprietary\ + \ software in their respective niches\r\n- We have added new apps, both for the\ + \ desktop and mobile, to KDE's catalogue\r\n- We have improved most of KDE frameworks,\ + \ providing developers with tools that help them develop easily more visually appealing\ + \ multiplatform and convergent software" +showcase: Interact with KDE Community member, see the latest advancements in our software, + including the cool new features in Plasma, real world uses of our software for artists, + educators, and general end users, see in action cool devices, like Plasma Mobile + running on the PinePhone and so on. +themes: +- Desktop environments +title: KDE Community +website: https://kde.org +--- \ No newline at end of file diff --git a/content/stands/kde_community/kde_community b/content/stands/kde_community/kde_community deleted file mode 100644 index 3b51c63..0000000 --- a/content/stands/kde_community/kde_community +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: KDE Community -themes: - - Desktop environments -website: https://kde.org -logo: stands/kde community/logo.png -description: | - KDE is a worldwide technology community, creators of the Plasma desktop and an ever-growing catalogue of free and open source applications that let you control your digital life. - -showcase: | - Interact with KDE Community member, see the latest advancements in our software, including the cool new features in Plasma, real world uses of our software for artists, educators, and general end users, see in action cool devices, like Plasma Mobile running on the PinePhone and so on. - -new_this_year: | - - KDE's Plasma desktop has had many features added; improved usability, stability and performance; and made a massive headway in support on Wayland -- Plasma Mobile has made a headway in stability and functionality and is now well-supported on dedicated hardware, such as the PinePhone and Librem 5. New apps specifically adapted to mobile hardware provide users with essential functionality they expect from a modern mobile OS. -- Kdenlive, Krita, LabPlot, Kdevelop, GCompris and many more classic KDE applications have improved stability and added features to the point they are competing successfully with traditionally dominant proprietary software in their respective niches -- We have added new apps, both for the desktop and mobile, to KDE's catalogue -- We have improved most of KDE frameworks, providing developers with tools that help them develop easily more visually appealing multiplatform and convergent software - -layout: stand ---- -Welcome to the KDE Community stand! diff --git a/content/stands/kiwi_tcms.md b/content/stands/kiwi_tcms.md new file mode 100644 index 0000000..8a5fe7d --- /dev/null +++ b/content/stands/kiwi_tcms.md @@ -0,0 +1,34 @@ +--- +description: "Kiwi TCMS is the leading open source test management system:\r\n\r\n\ + - For manual & automated testing\r\n- Internal + external bug trackers\r\n- Plugable\ + \ architecture\r\n- Versatile API layer\r\n- 10+ years of history\r\n- Made by testers\r\ + \n- GPLv2 licensed\r\n\r\nOur mission is to transform the testing process by making\ + \ it more organized, transparent & accountable for everyone on your team; to improve\ + \ engineering productivity and participation in testing." +layout: stand +logo: stands/kiwi_tcms/logo.png +new_this_year: "Since last FOSDEM Kiwi TCMS managed to: \r\n\r\n- Receive $10k open\ + \ source seed award from Mozilla foundation\r\n- Start an open source bounty program\ + \ and partner with several organizations across the world\r\n- Become the first\ + \ open source TCMS system on GitHub Marketplace\r\n- Completely redesign our legacy\ + \ user interface\r\n- Add more integration with external bug tracking systems\r\n\ + - Cancel confirmed conference participation on 4 continents :-(\r\n- Surpass 8000\ + \ registrations for our public demo installation\r\n- Surpass 250k downloads via\ + \ Docker Hub\r\n\r\nCome talk to us about testing, automation, software release\ + \ management and anything in between. \r\n\r\nHappy testing!" +showcase: "Kiwi TCMS is the leading open source test management system. It is used\ + \ during software testing and quality assurance to collect information about what\ + \ and when has been tested, which versions of the product have been tested and in\ + \ what environment. This information is helpful when making a go/no-go decision\ + \ before a release, monitoring and planning the workload of the QA team and for\ + \ various reports.\r\n\r\nWhen doing manual testing each engineer on the team can\ + \ easily find the tasks assigned to them and all instructions necessary to execute\ + \ the tests and report the results.\r\n\r\nIn automation testing scenarios TCMS\ + \ systems are useful to collect test execution information and later analyze it.\ + \ This is especially important when you don\u2019t execute all of the tests all\ + \ of the time!" +themes: +- Programming languages +title: Kiwi TCMS +website: https://kiwitcms.org +--- \ No newline at end of file diff --git a/content/stands/kiwi_tcms/kiwi_tcms b/content/stands/kiwi_tcms/kiwi_tcms deleted file mode 100644 index 1a82545..0000000 --- a/content/stands/kiwi_tcms/kiwi_tcms +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Kiwi TCMS -themes: - - Programming languages -website: https://kiwitcms.org -logo: stands/kiwi tcms/logo.png -description: | - Kiwi TCMS is the leading open source test management system: - -- For manual & automated testing -- Internal + external bug trackers -- Plugable architecture -- Versatile API layer -- 10+ years of history -- Made by testers -- GPLv2 licensed - -Our mission is to transform the testing process by making it more organized, transparent & accountable for everyone on your team; to improve engineering productivity and participation in testing. - -showcase: | - Kiwi TCMS is the leading open source test management system. It is used during software testing and quality assurance to collect information about what and when has been tested, which versions of the product have been tested and in what environment. This information is helpful when making a go/no-go decision before a release, monitoring and planning the workload of the QA team and for various reports. - -When doing manual testing each engineer on the team can easily find the tasks assigned to them and all instructions necessary to execute the tests and report the results. - -In automation testing scenarios TCMS systems are useful to collect test execution information and later analyze it. This is especially important when you don’t execute all of the tests all of the time! - -new_this_year: | - Since last FOSDEM Kiwi TCMS managed to: - -- Receive $10k open source seed award from Mozilla foundation -- Start an open source bounty program and partner with several organizations across the world -- Become the first open source TCMS system on GitHub Marketplace -- Completely redesign our legacy user interface -- Add more integration with external bug tracking systems -- Cancel confirmed conference participation on 4 continents :-( -- Surpass 8000 registrations for our public demo installation -- Surpass 250k downloads via Docker Hub - -Come talk to us about testing, automation, software release management and anything in between. - -Happy testing! - -layout: stand ---- -Welcome to the Kiwi TCMS stand! diff --git a/content/stands/kopano.md b/content/stands/kopano.md new file mode 100644 index 0000000..2a489e6 --- /dev/null +++ b/content/stands/kopano.md @@ -0,0 +1,41 @@ +--- +description: "Kopano is an open source communication stack providing e-mail, online\ + \ videoconferencing, file sharing, messaging, and much more.\r\n\r\nGroupware Core\ + \ provides Kopano\u2019s traditional groupware functionalities: Email, Calendaring,\ + \ Contacts, Tasks and Notes. Groupware Core is 100% MAPI compatible and provides\ + \ must-have features such as ACLs, meeting requests, and advanced calendaring.\r\ + \n\r\nMeet is our new videoconferencing solution, directly accessible from any browser,\ + \ using adaptive UX to match any environment you work in.\r\n\r\n Secure peer\ + \ to peer communication\r\n No app installation(s) required (not even for screen\ + \ sharing)\r\n Switch devices during a call without dropping out\r\n\r\nWebApp\ + \ is our lightning fast web-client for sending email, calendaring, (video) chat,\ + \ file sharing and more. You can access your projects and files online from any\ + \ major browser, no plug-ins required.\r\n\r\n Real-time communication, collaboration\ + \ & document editing in one interface\r\n Set up instant video conferences\r\n\ + \ Share files or send a quick direct message\r\n\r\nKopano Documents connects\ + \ to existing network storage, \u2018smart storage\u2019 \u2013 like nextCloud,\ + \ ownCloud and Seafile \u2013 and cloud-based storage solutions. This means you\ + \ can store your files the way you like best and easily share them with people within\ + \ or outside your organization." +layout: stand +logo: stands/kopano/logo.png +new_this_year: "We have extended the features of our Kopano Meet\r\n- Improved interface\r\ + \n- Easy to use invitations\r\n- Videoconferencing; when peer to peer is not enough\ + \ a central server now takes over (without compromising on privacy or security)\r\ + \n- Upcoming: Chat in meet\r\nKopano Groupware Core 9\r\n- A new major release for\ + \ our backend with many improvements\r\nKopano One was launched\r\n- The complete\ + \ Kopano Groupware stack in a single repository" +showcase: "Do you have your own domain, and do you also want a complete communication\ + \ stack providing e-mail, online videoconferencing, file sharing, and more?\r\n\ + Kopano provides a 100% open-source software communication stack that allows you\ + \ to maintain in control of your data, while also providing easy-to-use clients:\r\ + \n- Kopano Webapp for your browser\r\n- Kopano Deskapp for your desktop\r\n- Z-Push\ + \ for native integration on your phone\r\n- Kopano Meet for video meetings\r\n\r\ + \nSo, if you're running an e-mail server for your family, or if you want a high-grade\ + \ video meeting application for your organization, and for everything in-between,\r\ + \n\r\nCome visit the Kopano stand for more information!" +themes: +- Office suites and productivity +title: Kopano +website: https://kopano.io/ +--- \ No newline at end of file diff --git a/content/stands/kopano/kopano b/content/stands/kopano/kopano deleted file mode 100644 index 916ac8b..0000000 --- a/content/stands/kopano/kopano +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Kopano -themes: - - Office suites and productivity -website: https://kopano.io/ -logo: stands/kopano/logo.png -description: | - Kopano is an open source communication stack providing e-mail, online videoconferencing, file sharing, messaging, and much more. - -Groupware Core provides Kopano’s traditional groupware functionalities: Email, Calendaring, Contacts, Tasks and Notes. Groupware Core is 100% MAPI compatible and provides must-have features such as ACLs, meeting requests, and advanced calendaring. - -Meet is our new videoconferencing solution, directly accessible from any browser, using adaptive UX to match any environment you work in. - - Secure peer to peer communication - No app installation(s) required (not even for screen sharing) - Switch devices during a call without dropping out - -WebApp is our lightning fast web-client for sending email, calendaring, (video) chat, file sharing and more. You can access your projects and files online from any major browser, no plug-ins required. - - Real-time communication, collaboration & document editing in one interface - Set up instant video conferences - Share files or send a quick direct message - -Kopano Documents connects to existing network storage, ‘smart storage’ – like nextCloud, ownCloud and Seafile – and cloud-based storage solutions. This means you can store your files the way you like best and easily share them with people within or outside your organization. - -showcase: | - Do you have your own domain, and do you also want a complete communication stack providing e-mail, online videoconferencing, file sharing, and more? -Kopano provides a 100% open-source software communication stack that allows you to maintain in control of your data, while also providing easy-to-use clients: -- Kopano Webapp for your browser -- Kopano Deskapp for your desktop -- Z-Push for native integration on your phone -- Kopano Meet for video meetings - -So, if you're running an e-mail server for your family, or if you want a high-grade video meeting application for your organization, and for everything in-between, - -Come visit the Kopano stand for more information! - -new_this_year: | - We have extended the features of our Kopano Meet -- Improved interface -- Easy to use invitations -- Videoconferencing; when peer to peer is not enough a central server now takes over (without compromising on privacy or security) -- Upcoming: Chat in meet -Kopano Groupware Core 9 -- A new major release for our backend with many improvements -Kopano One was launched -- The complete Kopano Groupware stack in a single repository - -layout: stand ---- -Welcome to the Kopano stand! diff --git a/content/stands/libreoffice.md b/content/stands/libreoffice.md new file mode 100644 index 0000000..66ffe72 --- /dev/null +++ b/content/stands/libreoffice.md @@ -0,0 +1,29 @@ +--- +description: "LibreOffice is a powerful FOSS office suite used by millions of people\ + \ around the world, which includes several applications: Writer (word processing),\ + \ Calc (spreadsheets), Impress (presentations), Draw (vector graphics and flowcharts),\ + \ Base (databases), and Math (formula editing). Its clean UI and feature-rich tools\ + \ help you unleash your creativity and enhance your productivity.\r\nLibreOffice\ + \ is compatible with a wide range of proprietary document formats, such as Microsoft\ + \ Word (.doc, .docx), Excel (.xls, .xlsx), PowerPoint (.ppt, .pptx) and Publisher.\ + \ But LibreOffice goes much further with its native support for a modern and open\ + \ standard, the Open Document Format (ODF). With LibreOffice, you have maximum control\ + \ over your data and content \u2013 and you can export your work in many different\ + \ formats including PDF." +layout: stand +logo: stands/libreoffice/logo.png +new_this_year: 'Two major product releases: LibreOffice 7.0 and LibreOffice 7.1, each + one with many new features, supported by a new marketing strategy. Several new projects + focused on attracting new contributors, including an Ambassador Program targeted + at Universities.' +showcase: We will announce LibreOffice 7.1 just before FOSDEM, with a new communication + strategy focused on improving our reach and educating enterprises to increase their + contributions to FOSS projects. So, we will have plenty of news to share with FOSS + advocates using LibreOffice for their personal productivity, with organizations + migrating to LibreOffice to regain control of their documents, and with public administrations + focusing on digital sovereignty. +themes: +- Office suites and productivity +title: LibreOffice +website: https://www.libreoffice.org +--- \ No newline at end of file diff --git a/content/stands/libreoffice/libreoffice b/content/stands/libreoffice/libreoffice deleted file mode 100644 index cc8e2d6..0000000 --- a/content/stands/libreoffice/libreoffice +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: LibreOffice -themes: - - Office suites and productivity -website: https://www.libreoffice.org -logo: stands/libreoffice/logo.png -description: | - LibreOffice is a powerful FOSS office suite used by millions of people around the world, which includes several applications: Writer (word processing), Calc (spreadsheets), Impress (presentations), Draw (vector graphics and flowcharts), Base (databases), and Math (formula editing). Its clean UI and feature-rich tools help you unleash your creativity and enhance your productivity. -LibreOffice is compatible with a wide range of proprietary document formats, such as Microsoft Word (.doc, .docx), Excel (.xls, .xlsx), PowerPoint (.ppt, .pptx) and Publisher. But LibreOffice goes much further with its native support for a modern and open standard, the Open Document Format (ODF). With LibreOffice, you have maximum control over your data and content – and you can export your work in many different formats including PDF. - -showcase: | - We will announce LibreOffice 7.1 just before FOSDEM, with a new communication strategy focused on improving our reach and educating enterprises to increase their contributions to FOSS projects. So, we will have plenty of news to share with FOSS advocates using LibreOffice for their personal productivity, with organizations migrating to LibreOffice to regain control of their documents, and with public administrations focusing on digital sovereignty. - -new_this_year: | - Two major product releases: LibreOffice 7.0 and LibreOffice 7.1, each one with many new features, supported by a new marketing strategy. Several new projects focused on attracting new contributors, including an Ambassador Program targeted at Universities. - -layout: stand ---- -Welcome to the LibreOffice stand! diff --git a/content/stands/mariadb_foundation.md b/content/stands/mariadb_foundation.md new file mode 100644 index 0000000..dc4a325 --- /dev/null +++ b/content/stands/mariadb_foundation.md @@ -0,0 +1,33 @@ +--- +description: The MariaDB Foundation is a non-profit organisation supporting continuity + and open collaboration in the MariaDB ecosystem. +layout: stand +logo: stands/mariadb_foundation/logo.png +new_this_year: "MariaDB Server 10.5 was released as GA in June 2020.\r\nHighlights\ + \ include:\r\n- the ColumnStore storage engine, a columnar storage engine designed\ + \ for big data scaling\r\n- numerous performance improvements to the default InnoDB\ + \ storage engine\r\n- a new S3 storage engine for archiving tables on Amazon S3,\ + \ or any third-party implementing S3 API\r\n- an overhaul of the privilege system,\ + \ allowing more fine grained control\r\n- a huge update of the Performance Schema,\ + \ providing far more instrumentation and tables\r\n- full GTID support for Galera\ + \ Cluster\r\n- numerous syntax enhancements to extend functionality and improve\ + \ adherence to standards\r\n\r\nThe MariaDB Foundation hosted the MariaDB Server\ + \ Fest, and the MariaDB Server MiniFest, two highly successful online events for\ + \ developers of applications that use MariaDB Server." +showcase: "The MariaDB Foundation supports continuity and open collaboration in the\ + \ MariaDB ecosystem. The Foundation guarantees that there is a global contact point\ + \ for collaboration and that the community can always rely upon MariaDB Server.\r\ + \n\r\nThe Foundation\u2019s staff support MariaDB Server by:\r\n* Encouraging adoption,\ + \ contribution and distribution of MariaDB Server and related open source software.\r\ + \n* Helping new contributors understand the source code and lowering the barrier\ + \ for new participants.\r\n* Participating in the design of new features, ensuring\ + \ the code quality and maintainability of the codebase while the number of contributors\ + \ is growing.\r\n* Making sure documentation keeps up with the development of new\ + \ features.\r\n* Porting and packaging MariaDB to different platforms and operating\ + \ systems to keep it as widely available as possible.\r\n* Speaking at events and\ + \ driving adoption." +themes: +- Database engines +title: MariaDB Foundation +website: https://mariadb.org/ +--- \ No newline at end of file diff --git a/content/stands/mariadb_foundation/mariadb_foundation b/content/stands/mariadb_foundation/mariadb_foundation deleted file mode 100644 index 5147464..0000000 --- a/content/stands/mariadb_foundation/mariadb_foundation +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: MariaDB Foundation -themes: - - Database engines -website: https://mariadb.org/ -logo: stands/mariadb foundation/logo.png -description: | - The MariaDB Foundation is a non-profit organisation supporting continuity and open collaboration in the MariaDB ecosystem. - -showcase: | - The MariaDB Foundation supports continuity and open collaboration in the MariaDB ecosystem. The Foundation guarantees that there is a global contact point for collaboration and that the community can always rely upon MariaDB Server. - -The Foundation’s staff support MariaDB Server by: -* Encouraging adoption, contribution and distribution of MariaDB Server and related open source software. -* Helping new contributors understand the source code and lowering the barrier for new participants. -* Participating in the design of new features, ensuring the code quality and maintainability of the codebase while the number of contributors is growing. -* Making sure documentation keeps up with the development of new features. -* Porting and packaging MariaDB to different platforms and operating systems to keep it as widely available as possible. -* Speaking at events and driving adoption. - -new_this_year: | - MariaDB Server 10.5 was released as GA in June 2020. -Highlights include: -- the ColumnStore storage engine, a columnar storage engine designed for big data scaling -- numerous performance improvements to the default InnoDB storage engine -- a new S3 storage engine for archiving tables on Amazon S3, or any third-party implementing S3 API -- an overhaul of the privilege system, allowing more fine grained control -- a huge update of the Performance Schema, providing far more instrumentation and tables -- full GTID support for Galera Cluster -- numerous syntax enhancements to extend functionality and improve adherence to standards - -The MariaDB Foundation hosted the MariaDB Server Fest, and the MariaDB Server MiniFest, two highly successful online events for developers of applications that use MariaDB Server. - -layout: stand ---- -Welcome to the MariaDB Foundation stand! diff --git a/content/stands/matrix.md b/content/stands/matrix.md new file mode 100644 index 0000000..6af3c00 --- /dev/null +++ b/content/stands/matrix.md @@ -0,0 +1,62 @@ +--- +description: "Matrix (https://matrix.org) is an open protocol for secure, decentralised\ + \ communication - defining an end-to-end-encrypted real-time communication layer\ + \ for the open Web suitable for instant messaging, VoIP, microblogging, forums and\ + \ more. We publish Matrix as an open standard (https://matrix.org/docs/spec) under\ + \ the open governance of the non-profit Matrix.org Foundation (https://matrix.org/foundation),\ + \ and release Apache-licensed reference implementations of the protocol for server,\ + \ client SDKs, bots, bridges & more. Some users may recognise Matrix via client\ + \ apps such as Element (https://element.io, formerly Riot).\r\n\r\nMatrix works\ + \ by replicating conversation history across servers which participate in a given\ + \ conversation, ensuring that ownership of the conversation is fully decentralised:\ + \ no single server owns or controls the conversation, just as git repositories are\ + \ cloned equally between all participants. As a result, you can think of Matrix\ + \ more like a global decentralised object database with realtime pubsub semantics,\ + \ rather than a traditional message-passing protocol. The protocol defines HTTPS+JSON\ + \ APIs as a baseline, but more efficient transports and encodings are supported\ + \ and encouraged.\r\n\r\nThe public Matrix network on the internet has over 26M\ + \ addressable users spread over ~60K servers, ranging in size from personal RPis\ + \ through to massive deployments for organisations including Mozilla, the Wikimedia\ + \ Foundation, German schools in Schleswig-Holstein & Hamburg, and the entirety of\ + \ the French Government." +layout: stand +logo: stands/matrix/logo.png +new_this_year: "2020 was a busy year for Matrix.\r\n * Mozilla turned off IRC and\ + \ migrated to Matrix in March: https://matrix.org/blog/2020/03/03/moznet-irc-is-dead-long-live-mozilla-matrix\r\ + \n * After loads of testing, we finally turned on end-to-end encryption by default\ + \ for all private rooms in May: https://matrix.org/blog/2020/05/06/cross-signing-and-end-to-end-encryption-by-default-is-here\r\ + \n * We finally fixed our performance problems on the overloaded matrix.org server\ + \ by horizontally sharding Synapse: https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability\r\ + \n * We started to see more academic research emerging on Matrix, particularly analysing\ + \ the properties of state resolution (how we keep Matrix rooms securely replicated\ + \ in a byzantine fault tolerant manner): https://matrix.org/blog/2020/06/16/matrix-decomposition-an-independent-academic-analysis-of-matrix-state-resolution\r\ + \n * Dendrite (our next-gen Golang Matrix server) entered beta in October, steadily\ + \ improving ever since: https://matrix.org/blog/2020/10/08/dendrite-is-entering-beta\r\ + \n * Gitter joined Matrix in October, with native Matrix support launching in December:\ + \ https://matrix.org/blog/2020/12/07/gitter-now-speaks-matrix\r\n * We started working\ + \ on Decentralised Reputation as a mechanism for empowering users to filter out\ + \ abuse or other unwanted content in Matrix (thus *finally* catching up with our\ + \ FOSDEM 2017 talk on the subject: https://archive.fosdem.org/2017/schedule/event/matrix_future/):\ + \ https://matrix.org/blog/2020/10/19/combating-abuse-in-matrix-without-backdoors\r\ + \n * We launched Cerulean, a wildly experimental proof-of-concept to experiment\ + \ with threads demonstrate the viability of twitter-style microblogging on Matrix\ + \ (including an initial implementation of decentralised reputation!): https://matrix.org/blog/2020/12/18/introducing-cerulean\r\ + \n * We got the first messages flowing over Decentralised MLS (Messaging Layer Security),\ + \ giving logarithmic rather than linear complexity E2EE.\r\n\r\nIn 2021, we plan\ + \ to add:\r\n * Spaces - shareable hierarchies of rooms, effectively making Matrix\ + \ a decentralised hierarchical filesystem for realtime data!\r\n * Threads - full\ + \ support for free-form threaded conversations\r\n * Full Social Login (log in via\ + \ Github, Gitlab, or as wide a choice of SSO providers as you like)\r\n * Massively\ + \ improved VoIP\r\n * Voice messages, Location sharing, Custom emoji, Canonical\ + \ DMs...\r\n * ...and reworking E2EE, again, to improve reliability and performance." +showcase: Matrix is an open protocol for secure decentralised communication, aiming + to bust open the closed proprietary communication silos (Slack, Teams, Discord, + WhatsApp etc) which have dominated in recent years. On our stand you'll be able + to sync via chat & video conference directly with the core Matrix team, get demos + of all the latest stuff we've been working on, and generally learn how to liberate + your communication and join the open Matrix communication network. +themes: +- Office suites and productivity +title: Matrix +website: https://matrix.org +--- \ No newline at end of file diff --git a/content/stands/matrix/matrix b/content/stands/matrix/matrix deleted file mode 100644 index 1b00ace..0000000 --- a/content/stands/matrix/matrix +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Matrix -themes: - - Office suites and productivity -website: https://matrix.org -logo: stands/matrix/logo.png -description: | - Matrix (https://matrix.org) is an open protocol for secure, decentralised communication - defining an end-to-end-encrypted real-time communication layer for the open Web suitable for instant messaging, VoIP, microblogging, forums and more. We publish Matrix as an open standard (https://matrix.org/docs/spec) under the open governance of the non-profit Matrix.org Foundation (https://matrix.org/foundation), and release Apache-licensed reference implementations of the protocol for server, client SDKs, bots, bridges & more. Some users may recognise Matrix via client apps such as Element (https://element.io, formerly Riot). - -Matrix works by replicating conversation history across servers which participate in a given conversation, ensuring that ownership of the conversation is fully decentralised: no single server owns or controls the conversation, just as git repositories are cloned equally between all participants. As a result, you can think of Matrix more like a global decentralised object database with realtime pubsub semantics, rather than a traditional message-passing protocol. The protocol defines HTTPS+JSON APIs as a baseline, but more efficient transports and encodings are supported and encouraged. - -The public Matrix network on the internet has over 26M addressable users spread over ~60K servers, ranging in size from personal RPis through to massive deployments for organisations including Mozilla, the Wikimedia Foundation, German schools in Schleswig-Holstein & Hamburg, and the entirety of the French Government. - -showcase: | - Matrix is an open protocol for secure decentralised communication, aiming to bust open the closed proprietary communication silos (Slack, Teams, Discord, WhatsApp etc) which have dominated in recent years. On our stand you'll be able to sync via chat & video conference directly with the core Matrix team, get demos of all the latest stuff we've been working on, and generally learn how to liberate your communication and join the open Matrix communication network. - -new_this_year: | - 2020 was a busy year for Matrix. - * Mozilla turned off IRC and migrated to Matrix in March: https://matrix.org/blog/2020/03/03/moznet-irc-is-dead-long-live-mozilla-matrix - * After loads of testing, we finally turned on end-to-end encryption by default for all private rooms in May: https://matrix.org/blog/2020/05/06/cross-signing-and-end-to-end-encryption-by-default-is-here - * We finally fixed our performance problems on the overloaded matrix.org server by horizontally sharding Synapse: https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability - * We started to see more academic research emerging on Matrix, particularly analysing the properties of state resolution (how we keep Matrix rooms securely replicated in a byzantine fault tolerant manner): https://matrix.org/blog/2020/06/16/matrix-decomposition-an-independent-academic-analysis-of-matrix-state-resolution - * Dendrite (our next-gen Golang Matrix server) entered beta in October, steadily improving ever since: https://matrix.org/blog/2020/10/08/dendrite-is-entering-beta - * Gitter joined Matrix in October, with native Matrix support launching in December: https://matrix.org/blog/2020/12/07/gitter-now-speaks-matrix - * We started working on Decentralised Reputation as a mechanism for empowering users to filter out abuse or other unwanted content in Matrix (thus *finally* catching up with our FOSDEM 2017 talk on the subject: https://archive.fosdem.org/2017/schedule/event/matrix_future/): https://matrix.org/blog/2020/10/19/combating-abuse-in-matrix-without-backdoors - * We launched Cerulean, a wildly experimental proof-of-concept to experiment with threads demonstrate the viability of twitter-style microblogging on Matrix (including an initial implementation of decentralised reputation!): https://matrix.org/blog/2020/12/18/introducing-cerulean - * We got the first messages flowing over Decentralised MLS (Messaging Layer Security), giving logarithmic rather than linear complexity E2EE. - -In 2021, we plan to add: - * Spaces - shareable hierarchies of rooms, effectively making Matrix a decentralised hierarchical filesystem for realtime data! - * Threads - full support for free-form threaded conversations - * Full Social Login (log in via Github, Gitlab, or as wide a choice of SSO providers as you like) - * Massively improved VoIP - * Voice messages, Location sharing, Custom emoji, Canonical DMs... - * ...and reworking E2EE, again, to improve reliability and performance. - -layout: stand ---- -Welcome to the Matrix stand! diff --git a/content/stands/mautic.md b/content/stands/mautic.md new file mode 100644 index 0000000..ea1b144 --- /dev/null +++ b/content/stands/mautic.md @@ -0,0 +1,42 @@ +--- +description: "Mautic began with a single focus. Equality. The Mautic Community believes\ + \ in giving every person the power to understand, manage, and grow their business\ + \ or organization. Mautic is focused on helping this belief become a reality by\ + \ getting powerful, Open Source marketing automation software into the hands of\ + \ everyone.\r\n\r\nWhen David Hurley (@dbhurley) began Mautic he had a big goal.\ + \ A plan to move horizons, and change the world. He foresaw Mautic as software made\ + \ by the people and for the people and as such the community became a top priority\ + \ and integral part. Those people interested in becoming involved in a community\ + \ with a vision to change the world should consider getting involved in Mautic.\ + \ People are the priority. Equality is the goal.\r\n\r\nWhat is Marketing Automation\r\ + \nThe concept of marketing automation is not a new idea and the general idea of\ + \ automated marketing is one which most are familiar with, though the terminology\ + \ may be different. Here\u2019s a very brief overview:\r\n\r\nMarketing Automation\ + \ is a platform for saving time, eliminating errors, and improving efficiency for\ + \ a wide range of marketing tasks across multiple channels.\r\n\r\nIf you\u2019\ + re interested in learning more there are some excellent resources available which\ + \ give more background information to get you started.\r\n\r\nWhat is Mautic video:\r\ + \nhttps://youtu.be/yKgaIoElsWU" +layout: stand +logo: stands/mautic/logo.png +new_this_year: "- Established a governance process with five teams (Community, Education,\ + \ Legal & Finance, Marketing and Product) managing aspects of the community\r\n\r\ + \n- Monthly release cadence with quarterly feature releases\r\n\r\n- Mautic 3.0\ + \ released in 2020 - first major release in over 2 years!\r\n\r\n- Held our first\ + \ MautiCon with over 270 attendees, 6 tracks, 55 speakers and 64 sessions in 7 languages\r\ + \n\r\n- Planning Mautic Next Generation - a ground-up rewrite on Symfony 5/API Platform/React\ + \ - to be released as an MVP by the end of 2021\r\n\r\n- Several Strategic Initiatives\ + \ including new email and landing page builders, native Composer support, improved\ + \ install and upgrade process, improved resource management, and a Mautic Marketplace" +showcase: "Need to provide a Marketing Automation solution and prefer Open Source\ + \ solutions?\r\n\r\nMautic is a fully-featured Marketing Automation platform based\ + \ on the Symfony framework which allows you to deliver a truly personalised digital\ + \ experience across multiple channels from one, centrally managed orchestration\ + \ tool.\r\n\r\nSupported by a vibrant and growing worldwide community and with several\ + \ companies offering hosted solutions based on the Open Source codebase, it's a\ + \ great time to explore Open Source alternatives for your MarTech stack." +themes: +- World wide web +title: Mautic +website: https://www.mautic.org +--- \ No newline at end of file diff --git a/content/stands/mautic/mautic b/content/stands/mautic/mautic deleted file mode 100644 index c240209..0000000 --- a/content/stands/mautic/mautic +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: Mautic -themes: - - World wide web -website: https://www.mautic.org -logo: stands/mautic/logo.png -description: | - Mautic began with a single focus. Equality. The Mautic Community believes in giving every person the power to understand, manage, and grow their business or organization. Mautic is focused on helping this belief become a reality by getting powerful, Open Source marketing automation software into the hands of everyone. - -When David Hurley (@dbhurley) began Mautic he had a big goal. A plan to move horizons, and change the world. He foresaw Mautic as software made by the people and for the people and as such the community became a top priority and integral part. Those people interested in becoming involved in a community with a vision to change the world should consider getting involved in Mautic. People are the priority. Equality is the goal. - -What is Marketing Automation -The concept of marketing automation is not a new idea and the general idea of automated marketing is one which most are familiar with, though the terminology may be different. Here’s a very brief overview: - -Marketing Automation is a platform for saving time, eliminating errors, and improving efficiency for a wide range of marketing tasks across multiple channels. - -If you’re interested in learning more there are some excellent resources available which give more background information to get you started. - -What is Mautic video: -https://youtu.be/yKgaIoElsWU - -showcase: | - Need to provide a Marketing Automation solution and prefer Open Source solutions? - -Mautic is a fully-featured Marketing Automation platform based on the Symfony framework which allows you to deliver a truly personalised digital experience across multiple channels from one, centrally managed orchestration tool. - -Supported by a vibrant and growing worldwide community and with several companies offering hosted solutions based on the Open Source codebase, it's a great time to explore Open Source alternatives for your MarTech stack. - -new_this_year: | - - Established a governance process with five teams (Community, Education, Legal & Finance, Marketing and Product) managing aspects of the community - -- Monthly release cadence with quarterly feature releases - -- Mautic 3.0 released in 2020 - first major release in over 2 years! - -- Held our first MautiCon with over 270 attendees, 6 tracks, 55 speakers and 64 sessions in 7 languages - -- Planning Mautic Next Generation - a ground-up rewrite on Symfony 5/API Platform/React - to be released as an MVP by the end of 2021 - -- Several Strategic Initiatives including new email and landing page builders, native Composer support, improved install and upgrade process, improved resource management, and a Mautic Marketplace - -layout: stand ---- -Welcome to the Mautic stand! diff --git a/content/stands/mit_app_inventor.md b/content/stands/mit_app_inventor.md new file mode 100644 index 0000000..31329a1 --- /dev/null +++ b/content/stands/mit_app_inventor.md @@ -0,0 +1,34 @@ +--- +description: MIT App Inventor is an open source (Apache Software License 2.0) platform + for anyone to build their own mobile apps. The MIT App Inventor project seeks to + democratize software development by empowering all people, especially young people, + to move from technology consumption to technology creation. Currently it targets + Android with an iOS version in the works, and is used by over one million people + worldwide every year. Recently, we introduced a suite of on-device machine learning + extensions to allow people to learn about training and evaluating custom ML models + without sending data to any third parties. +layout: stand +logo: stands/mit_app_inventor/logo.png +new_this_year: In the last year we have implemented support for dictionaries in the + App Inventor language. We have introduced support for newer Android APIs. These + facilities make it easier to interoperate with JSON and XML data. We are also developing + a feature called Visible Component Extensions, which will allow any developer to + extend App Inventor's capabilities with custom views. We also recently introduced + a suite of on-device machine learning extensions to allow people to learn about + training and evaluating custom ML models without sending data to any third parties + and have produced curricula for teachers to use to teach about artificial intelligence + (http://appinventor.mit.edu/explore/ai-with-mit-app-inventor). These materials are + freely available for anyone to use under the CC 4.0 BY-SA license. In 2020 we introduced + improved support for using App Inventor for mobile development on Chromebooks. New + this year is also a translation into Lithuanian. +showcase: Come to the App Inventor stand at FOSDEM to learn about how you can quickly + build your own mobile apps, how you can contribute to the project, and how you can + create and publish your own extensions for other developers. You can also talk with + members of the current development team about how to contribute to App Inventor + through Google Summer of Code. Join our worldwide community of developers to enable + anyone to build a mobile app! +themes: +- Education +title: MIT App Inventor +website: https://appinventor.mit.edu +--- \ No newline at end of file diff --git a/content/stands/mit_app_inventor/mit_app_inventor b/content/stands/mit_app_inventor/mit_app_inventor deleted file mode 100644 index 1ef137b..0000000 --- a/content/stands/mit_app_inventor/mit_app_inventor +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: MIT App Inventor -themes: - - Education -website: https://appinventor.mit.edu -logo: stands/mit app inventor/logo.png -description: | - MIT App Inventor is an open source (Apache Software License 2.0) platform for anyone to build their own mobile apps. The MIT App Inventor project seeks to democratize software development by empowering all people, especially young people, to move from technology consumption to technology creation. Currently it targets Android with an iOS version in the works, and is used by over one million people worldwide every year. Recently, we introduced a suite of on-device machine learning extensions to allow people to learn about training and evaluating custom ML models without sending data to any third parties. - -showcase: | - Come to the App Inventor stand at FOSDEM to learn about how you can quickly build your own mobile apps, how you can contribute to the project, and how you can create and publish your own extensions for other developers. You can also talk with members of the current development team about how to contribute to App Inventor through Google Summer of Code. Join our worldwide community of developers to enable anyone to build a mobile app! - -new_this_year: | - In the last year we have implemented support for dictionaries in the App Inventor language. We have introduced support for newer Android APIs. These facilities make it easier to interoperate with JSON and XML data. We are also developing a feature called Visible Component Extensions, which will allow any developer to extend App Inventor's capabilities with custom views. We also recently introduced a suite of on-device machine learning extensions to allow people to learn about training and evaluating custom ML models without sending data to any third parties and have produced curricula for teachers to use to teach about artificial intelligence (http://appinventor.mit.edu/explore/ai-with-mit-app-inventor). These materials are freely available for anyone to use under the CC 4.0 BY-SA license. In 2020 we introduced improved support for using App Inventor for mobile development on Chromebooks. New this year is also a translation into Lithuanian. - -layout: stand ---- -Welcome to the MIT App Inventor stand! diff --git a/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform.md b/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform.md new file mode 100644 index 0000000..50f09bb --- /dev/null +++ b/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform.md @@ -0,0 +1,52 @@ +--- +description: "Where is your data? Where are the pictures from your last vacation on\ + \ the beach, where is your contact list, where are the last chats you had with your\ + \ loved ones? Who has access to that data, who can see it, who can download it,\ + \ who can modify or delete it? Do you trust the services you use to take care of\ + \ your data?\r\n\r\nYour data represents who you are and can easily be abused. We\ + \ want this to change.\r\n\r\nWe at Nextcloud believe that you have a right to decide\ + \ what happens with your data. We believe that you should be able to have as much\ + \ control as possible on what belongs to no one else but you.\r\n\r\nHow does that\ + \ work? First, Nextcloud is an Open Source private cloud software, which means that\ + \ anyone can read the code, and make sure it keeps your data safe. And second, at\ + \ Nextcloud, we don't force you to pick our own infrastructure or servers like the\ + \ big famous public clouds do. You can run Nextcloud yourself, at home or in a data\ + \ center on rented space. You can buy ready-to-go devices with Nextcloud or pick\ + \ a provider who rents out space to you!\r\n\r\nWe built a software that does everything\ + \ you expect from a cloud - from syncing and sharing files to editing documents,\ + \ storing passwords, calendars and bookmarks and reading mail. But YOU decide where\ + \ the data is and who has access!\r\n\r\nYou're in control. https://nextcloud.com/yourdata/" +layout: stand +logo: stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform/logo.png +new_this_year: https://nextcloud.com/blog/nextcloud-hub-20-debuts-dashboard-unifies-search-and-notifications-integrates-with-other-technologies/ +showcase: "We're a real, cool, open source project. We care about the 'Free' part\ + \ in FOSDEM as you know! So this shows:\r\n\r\nWe are a real community-based Free\ + \ Software project. 100% open source, a Red Hat like model with support for companies\ + \ and all code free for everyone.\r\n\r\nCommunity means people-not-paid-by-us.\ + \ While we have nearly 3 dozen paid engineers, more than half the code done in our\ + \ project is from volunteers.\r\n\r\nAnd our booth reflects this too. last year,\ + \ we had 15 people - 5 employees (who want to come anyway, being long time FOSS\ + \ people), the rest volunteers. Half of those we sponsored with travel costs, as\ + \ we want as many people to attend FOSDEM as possible!\r\n\r\nAnd we try to do that\ + \ in a way that helps diversity in open source, mentoring through projects like\ + \ Rails Girls Summer of Code and directly where we can. More than half the people\ + \ we sponsored were women - and that's not because we gave them priority over men,\ + \ but just because they made the best proposal and contributed most. Encouragement\ + \ and mentoring works and we're very proud of that! Frank even donated the 20.000\ + \ euro he recently won in a prize to our Nextcloud Include diversity project - see\ + \ nextcloud.com/include\r\n\r\nWe work with loads of other open source and privacy\ + \ projects. For example, the FSFE are good friends of us (they carry Nextcloud stickers\ + \ and recommend us as part of their lovely \"there is no cloud, only other people's\ + \ computers\" campaign) and of course we support, promote and get promoted by a\ + \ wide variety of privacy projects like Cryptoparty (https://www.cryptoparty.in/learn/tools),\ + \ and https://securedrop.org (Lo\xEFc Dachary gave a nice talk at the Nextcloud\ + \ conference: https://www.youtube.com/watch?v=kE3l7mD44Is)\r\n\r\nAs a company -\ + \ we're picky about investors as we want the FOSS people to stay in control. We\ + \ only took investment money from a co-founder of Red Hat, not from venture capital\ + \ or real estate money etc." +themes: +- World wide web +title: 'Nextcloud Hub: Self-hosted, fully open-source file sync, collaboration & communication + platform' +website: https://nextcloud.com +--- \ No newline at end of file diff --git a/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform b/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform deleted file mode 100644 index 3908873..0000000 --- a/content/stands/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform/nextcloud_hub__self-hosted__fully_open-source_file_sync__collaboration___communication_platform +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Nextcloud Hub: Self-hosted, fully open-source file sync, collaboration & communication platform -themes: - - World wide web -website: https://nextcloud.com -logo: stands/nextcloud hub: self-hosted, fully open-source file sync, collaboration & communication platform/logo.png -description: | - Where is your data? Where are the pictures from your last vacation on the beach, where is your contact list, where are the last chats you had with your loved ones? Who has access to that data, who can see it, who can download it, who can modify or delete it? Do you trust the services you use to take care of your data? - -Your data represents who you are and can easily be abused. We want this to change. - -We at Nextcloud believe that you have a right to decide what happens with your data. We believe that you should be able to have as much control as possible on what belongs to no one else but you. - -How does that work? First, Nextcloud is an Open Source private cloud software, which means that anyone can read the code, and make sure it keeps your data safe. And second, at Nextcloud, we don't force you to pick our own infrastructure or servers like the big famous public clouds do. You can run Nextcloud yourself, at home or in a data center on rented space. You can buy ready-to-go devices with Nextcloud or pick a provider who rents out space to you! - -We built a software that does everything you expect from a cloud - from syncing and sharing files to editing documents, storing passwords, calendars and bookmarks and reading mail. But YOU decide where the data is and who has access! - -You're in control. https://nextcloud.com/yourdata/ - -showcase: | - We're a real, cool, open source project. We care about the 'Free' part in FOSDEM as you know! So this shows: - -We are a real community-based Free Software project. 100% open source, a Red Hat like model with support for companies and all code free for everyone. - -Community means people-not-paid-by-us. While we have nearly 3 dozen paid engineers, more than half the code done in our project is from volunteers. - -And our booth reflects this too. last year, we had 15 people - 5 employees (who want to come anyway, being long time FOSS people), the rest volunteers. Half of those we sponsored with travel costs, as we want as many people to attend FOSDEM as possible! - -And we try to do that in a way that helps diversity in open source, mentoring through projects like Rails Girls Summer of Code and directly where we can. More than half the people we sponsored were women - and that's not because we gave them priority over men, but just because they made the best proposal and contributed most. Encouragement and mentoring works and we're very proud of that! Frank even donated the 20.000 euro he recently won in a prize to our Nextcloud Include diversity project - see nextcloud.com/include - -We work with loads of other open source and privacy projects. For example, the FSFE are good friends of us (they carry Nextcloud stickers and recommend us as part of their lovely "there is no cloud, only other people's computers" campaign) and of course we support, promote and get promoted by a wide variety of privacy projects like Cryptoparty (https://www.cryptoparty.in/learn/tools), and https://securedrop.org (Loïc Dachary gave a nice talk at the Nextcloud conference: https://www.youtube.com/watch?v=kE3l7mD44Is) - -As a company - we're picky about investors as we want the FOSS people to stay in control. We only took investment money from a co-founder of Red Hat, not from venture capital or real estate money etc. - -new_this_year: | - https://nextcloud.com/blog/nextcloud-hub-20-debuts-dashboard-unifies-search-and-notifications-integrates-with-other-technologies/ - -layout: stand ---- -Welcome to the Nextcloud Hub: Self-hosted, fully open-source file sync, collaboration & communication platform stand! diff --git a/content/stands/ntop.md b/content/stands/ntop.md new file mode 100644 index 0000000..a0fac86 --- /dev/null +++ b/content/stands/ntop.md @@ -0,0 +1,49 @@ +--- +description: ntop started as an opensource project in 1998 whose goal was to create + a simple yet effective web-based traffic monitoring platform. Many things have changed + since then, including the nature of the traffic being analyzed, operating systems + being run, and the way users interact with technologies. During this time, ntop + has evolved into a fully-fledged research company with many opensource projects + whose main spirit is still the original one, namely, to innovate network monitoring + using commodity hardware and freely available operating systems. +layout: stand +logo: stands/ntop/logo.png +new_this_year: "Since our last FOSDEM, ntopng has evolved along key dimensions:\r\n\ + \r\n- Input data. ntopng features the ability to receive and combine data from multiple,\ + \ heterogeneous sources. These sources include, but are not limited to, raw traffic\ + \ data, NetFlow and sFlow, firewalls and intrusion detection and prevention systems\ + \ such as Suricata.\r\n- Output data. Insights and intelligence data can be delivered\ + \ to multiple downstream recipients, including big-data stores (Elasticsearch),\ + \ messaging systems (Discord, Slack), email, and more.\r\n- External consumers.\ + \ A simple REST API exposes data to external consumers. This has paved the way for\ + \ the integration with Check MK, another popular opensource monitoring tool.\r\n\ + - Extensibility. Developers and community contributors can extend ntopng functionalities\ + \ by means of simple Lua scripts, that gets executed by ntopng.\r\n- Encrypted traffic\ + \ analysis. Encrypted TLS traffic is performed to provide insights into the nature\ + \ and security of monitored encrypted communications.\r\n- Behavior analyses. Heuristics\ + \ aim at detecting changes in normal and periodic traffic to detect new and possibly\ + \ suspicious host behaviors.\r\n\r\nFor this year, we expect ntopng to keep growing\ + \ and becoming more open to other opensource projects. Strong focus will be kept\ + \ on the security aspects of network monitoring, including behavioral and encrypted\ + \ traffic analyses. Finally, small agents are being built under the hood to be used\ + \ in combination with ntopng and to leverage its intelligence to block suspicious\ + \ traffic and prevent malicious activities to disrupt the whole network." +showcase: "ntop features many opensource projects freely available on GitHub. This\ + \ stand wants to showcase one of the most popular opensource software developed\ + \ by ntop, namely, ntopng. ntopng is a web-based traffic monitoring software that\ + \ combines and correlates raw traffic data with other information to effectively\ + \ provide network intelligence an actionable insights.\r\nntopng can be used in\ + \ heterogeneous environments, ranging from homes and small offices, to large distributed\ + \ enterprise and research networks. Just to give an example, a real-world use case\ + \ of ntopng to monitor a large research network was presented at FOSDEM 2020.\r\n\ + ntopng integrates the opensource Deep Packet Inspection library nDPI to inspect\ + \ the whole protocol stack, up to the layer-7. This allows ntopng to provide intelligence\ + \ and insights both on traditional network metrics as well as on security-specific\ + \ metrics such as indicators of compromise.\r\nIf you visit our stand, you will\ + \ have to opportunity to see quick demonstrations of ntopng in action and learn\ + \ how to deploy it." +themes: +- World wide web +title: ntop +website: https://www.ntop.org/ +--- \ No newline at end of file diff --git a/content/stands/ntop/ntop b/content/stands/ntop/ntop deleted file mode 100644 index 6cfd294..0000000 --- a/content/stands/ntop/ntop +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: ntop -themes: - - World wide web -website: https://www.ntop.org/ -logo: stands/ntop/logo.png -description: | - ntop started as an opensource project in 1998 whose goal was to create a simple yet effective web-based traffic monitoring platform. Many things have changed since then, including the nature of the traffic being analyzed, operating systems being run, and the way users interact with technologies. During this time, ntop has evolved into a fully-fledged research company with many opensource projects whose main spirit is still the original one, namely, to innovate network monitoring using commodity hardware and freely available operating systems. - -showcase: | - ntop features many opensource projects freely available on GitHub. This stand wants to showcase one of the most popular opensource software developed by ntop, namely, ntopng. ntopng is a web-based traffic monitoring software that combines and correlates raw traffic data with other information to effectively provide network intelligence an actionable insights. -ntopng can be used in heterogeneous environments, ranging from homes and small offices, to large distributed enterprise and research networks. Just to give an example, a real-world use case of ntopng to monitor a large research network was presented at FOSDEM 2020. -ntopng integrates the opensource Deep Packet Inspection library nDPI to inspect the whole protocol stack, up to the layer-7. This allows ntopng to provide intelligence and insights both on traditional network metrics as well as on security-specific metrics such as indicators of compromise. -If you visit our stand, you will have to opportunity to see quick demonstrations of ntopng in action and learn how to deploy it. - -new_this_year: | - Since our last FOSDEM, ntopng has evolved along key dimensions: - -- Input data. ntopng features the ability to receive and combine data from multiple, heterogeneous sources. These sources include, but are not limited to, raw traffic data, NetFlow and sFlow, firewalls and intrusion detection and prevention systems such as Suricata. -- Output data. Insights and intelligence data can be delivered to multiple downstream recipients, including big-data stores (Elasticsearch), messaging systems (Discord, Slack), email, and more. -- External consumers. A simple REST API exposes data to external consumers. This has paved the way for the integration with Check MK, another popular opensource monitoring tool. -- Extensibility. Developers and community contributors can extend ntopng functionalities by means of simple Lua scripts, that gets executed by ntopng. -- Encrypted traffic analysis. Encrypted TLS traffic is performed to provide insights into the nature and security of monitored encrypted communications. -- Behavior analyses. Heuristics aim at detecting changes in normal and periodic traffic to detect new and possibly suspicious host behaviors. - -For this year, we expect ntopng to keep growing and becoming more open to other opensource projects. Strong focus will be kept on the security aspects of network monitoring, including behavioral and encrypted traffic analyses. Finally, small agents are being built under the hood to be used in combination with ntopng and to leverage its intelligence to block suspicious traffic and prevent malicious activities to disrupt the whole network. - -layout: stand ---- -Welcome to the ntop stand! diff --git a/content/stands/onlyoffice.md b/content/stands/onlyoffice.md new file mode 100644 index 0000000..273f9cc --- /dev/null +++ b/content/stands/onlyoffice.md @@ -0,0 +1,58 @@ +--- +description: "ONLYOFFICE is an open-source project with the focus on advanced and\ + \ secure document processing. It offers a powerful office suite that comprises online\ + \ editors for text documents, spreadsheets and presentations compatible with OOXML,\ + \ ODF and other popular file formats. \r\nWith over 7 million users worldwide, ONLYOFFICE\ + \ is a proven innovator in the online office business. Built on a cutting-edge technology,\ + \ it provides users with a vast range of editing tools and collaborative features\ + \ ensuring greater team workflow and seamless work with complex formatting and objects.\ + \ \r\nONLYOFFICE Docs can be integrated with other open-source services and platforms,\ + \ as well as developers can extend the functionality of their own solutions.\r\n\ + Besides, ONLYOFFICE provides a collaboration platform with multiple productivity\ + \ tools such as document and project management, mail, CRM, calendars, chat, etc.\ + \ released under the Apache 2.0 license." +layout: stand +logo: stands/onlyoffice/logo.png +new_this_year: "In 2020, we made lots of useful enhancements in all ONLYOFFICE solutions.\ + \ \r\nFor more efficient collaboration, we implemented a new access permission -\ + \ Custom filter that allows hiding the data you don\u2019t want to show before sharing\ + \ your spreadsheet. Besides, Sheet View allows creating a filter that only changes\ + \ your view of the data, without affecting your collaborators.\r\nWith document\ + \ comparison, you are now able to quickly compare two docs and see differences between\ + \ them with revision marks, accept/reject/merge the changes.\r\nIn ONLYOFFICE Docs,\ + \ you will find new productivity features such as Pivot tables, conditional formatting\ + \ for viewing, mirror and gutter margins, slicers for formatted tables, endnotes\ + \ and cross-references, new plugins Zotero, Mendeley, Autocomplete, Telegram, HTML,\ + \ Word Count, Typograph, and much more.\r\nTo make ONLYOFFICE more secure, we added\ + \ storage encryption at rest and introduced Private Rooms, protected workplaces\ + \ where every symbol you type is encrypted using the unbreakable AES-256 algorithm,\ + \ even if you are co-editing documents with your teammates in real-time. For now,\ + \ it\u2019s the first version of ONLYOFFICE Private Rooms and we\u2019re planning\ + \ to further develop and improve it.\r\nWe presented ONLYOFFICE Groups released\ + \ under Apache 2.0 what allows modifying and distributing it without limitations.\ + \ It can be easily deployed in a few steps and integrated into any product ecosystem.\ + \ This makes ONLYOFFICE Groups an ideal solution for hosting providers who would\ + \ like to bring their customers the most complete in-browser collaboration platform.\r\ + \nAlong with multiple enhancements for the existing integrations, especially with\ + \ Nextcloud and ownCloud, the last year brought new connectors that allow integrating\ + \ ONLYOFFICE Docs with other platforms, namely for HumHub, Plone, and Nuxeo. \r\n\ + We\u2019re now working on multi-functional forms. And we don't talk about these\ + \ simple forms for making polls. Instead, we are creating a tool for working with\ + \ complex online documents that will allow quickly building any document template." +showcase: "2020 has been a challenging year for many of us. The pandemic spread sped\ + \ up the transition to remote work. And we at ONLYOFFICE understand how important\ + \ it is to combine our \u201Copen-source efforts\u201D to help distributed teams\ + \ all over the world stay connected and productive. Our goal is to make secure and\ + \ reliable open-source software available for everybody. \r\nCome join us and learn\ + \ about: \r\nONLYOFFICE Docs - powerful online editors for text documents, spreadsheets,\ + \ and presentations that can be used within any sync&share and DMS service or integrated\ + \ into your own solution (AGPL v.3).\r\nONLYOFFICE Groups - online collaboration\ + \ platform which comprises tools for managing documents, projects, customers, and\ + \ emails along with the admin panel for platform configuration (Apache 2.0).\r\n\ + ONLYOFFICE Workspace - a complete self-hosted solution for team management and collaboration\ + \ which includes ONLYOFFICE Docs, Groups, Mail Server and Talk." +themes: +- Office suites and productivity +title: ONLYOFFICE +website: https://www.onlyoffice.com/ +--- \ No newline at end of file diff --git a/content/stands/onlyoffice/onlyoffice b/content/stands/onlyoffice/onlyoffice deleted file mode 100644 index 24c0ea0..0000000 --- a/content/stands/onlyoffice/onlyoffice +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: ONLYOFFICE -themes: - - Office suites and productivity -website: https://www.onlyoffice.com/ -logo: stands/onlyoffice/logo.png -description: | - ONLYOFFICE is an open-source project with the focus on advanced and secure document processing. It offers a powerful office suite that comprises online editors for text documents, spreadsheets and presentations compatible with OOXML, ODF and other popular file formats. -With over 7 million users worldwide, ONLYOFFICE is a proven innovator in the online office business. Built on a cutting-edge technology, it provides users with a vast range of editing tools and collaborative features ensuring greater team workflow and seamless work with complex formatting and objects. -ONLYOFFICE Docs can be integrated with other open-source services and platforms, as well as developers can extend the functionality of their own solutions. -Besides, ONLYOFFICE provides a collaboration platform with multiple productivity tools such as document and project management, mail, CRM, calendars, chat, etc. released under the Apache 2.0 license. - -showcase: | - 2020 has been a challenging year for many of us. The pandemic spread sped up the transition to remote work. And we at ONLYOFFICE understand how important it is to combine our “open-source efforts” to help distributed teams all over the world stay connected and productive. Our goal is to make secure and reliable open-source software available for everybody. -Come join us and learn about: -ONLYOFFICE Docs - powerful online editors for text documents, spreadsheets, and presentations that can be used within any sync&share and DMS service or integrated into your own solution (AGPL v.3). -ONLYOFFICE Groups - online collaboration platform which comprises tools for managing documents, projects, customers, and emails along with the admin panel for platform configuration (Apache 2.0). -ONLYOFFICE Workspace - a complete self-hosted solution for team management and collaboration which includes ONLYOFFICE Docs, Groups, Mail Server and Talk. - -new_this_year: | - In 2020, we made lots of useful enhancements in all ONLYOFFICE solutions. -For more efficient collaboration, we implemented a new access permission - Custom filter that allows hiding the data you don’t want to show before sharing your spreadsheet. Besides, Sheet View allows creating a filter that only changes your view of the data, without affecting your collaborators. -With document comparison, you are now able to quickly compare two docs and see differences between them with revision marks, accept/reject/merge the changes. -In ONLYOFFICE Docs, you will find new productivity features such as Pivot tables, conditional formatting for viewing, mirror and gutter margins, slicers for formatted tables, endnotes and cross-references, new plugins Zotero, Mendeley, Autocomplete, Telegram, HTML, Word Count, Typograph, and much more. -To make ONLYOFFICE more secure, we added storage encryption at rest and introduced Private Rooms, protected workplaces where every symbol you type is encrypted using the unbreakable AES-256 algorithm, even if you are co-editing documents with your teammates in real-time. For now, it’s the first version of ONLYOFFICE Private Rooms and we’re planning to further develop and improve it. -We presented ONLYOFFICE Groups released under Apache 2.0 what allows modifying and distributing it without limitations. It can be easily deployed in a few steps and integrated into any product ecosystem. This makes ONLYOFFICE Groups an ideal solution for hosting providers who would like to bring their customers the most complete in-browser collaboration platform. -Along with multiple enhancements for the existing integrations, especially with Nextcloud and ownCloud, the last year brought new connectors that allow integrating ONLYOFFICE Docs with other platforms, namely for HumHub, Plone, and Nuxeo. -We’re now working on multi-functional forms. And we don't talk about these simple forms for making polls. Instead, we are creating a tool for working with complex online documents that will allow quickly building any document template. - -layout: stand ---- -Welcome to the ONLYOFFICE stand! diff --git a/content/stands/open_source_initiative.md b/content/stands/open_source_initiative.md new file mode 100644 index 0000000..d458394 --- /dev/null +++ b/content/stands/open_source_initiative.md @@ -0,0 +1,41 @@ +--- +description: "Our mission:\r\nThe Open Source Initiative (OSI) is a non-profit corporation\ + \ with global scope formed to educate about and advocate for the benefits of open\ + \ source and to build bridges among different constituencies in the open source\ + \ community.\r\n\r\nOpen source enables a development method for software that harnesses\ + \ the power of distributed peer review and transparency of process. The promise\ + \ of open source is higher quality, better reliability, greater flexibility, lower\ + \ cost, and an end to predatory vendor lock-in.\r\n\r\nOne of our most important\ + \ activities is as a standards body, maintaining the Open Source Definition for\ + \ the good of the community. The Open Source Initiative Approved License trademark\ + \ and program creates a nexus of trust around which developers, users, corporations\ + \ and governments can organize open source cooperation." +layout: stand +logo: stands/open_source_initiative/logo.png +new_this_year: "Our goals for the upcoming year: \r\n\r\n* Create more opportunities\ + \ for people to make their voices heard and get involved with the process, by convening\ + \ Working Groups and Advisory Boards to work in concert with our Committees.\r\n\ + * Develop a communications plan and capabilities in order to be responsive to community\ + \ developments, as well as lead and facilitate emerging conversations.\r\n* Invest\ + \ in an updated Code of Conduct and moderation tools.\r\n* Continue investing in\ + \ documentation in service of transparency.\r\n* Continue targeted recruitment in\ + \ service of representation.\r\n* Bring more organizations in to our Affiliate Program.\r\ + \n* Hire an Executive Director to lead the OSI. \r\n* Hire additional staff to support\ + \ the ED." +showcase: "The Open Source Initiative (OSI) is a non-profit corporation with global\ + \ scope formed to educate about and advocate for the benefits of open source and\ + \ to build bridges among different constituencies in the open source community.\ + \ We always want to hear from the community!\r\n\r\nWe're particularly looking forward\ + \ to talking with people about what they think open source needs in the next year.\ + \ We're also excited to talk with folks about our plans to grow our organization,\ + \ especially ensuring that the conversations around open source community building\ + \ are truly global in scope. \r\n\r\nThis year is a big growth year for us. We are\ + \ looking at new ways to connect, new ways to support open source and new strategies\ + \ for including more people in the global open source community. We'd love to hear\ + \ what you've been thinking about and what conversations you'd like to see the Open\ + \ Source Initiative working to convene." +themes: +- Community advocacy +title: Open Source Initiative +website: https://opensource.org/ +--- \ No newline at end of file diff --git a/content/stands/open_source_initiative/open_source_initiative b/content/stands/open_source_initiative/open_source_initiative deleted file mode 100644 index bfa677e..0000000 --- a/content/stands/open_source_initiative/open_source_initiative +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Open Source Initiative -themes: - - Community advocacy -website: https://opensource.org/ -logo: stands/open source initiative/logo.png -description: | - Our mission: -The Open Source Initiative (OSI) is a non-profit corporation with global scope formed to educate about and advocate for the benefits of open source and to build bridges among different constituencies in the open source community. - -Open source enables a development method for software that harnesses the power of distributed peer review and transparency of process. The promise of open source is higher quality, better reliability, greater flexibility, lower cost, and an end to predatory vendor lock-in. - -One of our most important activities is as a standards body, maintaining the Open Source Definition for the good of the community. The Open Source Initiative Approved License trademark and program creates a nexus of trust around which developers, users, corporations and governments can organize open source cooperation. - -showcase: | - The Open Source Initiative (OSI) is a non-profit corporation with global scope formed to educate about and advocate for the benefits of open source and to build bridges among different constituencies in the open source community. We always want to hear from the community! - -We're particularly looking forward to talking with people about what they think open source needs in the next year. We're also excited to talk with folks about our plans to grow our organization, especially ensuring that the conversations around open source community building are truly global in scope. - -This year is a big growth year for us. We are looking at new ways to connect, new ways to support open source and new strategies for including more people in the global open source community. We'd love to hear what you've been thinking about and what conversations you'd like to see the Open Source Initiative working to convene. - -new_this_year: | - Our goals for the upcoming year: - -* Create more opportunities for people to make their voices heard and get involved with the process, by convening Working Groups and Advisory Boards to work in concert with our Committees. -* Develop a communications plan and capabilities in order to be responsive to community developments, as well as lead and facilitate emerging conversations. -* Invest in an updated Code of Conduct and moderation tools. -* Continue investing in documentation in service of transparency. -* Continue targeted recruitment in service of representation. -* Bring more organizations in to our Affiliate Program. -* Hire an Executive Director to lead the OSI. -* Hire additional staff to support the ED. - -layout: stand ---- -Welcome to the Open Source Initiative stand! diff --git a/content/stands/openembedded.md b/content/stands/openembedded.md new file mode 100644 index 0000000..ff811bc --- /dev/null +++ b/content/stands/openembedded.md @@ -0,0 +1,52 @@ +--- +description: "OpenEmbedded provides a build environment for cross-compilation, packaging\ + \ and creation of images for Linux-based embedded systems.\r\n\r\nOpenEmbedded supports\ + \ building a wide variety of software and includes support for various popular programming\ + \ languages such as C, C++, Perl, Python, Java, C# (Mono), Rust, Go and more.\r\n\ + \r\nPopular projects that use OpenEmbedded at their core include the Yocto Project,\ + \ Gumstix, WebOS, Beagleboard/Pandaboard, etc. We also support building images for\ + \ common single board computers such as the Raspberry Pi." +layout: stand +logo: stands/openembedded/logo.png +new_this_year: "Since FOSDEM 2020, the OpenEmbedded project has made two major releases\ + \ on our usual 6-month schedule, \"dunfell\" in April and \"gatesgarth\" in November,\ + \ along with several minor maintenance releases to fix bugs and security issues\ + \ in upstream projects. Working with Yocto Project, the \"dunfell\" release is our\ + \ first Long Term Support (LTS) release which will be maintained for at least 2\ + \ years from the initial release date. The \"dunfell\" release included major improvements\ + \ to reproducible builds, the hash equivalence server and other key project features.\ + \ This was also our first release to be entirely free of obsolete Python 2 dependencies\ + \ within the core metadata (although Python 2 support continues to be available\ + \ via the meta-python2 layer). Our most recent release includes support for GCC\ + \ 10, Linux 5.8, glibc 2.32 as well as around 245 other recipe upgrades and represents\ + \ the work of over 170 contributors to the project. Support for new programming\ + \ languages such as Rust and new target architectures such as RISCV continues to\ + \ improve.\r\n\r\nThe project is currently working towards the next release codenamed\ + \ \"hardknott\" which is scheduled for April 2021. Further improvements are expected\ + \ to the build reproducibility, autobuilder, hash equivalency service and security\ + \ processes. We're also working on bringing full support for Rust into the core\ + \ metadata. A new locked sstate feature is being planned which if successfully integrated\ + \ will allow improvements to the extensible SDK and enable better use of sstate\ + \ mirrors to accelerate builds. The regular process of upgrading recipes continues\ + \ as ever, with support for the new Linux 5.10 LTS release expected to land in our\ + \ master branch before FOSDEM 2021." +showcase: "The OpenEmbedded project allows you to build a fully customised Embedded\ + \ Linux distribution for a wide variety of target hardware and applications. Each\ + \ package is cross-compiled from source with many configuration options exposed\ + \ allowing you to perform any level of fine tuning you desire. As well as producing\ + \ ready-to-use images which can be copied to SD card, flash memory or other appropriate\ + \ storage and booted on the target device, with OpenEmbedded you can maintain custom\ + \ package feeds and other artifacts enabling direct or over-the-air (OTA) update\ + \ of the software on your device after installation. OpenEmbedded also supports\ + \ building Docker-compatible container images with license compliance tooling and\ + \ reproducibility which can't be found when creating images via a Dockerfile.\r\n\ + \r\nOur virtual stand this year will showcase some of the third-party hardware which\ + \ is supported by OpenEmbedded as well as some of the applications you can build\ + \ and deploy. We'll show you how to get started with the project and where to find\ + \ our community online. Various developers and users within our community will be\ + \ hosting the stand at different times so feel free to drop by and say hello!" +themes: +- IoT +title: OpenEmbedded +website: https://www.openembedded.org/wiki/Main_Page +--- \ No newline at end of file diff --git a/content/stands/openembedded/openembedded b/content/stands/openembedded/openembedded deleted file mode 100644 index d0cce28..0000000 --- a/content/stands/openembedded/openembedded +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: OpenEmbedded -themes: - - IoT -website: https://www.openembedded.org/wiki/Main_Page -logo: stands/openembedded/logo.png -description: | - OpenEmbedded provides a build environment for cross-compilation, packaging and creation of images for Linux-based embedded systems. - -OpenEmbedded supports building a wide variety of software and includes support for various popular programming languages such as C, C++, Perl, Python, Java, C# (Mono), Rust, Go and more. - -Popular projects that use OpenEmbedded at their core include the Yocto Project, Gumstix, WebOS, Beagleboard/Pandaboard, etc. We also support building images for common single board computers such as the Raspberry Pi. - -showcase: | - The OpenEmbedded project allows you to build a fully customised Embedded Linux distribution for a wide variety of target hardware and applications. Each package is cross-compiled from source with many configuration options exposed allowing you to perform any level of fine tuning you desire. As well as producing ready-to-use images which can be copied to SD card, flash memory or other appropriate storage and booted on the target device, with OpenEmbedded you can maintain custom package feeds and other artifacts enabling direct or over-the-air (OTA) update of the software on your device after installation. OpenEmbedded also supports building Docker-compatible container images with license compliance tooling and reproducibility which can't be found when creating images via a Dockerfile. - -Our virtual stand this year will showcase some of the third-party hardware which is supported by OpenEmbedded as well as some of the applications you can build and deploy. We'll show you how to get started with the project and where to find our community online. Various developers and users within our community will be hosting the stand at different times so feel free to drop by and say hello! - -new_this_year: | - Since FOSDEM 2020, the OpenEmbedded project has made two major releases on our usual 6-month schedule, "dunfell" in April and "gatesgarth" in November, along with several minor maintenance releases to fix bugs and security issues in upstream projects. Working with Yocto Project, the "dunfell" release is our first Long Term Support (LTS) release which will be maintained for at least 2 years from the initial release date. The "dunfell" release included major improvements to reproducible builds, the hash equivalence server and other key project features. This was also our first release to be entirely free of obsolete Python 2 dependencies within the core metadata (although Python 2 support continues to be available via the meta-python2 layer). Our most recent release includes support for GCC 10, Linux 5.8, glibc 2.32 as well as around 245 other recipe upgrades and represents the work of over 170 contributors to the project. Support for new programming languages such as Rust and new target architectures such as RISCV continues to improve. - -The project is currently working towards the next release codenamed "hardknott" which is scheduled for April 2021. Further improvements are expected to the build reproducibility, autobuilder, hash equivalency service and security processes. We're also working on bringing full support for Rust into the core metadata. A new locked sstate feature is being planned which if successfully integrated will allow improvements to the extensible SDK and enable better use of sstate mirrors to accelerate builds. The regular process of upgrading recipes continues as ever, with support for the new Linux 5.10 LTS release expected to land in our master branch before FOSDEM 2021. - -layout: stand ---- -Welcome to the OpenEmbedded stand! diff --git a/content/stands/openharmony_project.md b/content/stands/openharmony_project.md new file mode 100644 index 0000000..249c22c --- /dev/null +++ b/content/stands/openharmony_project.md @@ -0,0 +1,27 @@ +--- +description: 'The OpenHarmony project aims at a new way of conceiving consumer devices + and their use, starting from a great assumption: transcending the physical and conceptual + perimeters historically linked to what an operating system can do. In fact, relegating + OpenHarmony to a mere OS is an understatement, and the storytelling behind it clearly + defines the horizon of IoT, Artificial Intelligence and connectivity that makes + it an essential technological trait-d''union.' +layout: stand +logo: stands/openharmony_project/logo.png +new_this_year: We ended 2020 speaking at ElipseCon2020 and at SFScon20, 2021 is going + to be the first year at FOSDEM for us and what a better way than to present a revolutionary + project like OpenHarmony to one of the biggest tech audiences in Europe. +showcase: This is a new era and we want to let people to be involved in this new project + and build the OpenHarmony journey together. That's why joining our stand will let + people deep dive in our mission, project breath, see the innovative code of OpenHarmony, + talk directly with our experts via the chatroom facility Freenode IRC and get to + know the community already onboard, that have already embraced the OpenHarmony project. + Huawei knows the importance of Europe, as one of the most relevant stages, in building + world class and truly global open source projects. That's why Open Harmony overseas + is managed by an EMEA team, working in the Open Source Technology Center, a strategic + and technological hub based in Europe with the aim of increasing our contributions + to open source projects and initiatives among the European stage. +themes: +- Operating systems +title: OpenHarmony Project +website: https://www.ostc-eu.org +--- \ No newline at end of file diff --git a/content/stands/openharmony_project/openharmony_project b/content/stands/openharmony_project/openharmony_project deleted file mode 100644 index 9649e05..0000000 --- a/content/stands/openharmony_project/openharmony_project +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: OpenHarmony Project -themes: - - Operating systems -website: https://www.ostc-eu.org -logo: stands/openharmony project/logo.png -description: | - The OpenHarmony project aims at a new way of conceiving consumer devices and their use, starting from a great assumption: transcending the physical and conceptual perimeters historically linked to what an operating system can do. In fact, relegating OpenHarmony to a mere OS is an understatement, and the storytelling behind it clearly defines the horizon of IoT, Artificial Intelligence and connectivity that makes it an essential technological trait-d'union. - -showcase: | - This is a new era and we want to let people to be involved in this new project and build the OpenHarmony journey together. That's why joining our stand will let people deep dive in our mission, project breath, see the innovative code of OpenHarmony, talk directly with our experts via the chatroom facility Freenode IRC and get to know the community already onboard, that have already embraced the OpenHarmony project. Huawei knows the importance of Europe, as one of the most relevant stages, in building world class and truly global open source projects. That's why Open Harmony overseas is managed by an EMEA team, working in the Open Source Technology Center, a strategic and technological hub based in Europe with the aim of increasing our contributions to open source projects and initiatives among the European stage. - -new_this_year: | - We ended 2020 speaking at ElipseCon2020 and at SFScon20, 2021 is going to be the first year at FOSDEM for us and what a better way than to present a revolutionary project like OpenHarmony to one of the biggest tech audiences in Europe. - -layout: stand ---- -Welcome to the OpenHarmony Project stand! diff --git a/content/stands/openmandriva.md b/content/stands/openmandriva.md new file mode 100644 index 0000000..b567575 --- /dev/null +++ b/content/stands/openmandriva.md @@ -0,0 +1,36 @@ +--- +description: "OpenMandriva is a 100% community controlled Linux distribution.\r\n\ + With (as of December 2020) Plasma 5.20.4, KDE Frameworks 5.77, Qt 5.12.2 and LibreOffice\ + \ 7.1, it is one of the most current distributions available.\r\nOpenMandriva was\ + \ the first Linux distribution to switch to a clang based toolchain. In the current\ + \ version, even the kernel is built with clang 11.\r\nWhile the primary focus of\ + \ OpenMandriva is on the desktop, its repositories also contain a state of the art\ + \ server stack." +layout: stand +logo: stands/openmandriva/logo.png +new_this_year: "OpenMandriva has come a long way in porting to new hardware: In addition\ + \ to the traditional x86_64 distribution and the extra version optimized specifically\ + \ for AMD Ryzen processors, OpenMandriva now runs on Pinebook Pro, Cubox Pulse,\ + \ various ARM devboards, and UEFI capable Aarch64 servers. A phone stack running\ + \ on PinePhone is in the works (and ready for initial use). A RISC-V port is also\ + \ in the works (presently running in qemu) and should be ready for daily use shortly\ + \ after we can get our hands on Hifive Unmatched boards.\r\nWith the 4.2 release\ + \ done, our main focus has moved to 5.0 - which will bring many improvements to\ + \ the core system, such as making crosscompiling and targeting multiple architectures\ + \ easier than ever." +showcase: "OpenMandriva is aiming at being easy to get into for newbies, while being\ + \ one of the most innovative distributions for developers. We were the first to\ + \ switch to the clang toolchain, and are working on new interesting developer features\ + \ for our 5.0 release.\r\nOpenMandriva can work on x86_64 systems as well as aarch64\ + \ (not sharing some other distributions' limitation to UEFI compliant aarch64 server\ + \ platforms), and can run as a desktop, workstation, server, or - since the advent\ + \ of OpenMandriva on PinePhone - smartphone.\r\nYou may want to pay us a visit if\ + \ you're interested in getting into Linux or you're looking for a project that can\ + \ use your help as a volunteer.\r\n\r\nOpenMandriva is not based on any other distribution.\ + \ Contributors who are so inclined can do more than just submit a new theme or add\ + \ an extra package." +themes: +- Operating systems +title: OpenMandriva +website: http://openmandriva.org/ +--- \ No newline at end of file diff --git a/content/stands/openmandriva/openmandriva b/content/stands/openmandriva/openmandriva deleted file mode 100644 index ad0de11..0000000 --- a/content/stands/openmandriva/openmandriva +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: OpenMandriva -themes: - - Operating systems -website: http://openmandriva.org/ -logo: stands/openmandriva/logo.png -description: | - OpenMandriva is a 100% community controlled Linux distribution. -With (as of December 2020) Plasma 5.20.4, KDE Frameworks 5.77, Qt 5.12.2 and LibreOffice 7.1, it is one of the most current distributions available. -OpenMandriva was the first Linux distribution to switch to a clang based toolchain. In the current version, even the kernel is built with clang 11. -While the primary focus of OpenMandriva is on the desktop, its repositories also contain a state of the art server stack. - -showcase: | - OpenMandriva is aiming at being easy to get into for newbies, while being one of the most innovative distributions for developers. We were the first to switch to the clang toolchain, and are working on new interesting developer features for our 5.0 release. -OpenMandriva can work on x86_64 systems as well as aarch64 (not sharing some other distributions' limitation to UEFI compliant aarch64 server platforms), and can run as a desktop, workstation, server, or - since the advent of OpenMandriva on PinePhone - smartphone. -You may want to pay us a visit if you're interested in getting into Linux or you're looking for a project that can use your help as a volunteer. - -OpenMandriva is not based on any other distribution. Contributors who are so inclined can do more than just submit a new theme or add an extra package. - -new_this_year: | - OpenMandriva has come a long way in porting to new hardware: In addition to the traditional x86_64 distribution and the extra version optimized specifically for AMD Ryzen processors, OpenMandriva now runs on Pinebook Pro, Cubox Pulse, various ARM devboards, and UEFI capable Aarch64 servers. A phone stack running on PinePhone is in the works (and ready for initial use). A RISC-V port is also in the works (presently running in qemu) and should be ready for daily use shortly after we can get our hands on Hifive Unmatched boards. -With the 4.2 release done, our main focus has moved to 5.0 - which will bring many improvements to the core system, such as making crosscompiling and targeting multiple architectures easier than ever. - -layout: stand ---- -Welcome to the OpenMandriva stand! diff --git a/content/stands/opentap.md b/content/stands/opentap.md new file mode 100644 index 0000000..045e6b6 --- /dev/null +++ b/content/stands/opentap.md @@ -0,0 +1,35 @@ +--- +description: "OpenTAP is an open-source project focused on test automation. \r\nOpenTAP\ + \ is the core sequencer of a commercial Test Automation product (KS8400A) from Keysight\ + \ Technologies. KS8400 is widely used in the industry for automating anything related\ + \ to Test and Measurement instruments. The project started as a closed source commercial\ + \ project and evolved into an open-source project thanks to FOSDEM and the insight\ + \ the conference provided to the OpenTAP team.\r\nToday, OpenTAP (and the associated\ + \ plugins which can be open source or closed source, free or available as products)\ + \ is used in many different Test and Measurement solutions to provide easy automation.\ + \ OpenTAP use spans from R&D test automation (e.g., a baseband IC, an RF IC) to\ + \ large manufacturing line of electronic devices (from simple components to fully\ + \ build systems). \r\n\r\nOur Mission\r\nA test automation solution built on simplicity,\ + \ scalability, and speed that improves the world.\r\n\r\nOur Vision\r\nTo make automation\ + \ easier and accessible for all. We love to experiment and innovate, and we invite\ + \ you to do the same with OpenTAP.\r\nWorking together, we will inspire and teach\ + \ one another better ways to automate." +layout: stand +logo: stands/opentap/logo.png +new_this_year: "- OpenTAP had multiple releases since last year\r\n- we have more\ + \ plugins developed by the community members:;\r\n * OpenStack HEAT\r\n \ + \ * TUI (Textual Users Interface)\r\n * ...\r\n- the community has grown\ + \ as well, reasonably\r\n- we grew the cloud-native automation portion. We now have\ + \ a cloud-native version with test step edition and campaign manager, not yet released\ + \ but presentable\r\n- we are now looking into SoC (System On Chip) test automation\r\ + \n- launched a forum\r\n- many new features in the project" +showcase: "- To learn about OpenTAP\r\n- To get concrete example of where OpenTAP\ + \ is used\r\n- To discuss where OpenTAP could be used for the visitor's application\ + \ and needs\r\n- Any general OpenTAP question or discussion\r\n\r\nwe intend to\ + \ offer virtual freebies:\r\n- Visitors can apply to win a free complimentary seat\ + \ at the ETS 2021 conference (Virtual event in May: https://ets2021.eu/ )" +themes: +- Community advocacy +title: OpenTAP +website: http://www.opentap.io +--- \ No newline at end of file diff --git a/content/stands/opentap/opentap b/content/stands/opentap/opentap deleted file mode 100644 index 3dd9cd7..0000000 --- a/content/stands/opentap/opentap +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: OpenTAP -themes: - - Community advocacy -website: http://www.opentap.io -logo: stands/opentap/logo.png -description: | - OpenTAP is an open-source project focused on test automation. -OpenTAP is the core sequencer of a commercial Test Automation product (KS8400A) from Keysight Technologies. KS8400 is widely used in the industry for automating anything related to Test and Measurement instruments. The project started as a closed source commercial project and evolved into an open-source project thanks to FOSDEM and the insight the conference provided to the OpenTAP team. -Today, OpenTAP (and the associated plugins which can be open source or closed source, free or available as products) is used in many different Test and Measurement solutions to provide easy automation. OpenTAP use spans from R&D test automation (e.g., a baseband IC, an RF IC) to large manufacturing line of electronic devices (from simple components to fully build systems). - -Our Mission -A test automation solution built on simplicity, scalability, and speed that improves the world. - -Our Vision -To make automation easier and accessible for all. We love to experiment and innovate, and we invite you to do the same with OpenTAP. -Working together, we will inspire and teach one another better ways to automate. - -showcase: | - - To learn about OpenTAP -- To get concrete example of where OpenTAP is used -- To discuss where OpenTAP could be used for the visitor's application and needs -- Any general OpenTAP question or discussion - -we intend to offer virtual freebies: -- Visitors can apply to win a free complimentary seat at the ETS 2021 conference (Virtual event in May: https://ets2021.eu/ ) - -new_this_year: | - - OpenTAP had multiple releases since last year -- we have more plugins developed by the community members:; - * OpenStack HEAT - * TUI (Textual Users Interface) - * ... -- the community has grown as well, reasonably -- we grew the cloud-native automation portion. We now have a cloud-native version with test step edition and campaign manager, not yet released but presentable -- we are now looking into SoC (System On Chip) test automation -- launched a forum -- many new features in the project - -layout: stand ---- -Welcome to the OpenTAP stand! diff --git a/content/stands/openuk.md b/content/stands/openuk.md new file mode 100644 index 0000000..eded500 --- /dev/null +++ b/content/stands/openuk.md @@ -0,0 +1,33 @@ +--- +description: The UK industry body and advocacy group for Open Technology, being open + source software, open hardware and open data. All of our activities sit in 3 pillars, + Community, Legal and Policy and Learning. +layout: stand +logo: stands/openuk/logo.png +new_this_year: "We hosted our first OpenUK Awards in 2020, with 85 entries and 6 amazing\ + \ winners, promoting UK leadership in open technology\r\nhttps://openuk.uk/awards/\r\ + \nOur Learning team developed the OpenUK Kids course, camp and competition with\ + \ the support of Double Grammy Award winning singer Imogen Heap.\r\nopenuk.uk/openkidscamp\r\ + \nOpenUK's legal and policy team submitted an amicus brief in Google v Oracle, supporting\ + \ open source and being the only non US organisation to do so, we were recognised\ + \ by OSOR as the UK actor in Open Source and supported their Country Intelligence\ + \ report for the UK https://joinup.ec.europa.eu/sites/default/files/inline-files/OSS%20Country%20Intelligence%20Factsheet_UK_0.pdf\r\ + \nWe responded to EU and UK legislation consultations\r\nWe featured across the\ + \ technology press influencing adoption of Open and making the UK a better place\ + \ to do open on and in\r\nWe launched our Supporter offering, giving community the\ + \ ability to elect our Board in the future\r\nhttps://openuk.uk/become-a-supporter/\r\ + \nWe have launched our first cohort of Community Ambassadors in January 2021\r\n\ + https://openuk.uk/ambassadors\r\nWe started 2021 by recognising 100 UK Influencers\ + \ in Open technology\r\nhttps://openuk.uk/2021HonoursList" +showcase: "OpenUK is a unique organisation and advocacy group for Open\r\nWhilst working\ + \ to develop UK leadership in Open Technology\r\n- the 3 opens, open source software,\ + \ open hardware and open data\r\nIt promotes global collaboration and working with\ + \ our colleagues outside of the UK\r\nOur projects sit under 3 pillars\r\n- Community\r\ + \n- Legal and Policy\r\n- Learning\r\nLearn more about our awards, kids course,\ + \ camp and competition and policy activities and much much more\r\nJoin us, sponsor\ + \ us and participate in our activities for free" +themes: +- Community advocacy +title: OpenUK +website: https://openuk.uk +--- \ No newline at end of file diff --git a/content/stands/openuk/openuk b/content/stands/openuk/openuk deleted file mode 100644 index 816a370..0000000 --- a/content/stands/openuk/openuk +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: OpenUK -themes: - - Community advocacy -website: https://openuk.uk -logo: stands/openuk/logo.png -description: | - The UK industry body and advocacy group for Open Technology, being open source software, open hardware and open data. All of our activities sit in 3 pillars, Community, Legal and Policy and Learning. - -showcase: | - OpenUK is a unique organisation and advocacy group for Open -Whilst working to develop UK leadership in Open Technology -- the 3 opens, open source software, open hardware and open data -It promotes global collaboration and working with our colleagues outside of the UK -Our projects sit under 3 pillars -- Community -- Legal and Policy -- Learning -Learn more about our awards, kids course, camp and competition and policy activities and much much more -Join us, sponsor us and participate in our activities for free - -new_this_year: | - We hosted our first OpenUK Awards in 2020, with 85 entries and 6 amazing winners, promoting UK leadership in open technology -https://openuk.uk/awards/ -Our Learning team developed the OpenUK Kids course, camp and competition with the support of Double Grammy Award winning singer Imogen Heap. -openuk.uk/openkidscamp -OpenUK's legal and policy team submitted an amicus brief in Google v Oracle, supporting open source and being the only non US organisation to do so, we were recognised by OSOR as the UK actor in Open Source and supported their Country Intelligence report for the UK https://joinup.ec.europa.eu/sites/default/files/inline-files/OSS%20Country%20Intelligence%20Factsheet_UK_0.pdf -We responded to EU and UK legislation consultations -We featured across the technology press influencing adoption of Open and making the UK a better place to do open on and in -We launched our Supporter offering, giving community the ability to elect our Board in the future -https://openuk.uk/become-a-supporter/ -We have launched our first cohort of Community Ambassadors in January 2021 -https://openuk.uk/ambassadors -We started 2021 by recognising 100 UK Influencers in Open technology -https://openuk.uk/2021HonoursList - -layout: stand ---- -Welcome to the OpenUK stand! diff --git a/content/stands/openwifi.md b/content/stands/openwifi.md new file mode 100644 index 0000000..8172be8 --- /dev/null +++ b/content/stands/openwifi.md @@ -0,0 +1,39 @@ +--- +description: "openwifi: opensource WiFi chip!\r\n\r\nFeatures:\r\n802.11a/g/n\r\n\ + 20MHz bandwidth; 70 MHz to 6 GHz frequency range\r\nMode tested: Ad-hoc; Station;\ + \ AP, Monitor\r\nDCF (CSMA/CA) low MAC layer in FPGA (10us SIFS is achieved)\r\n\ + Configurable channel access priority parameters:\r\n duration of RTS/CTS, CTS-to-self\r\ + \n SIFS/DIFS/xIFS/slot-time/CW/etc\r\nTime slicing based on MAC address\r\nEasy\ + \ to change bandwidth and frequency:\r\n 2MHz for 802.11ah in sub-GHz\r\n \ + \ 10MHz for 802.11p/vehicle in 5.9GHz\r\nCSI (Channel State Information, freq offset,\ + \ equalizer to computer)\r\nIQ capture (real-time AGC, RSSI, IQ sample to computer)\r\ + \nOn roadmap: 802.11ax" +layout: stand +logo: stands/openwifi/logo.png +new_this_year: "1. Port the design from a single type of board to 6 types of boards!\ + \ From high end (expensive) to low end (cheap for entry)\r\n2. Low latency ping:\ + \ 200~300us round trip.\r\n3. Important improvement on stability and performance.\r\ + \n4. Increase the packet queue from 2 to 4 in FPGA, meet the Linux mac80211 requirement/assumption\ + \ better.\r\n5. Channel estimation and bug fix on the OFDM receiver. Better reception\ + \ performance.\r\n6. CSI (Channel State Information) interface to Linux. And it\ + \ doesn't affect normal WiFi communication.\r\n7. IQ sample interface to Linux.\ + \ And it doesn't affect normal WiFi communication.\r\n8. Low cost SDR openwifi dongle\ + \ (<100usd) and chip tape out plan are under preparation. Stay tuned!" +showcase: "All of those opensource hardware projects are focusing on the CPU side:\r\ + \nRISC-V, all kinds of open CPU cores, Raspberry PI, xxxx PI, PINE64, openWRT, AI/machine-learning\ + \ accelerators.\r\nHowever the radio connectivity part of those opensource hardware\ + \ boards are still from black-box silicon (commercial chips, like WiFi chips from\ + \ big companies).\r\nOpenwifi project, which was announced in the last FOSDEM, is\ + \ the first attempt to build an opensource chip in the radio connectivity domain!\r\ + \nNow we have tested the design on the FPGA development board (SDR -- Software Defined\ + \ Radio), and it works well in the real world scenario. Meanwhile we also add some\ + \ unique features that commercial chips don't have.\r\n\r\nWe hope more people can\ + \ come and think about the opensource activity in the radio chip domain, and invest\ + \ more in this domain!\r\n\r\nWe are also eager to hear from people about the idea\ + \ (under internal preparation): Low cost SDR openwifi dongle (<100usd) and chip\ + \ tape out plan." +themes: +- Hardware +title: openwifi +website: https://github.com/open-sdr/openwifi +--- \ No newline at end of file diff --git a/content/stands/openwifi/openwifi b/content/stands/openwifi/openwifi deleted file mode 100644 index 6890b51..0000000 --- a/content/stands/openwifi/openwifi +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: openwifi -themes: - - Hardware -website: https://github.com/open-sdr/openwifi -logo: stands/openwifi/logo.png -description: | - openwifi: opensource WiFi chip! - -Features: -802.11a/g/n -20MHz bandwidth; 70 MHz to 6 GHz frequency range -Mode tested: Ad-hoc; Station; AP, Monitor -DCF (CSMA/CA) low MAC layer in FPGA (10us SIFS is achieved) -Configurable channel access priority parameters: - duration of RTS/CTS, CTS-to-self - SIFS/DIFS/xIFS/slot-time/CW/etc -Time slicing based on MAC address -Easy to change bandwidth and frequency: - 2MHz for 802.11ah in sub-GHz - 10MHz for 802.11p/vehicle in 5.9GHz -CSI (Channel State Information, freq offset, equalizer to computer) -IQ capture (real-time AGC, RSSI, IQ sample to computer) -On roadmap: 802.11ax - -showcase: | - All of those opensource hardware projects are focusing on the CPU side: -RISC-V, all kinds of open CPU cores, Raspberry PI, xxxx PI, PINE64, openWRT, AI/machine-learning accelerators. -However the radio connectivity part of those opensource hardware boards are still from black-box silicon (commercial chips, like WiFi chips from big companies). -Openwifi project, which was announced in the last FOSDEM, is the first attempt to build an opensource chip in the radio connectivity domain! -Now we have tested the design on the FPGA development board (SDR -- Software Defined Radio), and it works well in the real world scenario. Meanwhile we also add some unique features that commercial chips don't have. - -We hope more people can come and think about the opensource activity in the radio chip domain, and invest more in this domain! - -We are also eager to hear from people about the idea (under internal preparation): Low cost SDR openwifi dongle (<100usd) and chip tape out plan. - -new_this_year: | - 1. Port the design from a single type of board to 6 types of boards! From high end (expensive) to low end (cheap for entry) -2. Low latency ping: 200~300us round trip. -3. Important improvement on stability and performance. -4. Increase the packet queue from 2 to 4 in FPGA, meet the Linux mac80211 requirement/assumption better. -5. Channel estimation and bug fix on the OFDM receiver. Better reception performance. -6. CSI (Channel State Information) interface to Linux. And it doesn't affect normal WiFi communication. -7. IQ sample interface to Linux. And it doesn't affect normal WiFi communication. -8. Low cost SDR openwifi dongle (<100usd) and chip tape out plan are under preparation. Stay tuned! - -layout: stand ---- -Welcome to the openwifi stand! diff --git a/content/stands/ow2_open_source_community.md b/content/stands/ow2_open_source_community.md new file mode 100644 index 0000000..9ca6e49 --- /dev/null +++ b/content/stands/ow2_open_source_community.md @@ -0,0 +1,61 @@ +--- +description: "Established in 2007 as a non-profit organisation, OW2 is a \u201Ccommunity\ + \ of communities\u201D. Our mission is to make freely available a portfolio of open\ + \ source software for enterprise information systems in domains such as middleware,\ + \ open cloud, big data, BPM, security and privacy, software engineering, collaboration,\ + \ etc. The OW2 code base hosts dozens of open source projects such as ASM, AuthzForce,\ + \ CLIF, DocDoku, FusionDirectory, GLPI, JORAM, Knowage, LemonLDAP:NG, Lutece, OCS\ + \ Inventory, Petals ESB, Prelude, ProActive, Rocket.Chat, SAT4J, SeedStack, Sympa,\ + \ Telosys, Waarp, WebLab and XWiki. \r\nOW2 was one of the exhibitors at FOSDEM\ + \ in 2017, 2018 and 2020. \r\nIn our experience, our stand operates as a focus for\ + \ our members, contributors and anybody who wishes to reach out to us. As explained\ + \ on our website, seven projects from our code base participated last year. Each\ + \ project contributed in running our stand alternately during the two days of FOSDEM,\ + \ making it a very busy and lively exhibition space. This year the virtual booth\ + \ will again be shared between project leaders who will take turn to answer questions,\ + \ chat with visitors and run project demonstrations.\r\nIn 2021, OW2\u2019s drive\ + \ to contribute to the sustainability of the European open source ecosystem will\ + \ be illustrated by two recently launched initiatives: one is the analysis of open\ + \ source project\u2019s Market Readiness Levels, the other the OW2 OSS Good Governance\ + \ initiative a framework for appropriate usage of open source software." +layout: stand +logo: stands/ow2_open_source_community/logo.png +new_this_year: "We will be happy to showcase on OW2 virtual booth several new projects\ + \ that have joined the OW2 code base during the passed year : OCS Inventory, Jeka,\ + \ DECIDE, Fuyuko, Device Farmer, LDAP Toolbox. \r\n\r\nThe virtual booth will also\ + \ introduce two strategic initiatives recently launched by OW2 and new to FOSDEM\ + \ in 2021: the analysis of open source project\u2019s Market Readiness Levels,\ + \ and the OW2 OSS Good Governance initiative, a framework for appropriate usage\ + \ of open source software. These initiatives aim at contributing to the sustainability\ + \ of the European open source ecosystem:\r\n \u2022 Market Readiness Levels\r\ + \nApplied to all 25 OW2 mature projects, the Market Readiness Levels scoring assesses\ + \ the processes, key metrics and business resources of our open source projects\ + \ and rates them on a market readiness scale similar to that of the NASA\u2019s\ + \ Technology Readiness Levels (TRL) rating. This synthetic approach has benefits\ + \ for the developers as it provides them a blueprint for progressing, and for the\ + \ users as it helps them make informed decision from a corporate rather than technical\ + \ perspective. \r\n \u2022 OSS Good Governance initiative \r\nThis initiative\ + \ addresses the needs of large end-users and digital service companies to better\ + \ manage consumption of, and contribution to OSS. We will showcase the Open Source\ + \ Good Governance Resource Center, a platform where EU users can discover, and a\ + \ blueprint for implementing open source competency centers (aka OSPOs). The scope\ + \ of the initiative goes beyond mere vulnerability and license compliance management,\ + \ the initiative aims to make C-level executive aware of the benefits of open source\ + \ and of supporting the European open source ecosystem." +showcase: "Visit OW2\u2019s virtual stand and learn more about what OW2 is, discover\ + \ an open and independent community of developers dedicated to the creation of new\ + \ technology and to sustainable open source software. Find out why and how you could\ + \ be involved, as a contributor, a project leader or an initiative stakeholder,\ + \ or a supporter. \r\n\r\nOW2 project leaders will take turn to answer questions,\ + \ chat with visitors and run project demonstrations. Check out the schedule of the\ + \ OW2 virtual booth and come visit us, discuss with our projects leaders, and discover\ + \ state-of-the-art technologies in various fields such as middleware, infrastructure\ + \ projects, generic business applications, cloud computing platforms, etc. \r\n\ + The OW2 Management Office will be on stand-by to explain OW2\u2019s new strategic\ + \ initiatives: open source project Market Readiness Initiatives and the OW2 OSS\ + \ Good Governance initiative." +themes: +- Community advocacy +title: OW2 Open Source Community +website: https://www.ow2.org/ +--- \ No newline at end of file diff --git a/content/stands/ow2_open_source_community/ow2_open_source_community b/content/stands/ow2_open_source_community/ow2_open_source_community deleted file mode 100644 index e022773..0000000 --- a/content/stands/ow2_open_source_community/ow2_open_source_community +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: OW2 Open Source Community -themes: - - Community advocacy -website: https://www.ow2.org/ -logo: stands/ow2 open source community/logo.png -description: | - Established in 2007 as a non-profit organisation, OW2 is a “community of communities”. Our mission is to make freely available a portfolio of open source software for enterprise information systems in domains such as middleware, open cloud, big data, BPM, security and privacy, software engineering, collaboration, etc. The OW2 code base hosts dozens of open source projects such as ASM, AuthzForce, CLIF, DocDoku, FusionDirectory, GLPI, JORAM, Knowage, LemonLDAP:NG, Lutece, OCS Inventory, Petals ESB, Prelude, ProActive, Rocket.Chat, SAT4J, SeedStack, Sympa, Telosys, Waarp, WebLab and XWiki. -OW2 was one of the exhibitors at FOSDEM in 2017, 2018 and 2020. -In our experience, our stand operates as a focus for our members, contributors and anybody who wishes to reach out to us. As explained on our website, seven projects from our code base participated last year. Each project contributed in running our stand alternately during the two days of FOSDEM, making it a very busy and lively exhibition space. This year the virtual booth will again be shared between project leaders who will take turn to answer questions, chat with visitors and run project demonstrations. -In 2021, OW2’s drive to contribute to the sustainability of the European open source ecosystem will be illustrated by two recently launched initiatives: one is the analysis of open source project’s Market Readiness Levels, the other the OW2 OSS Good Governance initiative a framework for appropriate usage of open source software. - -showcase: | - Visit OW2’s virtual stand and learn more about what OW2 is, discover an open and independent community of developers dedicated to the creation of new technology and to sustainable open source software. Find out why and how you could be involved, as a contributor, a project leader or an initiative stakeholder, or a supporter. - -OW2 project leaders will take turn to answer questions, chat with visitors and run project demonstrations. Check out the schedule of the OW2 virtual booth and come visit us, discuss with our projects leaders, and discover state-of-the-art technologies in various fields such as middleware, infrastructure projects, generic business applications, cloud computing platforms, etc. -The OW2 Management Office will be on stand-by to explain OW2’s new strategic initiatives: open source project Market Readiness Initiatives and the OW2 OSS Good Governance initiative. - -new_this_year: | - We will be happy to showcase on OW2 virtual booth several new projects that have joined the OW2 code base during the passed year : OCS Inventory, Jeka, DECIDE, Fuyuko, Device Farmer, LDAP Toolbox. - -The virtual booth will also introduce two strategic initiatives recently launched by OW2 and new to FOSDEM in 2021: the analysis of open source project’s Market Readiness Levels, and the OW2 OSS Good Governance initiative, a framework for appropriate usage of open source software. These initiatives aim at contributing to the sustainability of the European open source ecosystem: - • Market Readiness Levels -Applied to all 25 OW2 mature projects, the Market Readiness Levels scoring assesses the processes, key metrics and business resources of our open source projects and rates them on a market readiness scale similar to that of the NASA’s Technology Readiness Levels (TRL) rating. This synthetic approach has benefits for the developers as it provides them a blueprint for progressing, and for the users as it helps them make informed decision from a corporate rather than technical perspective. - • OSS Good Governance initiative -This initiative addresses the needs of large end-users and digital service companies to better manage consumption of, and contribution to OSS. We will showcase the Open Source Good Governance Resource Center, a platform where EU users can discover, and a blueprint for implementing open source competency centers (aka OSPOs). The scope of the initiative goes beyond mere vulnerability and license compliance management, the initiative aims to make C-level executive aware of the benefits of open source and of supporting the European open source ecosystem. - -layout: stand ---- -Welcome to the OW2 Open Source Community stand! diff --git a/content/stands/pharo.md b/content/stands/pharo.md new file mode 100644 index 0000000..9465bfa --- /dev/null +++ b/content/stands/pharo.md @@ -0,0 +1,45 @@ +--- +description: "Pharo is a pure object-oriented programming language and a powerful\ + \ environment, focused on simplicity and immediate feedback (think IDE and OS rolled\ + \ into one).\r\n\r\n Simple & powerful language: No constructors, no types declaration,\ + \ no interfaces, no primitive types. Yet a powerful and elegant language with a\ + \ full syntax fitting in one postcard! Pharo is objects and messages all the way\ + \ down.\r\n\r\n Live, immersive environment: Immediate feedback at any moment\ + \ of your development: Developing, testing, debugging. Even in production environments,\ + \ you will never be stuck in compiling and deploying steps again!\r\n\r\n Amazing\ + \ debugging experience: The Pharo environment includes a debugger unlike anything\ + \ you've seen before. It allows you to step through code, restart the execution\ + \ of methods, create methods on the fly, and much more!\r\n\r\n Pharo is yours:\ + \ Pharo is made by an incredible community, with more than 100 contributors for\ + \ the last revision of the platform and hundreds of people contributing constantly\ + \ with frameworks and libraries.\r\n\r\n Fully open-source: Pharo full stack\ + \ is released under MIT License." +layout: stand +logo: stands/pharo/logo.png +new_this_year: "Pharo language has two faces, the industrial face and the research\ + \ face.\r\nThis last year we have been brewing many new things.\r\nLanguage/VM:\ + \ \r\nWe have take over the development of the JIT Compiler, implement a large battery\ + \ of tests. Extend it to ARM64bits.\r\nWe implemented a new system for threaded\ + \ FFI calls, that allow us to have partial parallelism. \r\nWe added new technologies\ + \ on concurrent programming, that allow consistent definition of tasks and at some\ + \ point binding with FFI threads if it is the case. \r\nIDE: \r\nWe are working\ + \ on automated distributed testing for reduce the testing time of the projects,\ + \ allowing the developers to quickly run tests on development.\r\nWe have been developing\ + \ bindings to GTK, and extending our own IDE to have multiple bindings (so far,\ + \ GTK and Morphic -a native approach-). \r\nWe are beta testing our new debugger,\ + \ and inspecting tools for live programming development. Including replay, object\ + \ specific debugging, and other state of the art features.\r\nWe implemented a markdown\ + \ subset parser and rendered for having the language comments written in markdown.\ + \ \r\nLearning: \r\nFull new Mooc online: https://www.fun-mooc.fr/courses/course-v1:inria+41024+session01/about" +showcase: "Pharo is a smalltalk inspired language. \r\nSmalltalk is recogniced as\ + \ one of the most elegant languages ever existed. \r\nBesides the aesthetics, Pharo,\ + \ as any other small talk language, provides a live programming experience. \r\n\ + Something that is mind blowing for most of the people coming from other technologies.\r\ + \nFinally, the community of Pharo is a human size community, where people's opinion\ + \ matter, and there contribution is made easy. \r\nNewcomers are always welcome\ + \ :)." +themes: +- Programming languages +title: Pharo +website: https://www.pharo.org +--- \ No newline at end of file diff --git a/content/stands/pharo/pharo b/content/stands/pharo/pharo deleted file mode 100644 index ca7e1e7..0000000 --- a/content/stands/pharo/pharo +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: Pharo -themes: - - Programming languages -website: https://www.pharo.org -logo: stands/pharo/logo.png -description: | - Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback (think IDE and OS rolled into one). - - Simple & powerful language: No constructors, no types declaration, no interfaces, no primitive types. Yet a powerful and elegant language with a full syntax fitting in one postcard! Pharo is objects and messages all the way down. - - Live, immersive environment: Immediate feedback at any moment of your development: Developing, testing, debugging. Even in production environments, you will never be stuck in compiling and deploying steps again! - - Amazing debugging experience: The Pharo environment includes a debugger unlike anything you've seen before. It allows you to step through code, restart the execution of methods, create methods on the fly, and much more! - - Pharo is yours: Pharo is made by an incredible community, with more than 100 contributors for the last revision of the platform and hundreds of people contributing constantly with frameworks and libraries. - - Fully open-source: Pharo full stack is released under MIT License. - -showcase: | - Pharo is a smalltalk inspired language. -Smalltalk is recogniced as one of the most elegant languages ever existed. -Besides the aesthetics, Pharo, as any other small talk language, provides a live programming experience. -Something that is mind blowing for most of the people coming from other technologies. -Finally, the community of Pharo is a human size community, where people's opinion matter, and there contribution is made easy. -Newcomers are always welcome :). - -new_this_year: | - Pharo language has two faces, the industrial face and the research face. -This last year we have been brewing many new things. -Language/VM: -We have take over the development of the JIT Compiler, implement a large battery of tests. Extend it to ARM64bits. -We implemented a new system for threaded FFI calls, that allow us to have partial parallelism. -We added new technologies on concurrent programming, that allow consistent definition of tasks and at some point binding with FFI threads if it is the case. -IDE: -We are working on automated distributed testing for reduce the testing time of the projects, allowing the developers to quickly run tests on development. -We have been developing bindings to GTK, and extending our own IDE to have multiple bindings (so far, GTK and Morphic -a native approach-). -We are beta testing our new debugger, and inspecting tools for live programming development. Including replay, object specific debugging, and other state of the art features. -We implemented a markdown subset parser and rendered for having the language comments written in markdown. -Learning: -Full new Mooc online: https://www.fun-mooc.fr/courses/course-v1:inria+41024+session01/about - -layout: stand ---- -Welcome to the Pharo stand! diff --git a/content/stands/postgresql.md b/content/stands/postgresql.md new file mode 100644 index 0000000..e4c21f3 --- /dev/null +++ b/content/stands/postgresql.md @@ -0,0 +1,32 @@ +--- +description: "PostgreSQL is a powerful, open source object-relational database system\ + \ that uses and extends the SQL language combined with many features that safely\ + \ store and scale the most complicated data workloads. The origins of PostgreSQL\ + \ date back to 1986 as part of the POSTGRES project at the University of California\ + \ at Berkeley and has more than 30 years of active development on the core platform.\r\ + \n\r\nPostgreSQL has earned a strong reputation for its proven architecture, reliability,\ + \ data integrity, robust feature set, extensibility, and the dedication of the open\ + \ source community behind the software to consistently deliver performant and innovative\ + \ solutions. PostgreSQL runs on all major operating systems, has been ACID-compliant\ + \ since 2001, and has powerful add-ons such as the popular PostGIS geospatial database\ + \ extender. It is no surprise that PostgreSQL has become the open source relational\ + \ database of choice for many people and organisations.\r\n\r\nGetting started with\ + \ using PostgreSQL has never been easier - pick a project you want to build, and\ + \ let PostgreSQL safely and robustly store your data." +layout: stand +logo: stands/postgresql/logo.png +new_this_year: PostgreSQL 13 was released in September 2020, which makes it the latest + major release. PostgreSQL 9.4 is no longer supported, if you still run on this (or + an earlier) version, please come to us and let's talk about an upgrade strategy. +showcase: "The PostgreSQL Project welcomes all virtual FOSDEM visitors. Please come\ + \ to our virtual stand and talk with us about any database related question. Any\ + \ topic is welcome, questions about the Devroom, performance tuning, SQL query optimization,\ + \ database migration, new features, enhancement requests ...\r\n\r\nPlease also\ + \ follow the PostgreSQL Europe Twitter account ( https://twitter.com/postgresqleu\ + \ ) for any updates around the PostgreSQL presence at FOSDEM 2021. You can ask us\ + \ questions there as well." +themes: +- Database engines +title: PostgreSQL +website: https://www.postgresql.org/ +--- \ No newline at end of file diff --git a/content/stands/postgresql/postgresql b/content/stands/postgresql/postgresql deleted file mode 100644 index c9b5f1c..0000000 --- a/content/stands/postgresql/postgresql +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: PostgreSQL -themes: - - Database engines -website: https://www.postgresql.org/ -logo: stands/postgresql/logo.png -description: | - PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. The origins of PostgreSQL date back to 1986 as part of the POSTGRES project at the University of California at Berkeley and has more than 30 years of active development on the core platform. - -PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions. PostgreSQL runs on all major operating systems, has been ACID-compliant since 2001, and has powerful add-ons such as the popular PostGIS geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations. - -Getting started with using PostgreSQL has never been easier - pick a project you want to build, and let PostgreSQL safely and robustly store your data. - -showcase: | - The PostgreSQL Project welcomes all virtual FOSDEM visitors. Please come to our virtual stand and talk with us about any database related question. Any topic is welcome, questions about the Devroom, performance tuning, SQL query optimization, database migration, new features, enhancement requests ... - -Please also follow the PostgreSQL Europe Twitter account ( https://twitter.com/postgresqleu ) for any updates around the PostgreSQL presence at FOSDEM 2021. You can ask us questions there as well. - -new_this_year: | - PostgreSQL 13 was released in September 2020, which makes it the latest major release. PostgreSQL 9.4 is no longer supported, if you still run on this (or an earlier) version, please come to us and let's talk about an upgrade strategy. - -layout: stand ---- -Welcome to the PostgreSQL stand! diff --git a/content/stands/pulp.md b/content/stands/pulp.md new file mode 100644 index 0000000..d4606c4 --- /dev/null +++ b/content/stands/pulp.md @@ -0,0 +1,35 @@ +--- +description: Pulp is a platform for managing repositories of software packages and + making them available to a large number of consumers. Pulp can locally mirror all + or part of a repository, host your own software packages in repositories, and manage + many types of content from multiple sources in one place. +layout: stand +logo: stands/pulp/logo.png +new_this_year: "Since last year, we have had 9 releases of Pulp 3, and probably more\ + \ before the conference date! \r\nWe announced that Pulp 2 is now in maintenance\ + \ mode.\r\nWe have made huge strides with the development of a Pulp 2-to-3 migration\ + \ plugin, so that Pulp 2 users can come and enjoy everything that Pulp 3 has to\ + \ offer. \r\nThe Pulp community worked together with Ansible to create Ansible\ + \ Galaxy_NG https://github.com/ansible/galaxy_ng , which you can use to host your\ + \ very own Ansible Galaxy server.\r\nWith the latest Pulp Python plugin, you can\ + \ mirror the whole of PyPI in around one hour. \r\nThere have been major enhancements\ + \ to Pulp Squeezer - a collection of Ansible modules you can use to manage Pulp.\ + \ \r\nThere has been a release of a Pulp 3 CLI POC, for which we are actively looking\ + \ for feedback and input from the wider community. \r\nWith latest updates to the\ + \ Pulp Container plugin, you can ship content regardless of how it is packaged (rpm,\ + \ python, ansible) in a container image, and build the image with just one single\ + \ tool - Pulp." +showcase: "Pulp talks can usually be seen in the Infra Management dev room at FOSDEM,\ + \ but at our stand we'll be demoing the latest and greatest of Pulp. We will be\ + \ showcasing the latest enhancements to Pulp 3, as well as developments across our\ + \ many plugins. For anyone who might have known the earlier iteration of the Pulp\ + \ project, Pulp 2, we would be very happy to discuss the benefits of migrating to\ + \ Pulp 3, and any particular questions about how to do that.\r\n\r\nIf you'd like\ + \ to talk to some of our devs, see the latest version demoed or understand our upcoming\ + \ roadmap or even just hear an introduction to what we do, the stand is the place\ + \ for you." +themes: +- System administration +title: Pulp +website: https://pulpproject.org/ +--- \ No newline at end of file diff --git a/content/stands/pulp/pulp b/content/stands/pulp/pulp deleted file mode 100644 index 73172e3..0000000 --- a/content/stands/pulp/pulp +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Pulp -themes: - - System administration -website: https://pulpproject.org/ -logo: stands/pulp/logo.png -description: | - Pulp is a platform for managing repositories of software packages and making them available to a large number of consumers. Pulp can locally mirror all or part of a repository, host your own software packages in repositories, and manage many types of content from multiple sources in one place. - -showcase: | - Pulp talks can usually be seen in the Infra Management dev room at FOSDEM, but at our stand we'll be demoing the latest and greatest of Pulp. We will be showcasing the latest enhancements to Pulp 3, as well as developments across our many plugins. For anyone who might have known the earlier iteration of the Pulp project, Pulp 2, we would be very happy to discuss the benefits of migrating to Pulp 3, and any particular questions about how to do that. - -If you'd like to talk to some of our devs, see the latest version demoed or understand our upcoming roadmap or even just hear an introduction to what we do, the stand is the place for you. - -new_this_year: | - Since last year, we have had 9 releases of Pulp 3, and probably more before the conference date! -We announced that Pulp 2 is now in maintenance mode. -We have made huge strides with the development of a Pulp 2-to-3 migration plugin, so that Pulp 2 users can come and enjoy everything that Pulp 3 has to offer. -The Pulp community worked together with Ansible to create Ansible Galaxy_NG https://github.com/ansible/galaxy_ng , which you can use to host your very own Ansible Galaxy server. -With the latest Pulp Python plugin, you can mirror the whole of PyPI in around one hour. -There have been major enhancements to Pulp Squeezer - a collection of Ansible modules you can use to manage Pulp. -There has been a release of a Pulp 3 CLI POC, for which we are actively looking for feedback and input from the wider community. -With latest updates to the Pulp Container plugin, you can ship content regardless of how it is packaged (rpm, python, ansible) in a container image, and build the image with just one single tool - Pulp. - -layout: stand ---- -Welcome to the Pulp stand! diff --git a/content/stands/reactos.md b/content/stands/reactos.md new file mode 100644 index 0000000..bcc6e80 --- /dev/null +++ b/content/stands/reactos.md @@ -0,0 +1,45 @@ +--- +description: "ReactOS is a modern open source operating system based on the Windows\xAE\ + \ XP/2003 design. It was written from scratch with the goal of full compatibility\ + \ with Windows applications and drivers, as well as a similar user interface so\ + \ that most users can find their way around immediately. The source code for the\ + \ entire system is freely available under either the GNU GPL, BSD or similar license.\r\ + \n\r\nReactOS's unique ability to use applications and drivers developed for Windows\xAE\ + \ makes it the open source operating system with the broadest hardware and software\ + \ support. In addition, it is based on the design of the NT kernel, which makes\ + \ it scalable, portable and performant. In addition to the well-known Win32 support,\ + \ this also enables other subsystems, for example POSIX, or the DOS/Win16 VDM, which\ + \ is already under development." +layout: stand +logo: stands/reactos/logo.png +new_this_year: "A lot of work has been done in both kernel and user mode parts of\ + \ ReactOS.\r\nUser mode changes:\r\n- Filesystem notifications in shell\r\n- Many\ + \ small UI polishing changes, like autocomplete text fields, \"size on disk\" label\ + \ for file properties dialog\r\n- More work towards forward compatibility with recent\ + \ Windows apps\r\n- ReactOS Applications manager (Rapps) enchancement (one of our\ + \ GSoC projects):\r\n Support for displaying screenshots, visual changes, command-line\ + \ scripting improvements\r\nThe most notable kernel changes are:\r\n- new storage\ + \ stack, derived from open source Microsoft drivers. Offers compatibility with vendor-provided\ + \ storage drivers, and other software,\r\n GPT partitions support, SSD special\ + \ commands, blu-ray drives and more\r\n- Compatibility improvements in Cache Controller\ + \ subsystem and Memory Manager. Support for filesystem drivers for Windows improved\ + \ a lot,\r\n now \"ntfs.sys\" driver from Windows almost works and FAT driver works\ + \ without issues\r\n- Plug and Play manager improvements, for better 3rd party driver\ + \ support\r\n- amd64 support progress, now it boots to the desktop\r\n- original\ + \ Xbox port improved, and NEC PC-98 port started" +showcase: "We are a one of a kind project aiming to recreate Windows\xAE NT from ground\ + \ up, cleanly and legally. All code is freely available for anyone to tinker with.\ + \ We will show on our stand what was and is possible with our quite limited manpower\ + \ and give a little insight to what can happen when a few developers are getting\ + \ paid for a few months, how much the whole project can improve just by support\ + \ on paid work base for a short time period. Of course we can and will try to answer\ + \ all questions our visitors have regarding the project, the current status and\ + \ what we will expect to happen soon. We have still some big improvements left to\ + \ come soon and plan to show some of these live in a preview. We will show working\ + \ real hardware, real Windows applications running and all with real Windows 3rd\ + \ party closed source drivers being used. All on a FOSS Windows like system." +themes: +- Operating systems +title: ReactOS +website: https://reactos.org/ +--- \ No newline at end of file diff --git a/content/stands/reactos/reactos b/content/stands/reactos/reactos deleted file mode 100644 index 74c4470..0000000 --- a/content/stands/reactos/reactos +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: ReactOS -themes: - - Operating systems -website: https://reactos.org/ -logo: stands/reactos/logo.png -description: | - ReactOS is a modern open source operating system based on the Windows® XP/2003 design. It was written from scratch with the goal of full compatibility with Windows applications and drivers, as well as a similar user interface so that most users can find their way around immediately. The source code for the entire system is freely available under either the GNU GPL, BSD or similar license. - -ReactOS's unique ability to use applications and drivers developed for Windows® makes it the open source operating system with the broadest hardware and software support. In addition, it is based on the design of the NT kernel, which makes it scalable, portable and performant. In addition to the well-known Win32 support, this also enables other subsystems, for example POSIX, or the DOS/Win16 VDM, which is already under development. - -showcase: | - We are a one of a kind project aiming to recreate Windows® NT from ground up, cleanly and legally. All code is freely available for anyone to tinker with. We will show on our stand what was and is possible with our quite limited manpower and give a little insight to what can happen when a few developers are getting paid for a few months, how much the whole project can improve just by support on paid work base for a short time period. Of course we can and will try to answer all questions our visitors have regarding the project, the current status and what we will expect to happen soon. We have still some big improvements left to come soon and plan to show some of these live in a preview. We will show working real hardware, real Windows applications running and all with real Windows 3rd party closed source drivers being used. All on a FOSS Windows like system. - -new_this_year: | - A lot of work has been done in both kernel and user mode parts of ReactOS. -User mode changes: -- Filesystem notifications in shell -- Many small UI polishing changes, like autocomplete text fields, "size on disk" label for file properties dialog -- More work towards forward compatibility with recent Windows apps -- ReactOS Applications manager (Rapps) enchancement (one of our GSoC projects): - Support for displaying screenshots, visual changes, command-line scripting improvements -The most notable kernel changes are: -- new storage stack, derived from open source Microsoft drivers. Offers compatibility with vendor-provided storage drivers, and other software, - GPT partitions support, SSD special commands, blu-ray drives and more -- Compatibility improvements in Cache Controller subsystem and Memory Manager. Support for filesystem drivers for Windows improved a lot, - now "ntfs.sys" driver from Windows almost works and FAT driver works without issues -- Plug and Play manager improvements, for better 3rd party driver support -- amd64 support progress, now it boots to the desktop -- original Xbox port improved, and NEC PC-98 port started - -layout: stand ---- -Welcome to the ReactOS stand! diff --git a/content/stands/refpersys.md b/content/stands/refpersys.md new file mode 100644 index 0000000..50073aa --- /dev/null +++ b/content/stands/refpersys.md @@ -0,0 +1,31 @@ +--- +description: "RefPerSys (see http://refpersys.org/ ...) is an open source symbolic\ + \ artificial intelligence project (GPLv3+ licensed), for GNU/Linux only (actually\ + \ computers running some GNU/Linux system with a x86-64 processor) This is work\ + \ in progress... It should become a declarative programming language, some kind\ + \ of sophisticated expert system shell.\r\n\r\nRefPerSys is an acronym for REFlexive\ + \ PERsistent SYStem.\r\n\r\nIt is REFlexive, since the software should be capable\ + \ of introspection (with the help of the libbacktrace library)\r\n\r\nIt is PERsistent,\ + \ since the system is dumping most of its state at exit time, either in textual\ + \ files or in databases. At startup time, the memory heap is reloaded from that\ + \ state stored on disk.\r\n\r\nHence, in normal operation, the RefPerSys system\ + \ is continuously and organically growing.\r\n\r\nIt is a software SYStem, and a\ + \ dynamic one, since the system is generating more and more of its C++ source code.\ + \ The long term goal is of course to generate all the C++ source code of the system\ + \ from the persistent data.\r\n\r\nA major inspiration is the work of the late Jacques\ + \ Pitrat (1934-oct.2019). See e.g. his blog on http://bootstrappingartificialintelligence.fr/WordPress3/" +layout: stand +logo: stands/refpersys/logo.png +new_this_year: This is the first submission to FosDem about RefPerSys. I (Basile) + did attend FosDem in 2015, to present there https://archive.fosdem.org/2015/schedule/event/gcc_melt/ +showcase: "A major idea of RefPerSys is its development model: it is hoped that more\ + \ and more C++ code would be generated by RefPerSys itself (at dump time), and less\ + \ and less hand-written code in C++ will remain in the system.\r\n\r\nAn important\ + \ long term goal (which will take years) is to generate most, and ideally all, the\ + \ C++ code of RefPerSys at dump time. If possible, even to generate the shell scripts\ + \ (etc...) to build the executable of RefPerSys from that C++ code." +themes: +- Programming languages +title: RefPerSys +website: http://refpersys.org/ +--- \ No newline at end of file diff --git a/content/stands/refpersys/refpersys b/content/stands/refpersys/refpersys deleted file mode 100644 index caee8c0..0000000 --- a/content/stands/refpersys/refpersys +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: RefPerSys -themes: - - Programming languages -website: http://refpersys.org/ -logo: stands/refpersys/logo.png -description: | - RefPerSys (see http://refpersys.org/ ...) is an open source symbolic artificial intelligence project (GPLv3+ licensed), for GNU/Linux only (actually computers running some GNU/Linux system with a x86-64 processor) This is work in progress... It should become a declarative programming language, some kind of sophisticated expert system shell. - -RefPerSys is an acronym for REFlexive PERsistent SYStem. - -It is REFlexive, since the software should be capable of introspection (with the help of the libbacktrace library) - -It is PERsistent, since the system is dumping most of its state at exit time, either in textual files or in databases. At startup time, the memory heap is reloaded from that state stored on disk. - -Hence, in normal operation, the RefPerSys system is continuously and organically growing. - -It is a software SYStem, and a dynamic one, since the system is generating more and more of its C++ source code. The long term goal is of course to generate all the C++ source code of the system from the persistent data. - -A major inspiration is the work of the late Jacques Pitrat (1934-oct.2019). See e.g. his blog on http://bootstrappingartificialintelligence.fr/WordPress3/ - -showcase: | - A major idea of RefPerSys is its development model: it is hoped that more and more C++ code would be generated by RefPerSys itself (at dump time), and less and less hand-written code in C++ will remain in the system. - -An important long term goal (which will take years) is to generate most, and ideally all, the C++ code of RefPerSys at dump time. If possible, even to generate the shell scripts (etc...) to build the executable of RefPerSys from that C++ code. - -new_this_year: | - This is the first submission to FosDem about RefPerSys. I (Basile) did attend FosDem in 2015, to present there https://archive.fosdem.org/2015/schedule/event/gcc_melt/ - -layout: stand ---- -Welcome to the RefPerSys stand! diff --git a/content/stands/school_of_ai__port_haarcourt.md b/content/stands/school_of_ai__port_haarcourt.md new file mode 100644 index 0000000..7959e06 --- /dev/null +++ b/content/stands/school_of_ai__port_haarcourt.md @@ -0,0 +1,23 @@ +--- +description: The Port Harcourt school of AI is a non-profit educational organization + focused on democratizing access to world-class Machine Learning & Data Science education + to underrepresented groups in Nigeria for free through collaborative learning. +layout: stand +logo: stands/school_of_ai__port_haarcourt/logo.png +new_this_year: "This year we will\r\n\r\n1. Continue and refine the production and\ + \ tone of our podcast The African Data Scientist to include more beginner friendly\ + \ topics and also topics on how data can directly impact or be used to solve some\ + \ of the challenges we face as a region. Link to podcast: https://anchor.fm/african-data-scientist\r\ + \n\r\n2. We recently partnered with Gradient Boost (http://thegradientboost.com/)\ + \ to make our training sessions more efficient and be able to provide quality internships\ + \ to members.\r\n\r\n3. We've laid down a content plan to organise more workshops\ + \ and produce more youtube videos for our channel" +showcase: The Port Harcourt School of AI is a non-profit organization based in Nigeria, + led by a group of dedicated volunteers, who are creating awareness and increasing + the number of machine learning, data science and artificial intelligence talents + in the region through collaborative learning and community engagement. +themes: +- Community advocacy +title: School of AI, Port Haarcourt +website: https://phcschoolofai.org/ +--- \ No newline at end of file diff --git a/content/stands/school_of_ai__port_haarcourt/school_of_ai__port_haarcourt b/content/stands/school_of_ai__port_haarcourt/school_of_ai__port_haarcourt deleted file mode 100644 index 6d3fb99..0000000 --- a/content/stands/school_of_ai__port_haarcourt/school_of_ai__port_haarcourt +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: School of AI, Port Haarcourt -themes: - - Community advocacy -website: https://phcschoolofai.org/ -logo: stands/school of ai, port haarcourt/logo.png -description: | - The Port Harcourt school of AI is a non-profit educational organization focused on democratizing access to world-class Machine Learning & Data Science education to underrepresented groups in Nigeria for free through collaborative learning. - -showcase: | - The Port Harcourt School of AI is a non-profit organization based in Nigeria, led by a group of dedicated volunteers, who are creating awareness and increasing the number of machine learning, data science and artificial intelligence talents in the region through collaborative learning and community engagement. - -new_this_year: | - This year we will - -1. Continue and refine the production and tone of our podcast The African Data Scientist to include more beginner friendly topics and also topics on how data can directly impact or be used to solve some of the challenges we face as a region. Link to podcast: https://anchor.fm/african-data-scientist - -2. We recently partnered with Gradient Boost (http://thegradientboost.com/) to make our training sessions more efficient and be able to provide quality internships to members. - -3. We've laid down a content plan to organise more workshops and produce more youtube videos for our channel - -layout: stand ---- -Welcome to the School of AI, Port Haarcourt stand! diff --git a/content/stands/schul-frei.md b/content/stands/schul-frei.md new file mode 100644 index 0000000..b5db030 --- /dev/null +++ b/content/stands/schul-frei.md @@ -0,0 +1,61 @@ +--- +description: "Teckids e.V. is a German association which provides a legal frame for\ + \ three technological projects.\r\nWe manage the project called \"schul-frei\",\ + \ which aims to bring digitisation with free software to schools. We especially\ + \ value the participation of youth in these projects, because they are the people\ + \ which are affected by digitisation the most. Our educational concept is also based\ + \ around the idea that young people should be judged by their abilities, not by\ + \ age. They should learn to take responsibility and be independent.\r\nAn example\ + \ of this would be the AlekSIS project. It is (mostly) developed by adolescents\ + \ from Teckids e.V. and from the school Katharineum zu Luebeck, where it is actively\ + \ used. AlekSIS is a web-based school information system which can be used to manage\ + \ and/or publish organisational subjects of educational institutions. It is also\ + \ part of the schul-frei canon and uses the EUPL.\r\nWe also present and provide\ + \ support for solutions such as Moodle or BigBlueButton for E-Learning and debianedu/skolelinux\ + \ with Nextcloud for school networks on our website https://schul-frei.org/en/index.html\r\ + \nWe set up comprehensive platforms for schools, education and youth institutions\ + \ in time for the increased demand for online teaching. This has contributed to\ + \ the fact that more education providers are interested in these solutions and that\ + \ the various projects are gaining in reach" +layout: stand +logo: stands/schul-frei/logo.png +new_this_year: "Since our last FOSDEM, some things have changed in part due to the\ + \ corona pandemic. School closures related to the pandemic have meant that we have\ + \ received many requests to use video conferencing solutions. This was an advantage\ + \ for us in that we probably became a little bit better known during the school\ + \ closures. \r\nDue to the high demand for video conferencing software, BigBlueButton\ + \ was added to our software canon. BigBlueButton in combination with moodle could\ + \ inspire many schools, which could either use a public instance of our association\ + \ or got their own instance installed by us. \r\nApart from social distancing, fundamental\ + \ things in our project work have also changed. Now we are more open for external\ + \ help and cooperation. Now all our projects were publicly visible at any time,\ + \ but now we have a public chatroom where everyone can talk about our project. There\ + \ everyone can contribute ideas, ask questionsMeet.in.One or just follow the project\ + \ work. We hope that by opening the project to external people, our project will\ + \ become more transparent and diverse. Hopefully, this will contribute over the\ + \ future to making the actual goal of making free software popular in schools more\ + \ tangible. \r\nOne plan for the future is to add a new video conferencing solution\ + \ to our canon that combines various free software components, which is called Meet.in.One.\ + \ All the advantages of several conference tools should be combined in one solution.\ + \ This bridge between the different solutions should of course be free and developed\ + \ together with Teckids e.V. and other developers." +showcase: "Besides the classic arguments for free software, there are many more for\ + \ free software in education. For one thing, schools are independent of companies\ + \ if they do without proprietary software. However, it should not be forgotten that\ + \ closed software often discriminates against children and young people because\ + \ of their age. Therefore, it is necessary to clearly demonstrate the advantages\ + \ of FOSS to educational institutions. We are currently doing this by presenting\ + \ free solutions in a bundle. In doing so, we have to offer the end user a solution\ + \ that can compete with solutions from large companies. \r\nAt our stand you can\ + \ find out what our concept looks like in concrete terms and how you can support\ + \ our project. We depend on the help of people who, with their experience or ideas,\ + \ join us in the goal of being able to offer schools a good free alternative. As\ + \ all our project work is open, everyone is invited to ask us questions and discuss\ + \ ideas at the stand. Anyone who might even work in an educational institution themselves\ + \ or know relevant people will learn first-hand at our stand how they can use free\ + \ solutions in a school." +themes: +- Education +title: schul-frei +website: https://schul-frei.org +--- \ No newline at end of file diff --git a/content/stands/schul-frei/schul-frei b/content/stands/schul-frei/schul-frei deleted file mode 100644 index 9f0fd29..0000000 --- a/content/stands/schul-frei/schul-frei +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: schul-frei -themes: - - Education -website: https://schul-frei.org -logo: stands/schul-frei/logo.png -description: | - Teckids e.V. is a German association which provides a legal frame for three technological projects. -We manage the project called "schul-frei", which aims to bring digitisation with free software to schools. We especially value the participation of youth in these projects, because they are the people which are affected by digitisation the most. Our educational concept is also based around the idea that young people should be judged by their abilities, not by age. They should learn to take responsibility and be independent. -An example of this would be the AlekSIS project. It is (mostly) developed by adolescents from Teckids e.V. and from the school Katharineum zu Luebeck, where it is actively used. AlekSIS is a web-based school information system which can be used to manage and/or publish organisational subjects of educational institutions. It is also part of the schul-frei canon and uses the EUPL. -We also present and provide support for solutions such as Moodle or BigBlueButton for E-Learning and debianedu/skolelinux with Nextcloud for school networks on our website https://schul-frei.org/en/index.html -We set up comprehensive platforms for schools, education and youth institutions in time for the increased demand for online teaching. This has contributed to the fact that more education providers are interested in these solutions and that the various projects are gaining in reach - -showcase: | - Besides the classic arguments for free software, there are many more for free software in education. For one thing, schools are independent of companies if they do without proprietary software. However, it should not be forgotten that closed software often discriminates against children and young people because of their age. Therefore, it is necessary to clearly demonstrate the advantages of FOSS to educational institutions. We are currently doing this by presenting free solutions in a bundle. In doing so, we have to offer the end user a solution that can compete with solutions from large companies. -At our stand you can find out what our concept looks like in concrete terms and how you can support our project. We depend on the help of people who, with their experience or ideas, join us in the goal of being able to offer schools a good free alternative. As all our project work is open, everyone is invited to ask us questions and discuss ideas at the stand. Anyone who might even work in an educational institution themselves or know relevant people will learn first-hand at our stand how they can use free solutions in a school. - -new_this_year: | - Since our last FOSDEM, some things have changed in part due to the corona pandemic. School closures related to the pandemic have meant that we have received many requests to use video conferencing solutions. This was an advantage for us in that we probably became a little bit better known during the school closures. -Due to the high demand for video conferencing software, BigBlueButton was added to our software canon. BigBlueButton in combination with moodle could inspire many schools, which could either use a public instance of our association or got their own instance installed by us. -Apart from social distancing, fundamental things in our project work have also changed. Now we are more open for external help and cooperation. Now all our projects were publicly visible at any time, but now we have a public chatroom where everyone can talk about our project. There everyone can contribute ideas, ask questionsMeet.in.One or just follow the project work. We hope that by opening the project to external people, our project will become more transparent and diverse. Hopefully, this will contribute over the future to making the actual goal of making free software popular in schools more tangible. -One plan for the future is to add a new video conferencing solution to our canon that combines various free software components, which is called Meet.in.One. All the advantages of several conference tools should be combined in one solution. This bridge between the different solutions should of course be free and developed together with Teckids e.V. and other developers. - -layout: stand ---- -Welcome to the schul-frei stand! diff --git a/content/stands/sesame_discovery.md b/content/stands/sesame_discovery.md new file mode 100644 index 0000000..e9f5808 --- /dev/null +++ b/content/stands/sesame_discovery.md @@ -0,0 +1,48 @@ +--- +description: "This stand will show off the open design of the Sesame Discovery chassis\ + \ - allowing individuals, organizations, and companies to have an \"datacenter in\ + \ a box\" in a desk side form factor. With the ability to plug in 4-12 nodes of\ + \ scalable computing - the Discovery can be used in a variety of projects in any\ + \ location without the need of a data center. From kubernetes to a blender render\ + \ farm to medical research, the possibilities are endless. Imagine being able to\ + \ run thousands of containers under 2000 watts?\r\n\r\nVisitors to the stand will\ + \ also learn about the Open Compute Project (https://opencompute.org/) - a consortium\ + \ of data center companies working in concert to build an open data center. The\ + \ Discovery chassis will provide an open window how this project works and how we\ + \ are building generic data centers with no vendor lock ins.\r\n\r\nLastly, visitors\ + \ can appreciate the role of the circular data center market segment. Not only can\ + \ you build great computational power that you can plug into your home, lab, or\ + \ classroom but the hardware is based on a supply chain of re-certified top tier\ + \ data center components from first tier companies like Facebook and Google. By\ + \ using this supply chain we can lower our carbon footprint because we are extending\ + \ the life of valuable equipment that already exists rather than making new ones.\ + \ The circular economy directly relies on open firmware and open hardware as part\ + \ of its business." +layout: stand +logo: stands/sesame_discovery/logo.png +new_this_year: "The Discovery project has been in existence for about two years but\ + \ is relatively new to the open source and open hardware community. In that time\ + \ frame, in addition to the classic 5 port switch included in the chassis, we've\ + \ added the ability to add a true 100GBE 32 port white box switch on the side panel.\ + \ This will allow the ability to have even more nodes into chassis but also have\ + \ a true data center networking all within the chassis.\r\n\r\nWe have other active\ + \ designs that are not associated with Discovery but part of a family of open designed\ + \ chassis that we would also be sharing at the booth as well as exciting work with\ + \ partners whose open software projects will be designed to work on our open hardware\ + \ - from edge computing to Kubernetes to AI - come chat with us on what open hardware\ + \ can do!" +showcase: "The Discovery project is a demonstration of what an ecosystem that consists\ + \ of hardware companies, software companies, and the circular economy working in\ + \ concert can do. Combining the collaboration of data center companies, with open\ + \ system design, and open firmware, supplied by a carbon friendly supply chain of\ + \ hardware components - the new data centers we build will be carbon friendly, avoid\ + \ vendor lock-in, whose waste output can be re-purposed to provide heat and energy\ + \ to neighborhoods and finally can scale from a home office or cubicle to the traditional\ + \ computer room.\r\n\r\nCome to our stand to hear about the possibilities that can\ + \ be achieved through juxtaposition of community, openness, and low carbon supply\ + \ chain." +themes: +- Hardware +title: Sesame Discovery +website: https://github.com/opencomputeproject/discovery +--- \ No newline at end of file diff --git a/content/stands/sesame_discovery/sesame_discovery b/content/stands/sesame_discovery/sesame_discovery deleted file mode 100644 index 77fe231..0000000 --- a/content/stands/sesame_discovery/sesame_discovery +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Sesame Discovery -themes: - - Hardware -website: https://github.com/opencomputeproject/discovery -logo: stands/sesame discovery/logo.png -description: | - This stand will show off the open design of the Sesame Discovery chassis - allowing individuals, organizations, and companies to have an "datacenter in a box" in a desk side form factor. With the ability to plug in 4-12 nodes of scalable computing - the Discovery can be used in a variety of projects in any location without the need of a data center. From kubernetes to a blender render farm to medical research, the possibilities are endless. Imagine being able to run thousands of containers under 2000 watts? - -Visitors to the stand will also learn about the Open Compute Project (https://opencompute.org/) - a consortium of data center companies working in concert to build an open data center. The Discovery chassis will provide an open window how this project works and how we are building generic data centers with no vendor lock ins. - -Lastly, visitors can appreciate the role of the circular data center market segment. Not only can you build great computational power that you can plug into your home, lab, or classroom but the hardware is based on a supply chain of re-certified top tier data center components from first tier companies like Facebook and Google. By using this supply chain we can lower our carbon footprint because we are extending the life of valuable equipment that already exists rather than making new ones. The circular economy directly relies on open firmware and open hardware as part of its business. - -showcase: | - The Discovery project is a demonstration of what an ecosystem that consists of hardware companies, software companies, and the circular economy working in concert can do. Combining the collaboration of data center companies, with open system design, and open firmware, supplied by a carbon friendly supply chain of hardware components - the new data centers we build will be carbon friendly, avoid vendor lock-in, whose waste output can be re-purposed to provide heat and energy to neighborhoods and finally can scale from a home office or cubicle to the traditional computer room. - -Come to our stand to hear about the possibilities that can be achieved through juxtaposition of community, openness, and low carbon supply chain. - -new_this_year: | - The Discovery project has been in existence for about two years but is relatively new to the open source and open hardware community. In that time frame, in addition to the classic 5 port switch included in the chassis, we've added the ability to add a true 100GBE 32 port white box switch on the side panel. This will allow the ability to have even more nodes into chassis but also have a true data center networking all within the chassis. - -We have other active designs that are not associated with Discovery but part of a family of open designed chassis that we would also be sharing at the booth as well as exciting work with partners whose open software projects will be designed to work on our open hardware - from edge computing to Kubernetes to AI - come chat with us on what open hardware can do! - -layout: stand ---- -Welcome to the Sesame Discovery stand! diff --git a/content/stands/the_apache_software_foundation.md b/content/stands/the_apache_software_foundation.md new file mode 100644 index 0000000..f7f4426 --- /dev/null +++ b/content/stands/the_apache_software_foundation.md @@ -0,0 +1,27 @@ +--- +description: The Apache Software Foundation is an the all-volunteer non profit organisation + that develops, stewards, and incubates more than 350 Open Source projects and initiatives + covering a wide range of technologies. From Accumulo to Zookeeper, if you are an + existing contributor or new to Open Source then ASF has something that may interest + you. +layout: stand +logo: stands/the_apache_software_foundation/logo.png +new_this_year: "Many Apache projects have new releases during the year and are keen\ + \ to promote the new features to the community. Our projects cover the whole range\ + \ : Artificial Intelligence and Deep Learning, Big Data, Build Management, Cloud\ + \ Computing, Content Management, DevOps, IoT and Edge Computing, Mobile, Servers\ + \ and Web Frameworks, among other categories.\r\nWe have also had some new projects\ + \ joining our incubator this year that are actively looking for new contributors." +showcase: The ASF develops, shepherds, and incubates hundreds of freely-available, + enterprise-grade projects that serve as the backbone for some of the most visible + and widely used applications in computing today. Through the ASF's merit-based process + known as "The Apache Way," more than 800 individual volunteer Members and 7,800+ + code Committers across six continents successfully collaborate on innovations in + Artificial Intelligence and Deep Learning, Big Data, Build Management, Cloud Computing, + Content Management, DevOps, IoT and Edge Computing, Mobile, Servers, and Web Frameworks, + among other categories. +themes: +- Community advocacy +title: The Apache Software Foundation +website: https://www.apache.org/ +--- \ No newline at end of file diff --git a/content/stands/the_apache_software_foundation/the_apache_software_foundation b/content/stands/the_apache_software_foundation/the_apache_software_foundation deleted file mode 100644 index 1694aff..0000000 --- a/content/stands/the_apache_software_foundation/the_apache_software_foundation +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: The Apache Software Foundation -themes: - - Community advocacy -website: https://www.apache.org/ -logo: stands/the apache software foundation/logo.png -description: | - The Apache Software Foundation is an the all-volunteer non profit organisation that develops, stewards, and incubates more than 350 Open Source projects and initiatives covering a wide range of technologies. From Accumulo to Zookeeper, if you are an existing contributor or new to Open Source then ASF has something that may interest you. - -showcase: | - The ASF develops, shepherds, and incubates hundreds of freely-available, enterprise-grade projects that serve as the backbone for some of the most visible and widely used applications in computing today. Through the ASF's merit-based process known as "The Apache Way," more than 800 individual volunteer Members and 7,800+ code Committers across six continents successfully collaborate on innovations in Artificial Intelligence and Deep Learning, Big Data, Build Management, Cloud Computing, Content Management, DevOps, IoT and Edge Computing, Mobile, Servers, and Web Frameworks, among other categories. - -new_this_year: | - Many Apache projects have new releases during the year and are keen to promote the new features to the community. Our projects cover the whole range : Artificial Intelligence and Deep Learning, Big Data, Build Management, Cloud Computing, Content Management, DevOps, IoT and Edge Computing, Mobile, Servers and Web Frameworks, among other categories. -We have also had some new projects joining our incubator this year that are actively looking for new contributors. - -layout: stand ---- -Welcome to the The Apache Software Foundation stand! diff --git a/content/stands/the_eclipse_foundation.md b/content/stands/the_eclipse_foundation.md new file mode 100644 index 0000000..4b5166c --- /dev/null +++ b/content/stands/the_eclipse_foundation.md @@ -0,0 +1,47 @@ +--- +description: The Eclipse Foundation provides our global community of individuals and + organizations with a mature, scalable, and business-friendly environment for open + source software collaboration and innovation. We provide a proven governance framework + and processes for entrepreneurial collaboration on sustainable, commercializable + open source software that benefits developers, companies, and users alike. We do + this by enabling members to contribute to projects organized in Working Groups and + powered by our infrastructure and support in multiple areas like IP policy, marketing, + and community building. Currently there are 380+ Eclipse projects. +layout: stand +logo: stands/the_eclipse_foundation/logo.png +new_this_year: "The Eclipse Foundation has moved to Europe and is now based out of\ + \ Brussels, Belgium. Find out more at https://www.eclipse.org/europe/. Featured\ + \ projects & working groups at our stand include, but are not limited to: \r\n\r\ + \nThe Eclipse Cloud Development Tools Working Group, which continues to grow in\ + \ size and popularity. Already boasting projects like Eclipse Che, Eclipse Theia,\ + \ Eclipse CodeWind, Eclipse JKube and more, ECD Tools recently undertook governance\ + \ of the Open VSX Registry, an open platform for publishing VS Code extensions.\ + \ In 2021, ECD Tools plans to continue growing the scope of development tools for\ + \ world-class cloud-based development. \r\n\r\nEclipse IoT Working Group: with\ + \ 45+ projects, 8.2 million lines of code and counting, and 170+ committers, the\ + \ Eclipse IoT Working Group is one of the most well-established and respected working\ + \ groups at the Foundation. IoT is rapidly growing in adoption and deployment and\ + \ Eclipse IoT is regarded as the leading community for IoT developers in the industry.\ + \ Responsible for highly regarded market research including the annual IoT Developers\ + \ Survey, there is truly no better place to collaborate and innovate on IoT platforms.\ + \ \r\n\r\nJakarta EE: Our Cloud Native Java working group, Jakarta EE, has recently\ + \ released Jakarta EE 9, marking a new baseline for innovation in Enterprise Java,\ + \ lowering the barriers to entry for new vendors and implementations and allowing\ + \ for easy migration to the new namespace. Work has already begun on Jakarta EE\ + \ 10." +showcase: The Eclipse Foundation has over 20 years of experience facilitating open + source projects. It started with the Eclipse IDE which still releases regularly + and boasts heavy adoption. Since inception, our ecosystem has grown to over 380 + projects with contribution opportunities for everyone. Recently, the Eclipse Foundation + has transitioned to Europe, now based out of Brussels, Belgium, making us the largest + European open source organization with over 170 member organizations and 900+ committers + spread across the continent. There has never been a better time to get involved + with the Eclipse Foundation. Benefit from our ever-growing community of innovative + developers, increase awareness for your projects and get involved with new technologies. + When you visit our stand, you will learn about our projects, our working groups, + and how the Eclipse Foundation functions. +themes: +- Developer environment +title: The Eclipse Foundation +website: https://www.eclipse.org +--- \ No newline at end of file diff --git a/content/stands/the_eclipse_foundation/the_eclipse_foundation b/content/stands/the_eclipse_foundation/the_eclipse_foundation deleted file mode 100644 index 7c81895..0000000 --- a/content/stands/the_eclipse_foundation/the_eclipse_foundation +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: The Eclipse Foundation -themes: - - Developer environment -website: https://www.eclipse.org -logo: stands/the eclipse foundation/logo.png -description: | - The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation. We provide a proven governance framework and processes for entrepreneurial collaboration on sustainable, commercializable open source software that benefits developers, companies, and users alike. We do this by enabling members to contribute to projects organized in Working Groups and powered by our infrastructure and support in multiple areas like IP policy, marketing, and community building. Currently there are 380+ Eclipse projects. - -showcase: | - The Eclipse Foundation has over 20 years of experience facilitating open source projects. It started with the Eclipse IDE which still releases regularly and boasts heavy adoption. Since inception, our ecosystem has grown to over 380 projects with contribution opportunities for everyone. Recently, the Eclipse Foundation has transitioned to Europe, now based out of Brussels, Belgium, making us the largest European open source organization with over 170 member organizations and 900+ committers spread across the continent. There has never been a better time to get involved with the Eclipse Foundation. Benefit from our ever-growing community of innovative developers, increase awareness for your projects and get involved with new technologies. When you visit our stand, you will learn about our projects, our working groups, and how the Eclipse Foundation functions. - -new_this_year: | - The Eclipse Foundation has moved to Europe and is now based out of Brussels, Belgium. Find out more at https://www.eclipse.org/europe/. Featured projects & working groups at our stand include, but are not limited to: - -The Eclipse Cloud Development Tools Working Group, which continues to grow in size and popularity. Already boasting projects like Eclipse Che, Eclipse Theia, Eclipse CodeWind, Eclipse JKube and more, ECD Tools recently undertook governance of the Open VSX Registry, an open platform for publishing VS Code extensions. In 2021, ECD Tools plans to continue growing the scope of development tools for world-class cloud-based development. - -Eclipse IoT Working Group: with 45+ projects, 8.2 million lines of code and counting, and 170+ committers, the Eclipse IoT Working Group is one of the most well-established and respected working groups at the Foundation. IoT is rapidly growing in adoption and deployment and Eclipse IoT is regarded as the leading community for IoT developers in the industry. Responsible for highly regarded market research including the annual IoT Developers Survey, there is truly no better place to collaborate and innovate on IoT platforms. - -Jakarta EE: Our Cloud Native Java working group, Jakarta EE, has recently released Jakarta EE 9, marking a new baseline for innovation in Enterprise Java, lowering the barriers to entry for new vendors and implementations and allowing for easy migration to the new namespace. Work has already begun on Jakarta EE 10. - -layout: stand ---- -Welcome to the The Eclipse Foundation stand! diff --git a/content/stands/the_fedora_project.md b/content/stands/the_fedora_project.md new file mode 100644 index 0000000..aa6c0aa --- /dev/null +++ b/content/stands/the_fedora_project.md @@ -0,0 +1,35 @@ +--- +description: "The Fedora Project is a global partnership of free software community\ + \ members. The Fedora Project is sponsored by Red Hat, which invests in our infrastructure\ + \ and resources to encourage collaboration and incubate innovative new technologies.\ + \ They are developed in Fedora and produced under a free and open source license\ + \ from inception, so other free software communities and projects are free to study,\ + \ adapt, and modify them.\r\n\r\nFedora is a \uFEFFLinux-based operating system\ + \ that provides users with access to the latest free and open source software, in\ + \ a stable, secure, and easy to manage form. Fedora is the largest of many free\ + \ software creations of the Fedora Project." +layout: stand +logo: stands/the_fedora_project/logo.png +new_this_year: "The past year was quite challenging for the Fedora Project due to\ + \ the changes introduced by the COVID-19 outbreak, but we managed to deliver two\ + \ releases on time: Fedora 32 and Fedora 33. The greatest change in the past months\ + \ was the filesystem for desktop variants. BTRFS is from now on the default filesystem\ + \ for desktop variants. Also, Fedora IoT has been promoted to an Official Edition\ + \ alongside to Workstation and Server. Fedora\u2019s popularity among the tech community\ + \ did not go unnoticed by Lenovo and now Lenovo is shipping Fedora Workstation on\ + \ select laptop models. On the community side, our largest contributors conference\ + \ and other events managed to gather more attendees than ever before owing to the\ + \ conferences and gatherings being online." +showcase: The Fedora distribution is one of the most popular Linux distros with a + plethora of users who use the OS for their day-to-day tasks. On the virtual booth, + you will be able to meet some of the people who are mostly involved with the development + of the OS. With the conference being online, the virtual booth will be is made up + of developers, testers, and Fedora advocates from around the world who can help + answer some of the most common questions and share with the attendees their knowledge. + Additionally, we would love to hear your feedback on the latest advancements of + Fedora and more specifically of Fedora 33. +themes: +- Operating systems +title: The Fedora Project +website: https://getfedora.org/ +--- \ No newline at end of file diff --git a/content/stands/the_fedora_project/the_fedora_project b/content/stands/the_fedora_project/the_fedora_project deleted file mode 100644 index 32e74ba..0000000 --- a/content/stands/the_fedora_project/the_fedora_project +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: The Fedora Project -themes: - - Operating systems -website: https://getfedora.org/ -logo: stands/the fedora project/logo.png -description: | - The Fedora Project is a global partnership of free software community members. The Fedora Project is sponsored by Red Hat, which invests in our infrastructure and resources to encourage collaboration and incubate innovative new technologies. They are developed in Fedora and produced under a free and open source license from inception, so other free software communities and projects are free to study, adapt, and modify them. - -Fedora is a Linux-based operating system that provides users with access to the latest free and open source software, in a stable, secure, and easy to manage form. Fedora is the largest of many free software creations of the Fedora Project. - -showcase: | - The Fedora distribution is one of the most popular Linux distros with a plethora of users who use the OS for their day-to-day tasks. On the virtual booth, you will be able to meet some of the people who are mostly involved with the development of the OS. With the conference being online, the virtual booth will be is made up of developers, testers, and Fedora advocates from around the world who can help answer some of the most common questions and share with the attendees their knowledge. Additionally, we would love to hear your feedback on the latest advancements of Fedora and more specifically of Fedora 33. - -new_this_year: | - The past year was quite challenging for the Fedora Project due to the changes introduced by the COVID-19 outbreak, but we managed to deliver two releases on time: Fedora 32 and Fedora 33. The greatest change in the past months was the filesystem for desktop variants. BTRFS is from now on the default filesystem for desktop variants. Also, Fedora IoT has been promoted to an Official Edition alongside to Workstation and Server. Fedora’s popularity among the tech community did not go unnoticed by Lenovo and now Lenovo is shipping Fedora Workstation on select laptop models. On the community side, our largest contributors conference and other events managed to gather more attendees than ever before owing to the conferences and gatherings being online. - -layout: stand ---- -Welcome to the The Fedora Project stand! diff --git a/content/stands/the_gnome_foundation.md b/content/stands/the_gnome_foundation.md new file mode 100644 index 0000000..8f84751 --- /dev/null +++ b/content/stands/the_gnome_foundation.md @@ -0,0 +1,40 @@ +--- +description: GNOME is a community striving to create an elegant and modern desktop, + free for everyone. Since 1997 the project has developed essential applications such + as Text Editor, Music, Videos, Files, Boxes, Software and more which many linux + users are familiar with. Behind the scenes, the GNOME community also develops and + contributes to core low level technologies such as GLib, GTK+, Flatpak, Wayland + and more. Over the last decade GNOME has released three major versions and since + GNOME 3 the project has released new content on a bi-annually basis and is consumed + by a large set of distributions and users. +layout: stand +logo: stands/the_gnome_foundation/logo.png +new_this_year: "Things we did since last FOSDEM: \r\n\r\n* Completed the ten year\ + \ development of and released GTK4;\r\n* Constant technical and infrastructure support\ + \ for Flathub.org;\r\n* Settled a patent case resulting in a portfolio of patents\ + \ being available to all open source projects;\r\n* Organized GUADEC, GNOME.Asia,\ + \ GNOME Onboard Africa Virtual, and the Linux App Summit;\r\n* Implemented and supported\ + \ free software services for the FOSS community, including Big Blue Button;\r\n\ + * We participated in Outreachy, Google Summer of Code and Season of docs;\r\n* Launched\ + \ and partially completed the Community Engagement Challenge, designing new ways\ + \ to get people involved in FOSS; and\r\n* Started GNOME Circle -- a way for other\ + \ projects to get more involved with GNOME\r\n\r\nOur Plans for 2021\r\n* Organize\ + \ four conferences (GUADEC, GNOME.Asia, Pan African GNOME Summit, and the Linux\ + \ App Summit);\r\n* Host other events like remote social events and hackfests for\ + \ teams and working groups across the project;\r\n* Complete the Community Engagement\ + \ Challenge;\r\n* Resume offering travel grants (hopefully);\r\n* Release two more\ + \ GNOME editions;\r\n* Hire more interns for paid internships in free software;\ + \ and\r\n* Launch new initiatives, including Faces of GNOME, web site updates, new\ + \ swag, and increased conference participation." +showcase: "1. People can learn about the latest developments of the GNOME desktop\ + \ environment, including seeing what they look like.\r\n2. People will be able to\ + \ engage with and talk directly to GNOME developers, designers and other community\ + \ members.\r\n3. We will have live demos of GTK 4 and our latest release of the\ + \ desktop environment.\r\n4. We can provide immediate help to people with questions\ + \ about installing or using GNOME.\r\n5. We will also use this time to raise awareness\ + \ about GNOME (paid) internships, especially to the many students who attend FOSDEM." +themes: +- Desktop environments +title: The GNOME Foundation +website: https://www.gnome.org/ +--- \ No newline at end of file diff --git a/content/stands/the_gnome_foundation/the_gnome_foundation b/content/stands/the_gnome_foundation/the_gnome_foundation deleted file mode 100644 index 80e757c..0000000 --- a/content/stands/the_gnome_foundation/the_gnome_foundation +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: The GNOME Foundation -themes: - - Desktop environments -website: https://www.gnome.org/ -logo: stands/the gnome foundation/logo.png -description: | - GNOME is a community striving to create an elegant and modern desktop, free for everyone. Since 1997 the project has developed essential applications such as Text Editor, Music, Videos, Files, Boxes, Software and more which many linux users are familiar with. Behind the scenes, the GNOME community also develops and contributes to core low level technologies such as GLib, GTK+, Flatpak, Wayland and more. Over the last decade GNOME has released three major versions and since GNOME 3 the project has released new content on a bi-annually basis and is consumed by a large set of distributions and users. - -showcase: | - 1. People can learn about the latest developments of the GNOME desktop environment, including seeing what they look like. -2. People will be able to engage with and talk directly to GNOME developers, designers and other community members. -3. We will have live demos of GTK 4 and our latest release of the desktop environment. -4. We can provide immediate help to people with questions about installing or using GNOME. -5. We will also use this time to raise awareness about GNOME (paid) internships, especially to the many students who attend FOSDEM. - -new_this_year: | - Things we did since last FOSDEM: - -* Completed the ten year development of and released GTK4; -* Constant technical and infrastructure support for Flathub.org; -* Settled a patent case resulting in a portfolio of patents being available to all open source projects; -* Organized GUADEC, GNOME.Asia, GNOME Onboard Africa Virtual, and the Linux App Summit; -* Implemented and supported free software services for the FOSS community, including Big Blue Button; -* We participated in Outreachy, Google Summer of Code and Season of docs; -* Launched and partially completed the Community Engagement Challenge, designing new ways to get people involved in FOSS; and -* Started GNOME Circle -- a way for other projects to get more involved with GNOME - -Our Plans for 2021 -* Organize four conferences (GUADEC, GNOME.Asia, Pan African GNOME Summit, and the Linux App Summit); -* Host other events like remote social events and hackfests for teams and working groups across the project; -* Complete the Community Engagement Challenge; -* Resume offering travel grants (hopefully); -* Release two more GNOME editions; -* Hire more interns for paid internships in free software; and -* Launch new initiatives, including Faces of GNOME, web site updates, new swag, and increased conference participation. - -layout: stand ---- -Welcome to the The GNOME Foundation stand! diff --git a/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu.md b/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu.md new file mode 100644 index 0000000..a4969d7 --- /dev/null +++ b/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu.md @@ -0,0 +1,29 @@ +--- +description: "The LibreSOC Project is an ethically developed processor, based on OpenPOWER,\ + \ intended for use in smartphones netbooks tablets chromebooks and Industrial Embedded\ + \ SBC products. There will be no DRM, no TPM, and no backdoor spying co-processors.\r\ + \n\r\nThe entire source code, traditionally known to OEMs as a \"Board Support Package\"\ + , will not only be available free of charge under Libre Licenses, right to the BIOS\ + \ level, the hardware HDL will also likewise be available (and is already available\ + \ as it is developed). Access to a full BSP with greatly simplified drivers for\ + \ 3D and Video is a huge cost and time saving for businesses.\r\n\r\nIt's also a\ + \ fantastic educational and research base. Which would you rather have: a Pi-style\ + \ SBC where the GPU boots the processor from a closed source binary and kids are\ + \ taught that to play videos they must pay a license fee for a closed binary decoder,\ + \ or would you prefer that they are able to get the full source of even the hardware\ + \ and boot the entire processor including the GPU and VPU on a $200 FPGA and learn\ + \ how it works?" +layout: stand +logo: stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu/logo.png +new_this_year: LibreSOC has extra funding from NLnet, for the Video driver, and for + a MESA 3D driver as well. We are also funded to make a 180 nm test ASIC which might + be available in January. We also have plans to submit an NLnet grant request to + make a 5 port Gigabit Ethernet Hub processor (running OpenWRT and LibreCMC). Ridiculous + amount going on. +showcase: To learn that there exists an alternative to proprietary processors from + Intel, ARM and AMD, and that yes, they can actually be part of making that happen. +themes: +- Multimedia and graphics +title: 'The LibreSOC Project: A hybrid 3D CPU/VPU/GPU' +website: http://libre-soc.org +--- \ No newline at end of file diff --git a/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu b/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu deleted file mode 100644 index e0652f1..0000000 --- a/content/stands/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu/the_libresoc_project__a_hybrid_3d_cpu_vpu_gpu +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: The LibreSOC Project: A hybrid 3D CPU/VPU/GPU -themes: - - Multimedia and graphics -website: http://libre-soc.org -logo: stands/the libresoc project: a hybrid 3d cpu/vpu/gpu/logo.png -description: | - The LibreSOC Project is an ethically developed processor, based on OpenPOWER, intended for use in smartphones netbooks tablets chromebooks and Industrial Embedded SBC products. There will be no DRM, no TPM, and no backdoor spying co-processors. - -The entire source code, traditionally known to OEMs as a "Board Support Package", will not only be available free of charge under Libre Licenses, right to the BIOS level, the hardware HDL will also likewise be available (and is already available as it is developed). Access to a full BSP with greatly simplified drivers for 3D and Video is a huge cost and time saving for businesses. - -It's also a fantastic educational and research base. Which would you rather have: a Pi-style SBC where the GPU boots the processor from a closed source binary and kids are taught that to play videos they must pay a license fee for a closed binary decoder, or would you prefer that they are able to get the full source of even the hardware and boot the entire processor including the GPU and VPU on a $200 FPGA and learn how it works? - -showcase: | - To learn that there exists an alternative to proprietary processors from Intel, ARM and AMD, and that yes, they can actually be part of making that happen. - -new_this_year: | - LibreSOC has extra funding from NLnet, for the Video driver, and for a MESA 3D driver as well. We are also funded to make a 180 nm test ASIC which might be available in January. We also have plans to submit an NLnet grant request to make a 5 port Gigabit Ethernet Hub processor (running OpenWRT and LibreCMC). Ridiculous amount going on. - -layout: stand ---- -Welcome to the The LibreSOC Project: A hybrid 3D CPU/VPU/GPU stand! diff --git a/content/stands/thola___nesi.md b/content/stands/thola___nesi.md new file mode 100644 index 0000000..b099f52 --- /dev/null +++ b/content/stands/thola___nesi.md @@ -0,0 +1,51 @@ +--- +description: "Thola is a new open source tool for reading, monitoring and provisioning\ + \ network devices written in Go. \r\n\r\nThis stand will inform about the current\ + \ state of development as well as planned features, including reading out inventory,\ + \ configuring network devices, support for other monitoring systems like prometheus\ + \ and many more.\r\n\r\nIt serves as a unified interface for communication with\ + \ network devices and features a check mode which complies with the monitoring plugins\ + \ development guidelines and is therefore compatible with Nagios, Icinga, Zabbix,\ + \ Checkmk, etc.\r\n\r\nWith the NESi software we aim at simulating certain points\ + \ of a network. \r\n\r\nAt the Moment we are able to simulate DSLAMs (Digital Subscriber\ + \ Line Multiplexer) of various vendors including Alcatel, Huawei and KeyMile to\ + \ name the most popular.\r\n\r\nThe software itself can simulate the vendors OS\ + \ running on the network-device and allows the user to configure the amount of network\ + \ cards, the number of ports on said cards and connected CPEs (Customer Premises\ + \ Equipment). \r\n\r\nThe idea of the software originated from Ilya Etingof, the\ + \ creator of snmpsim. A python based software to simulate snmp calls to a network-device.\ + \ In a future release of NESi we are planning on integrating snmpsim into our framework\ + \ as well." +layout: stand +logo: stands/thola___nesi/logo.png +new_this_year: "This would be the first time we have a stand on FOSDEM. Thola and\ + \ NESi are quite new projects, we would like to introduce them.\r\nThola\r\n- support\ + \ for different network device types like switches, routers, WDM, directional radio,\ + \ UPS, DSLAM/OLT,... including type specific requests and checks\r\n- an easy way\ + \ for adding support for additional devices by YAML configuration files\r\n- support\ + \ for different network protocols like SNMP, HTTP(S), telnet/ssh (coming soon) and\ + \ more\r\n- a check plugin mode compatible with Icinga, Nagios, Zabbix, Checkmk,\ + \ ...\r\n- a REST API mode\r\n- low resource needs\r\n\r\nNESi (Network Equipment\ + \ Simulator)\r\nSupported Vendors\r\n- Alcatel (nearly feature complete)\r\n- Huawei\ + \ (nearly feature complete)\r\n- Keymile (work in progress)\r\n\r\nSupported\ + \ network components\r\n- Subracks\r\n- Cards\r\n- Ports\r\n- ONTs\r\n- CPEs\r\n\ + - Vlans\r\n\r\nUpcoming features this year in both projects:\r\nThola should be\ + \ easy to install and implement in the most known existing monitoring systems.\r\ + \nNESi should cover nearly all big vendors to simulate the CLI and snmpsim by Ilya\ + \ Etingof should be integrated in NESi." +showcase: "People who love everything about network monitoring and provisioning.\r\ + \nPeople who got large networks and are interested in how to manage them with one\ + \ unified interface.\r\nPeople who love the programming language GO.\r\nPeople who\ + \ love to contribute in new OS projects.\r\nPeople who are searching for a smart\ + \ monitoring solution, based on an open source project.\r\nPeople who are interested\ + \ to see how network devices can be handled easy with an unified interface.\r\n\ + People who may got trouble with vendor specific snmp requests and responses.\r\n\ + People who would like to be part of a new, revolutionary, OS project.\r\nPeople\ + \ who love to simulate a large environment with many different network devices.\r\ + \nPeople who love to simulate a command line interface as well as a snmp interface\ + \ of a network device." +themes: +- System administration +title: Thola / NESi +website: https://thola.io +--- \ No newline at end of file diff --git a/content/stands/thola___nesi/thola___nesi b/content/stands/thola___nesi/thola___nesi deleted file mode 100644 index 03d0fdc..0000000 --- a/content/stands/thola___nesi/thola___nesi +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: Thola / NESi -themes: - - System administration -website: https://thola.io -logo: stands/thola / nesi/logo.png -description: | - Thola is a new open source tool for reading, monitoring and provisioning network devices written in Go. - -This stand will inform about the current state of development as well as planned features, including reading out inventory, configuring network devices, support for other monitoring systems like prometheus and many more. - -It serves as a unified interface for communication with network devices and features a check mode which complies with the monitoring plugins development guidelines and is therefore compatible with Nagios, Icinga, Zabbix, Checkmk, etc. - -With the NESi software we aim at simulating certain points of a network. - -At the Moment we are able to simulate DSLAMs (Digital Subscriber Line Multiplexer) of various vendors including Alcatel, Huawei and KeyMile to name the most popular. - -The software itself can simulate the vendors OS running on the network-device and allows the user to configure the amount of network cards, the number of ports on said cards and connected CPEs (Customer Premises Equipment). - -The idea of the software originated from Ilya Etingof, the creator of snmpsim. A python based software to simulate snmp calls to a network-device. In a future release of NESi we are planning on integrating snmpsim into our framework as well. - -showcase: | - People who love everything about network monitoring and provisioning. -People who got large networks and are interested in how to manage them with one unified interface. -People who love the programming language GO. -People who love to contribute in new OS projects. -People who are searching for a smart monitoring solution, based on an open source project. -People who are interested to see how network devices can be handled easy with an unified interface. -People who may got trouble with vendor specific snmp requests and responses. -People who would like to be part of a new, revolutionary, OS project. -People who love to simulate a large environment with many different network devices. -People who love to simulate a command line interface as well as a snmp interface of a network device. - -new_this_year: | - This would be the first time we have a stand on FOSDEM. Thola and NESi are quite new projects, we would like to introduce them. -Thola -- support for different network device types like switches, routers, WDM, directional radio, UPS, DSLAM/OLT,... including type specific requests and checks -- an easy way for adding support for additional devices by YAML configuration files -- support for different network protocols like SNMP, HTTP(S), telnet/ssh (coming soon) and more -- a check plugin mode compatible with Icinga, Nagios, Zabbix, Checkmk, ... -- a REST API mode -- low resource needs - -NESi (Network Equipment Simulator) -Supported Vendors -- Alcatel (nearly feature complete) -- Huawei (nearly feature complete) -- Keymile (work in progress) - -Supported network components -- Subracks -- Cards -- Ports -- ONTs -- CPEs -- Vlans - -Upcoming features this year in both projects: -Thola should be easy to install and implement in the most known existing monitoring systems. -NESi should cover nearly all big vendors to simulate the CLI and snmpsim by Ilya Etingof should be integrated in NESi. - -layout: stand ---- -Welcome to the Thola / NESi stand! diff --git a/content/stands/tracim.md b/content/stands/tracim.md new file mode 100644 index 0000000..9bcc59b --- /dev/null +++ b/content/stands/tracim.md @@ -0,0 +1,29 @@ +--- +description: Tracim is a collaborative plateform which targets teamwork, information + and knowledge management. It targets standard users meaning that the user interface + is designed in order to be easy to use even for people not using computers on a + daily base. +layout: stand +logo: stands/tracim/logo.png +new_this_year: "What you can discover this year on our stand:\r\n\r\n- From Tracim\ + \ 2.6 to 3.5 - a major architecture rework\r\n- Plenty of new features based on\ + \ this major architecture rework : live messaging, wall notifications, activity\ + \ feed, types of spaces, subspaces, emoji, mentions ...\r\n\r\nWhat we want to discuss\ + \ with you:\r\n\r\n- functionnal perspectives of tracim (instant messaging, mobile\ + \ application, custo forms, ...)\r\n- what you expect from a collaborative plateform\r\ + \n- what's your feeling about tracim (we prefer bad feedback than no feedback)\r\ + \n- the community website we are developing\r\n- strategy for making tracim a world-wide\ + \ open source software\r\n- how to earn a living writing free software\r\n- what\ + \ you think about #suricates\r\n\r\nCome in and chat with us!" +showcase: "Tracim is a collaboration plateform which aims to merge day-to-day team\ + \ work and knowledge management.\r\n\r\nOften compared to Nextcloud as a result\ + \ of (some) similar features, Tracim something else: being the backbone of collaboration\ + \ and memory for teams and workgroups.\r\n\r\nThe best way to keep a high level\ + \ of information in a team is to allow every member to share knowledge/information\ + \ and to make this information as open as possible.\r\n\r\nCome and discuss with\ + \ us in order to discover benefits you can derive from using Tracim !" +themes: +- Office suites and productivity +title: Tracim +website: https://www.tracim.fr +--- \ No newline at end of file diff --git a/content/stands/tracim/tracim b/content/stands/tracim/tracim deleted file mode 100644 index 8a5a8d0..0000000 --- a/content/stands/tracim/tracim +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Tracim -themes: - - Office suites and productivity -website: https://www.tracim.fr -logo: stands/tracim/logo.png -description: | - Tracim is a collaborative plateform which targets teamwork, information and knowledge management. It targets standard users meaning that the user interface is designed in order to be easy to use even for people not using computers on a daily base. - -showcase: | - Tracim is a collaboration plateform which aims to merge day-to-day team work and knowledge management. - -Often compared to Nextcloud as a result of (some) similar features, Tracim something else: being the backbone of collaboration and memory for teams and workgroups. - -The best way to keep a high level of information in a team is to allow every member to share knowledge/information and to make this information as open as possible. - -Come and discuss with us in order to discover benefits you can derive from using Tracim ! - -new_this_year: | - What you can discover this year on our stand: - -- From Tracim 2.6 to 3.5 - a major architecture rework -- Plenty of new features based on this major architecture rework : live messaging, wall notifications, activity feed, types of spaces, subspaces, emoji, mentions ... - -What we want to discuss with you: - -- functionnal perspectives of tracim (instant messaging, mobile application, custo forms, ...) -- what you expect from a collaborative plateform -- what's your feeling about tracim (we prefer bad feedback than no feedback) -- the community website we are developing -- strategy for making tracim a world-wide open source software -- how to earn a living writing free software -- what you think about #suricates - -Come in and chat with us! - -layout: stand ---- -Welcome to the Tracim stand! diff --git a/content/stands/unikraft.md b/content/stands/unikraft.md new file mode 100644 index 0000000..3b0d899 --- /dev/null +++ b/content/stands/unikraft.md @@ -0,0 +1,40 @@ +--- +description: Unikraft is a Linux Foundation project able to build extremely efficient + and secure software stacks/unikernels. By tailoring the operating system, libraries + and tools to the particular needs of each application, it vastly reduces virtual + machine and container image sizes to a few KBs, drastically cutting down the software + stack's attack surface. Our evaluation using off-the-shelf popular applications + such as Nginx, SQLite, and Redis shows that running such applications on Unikraft + results in a 30%-50% performance improvement compared to Linux guests. In addition, + Unikraft images for these apps are around 1MB, require less than 10MB of RAM to + run, and boot in around 1ms on top of the VMM time (total boot time 2ms-70ms). Finally, + we are hard at work integrating Unikraft into standard frameworks such as Kubernetes + and Cloud Foundry. +layout: stand +logo: stands/unikraft/logo.png +new_this_year: "Since our last presentation at FOSDEM2020, in addition to growing\ + \ the community, we have added a large amount of features to Unikraft:\r\n\r\n*\ + \ Security features, including stack protection, ASAN, Intel MPK, etc.\r\n* Increasing\ + \ POSIX support (140+ syscalls and counting), including support for standard applications\ + \ (e.g., nginx, SQLite, Redis, etc.)\r\n* Native support for many programming languages\ + \ and language environments: C++, Python/Micropython, Go, Lua, Web Assembly (WAMR),\ + \ JavaScript (Duktape), Ruby and Rust (ongoing).\r\n* Network performance optimizations\ + \ for KVM\r\n* Support for networking and performance optimizations for Xen\r\n\ + * ARM64 bare metal support for the Raspberry Pi 3 and the Xilinx Ultra96-v2 boards\r\ + \n* Page table support\r\n* Initial support for Amazon Firecracker\r\n* Cloud-based\ + \ deployments (GCP, AWS, Digital Ocean)\r\n* Improvements to the ARM64 platform,\ + \ including virtio and multi-thread support\r\n* Basic musl support\r\n\r\nAnd lots\ + \ of other features and bug fixes." +showcase: If you run significant amount of services on public cloud infrastructure, + you should come to our stand to find out how Unikraft can help you seamlessly debloat + your deployments; for example, in recent experiments on AWS we have been able to + cut costs by half when running NGINX compared to a Linux image. If you come from + the automotive industry, Unikraft can act as a minimal guest that can provide POSIX-like + functionality while providing a relatively cheap certification path. And if you + work on IoT or edge cloud deployments, Unikraft can even run bare metal on ARM devices, + providing substantial efficiency on such hardware-constrained devices. +themes: +- Operating systems +title: Unikraft +website: http://www.unikraft.org/ +--- \ No newline at end of file diff --git a/content/stands/unikraft/unikraft b/content/stands/unikraft/unikraft deleted file mode 100644 index e6529e3..0000000 --- a/content/stands/unikraft/unikraft +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Unikraft -themes: - - Operating systems -website: http://www.unikraft.org/ -logo: stands/unikraft/logo.png -description: | - Unikraft is a Linux Foundation project able to build extremely efficient and secure software stacks/unikernels. By tailoring the operating system, libraries and tools to the particular needs of each application, it vastly reduces virtual machine and container image sizes to a few KBs, drastically cutting down the software stack's attack surface. Our evaluation using off-the-shelf popular applications such as Nginx, SQLite, and Redis shows that running such applications on Unikraft results in a 30%-50% performance improvement compared to Linux guests. In addition, Unikraft images for these apps are around 1MB, require less than 10MB of RAM to run, and boot in around 1ms on top of the VMM time (total boot time 2ms-70ms). Finally, we are hard at work integrating Unikraft into standard frameworks such as Kubernetes and Cloud Foundry. - -showcase: | - If you run significant amount of services on public cloud infrastructure, you should come to our stand to find out how Unikraft can help you seamlessly debloat your deployments; for example, in recent experiments on AWS we have been able to cut costs by half when running NGINX compared to a Linux image. If you come from the automotive industry, Unikraft can act as a minimal guest that can provide POSIX-like functionality while providing a relatively cheap certification path. And if you work on IoT or edge cloud deployments, Unikraft can even run bare metal on ARM devices, providing substantial efficiency on such hardware-constrained devices. - -new_this_year: | - Since our last presentation at FOSDEM2020, in addition to growing the community, we have added a large amount of features to Unikraft: - -* Security features, including stack protection, ASAN, Intel MPK, etc. -* Increasing POSIX support (140+ syscalls and counting), including support for standard applications (e.g., nginx, SQLite, Redis, etc.) -* Native support for many programming languages and language environments: C++, Python/Micropython, Go, Lua, Web Assembly (WAMR), JavaScript (Duktape), Ruby and Rust (ongoing). -* Network performance optimizations for KVM -* Support for networking and performance optimizations for Xen -* ARM64 bare metal support for the Raspberry Pi 3 and the Xilinx Ultra96-v2 boards -* Page table support -* Initial support for Amazon Firecracker -* Cloud-based deployments (GCP, AWS, Digital Ocean) -* Improvements to the ARM64 platform, including virtio and multi-thread support -* Basic musl support - -And lots of other features and bug fixes. - -layout: stand ---- -Welcome to the Unikraft stand! diff --git a/content/stands/xcp-ng.md b/content/stands/xcp-ng.md new file mode 100644 index 0000000..9c7e328 --- /dev/null +++ b/content/stands/xcp-ng.md @@ -0,0 +1,22 @@ +--- +description: XCP-ng is an Open Source virtualization platform based on Xen and hosted + in the Linux Foundation since 2020. In other words, XCP-ng is a specialized Linux + distro, with everything you need to run your virtual machines on it, without complicated + installation and configuration. +layout: stand +logo: stands/xcp-ng/logo.png +new_this_year: "In 2020: \r\n\r\n- We won the innovation contest in France granting\ + \ us a subvention of 1.2M\u20AC to improve the security part of the platform\r\n\ + - We released some important features as the RAM backup, the support for Epyc CPU\ + \ range, the introduction of ext4 filesystem as default storage file, the CPU scheduling\ + \ support and many other important features\r\n- We released the first Long Term\ + \ Support edition of our project" +showcase: XCP-ng is an Open Source alternative to all virtualization platform available + on the market. Based on Xen, our solution is designed to offer performances for + small infrastructures as well as datacenter. Our focus is a not only to create a + powerful and secure solution, but also to make it accessible and user friendly. +themes: +- Operating systems +title: XCP-ng +website: https://xcp-ng.org/ +--- \ No newline at end of file diff --git a/content/stands/xcp-ng/xcp-ng b/content/stands/xcp-ng/xcp-ng deleted file mode 100644 index f59c424..0000000 --- a/content/stands/xcp-ng/xcp-ng +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: XCP-ng -themes: - - Operating systems -website: https://xcp-ng.org/ -logo: stands/xcp-ng/logo.png -description: | - XCP-ng is an Open Source virtualization platform based on Xen and hosted in the Linux Foundation since 2020. In other words, XCP-ng is a specialized Linux distro, with everything you need to run your virtual machines on it, without complicated installation and configuration. - -showcase: | - XCP-ng is an Open Source alternative to all virtualization platform available on the market. Based on Xen, our solution is designed to offer performances for small infrastructures as well as datacenter. Our focus is a not only to create a powerful and secure solution, but also to make it accessible and user friendly. - -new_this_year: | - In 2020: - -- We won the innovation contest in France granting us a subvention of 1.2M€ to improve the security part of the platform -- We released some important features as the RAM backup, the support for Epyc CPU range, the introduction of ext4 filesystem as default storage file, the CPU scheduling support and many other important features -- We released the first Long Term Support edition of our project - -layout: stand ---- -Welcome to the XCP-ng stand! diff --git a/content/stands/xwiki___cryptpad.md b/content/stands/xwiki___cryptpad.md new file mode 100644 index 0000000..e01d3c9 --- /dev/null +++ b/content/stands/xwiki___cryptpad.md @@ -0,0 +1,76 @@ +--- +description: "XWiki is a powerful Open Source collaborative platform allowing organizations\ + \ of all sizes to save time and money while enhancing collaboration on both team\ + \ and organizational levels. Being focused on efficient communication and collaboration,\ + \ XWiki redefines the value of business knowledge by allowing any user to access\ + \ critical information in a fast and efficient way while reducing the organizational\ + \ silos. In 2020, more than ever the need to have access to important knowledge\ + \ from wherever the world has skyrocketed. As working from home has become the norm,\ + \ with an XWiki instance in place, the vital information is now easily accessible,\ + \ the training and operational costs are reduced and regular backups are performed\ + \ to prevent data loss.\r\nA complex platform made simple is just what any organization\ + \ is looking for. Reducing the technical barrier ensures a high adoption rate which\ + \ is desirable especially in a non-technical environment. With over 700 extensions,\ + \ applications, macros, skins, and plugins available, XWiki is one of the most flexible\ + \ and versatile collaborative platforms out there. Moreover, App within Minutes\ + \ allows even the non-technical users to create their own extensions and continue\ + \ collaborating efficiently. We know businesses are different, this is why XWiki\ + \ supports full customization and it is available on both Cloud and on-premise versions\ + \ to fit everyone's needs. Being developed with the help of a community of passionate\ + \ developers, XWiki is always advancing, which ensures flawless compatibility, strong\ + \ security, and performant features. \r\n\r\nCryptPad is an Open Source suite of\ + \ private-by-design collaboration tools. You can use it to share rich text, spreadsheets,\ + \ polls, presentations, whiteboard functions, and code. In the current health crisis\ + \ linked to the COVID-19 outbreak, CryptPad supports remote working by increasing\ + \ the storage limit for all registered users is increased to 1GB until further notice.\ + \ Registration is free with no personal data required.\r\nAll the content stored\ + \ on CryptPad is encrypted before being sent, which means nobody can access your\ + \ data unless you give them the keys (not even us). With CryptPad, you can make\ + \ quick collaborative documents for taking notes and writing down ideas together.\ + \ When you sign up and log in, you get file upload capability and a CryptDrive where\ + \ you can organize all of your pads. You can share access to a CryptPad document\ + \ simply by sharing the link. Whenever you access a pad in CryptPad, the pad is\ + \ automatically added to your CryptDrive in the main folder. Later on, you can organize\ + \ these pads into folders or you can put them in the trash bin. CryptDrive allows\ + \ you to search through your pads and to organize them whenever you want, however\ + \ you want. With intuitive drag-and-drop, you can move pads around in your drive\ + \ and the link to these pads will stay the same so your collaborators will never\ + \ lose access. You can also upload files in your CryptDrive and share them with\ + \ colleagues. Uploaded files can be organized just like collaborative pads." +layout: stand +logo: stands/xwiki___cryptpad/logo.png +new_this_year: "Since we last had a FOSDEM stand (2019):\r\nXWiki underwent two development\ + \ cycles. The 11.x cycle is defined by having improved usability for users and administrators:\ + \ from conflicts management to multiple login attacks protection, to inline editing\ + \ for wiki macros, to improved pickers for the date, color, attachments, and pages.\ + \ The 12.x cycle focused on inline and real-time editing, page likes, notifications,\ + \ not to mention a lot of performance updates. In total, we managed to have over\ + \ 1578 issues closed: 763 bugs, 288 improvements, 79 new features, and more.\r\n\ + CryptPad had 38 releases. There are big improvements to the tools that are most\ + \ essential to effectively coordinate distributed groups of people, namely rich\ + \ text, spreadsheet, and kanban apps. The admin panel was further developed to ensure\ + \ that community instances can be governed by team members.\r\n\r\nSince the COVID19\ + \ crisis started we have been offering:\r\n- Free XWiki Cloud hosting and apps for\ + \ Open Source software projects\r\n- 3 months of Free XWiki Cloud hosting & services\r\ + \n- 50% discount on XWiki support, hosting, and apps for NGOs\r\n- 1GB of Free Cloud\ + \ Storage on the CryptPad.fr instance" +showcase: "XWiki is a powerful Open Source collaborative platform allowing organizations\ + \ of all sizes to save time and money while enhancing collaboration on both team\ + \ and organizational levels. Being focused on efficient communication and collaboration,\ + \ XWiki redefines the value of business knowledge by allowing any user to access\ + \ critical information in a fast and efficient way while reducing the organizational\ + \ silos. These days, more than ever the need to have access to important knowledge\ + \ from wherever the world has skyrocketed. As working from home has become the norm,\ + \ with an XWiki instance in place, the vital information is now easily accessible,\ + \ the training and operational costs are reduced and regular backups are performed\ + \ to prevent data loss.\r\nCryptPad is a suite of private-by-design collaboration\ + \ tools. You can use it to share rich text, spreadsheets, polls, presentations,\ + \ whiteboard functions, and code. In the current health crisis linked to the COVID-19\ + \ outbreak, CryptPad supports remote working by increasing the storage limit for\ + \ all registered users is increased to 1GB until further notice. Registration is\ + \ free with no personal data required." +themes: +- Office suites and productivity +title: XWiki & CryptPad +website: https://xwiki.com +--- \ No newline at end of file diff --git a/content/stands/xwiki___cryptpad/xwiki___cryptpad b/content/stands/xwiki___cryptpad/xwiki___cryptpad deleted file mode 100644 index 97fbcc2..0000000 --- a/content/stands/xwiki___cryptpad/xwiki___cryptpad +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: XWiki & CryptPad -themes: - - Office suites and productivity -website: https://xwiki.com -logo: stands/xwiki & cryptpad/logo.png -description: | - XWiki is a powerful Open Source collaborative platform allowing organizations of all sizes to save time and money while enhancing collaboration on both team and organizational levels. Being focused on efficient communication and collaboration, XWiki redefines the value of business knowledge by allowing any user to access critical information in a fast and efficient way while reducing the organizational silos. In 2020, more than ever the need to have access to important knowledge from wherever the world has skyrocketed. As working from home has become the norm, with an XWiki instance in place, the vital information is now easily accessible, the training and operational costs are reduced and regular backups are performed to prevent data loss. -A complex platform made simple is just what any organization is looking for. Reducing the technical barrier ensures a high adoption rate which is desirable especially in a non-technical environment. With over 700 extensions, applications, macros, skins, and plugins available, XWiki is one of the most flexible and versatile collaborative platforms out there. Moreover, App within Minutes allows even the non-technical users to create their own extensions and continue collaborating efficiently. We know businesses are different, this is why XWiki supports full customization and it is available on both Cloud and on-premise versions to fit everyone's needs. Being developed with the help of a community of passionate developers, XWiki is always advancing, which ensures flawless compatibility, strong security, and performant features. - -CryptPad is an Open Source suite of private-by-design collaboration tools. You can use it to share rich text, spreadsheets, polls, presentations, whiteboard functions, and code. In the current health crisis linked to the COVID-19 outbreak, CryptPad supports remote working by increasing the storage limit for all registered users is increased to 1GB until further notice. Registration is free with no personal data required. -All the content stored on CryptPad is encrypted before being sent, which means nobody can access your data unless you give them the keys (not even us). With CryptPad, you can make quick collaborative documents for taking notes and writing down ideas together. When you sign up and log in, you get file upload capability and a CryptDrive where you can organize all of your pads. You can share access to a CryptPad document simply by sharing the link. Whenever you access a pad in CryptPad, the pad is automatically added to your CryptDrive in the main folder. Later on, you can organize these pads into folders or you can put them in the trash bin. CryptDrive allows you to search through your pads and to organize them whenever you want, however you want. With intuitive drag-and-drop, you can move pads around in your drive and the link to these pads will stay the same so your collaborators will never lose access. You can also upload files in your CryptDrive and share them with colleagues. Uploaded files can be organized just like collaborative pads. - -showcase: | - XWiki is a powerful Open Source collaborative platform allowing organizations of all sizes to save time and money while enhancing collaboration on both team and organizational levels. Being focused on efficient communication and collaboration, XWiki redefines the value of business knowledge by allowing any user to access critical information in a fast and efficient way while reducing the organizational silos. These days, more than ever the need to have access to important knowledge from wherever the world has skyrocketed. As working from home has become the norm, with an XWiki instance in place, the vital information is now easily accessible, the training and operational costs are reduced and regular backups are performed to prevent data loss. -CryptPad is a suite of private-by-design collaboration tools. You can use it to share rich text, spreadsheets, polls, presentations, whiteboard functions, and code. In the current health crisis linked to the COVID-19 outbreak, CryptPad supports remote working by increasing the storage limit for all registered users is increased to 1GB until further notice. Registration is free with no personal data required. - -new_this_year: | - Since we last had a FOSDEM stand (2019): -XWiki underwent two development cycles. The 11.x cycle is defined by having improved usability for users and administrators: from conflicts management to multiple login attacks protection, to inline editing for wiki macros, to improved pickers for the date, color, attachments, and pages. The 12.x cycle focused on inline and real-time editing, page likes, notifications, not to mention a lot of performance updates. In total, we managed to have over 1578 issues closed: 763 bugs, 288 improvements, 79 new features, and more. -CryptPad had 38 releases. There are big improvements to the tools that are most essential to effectively coordinate distributed groups of people, namely rich text, spreadsheet, and kanban apps. The admin panel was further developed to ensure that community instances can be governed by team members. - -Since the COVID19 crisis started we have been offering: -- Free XWiki Cloud hosting and apps for Open Source software projects -- 3 months of Free XWiki Cloud hosting & services -- 50% discount on XWiki support, hosting, and apps for NGOs -- 1GB of Free Cloud Storage on the CryptPad.fr instance - -layout: stand ---- -Welcome to the XWiki & CryptPad stand! diff --git a/content/stands/yottadb.md b/content/stands/yottadb.md new file mode 100644 index 0000000..20c837c --- /dev/null +++ b/content/stands/yottadb.md @@ -0,0 +1,27 @@ +--- +description: "YottaDB is a language-agnostic hierarchical key-value database that\ + \ scales from small system-on-chip designs to large servers. Languages are supported\ + \ through \u201Cwrappers\u201D with support currently available for C, Go, M, Perl,\ + \ and Rust, with support for node.js and Python expected soon. Other wrappers from\ + \ the community allow YottaDB to be a JSON data store. Octo provides JDBC / SQL-92\ + \ based access for reporting and analytics with read-write access support coming\ + \ in 2021. All our work is 100% free / open source." +layout: stand +logo: stands/yottadb/logo.png +new_this_year: Since FOSDEM 2020, we have added production grade support for JDBC + / SQL-92 access to the database for analytics and reporting, as well as production + grade support for access from the Rust language. We have made numerous smaller enhancements + such as simpler installation, enhanced troubleshooting tools, performance enhancements, + and of course (like every software project) bug fixes. +showcase: Based on a mature code base (in daily production use since 1986, but continuously + invested in and evolving since), YottaDB is a hierarchical key-value database on + which all common NoSQL and SQL user cases map well. Its robustness, scalability + and security are demonstrated by the fact that it is the database of record for + some of the largest real-time core-banking applications in the world, as well as + a nation scale electronic health record system. In Belgium, it is the database of + record for the University of Antwerp library system! +themes: +- Database engines +title: YottaDB +website: https://yottadb.com +--- \ No newline at end of file diff --git a/content/stands/yottadb/yottadb b/content/stands/yottadb/yottadb deleted file mode 100644 index 56e09de..0000000 --- a/content/stands/yottadb/yottadb +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: YottaDB -themes: - - Database engines -website: https://yottadb.com -logo: stands/yottadb/logo.png -description: | - YottaDB is a language-agnostic hierarchical key-value database that scales from small system-on-chip designs to large servers. Languages are supported through “wrappers” with support currently available for C, Go, M, Perl, and Rust, with support for node.js and Python expected soon. Other wrappers from the community allow YottaDB to be a JSON data store. Octo provides JDBC / SQL-92 based access for reporting and analytics with read-write access support coming in 2021. All our work is 100% free / open source. - -showcase: | - Based on a mature code base (in daily production use since 1986, but continuously invested in and evolving since), YottaDB is a hierarchical key-value database on which all common NoSQL and SQL user cases map well. Its robustness, scalability and security are demonstrated by the fact that it is the database of record for some of the largest real-time core-banking applications in the world, as well as a nation scale electronic health record system. In Belgium, it is the database of record for the University of Antwerp library system! - -new_this_year: | - Since FOSDEM 2020, we have added production grade support for JDBC / SQL-92 access to the database for analytics and reporting, as well as production grade support for access from the Rust language. We have made numerous smaller enhancements such as simpler installation, enhanced troubleshooting tools, performance enhancements, and of course (like every software project) bug fixes. - -layout: stand ---- -Welcome to the YottaDB stand! diff --git a/scripts/create_skeleton_for_accepted_stands.py b/scripts/create_skeleton_for_accepted_stands.py index 61511ee..d1cffe2 100644 --- a/scripts/create_skeleton_for_accepted_stands.py +++ b/scripts/create_skeleton_for_accepted_stands.py @@ -4,6 +4,7 @@ from os import mkdir from os.path import exists, isfile, isdir import configparser import re +import yaml def fetch(): @@ -32,35 +33,22 @@ def create_skeleton(path_name, stand_o): mkdir(path) if not exists(static_path): mkdir(static_path) + _index_contents = { + 'title': stand_o['submission']['project']['name'], + 'themes': [ + stand_o['submission']['project']['theme']['theme'] + ], + 'website': stand_o['submission']['project']['website'], + 'logo': 'stands/{0}/logo.png'.format(path_name), + 'description': stand_o['submission']['project']['description'], + 'showcase': stand_o['submission']['digital_edition']['showcase'], + 'new_this_year': stand_o['submission']['digital_edition']['new_this_year'], + 'layout': 'stand' + } _index = """--- -title: {0} -themes: - - {1} -website: {2} -logo: stands/{3}/logo.png -description: | - {4} - -showcase: | - {5} - -new_this_year: | - {6} - -layout: stand ---- -Welcome to the {0} stand! -""".format( - stand_o['submission']['project']['name'], - stand_o['submission']['project']['theme']['theme'], - stand_o['submission']['project']['website'], - stand_o['submission']['project']['name'].lower(), - stand_o['submission']['project']['description'], - stand_o['submission']['digital_edition']['showcase'], - stand_o['submission']['digital_edition']['new_this_year'] -) - if not exists('{0}/{1}.md'.format(path, path_name)): - with open('{0}/{1}'.format(path, path_name), 'w') as fh: +{0}---""".format(yaml.dump(_index_contents, default_flow_style=False)) + if not exists('../content/stands/{0}.md'.format(path_name)): + with open('../content/stands/{0}.md'.format(path_name), 'w') as fh: fh.write(_index)