Changeset 1366
- Timestamp:
- 03/02/2015 10:31:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
r1300 r1366 19 19 20 20 <div class="entry-content"> 21 <p><?php printf( __( 'Now that your theme is ready for prime time, give it plenty of attention by <a href="%s">uploading</a> it to the WordPress.org Theme Directory. By hosting it here you’ll get:', 'wporg-themes' ), '/themes/upload/' ); ?></p> 21 <p><?php _e( 'The WordPress theme directory is used by millions of WordPress users all over the world. Themes in the directory are available for download from WordPress.org, and WordPress users can also install them directly from their administration screens.', 'wporg-themes' ); ?></p> 22 <p><?php _e( 'By hosting your theme on WordPress.org, you’ll get:', 'wporg-themes' ); ?></p> 22 23 <ul> 23 24 <li><?php _e( 'Stats on how many times your theme has been downloaded', 'wporg-themes' ); ?></li> 24 <li><?php _e( 'User feed back in the forums', 'wporg-themes' ); ?></li>25 <li><?php _e( 'Ratings, to see how your theme is doing compared to others', 'wporg-themes' ); ?></li>25 <li><?php _e( 'User feedback in the forums', 'wporg-themes' ); ?></li> 26 <li><?php _e( 'Ratings, to see what users think of your theme', 'wporg-themes' ); ?></li> 26 27 </ul> 27 28 <p> 28 <?php _e( 'The goal of our themes directory isn’t to have every theme in the world, it’s to have the best.', 'wporg-themes' ); ?> 29 <?php _e( 'WordPress is Open Source, and all the themes we host here are Open Source.', 'wporg-themes' ); ?> 30 <?php _e( 'If you want your theme to be proprietary or promote things that violate WordPress’ license on your site, the directory probably isn’t the best home for your work.', 'wporg-themes' ); ?> 29 <?php _e( 'The goal of the theme directory isn’t to host every theme in the world, it’s to host the best open source WordPress themes around.', 'wporg-themes' ); ?> 30 <?php _e( 'Themes hosted on WordPress.org pass on the same user freedoms as WordPress itself; this means that they are 100% GPL or compatible.', 'wporg-themes' ); ?> 31 31 </p> 32 32 33 <h2 name="requirements"><?php _e( 'Guidelines ', 'wporg-themes' ); ?></h2>33 <h2 name="requirements"><?php _e( 'Guidelines & Resources', 'wporg-themes' ); ?></h2> 34 34 <p> 35 <?php printf( __( 'Resources for theme authors are available in the Codex on the <a href="%s">Theme Development</a>, <a href="%s">Theme Review</a>, and <a href="%s">Theme Unit Test</a> pages.', 'wporg-themes' ), 36 'http://codex.wordpress.org/Theme_Development', 37 'http://codex.wordpress.org/Theme_Review', 38 'http://codex.wordpress.org/Theme_Unit_Test' 35 <?php printf( __( 'To ensure that WordPress users are guaranteed a good experience, every theme in the directory is reviewed by the theme review team. Please <a href="%s">review the guidelines before uploading your theme</a>.', 'wporg-themes' ), 36 '//make.wordpress.org/themes/handbook/review/' 39 37 ); ?> 40 <?php printf( 41 __( 'For questions about Theme development please use the <a href="%s">Themes and Templates forum</a>.', 'wporg-themes' ), 42 '//wordpress.org/support/forum/5' 38 </p> 39 <p><?php _e( 'Themes from sites that support non-GPL (or compatible) themes or that don’t meet with the theme review guidelines will not be approved.', 'wporg-themes' ); ?></p> 40 <p> 41 <?php printf( __( 'Your theme will be reviewed using the <a href="%s">Theme Unit Test data</a>. Before uploading your theme please test it with this sample export data.', 'wporg-themes' ), 42 '//codex.wordpress.org/Theme_Unit_Test' 43 43 ); ?> 44 <?php _e( 'Please make sure to review the guidelines before uploading your Theme file.', 'wporg-themes' ); ?>45 44 </p> 46 45 <p> 47 <?php _e( 'All themes are subject to review. Themes from sites that support non-GPL (or compatible) themes or violate the WordPress community guidelines themes will not be approved.', 'wporg-themes' ); ?> 48 <?php printf( 49 __( 'We will be reviewing your Theme using the sample data available in the WordPress export file available at <a href="%s">Theme Unit Test</a>.', 'wporg-themes' ), 50 'http://codex.wordpress.org/Theme_Unit_Test' 46 <?php printf( __( 'Further resources for theme developers can be found in the Codex on the <a href="%s">Theme Development page</a>.', 'wporg-themes' ), 47 '//codex.wordpress.org/Theme_Development' 51 48 ); ?> 52 <?php _e( 'Before uploading your Theme file please test it with this sample export data.', 'wporg-themes' ); ?>53 49 </p> 50 <p> 51 <?php printf( __( 'For questions about theme development please use the <a href="%s">Themes and Templates forum</a>.', 'wporg-themes' ), 52 '//wordpress.org/support/forum/themes-and-templates' 53 ); ?> 54 54 55 55 <?php the_content(); ?>
Note: See TracChangeset
for help on using the changeset viewer.