Misplaced Pages

WordPress

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an accepted version of this page

#123876

70-405: WordPress ( WP , or WordPress.org ) is a web content management system . It was originally created as a tool to publish blogs but has evolved to support publishing other web content, including more traditional websites, mailing lists and Internet forum , media galleries, membership sites, learning management systems , and online stores . Available as free and open-source software, WordPress

140-418: A web shell ) that collect sensitive information. Developers can also use tools to analyze potential vulnerabilities, including Jetpack Protect, WPScan, WordPress Auditor, and WordPress Sploit Framework developed by 0pc0deFR. These types of tools research known vulnerabilities, such as CSRF , LFI , RFI , XSS, SQL injection, and user enumeration. However, not all vulnerabilities can be detected by tools, so it

210-471: A computer running the WordPress software package. WordPress was released on May 27, 2003, by its founders, American developer Matt Mullenweg and English developer Mike Little . WordPress Foundation owns WordPress, WordPress projects, and other related trademarks. "WordPress is a factory that makes webpages" is a core analogy designed to clarify the functions of WordPress: it stores content and enables

280-756: A development strategy that can transform WordPress into all sorts of software systems and applications, limited only by the imagination and creativity of programmers. These are implemented using custom plugins to create non-website systems, such as headless WordPress applications and Software as a Service (SaaS) products. Plugins could also be used by hackers targeting sites that use WordPress, as hackers could exploit bugs in WordPress plugins instead of bugs in WordPress itself. Phone apps for WordPress exist for WebOS , Android , iOS , Windows Phone , and BlackBerry . These applications, designed by Automattic, have options such as adding new blog posts and pages, commenting, moderating comments, replying to comments in addition to

350-420: A maximum rating of "Less Critical". Secunia maintains an up-to-date list of WordPress vulnerabilities. In January 2007, many high-profile search engine optimization (SEO) blogs, as well as many low-profile commercial blogs featuring AdSense , were targeted and attacked with a WordPress exploit. A separate vulnerability on one of the project site's web servers allowed an attacker to introduce exploitable code in

420-582: A much easier, "one-click" automated process in version 2.7 (released in December 2008). However, the filesystem security settings required to enable the update process can be an additional risk. In a June 2007 interview, Stefan Esser, the founder of the PHP Security Response Team, spoke critically of WordPress' security track record, citing problems with the application's architecture that made it unnecessarily difficult to write code that

490-431: A network sniffing attack . If the information provided by the client is accepted by the server, the server will send a greeting to the client and the session will commence. If the server supports it, users may log in without providing login credentials, but the same server may authorize only limited access for such sessions. A host that provides an FTP service may provide anonymous FTP access. Users typically log into

560-572: A new type of passive mode. FTP may run in active or passive mode, which determines how the data connection is established. (This sense of "mode" is different from that of the MODE command in the FTP protocol.) Both modes were updated in September 1998 to support IPv6 . Further changes were introduced to the passive mode at that time, updating it to extended passive mode . The server responds over

630-583: A remote file timestamp, there's MDTM command. Some servers (and clients) support nonstandard syntax of the MDTM command with two arguments, that works the same way as MFMT FTP login uses normal username and password scheme for granting access. The username is sent to the server using the USER command, and the password is sent using the PASS command. This sequence is unencrypted "on the wire", so may be vulnerable to

700-556: A server to apply the templates at request time, they may also exist purely as design-time tools. These systems apply templates on-demand. They may generate HTML when a user visits the page, or the user might receive pre-generated HTML from a web cache . Most open source WCMSs support add-ons that extended the system's capabilities. These include features like forums, blogs, wikis, web stores, photo galleries, and contact management. These are variously called modules, nodes, widgets, add-ons, or extensions. JavaServer Pages|Some systems combine

770-544: A site running WordPress 4.7 or greater. The auditors quietly notified WordPress developers, and within six days WordPress released a high-priority patch to version 4.7.2, which addressed the problem. As of WordPress 6.0, the minimum PHP version requirement is PHP 5.6, which was released on August 28, 2014, and which has been unsupported by the PHP Group and not received any security patches since December 31, 2018. Thus, WordPress recommends using PHP version 7.4 or greater. In

SECTION 10

#1732798537124

840-425: A special mailing list or the project's Trac tool. Though largely developed by the community surrounding it, WordPress is closely associated with Automattic , the company founded by Matt Mullenweg. WordPress Foundation is a non-profit organization that was set up to support the WordPress project. The purpose of the organization is to guarantee open access to WordPress's software projects forever. As part of this,

910-537: A user to create and publish webpages , requiring nothing beyond a domain and a hosting service . WordPress has a web template system using a template processor . Its architecture is a front controller , routing all requests for non-static URIs to a single PHP file that parses the URI and identifies the target page. This allows support for more human-readable permalinks . WordPress users may install and switch among many different themes . Themes allow users to change

980-459: A username and password may be found in the browsers' documentation (e.g., Firefox and Internet Explorer ). By default, most web browsers use passive (PASV) mode, which more easily traverses end-user firewalls. Some variation has existed in how different browsers treat path resolution in cases where there is a non-root home directory for a user. Most common download managers can receive files hosted on FTP servers, while some of them also give

1050-575: A vulnerability to the following problems: FTP does not encrypt its traffic; all transmissions are in clear text, and usernames, passwords, commands and data can be read by anyone able to perform packet capture ( sniffing ) on the network. This problem is common to many of the Internet Protocol specifications (such as SMTP , Telnet , POP and IMAP ) that were designed prior to the creation of encryption mechanisms such as TLS or SSL. Common solutions to this problem include: FTP over SSH

1120-605: Is advisable to check the code of plugins, themes, and other add-ins from other developers. In March 2015, it was reported that the Yoast SEO plugin was vulnerable to SQL injection, allowing attackers to potentially execute arbitrary SQL commands. The issue was fixed in version 1.7.4 of the plugin. In January 2017, security auditors at Sucuri identified a vulnerability in the WordPress REST API that would allow any unauthenticated user to modify any post or page within

1190-500: Is among the most popular content management systems – it was used by 43.1% of the top 10 million websites as of December 2023. WordPress is written in the PHP language and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system , referred to within WordPress as "Themes". To function, WordPress has to be installed on a web server , either as part of an Internet hosting service or on

1260-537: Is an extension to the FTP standard that allows clients to request FTP sessions to be encrypted. This is done by sending the "AUTH TLS" command. The server has the option of allowing or denying connections that do not request TLS. This protocol extension is defined in RFC   4217 . Implicit FTPS is an outdated standard for FTP that required the use of a SSL or TLS connection. It was specified to use different ports than plain FTP. The SSH file transfer protocol (chronologically

1330-627: Is only recommended for small file transfers from a server, due to limitations compared to dedicated client software. It does not support SFTP . Both the native file managers for KDE on Linux ( Dolphin and Konqueror ) support FTP as well as SFTP. On Android , the My Files file manager on Samsung Galaxy has a built-in FTP and SFTP client. For a long time, most common web browsers were able to retrieve files hosted on FTP servers, although not all of them had support for protocol extensions such as FTPS . When an FTP—rather than an HTTP— URL

1400-811: Is secure from SQL injection vulnerabilities, as well as some other problems. In June 2013, it was found that some of the 50 most downloaded WordPress plugins were vulnerable to common Web attacks such as SQL injection and XSS . A separate inspection of the top 10 e-commerce plugins showed that seven of them were vulnerable. To promote better security and to streamline the update experience overall, automatic background updates were introduced in WordPress 3.7. Individual installations of WordPress can be protected with security plugins that prevent user enumeration, hide resources, and thwart probes. Users can also protect their WordPress installations by taking steps such as keeping all WordPress installations, themes, and plugins updated, using only trusted themes and plugins, and editing

1470-408: Is still in use in mainframe and minicomputer file transfer applications. Data transfer can be done in any of three modes: Most contemporary FTP clients and servers do not implement MODE B or MODE C; FTP clients and servers for mainframe and minicomputer operating systems are the exception to that. Some FTP software also implements a DEFLATE -based compressed mode, sometimes called "Mode Z" after

SECTION 20

#1732798537124

1540-464: Is supplied, the accessible contents on the remote server are presented in a manner that is similar to that used for other web content. Google Chrome removed FTP support entirely in Chrome 88, also affecting other Chromium -based browsers such as Microsoft Edge . Firefox 88 disabled FTP support by default, with Firefox 90 dropping support entirely. FireFTP is a discontinued browser extension that

1610-401: Is the practice of tunneling a normal FTP session over a Secure Shell connection. Because FTP uses multiple TCP connections (unusual for a TCP/IP protocol that is still in use), it is particularly difficult to tunnel over SSH. With many SSH clients, attempting to set up a tunnel for the control channel (the initial client-to-server connection on port 21) will protect only that channel; when data

1680-574: Is transferred, the FTP software at either end sets up new TCP connections (data channels) and thus have no confidentiality or integrity protection . Otherwise, it is necessary for the SSH client software to have specific knowledge of the FTP protocol, to monitor and rewrite FTP control channel messages and autonomously open new packet forwardings for FTP data channels. Software packages that support this mode include: FTP over SSH should not be confused with SSH File Transfer Protocol (SFTP). Explicit FTPS

1750-769: The Nordic region had its own WordCamp Nordic. The first WordCamp Asia was to be held in 2020, but cancelled due to the COVID-19 pandemic . WordPress' primary support website is WordPress.org. This support website hosts both WordPress Codex, the online manual for WordPress and a living repository for WordPress information and documentation, and WordPress Forums, an active online community of WordPress users. WordPress hosting services typically offer one-click WordPress installations, automated updates and backups, and security features to safeguard against common threats. Many also provide support and are configured for optimal performance with

1820-670: The Trackback and Pingback standards for displaying links to other sites that have themselves linked to a post or an article. WordPress posts can be edited in HTML, using the visual editor, or using one of several plugins that allow for a variety of customized editing features. Before version 3, WordPress supported one blog per installation, although multiple concurrent copies may be run from different directories if configured to use separate database tables. WordPress Multisites (previously referred to as WordPress Multi-User, WordPress MU, or WPMU)

1890-554: The URI prefix " ftp:// ". In 2021, FTP support was dropped by Google Chrome and Firefox , two major web browser vendors, due to it being superseded by the more secure SFTP and FTPS; although neither of them have implemented the newer protocols. The original specification for the File Transfer Protocol was written by Abhay Bhushan and published as RFC   114 on 16 April 1971. Until 1980, FTP ran on NCP ,

1960-671: The 5.0 release. Having the Classic Editor plugin installed restores the "classic" editing experience that WordPress has had up until the WordPress 5.0 release. The Classic Editor plugin will be supported at least until 2024. As of August 2023, the Classic Editor plugin is active on over 5 million installations of WordPress. Many security issues have been uncovered and patched in the software, particularly in 2007, 2008, and 2015. According to Secunia , WordPress in April 2009 had seven unpatched security advisories (out of 32 total), with

2030-448: The CMS. Web content management system A web content management system ( WCM or WCMS ) is a software content management system (CMS) specifically for web content . It provides website authoring, collaboration, and administration tools that help users with little knowledge of web programming languages or markup languages create and manage website content. A WCMS provides

2100-541: The FTP client to the server. This is widely used by modern FTP clients. Another approach is for the NAT to alter the values of the PORT command, using an application-level gateway for this purpose. While transferring data over the network, five data types are defined: Note these data types are commonly called "modes", although ambiguously that word is also used to refer to active-vs-passive communication mode (see above), and

2170-587: The Internet towards internal hosts. For NATs, an additional complication is that the representation of the IP addresses and port number in the PORT command refer to the internal host's IP address and port, rather than the public IP address and port of the NAT. There are two approaches to solve this problem. One is that the FTP client and FTP server use the PASV command, which causes the data connection to be established from

WordPress - Misplaced Pages Continue

2240-492: The Internet: Commercialization, privatization, broader access leads to the modern Internet: Examples of Internet services: The File Transfer Protocol ( FTP ) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network . FTP is built on a client–server model architecture using separate control and data connections between

2310-447: The SSH file transfer protocol as well. Trivial File Transfer Protocol (TFTP) is a simple, lock-step FTP that allows a client to get a file from or put a file onto a remote host. One of its primary uses is in the early stages of booting from a local area network , because TFTP is very simple to implement. TFTP lacks security and most of the advanced features offered by more robust file transfer protocols such as File Transfer Protocol. TFTP

2380-463: The URL ftp://public.ftp-servers.example.com/mydirectory/myfile.txt represents the file myfile.txt from the directory mydirectory on the server public.ftp-servers.example.com as an FTP resource. The URL ftp://user001:secretpassword@private.ftp-servers.example.com/mydirectory/myfile.txt adds a specification of the username and password that must be used to access this resource. More details on specifying

2450-484: The WCMS is not changed often but visits happen frequently. Administration is also typically done through browser-based interfaces, but some systems require the use of a fat client . A web content management system controls a dynamic collection of web material, including HTML documents, images , and other forms of media. A WCMS facilitates document control, auditing, editing, and timeline management. A WCMS typically has

2520-604: The WordPress Photo Directory at the State of the Word 2021 event. It is an open-source image directory for open images maintained by the WordPress project. The image directory aims to provide an open alternative to closed image banks , such as Unsplash , Pixbaby, and Adobe Stock , whose licensing terms have become restrictive in recent years. Use in WordPress themes, for example, is restricted. In January 2022,

2590-475: The ability to check for proper emoji rendering capability. Matt Mullenweg and Mike Little were co-founders of the project. The core lead developers include Helen Hou-Sandí, Dion Hulse, Mark Jaquith, Matt Mullenweg, Andrew Ozz, and Andrew Nacin. WordPress is also developed by its community, including WP tester , a group of volunteers who test each release. They have early access to nightly builds , beta versions, and release candidates. Errors are documented in

2660-686: The ability to view the stats. The WordPress Accessibility Coding Standards state that "All new or updated code released in WordPress must conform with the Web Content Accessibility Guidelines 2.0 at level AA." WordPress also features integrated link management, a search engine –friendly, clean permalink structure; the ability to assign multiple categories to posts; and support for tagging of posts. Automatic filters are also included, providing standardized formatting and styling of text in posts (for example, converting regular quotes to smart quotes ). WordPress also supports

2730-547: The absence of specific alterations to their default formatting code, WordPress-based websites use the canvas element to detect whether the browser can correctly render emoji . Because Tor Browser does not currently discriminate between this legitimate use of the Canvas API and an effort to perform canvas fingerprinting , it warns that the website is attempting to 'extract HTML5 canvas image data. Ongoing efforts seek workarounds to reassure privacy advocates while retaining

2800-405: The addition of widgets and navigation bars . Not all available plugins are always abreast with the upgrades, and as a result, they may not function properly or may not function at all. If the plugin developer has not tested the plugin with the last two major versions of WordPress, a warning message will be displayed on the plugin directory, informing users that the plugin may not work properly with

2870-974: The client and the server. FTP users may authenticate themselves with a plain-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS ( FTPS ) or replaced with SSH File Transfer Protocol (SFTP). The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces , and are still shipped with most Windows , Unix , and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops , servers, mobile devices, and hardware, and FTP has been incorporated into productivity applications such as HTML editors and file managers . An FTP client used to be commonly integrated in web browsers , where file servers are browsed with

WordPress - Misplaced Pages Continue

2940-511: The command that enables it. This mode was described in an Internet Draft , but not standardized. GridFTP defines additional modes, MODE E and MODE X, as extensions of MODE B. More recent implementations of FTP support the Modify Fact: Modification Time (MFMT) command, which allows a client to adjust that file attribute remotely, enabling the preservation of that attribute when uploading files. To retrieve

3010-588: The content or layout of a web page . Past content that was created on WordPress pages is listed under what is referred to as a Classic Block. Before Gutenberg, there were several block-based editors available as WordPress plugins, e.g. Elementor . Following the release of Gutenberg, comparisons were made between it and those existing plugins. The Classic Editor plugin was created as a result of User preferences and helped website developers maintain past plugins only compatible with WordPress 4.9, giving plugin developers time to get their plugins updated & compatible with

3080-501: The control connection with three-digit status codes in ASCII with an optional text message. For example, "200" (or "200 OK") means that the last command was successful. The numbers represent the code for the response and the optional text represents a human-readable explanation or request (e.g. <Need account for storing file>). An ongoing transfer of file data over the data connection can be aborted using an interrupt message sent over

3150-435: The control connection. FTP needs two ports (one for sending and one for receiving) because it was originally designed to operate on top of Network Control Protocol (NCP), which was a simplex protocol that utilized two port addresses , establishing two connections, for two-way communications. An odd and an even port were reserved for each application layer application or protocol. The standardization of TCP and UDP reduced

3220-499: The current release is officially supported, security updates are backported "as a courtesy" to all versions as far back as 4.0. The December 2018 release of WordPress 5.0, "Bebo", is named in homage to the pioneering Cuban jazz musician Bebo Valdés . It included a new default editor "Gutenberg" – a block-based editor; that allows users to modify their displayed content in a much more user-friendly way than prior iterations. Blocks are abstract units of markup that, composed together, form

3290-593: The features and functionality of a website or blog. As of December 2021, WordPress.org has 59,756 plugins available, each of which offers custom functions and features enabling users to tailor their sites to their specific needs. However, this does not include the available premium plugins (approximately 1,500+), which may not be listed in the WordPress.org repository . These customizations range from search engine optimization (SEO) to client portals used to display private information to logged-in users, to content management systems, to content displaying features, such as

3360-490: The following features: A WCMS can use one of three approaches: offline processing , online processing , and hybrid processing . These terms describe the deployment pattern for the WCMS in terms of when it applies presentation templates to render web pages from structured content. These systems, sometimes referred to as "static site generators", pre-process all content, applying templates before publication to generate web pages. Since pre-processing systems do not require

3430-410: The form of a back door to some downloads of WordPress 2.1.1. The 2.1.2 release addressed this issue; an advisory released at the time advised all users to upgrade immediately. In May 2007, a study revealed that 98% of WordPress blogs being run were exploitable because they were running outdated and unsupported versions of the software. To help mitigate this problem, WordPress made updating the software

3500-517: The foundation for collaboration, providing users the ability to manage documents and output for multiple author editing and participation. Most systems use a content repository or a database to store page content, metadata , and other information assets the system needs. A presentation layer ( template engine ) displays the content to website visitors based on a set of templates , which are sometimes XSLT files. Most systems use server side caching to improve performance. This works best when

3570-421: The idea of forking b2/cafelog and new features that he would want in a new CMS, in a blog post written on January 24, 2003. Mike Little, a professional developer, became the first to comment on the blog post expressing interest to contribute. The two worked together to create the first version of WordPress, version 0.70, which was released on May 27, 2003. Christine Selleck Tremoulet, a friend of Mullenweg, suggested

SECTION 50

#1732798537124

3640-424: The interface to retrieve the files hosted on FTP servers. DownloadStudio allows not only download a file from FTP server but also view the list of files on a FTP server. LibreOffice declared its FTP support deprecated from 7.4 release, this was later removed in 24.2 release. FTP was not designed to be a secure protocol, and has many security weaknesses. In May 1999, the authors of RFC   2577 listed

3710-524: The latest WordPress version. Most plugins are available through WordPress themselves, either via downloading them and installing the files manually via FTP or through the WordPress dashboard. However, many third parties offer plugins through their websites, many of which are paid packages. Web developers who wish to develop plugins need to learn WordPress' hook system, which consists of over 2,000 hooks (as of Version 5.7 in 2021) divided into two categories: action hooks and filter hooks. Plugins also represent

3780-402: The look and functionality of a WordPress website without altering the core code or site content. Custom code can be added to the website by using a child theme or through a code editor. Every WordPress website requires at least one theme to be present. Themes may be directly installed using the WordPress "Appearance" administration tool in the dashboard, or theme folders may be copied directly into

3850-583: The modes set by the FTP protocol MODE command (see below). For text files (TYPE A and TYPE E), three different format control options are provided, to control how the file would be printed: These formats were mainly relevant to line printers ; most contemporary FTP clients/servers only support the default format control of N. File organization is specified using the STRU command. The following file structures are defined in section 3.1.1 of RFC959: Most contemporary FTP clients and servers only support STRU F. STRU R

3920-500: The name WordPress . In 2004, the licensing terms for the competing Movable Type package were changed by Six Apart , resulting in many of its most influential users migrating to WordPress. By October 2009, the Open Source CMS MarketShare Report concluded that WordPress enjoyed the greatest brand strength of any open-source content management system. As of May 2021, WordPress is used by 64.8% of all

3990-415: The need for the use of two simplex ports for each application down to one duplex port, but the FTP protocol was never altered to only use one port, and continued using two for backwards compatibility. FTP normally transfers data by having the server connect back to the client, after the PORT command is sent by the client. This is problematic for both NATs and firewalls, which do not allow connections from

4060-402: The offline and online approaches. Some systems write out executable code (e.g., JSP , ASP, PHP, ColdFusion, or Perl pages) rather than just static HTML. That way, personnel don't have to deploy the WCMS itself on every web server. Other hybrids operate in either an online or offline mode. File Transfer Protocol Early research and development: Merging the networks and creating

4130-608: The organization owns and manages WordPress, WordCamp, and related trademarks . In January 2010, Matt Mullenweg formed the organization to own and manage the trademarks of WordPress project. Previously – from 2006 onwards – Automattic acted as a short-term owner of the WordPress trademarks. From the beginning, he intended later to place the WordPress trademarks with the WordPress Foundation, which did not yet exist in 2006 and which eventually took longer to set up than expected. On December 14, 2021, Matt Mullenweg announced

4200-467: The predecessor of TCP/IP . The protocol was later replaced by a TCP/IP version, RFC   765 (June 1980) and RFC   959 (October 1985), the current specification. Several proposed standards amend RFC   959 , for example RFC   1579 (February 1994) enables Firewall-Friendly FTP (passive mode), RFC   2228 (June 1997) proposes security extensions, RFC   2428 (September 1998) adds support for IPv6 and defines

4270-574: The project began to gather volunteers, and in February, its own developer website was launched, where team representatives were next selected. WordCamps are casual, locally organized conferences covering everything related to WordPress. The first such event was WordCamp 2006 in August 2006 in San Francisco , which lasted one day and had over 500 attendees. The first WordCamp outside San Francisco

SECTION 60

#1732798537124

4340-464: The second of the two protocols abbreviated SFTP) transfers files and has a similar command set for users, but uses the Secure Shell protocol (SSH) to transfer files. Unlike FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted openly over the network. It cannot interoperate with FTP software, though some FTP client software offers support for

4410-505: The service with an 'anonymous' (lower-case and case-sensitive in some FTP servers) account when prompted for user name. Although users are commonly asked to send their email address instead of a password, no verification is actually performed on the supplied data. Many FTP hosts whose purpose is to provide software updates will allow anonymous logins. Many file managers tend to have FTP access implemented, such as File Explorer (formerly Windows Explorer) on Microsoft Windows . This client

4480-494: The site's .htaccess configuration file if supported by the webserver to prevent many types of SQL injection attacks and block unauthorized access to sensitive files. It is especially important to keep WordPress plugins updated because would-be hackers can easily list all the plugins a site uses and then run scans searching for any vulnerabilities against those plugins. If vulnerabilities are found, they may be exploited to allow hackers to, for example, upload their files (such as

4550-494: The themes directory. WordPress themes are generally classified into two categories: free and premium. Many free themes are listed in the WordPress theme directory (also known as the repository), and premium themes are available for purchase from marketplaces and individual WordPress developers. WordPress users may also create and develop their own custom themes and upload them in the WordPress directory or repository. WordPress' plugin architecture allows users to extend or depreciate

4620-411: The websites whose content management system is known, and 41.4% of the top 10 million websites. Starting September 2024, Mullenweg engaged WordPress, Wordpress.com, and Automattic in a dispute leading to a lawsuit with hosting company WP Engine , causing widespread community concern. Main releases of WordPress are codenamed after well-known jazz musicians, starting from version 1.0. Although only

4690-496: Was a fork of WordPress created to allow multiple blogs to exist within one installation but can be administered by a centralized maintainer. WordPress MU makes it possible for those with websites to host their own blogging communities, as well as control and moderate all the blogs from a single dashboard. WordPress MU adds eight new data tables for each blog. As of the release of WordPress 3, WordPress MU has merged with WordPress. b2/cafelog , more commonly known as b2 or catalog ,

4760-460: Was designed as a full-featured FTP client to be run within Firefox , but when Firefox dropped support for FTP the extension developer recommended using Waterfox . Some browsers, such as the text-based Lynx , still support FTP. FTP URL syntax is described in RFC   1738 , taking the form: ftp://[user[:password]@]host[:port]/[url-path] (the bracketed parts are optional). For example,

4830-679: Was held in Beijing in September 2007. Since then, there have been over 1,022 WordCamps in over 75 cities in 65 countries around the world. WordCamp San Francisco 2014 was the last official annual conference of WordPress developers and users taking place in San Francisco, having now been replaced with WordCamp US. First ran in 2013 as WordCamp Europe, regional WordCamps in other geographical regions are held to connect people who are not already active in their local communities and inspire attendees to start user communities in their hometowns. In 2019,

4900-481: Was the precursor to WordPress. b2/cafelog was estimated to have been installed on approximately 2,000 blogs as of May 2003. It was written in PHP for use with MySQL by Michel Valdrighi, who was a contributing developer to WordPress until 2005. Although WordPress is the official successor, another project, b2evolution , is also in active development. As the development of b2/cafelog slowed down, Matt Mullenweg began pondering

#123876