Skip to content

Commit 5295e55

Browse files
committed
Fix protocol-relative URL in mingus chapter source
The source used //core.trac.wordpress.org/... which Pressbooks export mangled to http:////... in the generated EPUB, causing epubcheck failures. Use an absolute http:// URL instead so future exports don't regress. Related to #116.
1 parent 003f9fb commit 5295e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content/Part 2/10-mingus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The plugin system is an example of Ryan Boren's influence early in the project.
1010

1111
The plugin system transformed WordPress for core developers and the wider community. It meant that the core product didn’t need to include every developer's pet feature, just the features that made sense for a majority of users. <a href="http://archive.wordpress.org/interviews/2013_05_15_Boren1.html#L65">Ryan says that</a> the plugin system enabled core developers to implement the 80/20 rule: "Is this useful to 80% of our users? If not, try it in a plugin." Unlike hacks, which involved editing core files, plugins could be dropped into a directory in a user's WordPress install. Non-technical users were able to extend their blogs without having to mess around with PHP. The barrier to entry around extending WordPress inched lower.
1212

13-
The first plugin -- which is still bundled with WordPress -- the <a href="//core.trac.wordpress.org/changeset/1340">Hello Dolly plugin</a>, randomly displays a lyric from the Louis Armstrong song <em>Hello, Dolly!</em> in the top right of the admin dashboard. It was intended as a guide to making plugins. The second plugin was the <a href="http://wordpress.org/plugins/blogtimes/">blogtimes plugin</a>, which generated a bar graph image showing when posts were created over a certain period of time.
13+
The first plugin -- which is still bundled with WordPress -- the <a href="http://core.trac.wordpress.org/changeset/1340">Hello Dolly plugin</a>, randomly displays a lyric from the Louis Armstrong song <em>Hello, Dolly!</em> in the top right of the admin dashboard. It was intended as a guide to making plugins. The second plugin was the <a href="http://wordpress.org/plugins/blogtimes/">blogtimes plugin</a>, which generated a bar graph image showing when posts were created over a certain period of time.
1414

1515
Internationalization was another major advancement in WordPress 1.2. From its very beginning, the WordPress community was international in nature. The original developers were from the United States, the United Kingdom, Ireland, and France, and a <a href="http://wordpress.org/support/topic/world-domination-?replies=43">forum thread from January 2004 shows how international the growing community was</a>. Community members came from Hong Kong, Wales, New Zealand, Japan, and Brazil. With people from all over the world using WordPress, translations soon followed. The <a href="http://web.archive.org/web/20031205101812/http://wordpress.xwd.jp/">Japanese WordPress site was set up in December 2003</a>, only six months after WordPress launched. As WordPress wasn't yet set up for localization at that time, (<a href="http://profiles.wordpress.org/otsukare">Otsukare</a>), a community member from Japan, <a href="http://wordpress.org/support/topic/localization-help-needed?replies=102">created a multilingual fork of WordPress</a>. This was an internationalized version of WordPress that people could use to make their own localizations. It was popular among WordPress users from non-English speaking countries who wanted WordPress in their own language. Its popularity emphasized the necessity of internationalizing WordPress. A lack of proper internationalization tools in WordPress could have led many community members to use the fork instead. Maintaining two codebases in this way would have been inefficient and bug-prone.
1616

0 commit comments

Comments
 (0)