This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch preview/zonesdisabled in repository https://gitbox.apache.org/repos/asf/comdev-site.git
commit 8f35b3d63a72e54f978c46b63e07e9e65c1f6c0a Author: Bertrand Delacretaz <bdelacre...@apache.org> AuthorDate: Mon Feb 26 12:33:26 2024 +0100 Speakers info updated before disabling community.zones.a.o --- source/speakers/_index.md | 57 ++++++++++++---------------------- source/speakers/speakers.md | 76 --------------------------------------------- source/zones-disabled.md | 23 ++++++++++++++ static/.htaccess | 3 ++ 4 files changed, 45 insertions(+), 114 deletions(-) diff --git a/source/speakers/_index.md b/source/speakers/_index.md index cfd8e8fd..21d3ec9d 100644 --- a/source/speakers/_index.md +++ b/source/speakers/_index.md @@ -7,42 +7,34 @@ tags: ["speakers","conferences","navigation"] If you are looking for speakers for an event, or are a speaker looking for materials, this is the place for you. -If you are seeking to organise an Apache-branded event, you must ensure your activities -conform to the [Third Party Event Branding Policy][1]. Once you have verified you are in -conformance, contact d...@community.apache.org to get your event added to -the [events calendar][2]. +## ASF branded events -## Finding speakers +If you are seeking to organise an ASF-branded event, you must ensure your activities +conform to the +[Third Party Event Branding Policy](https://www.apache.org/foundation/marks/events.html). -You can use our "[Find People][3]" application to find speakers willing and able to -talk about The Apache Software Foundation and its projects. A few people have shared [Apache related presentations][4] for you. +Once you have verified you are in conformance, contact d...@community.apache.org to get your event added to +the [events calendar](https://events.apache.org/). -*NOTE* This service is alpha-quality right now, and features only -some of the many volunteer speakers from Apache projects. If you have a problem with -it, or it doesn't turn up a suitable candidate, feel free to contact us -for help (see below). +## Speakers on ASF topics -### Listing yourself as a potential speaker - -If you're an Apache committer, and you're interested in speaking about Apache Projects, our Communities, or the Apache -Software Foundation as a whole, we encourage you to get involved: list yourself in our speaker application! - -For more details on how to list yourself as a potential speaker, see the [Apache Speakers WebApp][5] page. +Our [ASF volunteers](/contributors/asf-volunteers.html) page lists potential speakers +for ASF-related topics. ASF committers are welcome to add their name there. ## Speaker support materials -If you are creating your own slides, you will find the [ASF Press Kit][6] useful. It contains logos in various formats. -We also have [sample themes][8] available. +If you are creating your own slides, you will find the +[ASF Press Kit](https://www.apache.org/foundation/press/kit/) +useful. It contains logos in various formats. + +A few people have shared [ASF related presentations](slides.html) for you. -We aim to collect a set of slide decks about the Apache -Software Foundation for reuse in presentations. So far -A few people have shared [Apache related presentations][7] -for you. If you have a slide deck under a permissive license -that talks about Apache communities, best practices, or the like +If you have a slide deck under a permissive license +that talks about ASF communities, best practices, or the like (i.e. one that is applicable to more than just one project -at Apache), please email us and suggest we include your slides. +at the ASF), please get in touch to suggest that we include your slides. -If you want to prepare a new presentation about any Apache project, feel free to start using [Apache slide templates](https://svn.apache.org/repos/asf/comdev/slide-templates/). +If you want to prepare a new presentation about any ASF project, feel free to start using [ASF slide templates](https://svn.apache.org/repos/asf/comdev/slide-templates/). ## Speaker coaching and mentoring @@ -56,15 +48,4 @@ speakers at events related to ASF projects and topics: This is staffed by a number of volunteers with varying availability. If you want to take advantage of any of these services, please ask on [the -comdev mailing list][9]. - - - [1]: https://community.zones.apache.org/ - [2]: https://events.apache.org/ - [3]: https://community.zones.apache.org/ - [4]: slides.html - [5]: speakers.html - [6]: https://www.apache.org/foundation/press/kit/ - [7]: slides.html - [8]: themes - [9]: https://lists.apache.org/list?d...@community.apache.org +comdev mailing list](https://lists.apache.org/list?d...@community.apache.org). diff --git a/source/speakers/speakers.md b/source/speakers/speakers.md deleted file mode 100644 index c9e2c017..00000000 --- a/source/speakers/speakers.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: Listing yourself as a Potential Speaker -tags: ["speakers","conferences"] ---- - -If you're an Apache committer interested in speaking about Apache -Technologies, Apache Projects or the Apache Software Foundation as a whole, -we encourage you to get involved and list yourself in our speaker -application! - -## Finding Speakers - -If you are organising an event and looking for speakers, see -[the Apache Speakers homepage](/speakers/) for details. - -## Listing yourself as a potential speaker - -To list yourself as someone interested in being an Apache speaker, there are -two steps. The first is to create a FOAF ("friend of a friend") file for yourself that includes -a couple of key pieces of information. The second is to list yourself in the -speaking DOAP ("description of a project") file. - -### Creating your FOAF file - -If you do not already have a FOAF file for yourself, creating one is very easy. Details on how to create a FOAF file, along with a -handy wizard to guide you through the process, are available at -[https://people.apache.org/foaf/](https://people.apache.org/foaf/). - -Since you are a potential speaker we do require you -to include a few key bits of information in the FOAF file. These are: - - * Your location - * The projects you are involved in (include foundation-wide ones, too, if you're - happy to talk about these) - * Your Twitter ID (so we can point people at your speaking history on - [Lanyrd](http://lanyrd.com/)) - - -### Listing yourself in the Speakers DOAP file - -If you haven't already done so, check out the committers directory from -svn: - -``` -svn co https://svn.apache.org/repos/private/committers/ -``` - -Edit `local-outreach/ApacheSpeakers.rdf` and add yourself in as a -helper. If your FOAF file is in svn and showing up on people.apache.org, -add in: - -``` -<helper> - <foaf:Person rdf:resource="urn:org:apache:[your username].rdf" /> -</helper> -``` - -If you have your FOAF file externally hosted, the **rdf:resource** -should point to the URL of the file. - -For an apache committer with username "foo", your entry would be one of: - -``` -<helper> - <foaf:Person rdf:resource="urn:org:apache:foo.rdf" /> -</helper> -<helper> - <foaf:Person rdf:resource="https://www.example.com/foaf/foo.rdf" /> -</helper> -``` - -Within 24 hours of committing your addition to -*local-outreach/ApacheSpeakers.rdf*, you should appear in the web -application as a potential speaker! Head over to -[https://community.zones.apache.org/](https://community.zones.apache.org/) -a day later to confirm that you're listed properly. diff --git a/source/zones-disabled.md b/source/zones-disabled.md new file mode 100644 index 00000000..19302586 --- /dev/null +++ b/source/zones-disabled.md @@ -0,0 +1,23 @@ +--- +title: Community.zones has been disabled +url: /zones-disabled.html +tags: ["history"] +--- + +<!-- +DO NOT DELETE THIS PAGE +It is used as a target for redirects for the +apps that used to be on https://community.zones.apache.org/ +--> + +## community.zones.a.o has been disabled + +We used to have a few apps meant to help find speakers and mentors +on the community.zones.apache.org server , but those have been disabled +in Feburary 2024 as they were not enthusiastically maintained. + +The pages tagged with +[speakers](/tags/speakers.html) +or +[mentoring](/tags/mentoring.html) +should provide the information that used to be there. \ No newline at end of file diff --git a/static/.htaccess b/static/.htaccess index 573a13fe..4fb41c03 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -19,3 +19,6 @@ Redirect /committers/voting.html /committers/decisionMaking.html Redirect /committers/consensusBuilding.html /committers/decisionMaking.html Redirect /committers/lazyConsensus.html /committers/decisionMaking.html +# Speakers app is being deprecated +Redirect /speakers/speakers.html /speakers/ +