Changeset 7073 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
- Timestamp:
- 04/10/2018 03:45:49 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-features.php
r6972 r7073 52 52 53 53 <ul> 54 <li><strong><?php _ex( 'Simplicity', 'Features page: Section Header', 'wporg' ); ?></strong> 54 <li><strong><?php _ex( 'Simplicity', 'Features page: Section Header', 'wporg' ); ?></strong><br> 55 55 <?php esc_html_e( 'Simplicity makes it possible for you to get online and get publishing, quickly. Nothing should get in the way of you getting your website up and your content out there. WordPress is built to make that happen.', 'wporg' ); ?> 56 56 </li> 57 <li><strong><?php _ex( 'Flexibility', 'Features page: Section Header', 'wporg' ); ?></strong> 57 <li><strong><?php _ex( 'Flexibility', 'Features page: Section Header', 'wporg' ); ?></strong><br> 58 58 <?php esc_html_e( 'With WordPress, you can create any type of website you want: a personal blog or website, a photoblog, a business website, a professional portfolio, a government website, a magazine or news website, an online community, even a network of websites. You can make your website beautiful with themes, and extend it with plugins. You can even build your very own application.', 'wporg' ); ?> 59 59 </li> 60 <li><strong><?php _ex( 'Publish with Ease', 'Features page: Section Header', 'wporg' ); ?></strong> 60 <li><strong><?php _ex( 'Publish with Ease', 'Features page: Section Header', 'wporg' ); ?></strong><br> 61 61 <?php esc_html_e( 'If you’ve ever created a document, you’re already a whizz at creating content with WordPress. You can create Posts and Pages, format them easily, insert media, and with the click of a button your content is live and on the web.', 'wporg' ); ?> 62 62 </li> 63 <li><strong><?php _ex( 'Publishing Tools', 'Features page: Section Header', 'wporg' ); ?></strong> 63 <li><strong><?php _ex( 'Publishing Tools', 'Features page: Section Header', 'wporg' ); ?></strong><br> 64 64 <?php esc_html_e( 'WordPress makes it easy for you to manage your content. Create drafts, schedule publication, and look at your post revisions. Make your content public or private, and secure posts and pages with a password.', 'wporg' ); ?> 65 65 </li> 66 <li><strong><?php _ex( 'User Management', 'Features page: Section Header', 'wporg' ); ?></strong> 66 <li><strong><?php _ex( 'User Management', 'Features page: Section Header', 'wporg' ); ?></strong><br> 67 67 <?php esc_html_e( 'Not everyone requires the same access to your website. Administrators manage the site, editors work with content, authors and contributors write that content, and subscribers have a profile that they can manage. This lets you have a variety of contributors to your website, and let others simply be part of your community.', 'wporg' ); ?> 68 68 </li> 69 <li><strong><?php _ex( 'Media Management', 'Features page: Section Header', 'wporg' ); ?></strong> 69 <li><strong><?php _ex( 'Media Management', 'Features page: Section Header', 'wporg' ); ?></strong><br> 70 70 <?php esc_html_e( 'They say a picture says a thousand words, which is why it’s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text, captions, and titles, and insert images and galleries into your content. We’ve even added a few image editing tools you can have fun with.', 'wporg' ); ?> 71 71 </li> 72 <li><strong><?php _ex( 'Full Standards Compliance', 'Features page: Section Header', 'wporg' ); ?></strong> 72 <li><strong><?php _ex( 'Full Standards Compliance', 'Features page: Section Header', 'wporg' ); ?></strong><br> 73 73 <?php esc_html_e( 'Every piece of WordPress generated code is in full compliance with the standards set by the W3C. This means that your website will work in today’s browser, while maintaining forward compatibility with the next generation of browser. Your website is a beautiful thing, now and in the future.', 'wporg' ); ?> 74 74 </li> 75 <li><strong><?php _ex( 'Easy Theme System', 'Features page: Section Header', 'wporg' ); ?></strong> 75 <li><strong><?php _ex( 'Easy Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 76 76 <?php esc_html_e( 'WordPress comes bundled with two default themes, but if they aren’t for you there’s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?> 77 77 </li> 78 <li><strong><?php _ex( 'Extend with Plugins', 'Features page: Section Header', 'wporg' ); ?></strong> 78 <li><strong><?php _ex( 'Extend with Plugins', 'Features page: Section Header', 'wporg' ); ?></strong><br> 79 79 <?php esc_html_e( 'WordPress comes packed full of features for every user, for every other feature there’s a plugin directory with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ); ?> 80 80 </li> 81 <li><strong><?php _ex( 'Built-in Comments', 'Features page: Section Header', 'wporg' ); ?></strong> 81 <li><strong><?php _ex( 'Built-in Comments', 'Features page: Section Header', 'wporg' ); ?></strong><br> 82 82 <?php esc_html_e( 'Your blog is your home, and comments provide a space for your friends and followers to engage with your content. WordPress’s comment tools give you everything you need to be a forum for discussion and to moderate that discussion.', 'wporg' ); ?> 83 83 </li> 84 <li><strong><?php _ex( 'Search Engine Optimized', 'Features page: Section Header', 'wporg' ); ?></strong> 84 <li><strong><?php _ex( 'Search Engine Optimized', 'Features page: Section Header', 'wporg' ); ?></strong><br> 85 85 <?php 86 86 /* translators: Link to Plugin Directory search for SEO */ … … 88 88 ?> 89 89 </li> 90 <li><strong><?php _ex( 'Multilingual', 'Features page: Section Header', 'wporg' ); ?></strong> 90 <li><strong><?php _ex( 'Multilingual', 'Features page: Section Header', 'wporg' ); ?></strong><br> 91 91 <?php 92 92 /* translators: Link to polyglots teams */ … … 94 94 ?> 95 95 </li> 96 <li><strong><?php _ex( 'Easy Installation and Upgrades', 'Features page: Section Header', 'wporg' ); ?></strong> 96 <li><strong><?php _ex( 'Easy Installation and Upgrades', 'Features page: Section Header', 'wporg' ); ?></strong><br> 97 97 <?php esc_html_e( 'WordPress has always been easy to install and upgrade. If you’re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer. Not familiar with FTP? Plenty of web hosts offer one-click WordPress installers that let you install WordPress with, well, just one click!', 'wporg' ); ?> 98 98 </li> 99 <li><strong><?php _ex( 'Importers', 'Features page: Section Header', 'wporg' ); ?></strong> 99 <li><strong><?php _ex( 'Importers', 'Features page: Section Header', 'wporg' ); ?></strong><br> 100 100 <?php esc_html_e( 'Using blog or website software that you aren’t happy with? Running your blog on a hosted service that’s about to shut down? WordPress comes with importers for blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you’re ready to make the move, we’ve made it easy for you.', 'wporg' ); ?> 101 101 </li> 102 <li><strong><?php _ex( 'Own Your Data', 'Features page: Section Header', 'wporg' ); ?></strong> 102 <li><strong><?php _ex( 'Own Your Data', 'Features page: Section Header', 'wporg' ); ?></strong><br> 103 103 <?php esc_html_e( 'Hosted services come and go. If you’ve ever used a service that disappeared, you know how traumatic that can be. If you’ve ever seen adverts appear on your website, you’ve probably been pretty annoyed. Using WordPress means no one has access to your content. Own your data, all of it — your website, your content, your data.', 'wporg' ); ?> 104 104 </li> 105 <li><strong><?php _ex( 'Freedom', 'Features page: Section Header', 'wporg' ); ?></strong> 105 <li><strong><?php _ex( 'Freedom', 'Features page: Section Header', 'wporg' ); ?></strong><br> 106 106 <?php esc_html_e( 'WordPress is licensed under the GPL which was created to protect your freedoms. You are free to use WordPress in any way you choose: install it, use it, modify it, distribute it. Software freedom is the foundation that WordPress is built on.', 'wporg' ); ?> 107 107 </li> 108 <li><strong><?php _ex( 'Community', 'Features page: Section Header', 'wporg' ); ?></strong> 108 <li><strong><?php _ex( 'Community', 'Features page: Section Header', 'wporg' ); ?></strong><br> 109 109 <?php esc_html_e( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the support forums and get help from a volunteer, attend a WordCamp or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ); ?> 110 110 </li> 111 <li><strong><?php _ex( 'Contribute', 'Features page: Section Header', 'wporg' ); ?></strong> 111 <li><strong><?php _ex( 'Contribute', 'Features page: Section Header', 'wporg' ); ?></strong><br> 112 112 <?php esc_html_e( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, we’d love to have you!', 'wporg' ); ?> 113 113 </li> … … 117 117 118 118 <ul> 119 <li><strong><?php _ex( 'Plugin System', 'Features page: Section Header', 'wporg' ); ?></strong> 119 <li><strong><?php _ex( 'Plugin System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 120 120 <?php 121 121 /* translators: 1: Link to Codex page about APIs; 2: Link to Plugin Directory */ … … 123 123 ?> 124 124 </li> 125 <li><strong><?php _ex( 'Theme System', 'Features page: Section Header', 'wporg' ); ?></strong> 125 <li><strong><?php _ex( 'Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 126 126 <?php 127 127 /* translators: 1: Link to Codex page about APIs; 2: Link to Theme Directory */ … … 129 129 ?> 130 130 </li> 131 <li><strong><?php _ex( 'Application Framework', 'Features page: Section Header', 'wporg' ); ?></strong> 131 <li><strong><?php _ex( 'Application Framework', 'Features page: Section Header', 'wporg' ); ?></strong><br> 132 132 <?php esc_html_e( 'If you want to build an application, WordPress can help with that too. Under the hood WordPress provides a lot of the features that your app will need, things like translations, user management, HTTP requests, databases, URL routing and much, much more.', 'wporg' ); ?> 133 133 </li> 134 <li><strong><?php _ex( 'Custom Content Types', 'Features page: Section Header', 'wporg' ); ?></strong> 134 <li><strong><?php _ex( 'Custom Content Types', 'Features page: Section Header', 'wporg' ); ?></strong><br> 135 135 <?php 136 136 /* translators: 1: Link to Codex page about Custom Post Types; 2: Link to Codex page about Custom Taxonomies; 3: Link to Codex page about Custom Fields */ … … 138 138 ?> 139 139 </li> 140 <li><strong><?php _ex( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong> 140 <li><strong><?php _ex( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong><br> 141 141 <?php 142 142 /* translators: 1: Link to Developer Handbook page about default scripts */
Note: See TracChangeset
for help on using the changeset viewer.