Title: Make WordPress.org – Page 23 – A self-referential site

---

 [  ](https://profiles.wordpress.org/iandunn/) [Ian Dunn](https://profiles.wordpress.org/iandunn/)
5:44 pm _on_ August 8, 2019      

# 󠀁[Next WordCamp.org ticket scrub on August 15th, 2019](https://make.wordpress.org/meta/2019/08/08/next-wordcamp-org-ticket-scrub-on-august-15th-2019/)󠁿

This ticket scrub will happen on [2019-08-15 17:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190815T1700)
in the [#meta-wordcamp](https://wordpress.slack.com/archives/meta-wordcamp) channel.

The focus is on MetaMeta Meta is a term that refers to the inside workings of a 
group. For us, this is the team that works on internal WordPress sites like WordCamp
Central and Make WordPress. tickets with the [WordCamp Site & Plugins component](https://meta.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&component=WordCamp+Site+%26+Plugins&order=priority).

Comment below if there’s a specific ticket or topic you’d like to discuss.

+make.wordpress.orgWordPress.org The community site where WordPress code is created
and shared by the users. This is where you can download the source code for WordPress
core, plugins and themes as well as the central location for community conversations
and organization. [https://wordpress.org/](https://wordpress.org/)/community

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F08%2F08%2Fnext-wordcamp-org-ticket-scrub-on-august-15th-2019%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/tellyworth/) [Tellyworth](https://profiles.wordpress.org/tellyworth/)
12:01 pm _on_ July 31, 2019      

# 󠀁[Block Directory updates](https://make.wordpress.org/meta/2019/07/31/block-directory-updates/)󠁿

Here’s a brief outline of the status of the various parts of the blockBlock Block
is the abstract term used to describe units of markup that, composed together, form
the content or layout of a webpage using the WordPress editor. The idea combines
concepts of what in the past may have achieved with shortcodes, custom HTML, and
embed discovery into a single consistent API and user experience. directory project.

The design of the Block Inserter within GutenbergGutenberg The Gutenberg project
is the new Editor Interface for WordPress. The editor improves the process and experience
of creating new content, making writing rich content much simpler. It uses ‘blocks’
to add richness rather than shortcodes, custom HTML etc. [https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)
has gone through detailed explorations and iterations. The [installation flow](https://github.com/WordPress/block-directory/issues/10)
has been handed off for implementation. There is still some ongoing discussion around
how to handle [missing blocks](https://github.com/WordPress/block-directory/issues/12)
and other [error states](https://github.com/WordPress/block-directory/issues/11).
Mel has also explored some ideas for [managing blocks within wp-admin](https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/).

![](https://i0.wp.com/make.wordpress.org/meta/files/2019/07/61014992-1280aa00-a3de-
11e9-9545-d32d35b42517.gif?resize=714%2C524&ssl=1)

Block Inserter work in progress

[Implementing the Block Inserter](https://github.com/WordPress/gutenberg/pull/16524)
is in progress in the form of a pull request. Some internal architectural changes
are underway, but that’s testable now by anyone able to run a [Gutenberg local environment](https://github.com/WordPress/gutenberg/blob/master/docs/contributors/getting-started.md).
The next major hurdle after re-architecting the code is fully implementing and testing
the pluginPlugin A plugin is a piece of software containing a group of functions
that can be added to a WordPress website. They can extend functionality or add new
features to your WordPress websites. WordPress plugins are written in the PHP programming
language and integrate seamlessly with WordPress. These can be free in the WordPress.
org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
or can be cost-based plugin from a third-party. install code.

The [Block Directory itself](https://wordpress.org/plugins/browse/block/) exists
in a minimal form within the Plugin Directory. There is a prototype APIAPI An API
or Application Programming Interface is a software intermediary that allows programs
to interact with each other and share data in limited, clearly defined ways. endpoint
for [searching by block name](https://meta.trac.wordpress.org/changeset/9051), and
work ongoing to implement that properly with ElasticSearch. Plugin developers can
submit block-only plugins to the directory by including a [block.json file](https://github.com/WordPress/gutenberg/blob/f3456fe079cac7e744efb0de6b3220c99781d1ad/docs/rfc/block-registration.md)
and reaching out to [@tellyworth](https://profiles.wordpress.org/tellyworth/) in
SlackSlack Slack is a Collaborative Group Chat Platform [https://slack.com/](https://slack.com/).
The WordPress community has its own Slack Channel at [https://make.wordpress.org/chat/](https://make.wordpress.org/chat/).
We’ve also explored the feasibility of supporting GitHubGitHub GitHub is a website
that offers online implementation of git repositories that can easily be shared,
copied and modified by other developers. Public repositories are free to host, private
repositories require a paid subscription. GitHub introduced the concept of the ‘
pull request’ where code changes done in branches by contributors can be reviewed
and discussed before being merged by the repository owner. [https://github.com/](https://github.com/)
for block plugins.

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F07%2F31%2Fblock-directory-updates%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/iandunn/) [Ian Dunn](https://profiles.wordpress.org/iandunn/)
12:03 am _on_ July 16, 2019     
Tags: [wordcamp ( 42 )](https://make.wordpress.org/meta/tag/wordcamp/)

# 󠀁[WordCamp.org Dev Update: June 18 – July 15, 2019](https://make.wordpress.org/meta/2019/07/16/wordcamp-org-dev-update-june-18-july-15-2019/)󠁿

Here is a list of WordCamp.org feature developments and maintenance work that has
been accomplished since [the last update](https://make.wordpress.org/meta/2019/06/21/feature-and-maintenance-update-for-wordcamp-org-june-2019-edition/).

### July 2 – July 15

 * Pulled data for 2018 annual WordCampWordCamp WordCamps are casual, locally-organized
   conferences covering everything related to WordPress. They're one of the places
   where the WordPress community comes together to teach one another what they’ve
   learned throughout the year and share the joy. [Learn more](https://central.wordcamp.org/about/).
   report.
 * Improved contributor onboarding by creating new sample database for location 
   environment.
 * Iterated on GitGit Git is a free and open source distributed version control 
   system designed to handle everything from small to very large projects with speed
   and efficiency. Git is easy to learn and has a tiny footprint with lightning 
   fast performance. Most modern plugin and theme development is being done with
   this version control system. [https://git-scm.com/](https://git-scm.com/) -> 
   SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) 
   is a software versioning and revision control system. Software developers use
   Subversion to maintain current and historical versions of files such as source
   code, web pages, and documentation. Its goal is to be a mostly compatible successor
   to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.
   org released code are all centrally managed through SVN. https://subversion.apache.
   org/. sync.
 * Minor maintenance: fixing duplicate invoices, fixing caching bug, tested upstream
   PWA PRs for compatibility, installed pluginPlugin A plugin is a piece of software
   containing a group of functions that can be added to a WordPress website. They
   can extend functionality or add new features to your WordPress websites. WordPress
   plugins are written in the PHP programming language and integrate seamlessly 
   with WordPress. These can be free in the WordPress.org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
   or can be cost-based plugin from a third-party. updates.

### June 18 – July 1

 * Rate limited penetration tests against CampTix.
 * Iterated on offline schedule and day-of-event template.
 * Drafted a plan to upgrade our Meetup.com APIAPI An API or Application Programming
   Interface is a software intermediary that allows programs to interact with each
   other and share data in limited, clearly defined ways. client to use oAuth and
   v3 endpoints ahead of their last-minute deprecation deadline.
 * Improved committer devex and onboarding process by switching the WordCamp.org
   repository from SVN to GitHubGitHub GitHub is a website that offers online implementation
   of git repositories that can easily be shared, copied and modified by other developers.
   Public repositories are free to host, private repositories require a paid subscription.
   GitHub introduced the concept of the ‘pull request’ where code changes done in
   branches by contributors can be reviewed and discussed before being merged by
   the repository owner. [https://github.com/](https://github.com/), and setting
   up fully-trusted SSLSSL Secure Socket Layer - Encryption from the server to the
   browser and back. Prevents prying eyes from seeing what you are sending between
   your browser and the server. certs in Docker.
 * Minor maintenance fixes: Installed plugin updates, enabled responsive embeds,
   updated “Polldaddy” strings to “Crowdsignal”.

[#wordcamp](https://make.wordpress.org/meta/tag/wordcamp/)

+make.wordpress.org/community

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F07%2F16%2Fwordcamp-org-dev-update-june-18-july-15-2019%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/iandunn/) [Ian Dunn](https://profiles.wordpress.org/iandunn/)
2:36 pm _on_ July 10, 2019     
Tags: [agenda ( 16 )](https://make.wordpress.org/meta/tag/agenda/),
[ticket-scrub ( 32 )](https://make.wordpress.org/meta/tag/ticket-scrub/), [wordcamp.org ( 11 )](https://make.wordpress.org/meta/tag/wordcamp-org/)

# 󠀁[Next WordCamp.org ticket scrub on July 18th, 2019](https://make.wordpress.org/meta/2019/07/10/next-wordcamp-org-ticket-scrub-on-july-18th-2019/)󠁿

This ticket scrub will happen on [2019-07-18 17:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190718T1700)
in the [#meta-wordcamp](https://wordpress.slack.com/archives/meta-wordcamp) channel.

The focus is on MetaMeta Meta is a term that refers to the inside workings of a 
group. For us, this is the team that works on internal WordPress sites like WordCamp
Central and Make WordPress. tickets with the [WordCamp Site & Plugins component](https://meta.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&component=WordCamp+Site+%26+Plugins&order=priority).

Comment below if there’s a specific ticket or topic you’d like to discuss.

+make.wordpress.org/community

[#agenda](https://make.wordpress.org/meta/tag/agenda/), [#ticket-scrub](https://make.wordpress.org/meta/tag/ticket-scrub/),
[#wordcamp-org](https://make.wordpress.org/meta/tag/wordcamp-org/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F07%2F10%2Fnext-wordcamp-org-ticket-scrub-on-july-18th-2019%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/andreamiddleton/) [Andrea Middleton](https://profiles.wordpress.org/andreamiddleton/)
10:19 pm _on_ June 28, 2019     
Tags: [make.wordpress.org/updates ( 18 )](https://make.wordpress.org/meta/tag/make-wordpress-orgupdates/),
[p2-xpost ( 89 )](https://make.wordpress.org/meta/tag/p2-xpost/)   

# 󠀁[X-post: Updates to the WordPress User & Developer Survey](https://make.wordpress.org/meta/2019/06/28/xpost-updates-to-the-wordpress-user-developer-survey/)󠁿

X-comment from [+make.wordpress.org/updates](https://make.wordpress.org/updates/):
Comment on [Updates to the WordPress User & Developer Survey](https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/#comment-4547)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F06%2F28%2Fxpost-updates-to-the-wordpress-user-developer-survey%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/coreymckrill/) [Corey McKrill](https://profiles.wordpress.org/coreymckrill/)
11:03 pm _on_ June 21, 2019     
Tags: [wordcamp ( 42 )](https://make.wordpress.org/meta/tag/wordcamp/)

# 󠀁[Feature and maintenance update for WordCamp.org: June 2019 edition](https://make.wordpress.org/meta/2019/06/21/feature-and-maintenance-update-for-wordcamp-org-june-2019-edition/)󠁿

Here is a list of WordCamp.org feature developments and maintenance work that has
been accomplished since [the last update](https://make.wordpress.org/meta/2019/03/29/feature-and-maintenance-update-for-wordcamp-org-march-18-29-2019/).

 * Completed the first milestone for WordCampWordCamp WordCamps are casual, locally-
   organized conferences covering everything related to WordPress. They're one of
   the places where the WordPress community comes together to teach one another 
   what they’ve learned throughout the year and share the joy. [Learn more](https://central.wordcamp.org/about/).’
   s GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress.
   The editor improves the process and experience of creating new content, making
   writing rich content much simpler. It uses ‘blocks’ to add richness rather than
   shortcodes, custom HTML etc. [https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)
   blocks. They are now [available for beta testing](https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/).
 * Mitigated an issue with “global terms” on the WordCamp.org multisiteMultisite
   Multisite is a WordPress feature which allows users to create a network of sites
   on a single WordPress installation. Available since WordPress version 3.0, Multisite
   is a continuation of WPMU or WordPress Multiuser project. WordPress MultiUser
   project was discontinued and its features were included into WordPress core. 
   [Advanced Administration Handbook -> Create A Network.](https://developer.wordpress.org/advanced-administration/multisite/create-network/)
   network that caused some taxonomyTaxonomy A taxonomy is a way to group things
   together. In WordPress, some common taxonomies are category, link, tag, or post
   format. [https://codex.wordpress.org/Taxonomies#Default_Taxonomies](https://codex.wordpress.org/Taxonomies#Default_Taxonomies).
   terms to be uneditable.
 * Created an experimental Docker-based WordCamp development environment.
 * Partially fixed an old bug where organizers and speaker badges are erroneously
   removed in some instances.
 * Added a payment gateway for WordCamp ticket purchases in Bangladesh.
 * Added new fields to WordPress.orgWordPress.org The community site where WordPress
   code is created and shared by the users. This is where you can download the source
   code for WordPress core, plugins and themes as well as the central location for
   community conversations and organization. [https://wordpress.org/](https://wordpress.org/)
   profiles where people can add details about how they contribute to the project.
 * Merged a feature pluginFeature Plugin A plugin that was created with the intention
   of eventually being proposed for inclusion in WordPress Core. See [Features as Plugins](https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/)
   created by the WCEU team that adds Progressive Web App (PWA) functionality to
   WordCamp sites. Currently it is in betaBeta A pre-release of software that is
   given out to a large group of users to trial under real conditions. Beta versions
   have gone through alpha testing in-house and are generally fairly close in look,
   feel and function to the final product; however, design changes often occur as
   part of the process. testing exclusively on the [WCEU site](https://2019.europe.wordcamp.org).
 * Iterations/fixes for Gutenberg compatibility, themes, error logs, security, updates,
   taxonomy terms, invoicing, and site URLs.

[#wordcamp](https://make.wordpress.org/meta/tag/wordcamp/)

+make.wordpress.org/community

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F06%2F21%2Ffeature-and-maintenance-update-for-wordcamp-org-june-2019-edition%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/kenshino/) [Jon (Kenshino)](https://profiles.wordpress.org/kenshino/)
2:03 pm _on_ June 20, 2019      

# 󠀁[HelpHub & Handbooks Localisation](https://make.wordpress.org/meta/2019/06/20/helphub-handbooks-localisation/)󠁿

So we had a meeting during WordCampWordCamp WordCamps are casual, locally-organized
conferences covering everything related to WordPress. They're one of the places 
where the WordPress community comes together to teach one another what they’ve learned
throughout the year and share the joy. [Learn more](https://central.wordcamp.org/about/).
Europe 2019 (Berlin) with the following people: [@nao](https://profiles.wordpress.org/nao/)
[@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/) [@kenshino](https://profiles.wordpress.org/kenshino/)
[@itsmarvin](https://profiles.wordpress.org/itsmarvin/) [@helika](https://profiles.wordpress.org/helika/)
[@netweb](https://profiles.wordpress.org/netweb/) [@akirk](https://profiles.wordpress.org/akirk/)
[@estela](https://profiles.wordpress.org/estela/)

In reference to the original discussion post https://make.wordpress.org/polyglots/
2019/03/27/helphub-localisation-plan-meeting-notes/ and in parallel consultation
with [@ocean90](https://profiles.wordpress.org/ocean90/) about the use of GlotPress(
who doesn’t think GlotPress is designed to deal with what we’re proposing), we have
agreed on an approach.

 1. We will activate the HelpHub pluginPlugin A plugin is a piece of software containing
    a group of functions that can be added to a WordPress website. They can extend 
    functionality or add new features to your WordPress websites. WordPress plugins
    are written in the PHP programming language and integrate seamlessly with WordPress.
    These can be free in the WordPress.org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
    or can be cost-based plugin from a third-party. on selected rosetta sites (e.g.
    ja.wordpress.orgWordPress.org The community site where WordPress code is created
    and shared by the users. This is where you can download the source code for WordPress
    core, plugins and themes as well as the central location for community conversations
    and organization. [https://wordpress.org/](https://wordpress.org/))
 2. As a start locale teams would be able to transcreate content using the English 
    HelpHub as a basis (https://wordpress.org/support/)
 3. The English HelpHub will remain the source of truth
 4. We’ll devise a proper roadmap following the plugin activation to link the locale
    HelpHub with the English one. Here’s some things we thought of
 5.  * To track revision numbers across both the original HelpHub and the localised
       one
     * To have notifications to inform the locale team that the English HelpHub article
       has been updated
     * To make sure that the HelpHub articles have language links
     * And more

The above steps will also largely apply to the Community Handbook

To request for the activation of the plugin:

Locale teams should create a meta ticket at https://meta.trac.wordpress.org/ and
the Meta team can do so provided that

 1. The Documentation Team is kept informed of all localised HelpHub installations
 2. The Community Team is kept informed of all localised Community Handbooks

This is the start towards localised user and community docs!

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F06%2F20%2Fhelphub-handbooks-localisation%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/coreymckrill/) [Corey McKrill](https://profiles.wordpress.org/coreymckrill/)
10:54 pm _on_ June 18, 2019     
Tags: [agenda ( 16 )](https://make.wordpress.org/meta/tag/agenda/),
[meta-wordcamp ( 5 )](https://make.wordpress.org/meta/tag/meta-wordcamp/), [ticket-scrub ( 32 )](https://make.wordpress.org/meta/tag/ticket-scrub/),
[wordcamp ( 42 )](https://make.wordpress.org/meta/tag/wordcamp/)   

# 󠀁[Next WordCamp.org ticket scrub on June 20th, 2019](https://make.wordpress.org/meta/2019/06/18/next-wordcamp-org-ticket-scrub-on-june-20th-2019/)󠁿

This ticket scrub will happen on [2019-06-20 17:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20190620T1700)
in the [#meta-wordcamp](https://make.wordpress.org/meta/tag/meta-wordcamp/) channel.

The focus is on MetaMeta Meta is a term that refers to the inside workings of a 
group. For us, this is the team that works on internal WordPress sites like WordCamp
Central and Make WordPress. tickets with the [WordCamp Site & Plugins component](https://meta.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&component=WordCamp+Site+%26+Plugins&order=priority).

The timing of this meeting nearly coincides with [Contributor Day at WordCamp Europe](https://2019.europe.wordcamp.org/contributor-day/)(
it will have just ended). So we may end up focusing on tickets that didn’t quite
make it over the finish line earlier in the day.

Feel free to comment below if there’s any other specific ticket or topic you’d like
to discuss.

[#agenda](https://make.wordpress.org/meta/tag/agenda/) [#ticket-scrub](https://make.wordpress.org/meta/tag/ticket-scrub/)
[#wordcamp](https://make.wordpress.org/meta/tag/wordcamp/)

+make.wordpress.org/community

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F06%2F18%2Fnext-wordcamp-org-ticket-scrub-on-june-20th-2019%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/melchoyce/) [Mel Choyce-Dwan](https://profiles.wordpress.org/melchoyce/)
11:29 pm _on_ May 28, 2019     
Tags: [make.wordpress.org/design ( 4 )](https://make.wordpress.org/meta/tag/make-wordpress-org-design/),
[p2-xpost ( 89 )](https://make.wordpress.org/meta/tag/p2-xpost/)   

# 󠀁[X-post: Block Library: Initial Explorations](https://make.wordpress.org/meta/2019/05/28/xpost-block-library-initial-explorations/)󠁿

X-post from [+make.wordpress.org/design](https://make.wordpress.org/design/): [Block Library: Initial Explorations](https://make.wordpress.org/design/2019/05/28/block-library-initial-explorations/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F05%2F28%2Fxpost-block-library-initial-explorations%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/tellyworth/) [Tellyworth](https://profiles.wordpress.org/tellyworth/)
4:23 am _on_ May 24, 2019      

# 󠀁[Interactive glossary on Make sites](https://make.wordpress.org/meta/2019/05/24/interactive-glossary-on-make-sites/)󠁿

There’s a new glossary feature running on selected Make p2s. It automatically highlights
terms that are defined in a Handbook glossary, and on hover gives a popup tooltip
with the definition. It looks something like this:

![](https://i1.wp.com/make.wordpress.org/meta/files/2019/05/Screen-Shot-2019-05-
24-at-4.12.01-pm.png?fit=776%2C369&ssl=1)

An example screenshot showing the tooltip defining the term “MetaMeta Meta is a 
term that refers to the inside workings of a group. For us, this is the team that
works on internal WordPress sites like WordCamp Central and Make WordPress.”

We’ve enabled the pluginPlugin A plugin is a piece of software containing a group
of functions that can be added to a WordPress website. They can extend functionality
or add new features to your WordPress websites. WordPress plugins are written in
the PHP programming language and integrate seamlessly with WordPress. These can 
be free in the WordPress.org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
or can be cost-based plugin from a third-party. on several Make sites to begin with,
including [Make Meta](https://make.wordpress.org/meta/). It draws its content from
two sources: a global WordPress glossary [as written by the marketing team](https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/),
and a local glossary specific to each Make site. Authors and Editors will find a
Glossary section in the main menu of wp-admin.

The plugin is of course open sourceOpen Source Open Source denotes software for 
which the original source code is made freely available and may be redistributed
and modified. Open Source **must be** delivered via a licensing model, see GPL.,
and it’s [available now in the plugin directory](https://wordpress.org/plugins/wporg-glossary/)
for anyone to use on their own WordPress site.

We’ll gradually enable the plugin on remaining Make sites as we deal with any unexpected
issues. Please let the team know in [#meta](https://wordpress.slack.com/messages/C02QB8GMM)
if you find any problems with the plugin or would like it enabled on your team’s
P2P2 P2 or O2 is the term people use to refer to the Make WordPress blog. It can
be found at [https://make.wordpress.org](https://make.wordpress.org/).

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Fmeta%2F2019%2F05%2F24%2Finteractive-glossary-on-make-sites%2F%23respond&locale=en_US)

## Post navigation

[← Older posts](https://make.wordpress.org/meta/page/24/?output_format=md)

[Newer posts →](https://make.wordpress.org/meta/page/22/?output_format=md)