Meta: Use partials for reusable data about the Council
This commit adopts the current best-practice for using partials in Antora within the Council docs, and it also adds an attributes partial that includes common metadata used across the Council docs. The partials are not yet used across the Council docs, but the attributes partial is imported into the headers of multiple documents. This is setting the stage to make updating things like our Discourse, Matrix, and other comms places easier to maintain and update. Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit is contained in:
parent
a0035a3eaf
commit
f705cdf7ac
13 changed files with 34 additions and 11 deletions
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Contacting the Fedora Council
|
||||
|
||||
The Fedora Council uses three platforms for communications, one for asynchronous, one for asynchronous, and one for decision-making.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= The Fedora Project Leader
|
||||
// Remember the one-sentence-per-line convention when editing this page.
|
||||
// https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include::{partialsdir}/historical_warning.adoc[]
|
||||
|
||||
include::ROOT:partial$attributes.adoc[]
|
||||
include::ROOT:partial$historical_warning.adoc[]
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Fedora Council Charter
|
||||
|
||||
image::council-logo-500px.png[float="right"]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Community Publishing Platforms
|
||||
Justin W. Flory, Fedora Council, Fedora Community, and others <council-discuss@lists.fedoraproject.org>
|
||||
Justin W. Flory, Fedora Council, Fedora Community, and others
|
||||
v1.1.1, 2020-10-02
|
||||
:toc:
|
||||
|
||||
|
@ -43,6 +45,7 @@ Community Publishing Platforms include, but are not limited to, the following ex
|
|||
** https://telegram.me/fedoranews
|
||||
** https://www.instagram.com/thefedoraproject/
|
||||
|
||||
|
||||
[[content]]
|
||||
== What content is appropriate for Platforms?
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Policy Change policy
|
||||
|
||||
Proposed changes to Fedora Council policies must be publicly announced on the https://discussion.fedoraproject.org/c/project/council-discuss/60[Council Discussions category on Fedora Discussion] and in a https://communityblog.fedoraproject.org/[Fedora Community Blog] post in order to get feedback from the community.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Council ticket queue
|
||||
|
||||
The Fedora Council uses a https://pagure.io/Fedora-Council/tickets/issues[ticket queue] to track decisions and other work.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Welcome to Council
|
||||
|
||||
Welcome to the Fedora Council!
|
||||
|
|
6
council/modules/ROOT/partials/attributes.adoc
Normal file
6
council/modules/ROOT/partials/attributes.adoc
Normal file
|
@ -0,0 +1,6 @@
|
|||
:COMMBLOG: https://communityblog.fedoraproject.org
|
||||
:FWIKI: https://fedoraproject.org/wiki
|
||||
:URL-CHAT: https://matrix.to/#/#council:fedoraproject.org
|
||||
:URL-DISCUSS: https://discussion.fedoraproject.org/tag/council
|
||||
:URL-TICKETS: https://pagure.io/Fedora-Council/tickets/issues
|
||||
:YEAR: 2023
|
|
@ -20,10 +20,10 @@
|
|||
:team_status: Active
|
||||
|
||||
// Preferred Asynch communication channel (mailing list, discussion.fp.o, none, etc)
|
||||
:team_asynch_communication: https://lists.fedoraproject.org/admin/lists/council-discuss.lists.fedoraproject.org/
|
||||
:team_asynch_communication: https://discussion.fedoraproject.org/tag/council
|
||||
|
||||
// Preferred Synch (IRC channel, telegram, etc, none)
|
||||
:team_synch_communication: #fedora-council
|
||||
// Preferred Synch (Matrix room, none, etc.)
|
||||
:team_synch_communication: #council:fedoraproject.org
|
||||
|
||||
// Issue tracker
|
||||
:team_issue_tracker: https://pagure.io/Fedora-Council/tickets
|
||||
|
@ -32,4 +32,4 @@
|
|||
:team_meetings: https://fedoraproject.org/wiki/Council_Meetings
|
||||
|
||||
// Any other information?
|
||||
:team_other: Lorem ipsum
|
||||
:team_other: Lorem ipsum
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
:team_status: Active
|
||||
|
||||
// Preferred Asynch communication channel (mailing list, discussion.fp.o, none, etc)
|
||||
:team_asynch_communication: https://lists.fedoraproject.org/admin/lists/council-discuss.lists.fedoraproject.org/
|
||||
:team_asynch_communication: https://discussion.fedoraproject.org/tag/council
|
||||
|
||||
// Preferred Synch (IRC channel, telegram, etc, none)
|
||||
:team_synch_communication: #fedora-council
|
||||
// Preferred Synch (Matrix room, none, etc.)
|
||||
:team_synch_communication: #council:fedoraproject.org
|
||||
|
||||
// Issue tracker
|
||||
:team_issue_tracker: https://pagure.io/Fedora-Council/tickets
|
||||
|
@ -32,4 +32,4 @@
|
|||
:team_meetings: https://fedoraproject.org/wiki/Council_Meetings
|
||||
|
||||
// Any other information?
|
||||
:team_other: Lorem ipsum
|
||||
:team_other: Lorem ipsum
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include::ROOT:partial$attributes.adoc[]
|
||||
|
||||
= Current 12-18 Month Community Initiatives
|
||||
:page-aliases: objectives.adoc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue