|
9 | 9 | <p> |
10 | 10 | <?php |
11 | 11 | esc_html_e( |
12 | | - 'The IndieWeb Plugin can help you establish your identity online, as well as recommending other plugins to support additional IndieWeb features.', 'indieweb' |
| 12 | + 'The IndieWeb Plugin can help you establish your identity online, as well as recommend other plugins to support additional IndieWeb features.', 'indieweb' |
13 | 13 | ); |
14 | 14 | ?> |
15 | 15 | </p> |
16 | 16 | <ol> |
17 | 17 | <li><?php _e( 'Complete your user profile, adding in connections to other websites. This allows you to connect your identity on those sites to your website.', 'indieweb' ); ?></li> |
18 | | - <li><?php _e( 'Under Options on the IndieWeb menu in the sidebar, set whether this is a single author or multi-author site', 'indieweb' ); ?></li> |
| 18 | + <li><?php _e( 'Under Options on the IndieWeb menu, in the sidebar, set whether this is a single author or multi-author site', 'indieweb' ); ?></li> |
19 | 19 | <li><?php _e( 'Links to your various sites will now appear on your site, allowing you to use Indieauth and other services. If you want them visible to site visitors, you can add the rel-me widget to your site.', 'indieweb' ); ?></li> |
20 | 20 | </ol> |
21 | 21 | </div> |
22 | | - <div class="indieweb-flex plugins"> |
| 22 | + |
| 23 | + <div class="indieweb-flex what-is"> |
| 24 | + <h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2> |
| 25 | + |
| 26 | + <p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p> |
| 27 | + <p> |
| 28 | + <?php |
| 29 | + _e( |
| 30 | + 'This is the basis of the <strong>IndieWeb</strong>. For more, see <a |
| 31 | + href="https://indieweb.org/principles" target="_blank">principles</a> and <a |
| 32 | + href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb' |
| 33 | + ); |
| 34 | + ?> |
| 35 | + </p> |
| 36 | + |
| 37 | + <p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p> |
| 38 | + <p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">the discuss</a> page for more details.', 'indieweb' ); ?></p> |
| 39 | + </div> |
| 40 | + |
| 41 | + <div class="indieweb-flex indieweb-plugins"> |
23 | 42 | <h2><?php esc_html_e( 'Plugins', 'indieweb' ); ?></h2> |
24 | 43 |
|
25 | | - <p><?php _e( 'After you have established your identity, you can now log into the <a href="https://indieweb.org">IndieWeb wiki</a> and add a user page as a way of introducing yourself to the community. The wiki is also a great source of IndieWeb information', 'indieweb' ); ?></p> |
| 44 | + <p><?php _e( 'After you have established your identity, you can now optionally log into the <a href="https://indieweb.org">IndieWeb wiki</a> and create a user page as a way of introducing yourself to the community. The wiki is also a great source of IndieWeb information', 'indieweb' ); ?></p> |
| 45 | + |
| 46 | + <p><?php esc_html_e( 'To continue setting up and configuring your WordPress install to support IndieWeb features, you can start exploring the following optional plugins.', 'indieweb' ); ?></p> |
26 | 47 |
|
27 | 48 | <ol> |
28 | | - <li><?php _e( 'Install and activate the Webmentions and Semantic Linkbacks plugins. These will allow you to receive responses such as replies, likes, etc from other IndieWeb sites. You can configure it in the Discussion Settings', 'indieweb' ); ?></li> |
29 | | - <li><?php _e( 'Install and activate the Micropub and IndieAuth plugins. The Micropub plugin will allow you to publish to your website using Micropub and the IndieAuth plugin adds an IndieAuth endpoint to allow it to authenticate to your site. Without it, the Micropub plugin will use a third-party IndieAuth server to authenticate to your site.', 'indieweb' ); ?></li> |
30 | | - <li><?php _e( 'You can now install the Syndication Links plugin. It will add its settings options under IndieWeb and allow you to connect your blog to responses from sites such as Flickr, Twitter and Github.', 'indieweb' ); ?></li> |
| 49 | + <li><?php _e( 'Install and activate the Webmentions and Semantic Linkbacks plugins. These will allow you to receive responses such as replies, likes, etc from other IndieWeb sites. You can configure it in the Webmention Settings', 'indieweb' ); ?></li> |
| 50 | + <li><?php _e( 'Install and activate the Micropub and IndieAuth plugins. The Micropub plugin will allow you to publish to your website using Micropub clients and the IndieAuth plugin adds an IndieAuth endpoint to allow authentication through your site. Without it, the Micropub plugin will use a third-party IndieAuth server to authenticate to your site.', 'indieweb' ); ?></li> |
| 51 | + <li><?php _e( 'Install and activate the Syndication Links plugin. This will allow you to display the external permalinks that your content published to, on site such as Twitter, Facebook, Flickr, LinkedIn, and others.', 'indieweb' ); ?></li> |
31 | 52 | <li><?php _e( 'Browse the Extensions page for a list of other recommended IndieWeb plugins that can expand your functionality.', 'indieweb' ); ?></li> |
32 | 53 | </ol> |
33 | 54 |
|
34 | | - <p><a href="<?php echo admin_url( 'admin.php?page=indieweb-installer' ); ?>" class="button button-primary"><?php esc_html_e( 'Install Plugins', 'indieweb' ); ?></a></p> |
| 55 | + <p><a href="<?php echo admin_url( 'admin.php?page=indieweb-installer' ); ?>" class="button button-primary"><?php esc_html_e( 'Install plugins on the Extensions page.', 'indieweb' ); ?></a></p> |
35 | 56 | </div> |
36 | 57 |
|
37 | | - <div class="indieweb-flex themes"> |
| 58 | + <div class="indieweb-flex indieweb-themes"> |
38 | 59 | <h2><?php esc_html_e( 'Themes', 'indieweb' ); ?></h2> |
39 | 60 |
|
40 | | - <p><?php _e( 'The IndieWeb uses <a href="https://indieweb.org/microformats">microformats</a> 2 to mark up sites so that they can be interpreted by other sites when retrieved.', 'indieweb' ); ?></p> |
41 | | - <p><?php _e( 'The Microformats 2 Plugin attempts to add microformats to a theme that does not support them. This is not a replacement for a correctly configured theme and does not work with all themes.', 'indieweb' ); ?></p> |
| 61 | + <p><?php _e( 'The IndieWeb uses <a href="https://indieweb.org/microformats">microformats2</a> to mark up sites so that they can be interpreted by other sites when retrieved.', 'indieweb' ); ?></p> |
| 62 | + <p><?php _e( 'The Microformats2 Plugin attempts to add microformats to a theme that does not support them. This is not a replacement for a correctly configured theme and does not work with all themes.', 'indieweb' ); ?></p> |
42 | 63 | <p><?php _e( 'Formatting your site so other sites can consume the information allows for the communications IndieWeb sites support. Most tools will attempt to use means other than Microformats2 if they are not available, but will lack detail.', 'indieweb' ); ?></p> |
43 | 64 |
|
44 | 65 | <p> |
|
48 | 69 | target="_blank">SemPress</a> is the only theme in the WordPress repository that is fully |
49 | 70 | microformats2 compliant. <a href="http://wordpress.org/themes/independent-publisher/" |
50 | 71 | target="_blank">Independent Publisher</a> has been updated to include basic microformats2 and |
51 | | - webmention display support. In practice, most themes will work relatively well out of the box, though there can be some minor display issues. If you are interested in receiving help in converting your theme to support Microformats 2, the community will be <a href="https://indieweb.org/discuss">happy to assist</a>.', 'indieweb' |
52 | | - ); |
53 | | - ?> |
54 | | - </p> |
55 | | - </div> |
56 | | - |
57 | | - <div class="indieweb-flex what-is"> |
58 | | - <h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2> |
59 | | - |
60 | | - <p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p> |
61 | | - <p> |
62 | | - <?php |
63 | | - _e( |
64 | | - 'This is the basis of the <strong>IndieWeb</strong>. For more, see <a |
65 | | - href="https://indieweb.org/principles" target="_blank">principles</a> and <a |
66 | | - href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb' |
| 72 | + webmention display support. In practice, most themes will work relatively well out of the box, though there can be some minor display issues. If you are interested in receiving help in converting your theme to support Microformats2, the community will be <a href="https://indieweb.org/discuss">happy to assist</a>.', 'indieweb' |
67 | 73 | ); |
68 | 74 | ?> |
69 | 75 | </p> |
70 | | - |
71 | | - <p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p> |
72 | | - <p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">this page</a> for more details.', 'indieweb' ); ?></p> |
73 | 76 | </div> |
74 | 77 | </div> |
75 | 78 | </div> |
0 commit comments