Changeset 6878 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
- Timestamp:
- 03/15/2018 04:42:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about.php
r6869 r6878 29 29 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 30 30 <header class="entry-header"> 31 <h1 class="entry-title"><?php _esc_html_e( 'Democratize Publishing', 'wporg' ); ?></h1>31 <h1 class="entry-title"><?php esc_html_e( 'Democratize Publishing', 'wporg' ); ?></h1> 32 32 33 33 <p class="entry-description"> 34 <?php _esc_html_e( 'The freedom to build. The freedom to change. The freedom to share.', 'wporg' ); ?>34 <?php esc_html_e( 'The freedom to build. The freedom to change. The freedom to share.', 'wporg' ); ?> 35 35 </p> 36 36 </header><!-- .entry-header --> … … 38 38 <div class="entry-content row"> 39 39 <section class="col-8"> 40 <h2 id="mission"><?php _esc_html_e( 'Our Mission', 'wporg' ); ?></h2>41 <p><?php _esc_html_e( 'WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. We believe great software should work with minimum set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.', 'wporg' ); ?></p>40 <h2 id="mission"><?php esc_html_e( 'Our Mission', 'wporg' ); ?></h2> 41 <p><?php esc_html_e( 'WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. We believe great software should work with minimum set up, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.', 'wporg' ); ?></p> 42 42 <p> 43 43 <?php 44 44 /* translators: Link to */ 45 printf( wp_kses_post( __ _( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) );45 printf( wp_kses_post( __( 'We believe in democratizing publishing and the <a href="%s">freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.', 'wporg' ) ), esc_url( 'https://opensource.org/osd-annotated' ) ); 46 46 ?> 47 47 </p> … … 50 50 <a class="shape technology dashicons-before dashicons-welcome-widgets-menus" href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"> 51 51 <p> 52 <strong><?php _esc_html_e( 'The Technology', 'wporg' ); ?></strong><br />53 <?php _esc_html_e( 'Learn about the software', 'wporg' ); ?>52 <strong><?php esc_html_e( 'The Technology', 'wporg' ); ?></strong><br /> 53 <?php esc_html_e( 'Learn about the software', 'wporg' ); ?> 54 54 </p> 55 55 </a> 56 56 <a class="shape community dashicons-before dashicons-admin-site" href="https://make.wordpress.org/"> 57 57 <p> 58 <strong><?php _esc_html_e( 'The Community', 'wporg' ); ?></strong><br />59 <?php _esc_html_e( 'Learn about the people', 'wporg' ); ?>58 <strong><?php esc_html_e( 'The Community', 'wporg' ); ?></strong><br /> 59 <?php esc_html_e( 'Learn about the people', 'wporg' ); ?> 60 60 </p> 61 61 </a> 62 62 </div> 63 <p><?php _esc_html_e( 'WordPress contributors work around the globe, and have dedicated countless hours to build a tool that democratizes publishing. WordPress is open source software that is both free and priceless.', 'wporg' ); ?></p>63 <p><?php esc_html_e( 'WordPress contributors work around the globe, and have dedicated countless hours to build a tool that democratizes publishing. WordPress is open source software that is both free and priceless.', 'wporg' ); ?></p> 64 64 </section> 65 65 66 66 <section class="row gutters between"> 67 67 <div class="col-4"> 68 <h4><?php _esc_html_e( 'The Technology', 'wporg' ); ?></h4>69 <p><?php _esc_html_e( 'Learn about WordPress, where it’s been, and where it’s going.', 'wporg' ); ?></p>68 <h4><?php esc_html_e( 'The Technology', 'wporg' ); ?></h4> 69 <p><?php esc_html_e( 'Learn about WordPress, where it’s been, and where it’s going.', 'wporg' ); ?></p> 70 70 <ul> 71 <li><a href="<?php echo esc_url( home_url( '/about/requirements/' ) ); ?>"><?php _esc_html_e( 'Requirements', 'wporg' ); ?></a></li>72 <li><a href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"><?php _esc_html_e( 'Features', 'wporg' ); ?></a></li>73 <li><a href="<?php echo esc_url( home_url( '/about/security/' ) ); ?>"><?php _esc_html_e( 'Security', 'wporg' ); ?></a></li>74 <li><a href="<?php echo esc_url( home_url( '/about/roadmap/' ) ); ?>"><?php _esc_html_e( 'Roadmap', 'wporg' ); ?></a></li>75 <li><a href="<?php echo esc_url( home_url( '/about/history/' ) ); ?>"><?php _esc_html_e( 'History', 'wporg' ); ?></a></li>71 <li><a href="<?php echo esc_url( home_url( '/about/requirements/' ) ); ?>"><?php esc_html_e( 'Requirements', 'wporg' ); ?></a></li> 72 <li><a href="<?php echo esc_url( home_url( '/about/features/' ) ); ?>"><?php esc_html_e( 'Features', 'wporg' ); ?></a></li> 73 <li><a href="<?php echo esc_url( home_url( '/about/security/' ) ); ?>"><?php esc_html_e( 'Security', 'wporg' ); ?></a></li> 74 <li><a href="<?php echo esc_url( home_url( '/about/roadmap/' ) ); ?>"><?php esc_html_e( 'Roadmap', 'wporg' ); ?></a></li> 75 <li><a href="<?php echo esc_url( home_url( '/about/history/' ) ); ?>"><?php esc_html_e( 'History', 'wporg' ); ?></a></li> 76 76 </ul> 77 77 </div> 78 78 <div class="col-4"> 79 <h4><?php _esc_html_e( 'The Details', 'wporg' ); ?></h4>80 <p><?php _esc_html_e( 'There’s so much in the details. Stay abreast with the particulars.', 'wporg' ); ?></p>79 <h4><?php esc_html_e( 'The Details', 'wporg' ); ?></h4> 80 <p><?php esc_html_e( 'There’s so much in the details. Stay abreast with the particulars.', 'wporg' ); ?></p> 81 81 <ul> 82 <li><a href="<?php echo esc_url( home_url( '/about/domains/' ) ); ?>"><?php _esc_html_e( 'Domains', 'wporg' ); ?></a></li>83 <li><a href="<?php echo esc_url( home_url( '/about/license/' ) ); ?>"><?php _esc_html_e( 'GNU Public License', 'wporg' ); ?></a></li>84 <li><a href="<?php echo esc_url( home_url( '/about/privacy/' ) ); ?>"><?php _esc_html_e( 'Privacy Policy', 'wporg' ); ?></a></li>85 <li><a href="<?php echo esc_url( home_url( '/about/stats/' ) ); ?>"><?php _esc_html_e( 'Statistics', 'wporg' ); ?></a></li>82 <li><a href="<?php echo esc_url( home_url( '/about/domains/' ) ); ?>"><?php esc_html_e( 'Domains', 'wporg' ); ?></a></li> 83 <li><a href="<?php echo esc_url( home_url( '/about/license/' ) ); ?>"><?php esc_html_e( 'GNU Public License', 'wporg' ); ?></a></li> 84 <li><a href="<?php echo esc_url( home_url( '/about/privacy/' ) ); ?>"><?php esc_html_e( 'Privacy Policy', 'wporg' ); ?></a></li> 85 <li><a href="<?php echo esc_url( home_url( '/about/stats/' ) ); ?>"><?php esc_html_e( 'Statistics', 'wporg' ); ?></a></li> 86 86 </ul> 87 87 </div> 88 88 <div class="col-4"> 89 <h4><?php _esc_html_e( 'The People', 'wporg' ); ?></h4>90 <p><?php _esc_html_e( 'Learn about the community and how we get along.', 'wporg' ); ?></p>89 <h4><?php esc_html_e( 'The People', 'wporg' ); ?></h4> 90 <p><?php esc_html_e( 'Learn about the community and how we get along.', 'wporg' ); ?></p> 91 91 <ul> 92 <li><a href="<?php echo esc_url( home_url( '/about/philosophy/' ) ); ?>"><?php _esc_html_e( 'Philosophy', 'wporg' ); ?></a></li>93 <li><a href="<?php echo esc_url( home_url( '/about/etiquette/' ) ); ?>"><?php _esc_html_e( 'Etiquette', 'wporg' ); ?></a></li>94 <li><a href="<?php echo esc_url( home_url( '/about/swag/' ) ); ?>"><?php _esc_html_e( 'Swag', 'wporg' ); ?></a></li>95 <li><a href="<?php echo esc_url( home_url( '/about/logos/' ) ); ?>"><?php _esc_html_e( 'Logos and Graphics', 'wporg' ); ?></a></li>92 <li><a href="<?php echo esc_url( home_url( '/about/philosophy/' ) ); ?>"><?php esc_html_e( 'Philosophy', 'wporg' ); ?></a></li> 93 <li><a href="<?php echo esc_url( home_url( '/about/etiquette/' ) ); ?>"><?php esc_html_e( 'Etiquette', 'wporg' ); ?></a></li> 94 <li><a href="<?php echo esc_url( home_url( '/about/swag/' ) ); ?>"><?php esc_html_e( 'Swag', 'wporg' ); ?></a></li> 95 <li><a href="<?php echo esc_url( home_url( '/about/logos/' ) ); ?>"><?php esc_html_e( 'Logos and Graphics', 'wporg' ); ?></a></li> 96 96 </ul> 97 97 </div> … … 99 99 100 100 <section class="col-8"> 101 <h2 id="story"><?php _esc_html_e( 'Our Story', 'wporg' ); ?></h2>101 <h2 id="story"><?php esc_html_e( 'Our Story', 'wporg' ); ?></h2> 102 102 <p> 103 103 <?php 104 104 /* translators: 1: Link to b2/cafelog; 2: WordPress market share: 29%; */ 105 printf( wp_kses_post( __ _( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) );105 printf( wp_kses_post( __( 'WordPress started in 2003 when Mike Little and Matt Mullenweg created a <a href="%1$s">fork of b2/cafelog</a>. The need for an elegant, well-architected personal publishing system was clear even then. Today, WordPress is built on PHP and MySQL, and licensed under the GPLv2. It is also the platform of choice for over %2$s of all sites across the web.', 'wporg' ) ), esc_url( 'https://www.whoishostingthis.com/resources/b2-cafelog/' ), esc_html( WP_MARKET_SHARE . '%' ) ); 106 106 ?> 107 107 </p> 108 <p><?php _esc_html_e( 'The WordPress open source project has evolved in progressive ways over time — supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with a limited tech experience can use it "out of the box", and more tech-savvy folks can customize it in remarkable ways.', 'wporg' ); ?></p>108 <p><?php esc_html_e( 'The WordPress open source project has evolved in progressive ways over time — supported by skilled, enthusiastic developers, designers, scientists, bloggers, and more. WordPress provides the opportunity for anyone to create and share, from handcrafted personal anecdotes to world-changing movements. People with a limited tech experience can use it "out of the box", and more tech-savvy folks can customize it in remarkable ways.', 'wporg' ); ?></p> 109 109 </section> 110 110 111 111 <section class="col-8"> 112 <h2 id="bill-of-rights"><?php _esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2>112 <h2 id="bill-of-rights"><?php esc_html_e( 'Bill of Rights', 'wporg' ); ?></h2> 113 113 <p> 114 114 <?php 115 115 /* translators: Link to license page */ 116 printf( wp_kses_post( __ _( 'WordPress is licensed under the <a href="%s">General Public License (GPLv2 or later)</a> which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ) ), esc_url( home_url( '/about/license/' ) ) );116 printf( wp_kses_post( __( 'WordPress is licensed under the <a href="%s">General Public License (GPLv2 or later)</a> which provides four core freedoms. Consider this the WordPress Bill of Rights:', 'wporg' ) ), esc_url( home_url( '/about/license/' ) ) ); 117 117 ?> 118 118 </p> … … 122 122 <div class="col-3"> 123 123 <div class="graphic"></div> 124 <h4><?php _esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4>125 <p><?php _esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p>124 <h4><?php esc_html_e( 'The 1st Freedom', 'wporg' ); ?></h4> 125 <p><?php esc_html_e( 'To run the program for any purpose.', 'wporg' ); ?></p> 126 126 </div> 127 127 <div class="col-3"> 128 128 <div class="graphic"></div> 129 <h4><?php _esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4>130 <p><?php _esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p>129 <h4><?php esc_html_e( 'The 2nd Freedom', 'wporg' ); ?></h4> 130 <p><?php esc_html_e( 'To study how the program works and change it to make it do what you wish.', 'wporg' ); ?></p> 131 131 </div> 132 132 <div class="col-3"> 133 133 <div class="graphic"></div> 134 <h4><?php _esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4>135 <p><?php _esc_html_e( 'To redistribute.', 'wporg' ); ?></p>134 <h4><?php esc_html_e( 'The 3rd Freedom', 'wporg' ); ?></h4> 135 <p><?php esc_html_e( 'To redistribute.', 'wporg' ); ?></p> 136 136 </div> 137 137 <div class="col-3"> 138 138 <div class="graphic"></div> 139 <h4><?php _esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4>140 <p><?php _esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p>139 <h4><?php esc_html_e( 'The 4th Freedom', 'wporg' ); ?></h4> 140 <p><?php esc_html_e( 'To distribute copies of your modified versions to others.', 'wporg' ); ?></p> 141 141 </div> 142 142 </section>
Note: See TracChangeset
for help on using the changeset viewer.