We’re launching the new theme directory this week…

We’re launching the new theme directory this week, and it comes with some URLs redirects.

Most importantly, 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//themes/ will be served from the WordPres.org MU going forward, so themes will be just a site on that network.

Trailingslash all request without a query,
/themes => /themes/
/themes/tag-filters/ => /themes/
/themes/search.php?q=[term] => /themes/search/[term]/
/themes/[themename]/stats/ => /themes/[themename]/
/themes/[themename]/developer/ => /themes/[themename]/
/themes/about/ => /themes/getting-started/
/themes/contact/ => /themes/getting-started/

We don’t have a specific date/time for the switch yet, but it will be on 2/25 or 2/26.
Posting here to give you a heads up and some time to get it prepared.

/cc @seanosh, @otto42

Can I please have the wporg web role…

Can I please have the wporg-web role updated after r5929 and r5930? It pipes deploys to SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Pretty clever IMO, in terms of how it detects what revision is getting deployedDeploy Launching code from a local development environment to the production web server, so that it's available to visitors.. This only affects sandboxes (the deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. script itself).

#deploy-wporg-web

Requesting a sandbox for Kelly Dwan @ryelle She…

Requesting a sandbox for Kelly Dwan (@ryelle). She should have a public key at Automattic (where she is @ryelle33) to use. I’ll handle 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/. access — just needs the sandbox. Thanks!

#sandbox

Hi Can we please remove the following server…

Hi! Can we please remove the following server blocks from 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.-web.conf?

server {
    listen 80;
    server_name 2006.wordcamp.org 2006.sf.wordcamp.org;
    ...
}

server {
    listen 80;
    server_name 2007.wordcamp.org 2007.sf.wordcamp.org;
    ...
}

Thanks!

#wordcamp-org

Hi Can we please remove the following redirects…

Hi! Can we please remove the following redirects from WordCamp.org’s nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. config?

server {
        listen 80;
        server_name newyork.wordcamp.org;

        rewrite ^(.*)$ http://2009.newyork.wordcamp.org$1 permanent;
}

server {
        listen 80;
        server_name utah.wordcamp.org;

#       rewrite ^(.*)$ http://2010.utah.wordcamp.org$1 permanent;
        rewrite ^(.*)$ http://2011.slc.wordcamp.org$1 permanent;
}

Thanks!

#wordcamp-org

ZipArchive on WordCamp.org

Could we please have ZipArchive installed on WordCamp.org?

It’s needed for #262-meta, where we want to automate the generation of GravatarGravatar Is an acronym for Globally Recognized Avatar. It is the avatar system managed by WordPress.com, and used within the WordPress software. https://gravatar.com/. badges for WordCamps.

#wordcamp-org, #zip