Skip to content

Commit ca26a17

Browse files
authored
Merge pull request #152 from tw2113/wording-updates
Wording updates for the about page
2 parents d204d17 + 79670df commit ca26a17

3 files changed

Lines changed: 35 additions & 32 deletions

File tree

includes/getting-started.php

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,57 @@
99
<p>
1010
<?php
1111
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'
1313
);
1414
?>
1515
</p>
1616
<ol>
1717
<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>
1919
<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>
2020
</ol>
2121
</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">
2342
<h2><?php esc_html_e( 'Plugins', 'indieweb' ); ?></h2>
2443

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>
2647

2748
<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>
3152
<li><?php _e( 'Browse the Extensions page for a list of other recommended IndieWeb plugins that can expand your functionality.', 'indieweb' ); ?></li>
3253
</ol>
3354

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>
3556
</div>
3657

37-
<div class="indieweb-flex themes">
58+
<div class="indieweb-flex indieweb-themes">
3859
<h2><?php esc_html_e( 'Themes', 'indieweb' ); ?></h2>
3960

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>
4263
<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>
4364

4465
<p>
@@ -48,28 +69,10 @@
4869
target="_blank">SemPress</a> is the only theme in the WordPress repository that is fully
4970
microformats2 compliant. <a href="http://wordpress.org/themes/independent-publisher/"
5071
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'
6773
);
6874
?>
6975
</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>
7376
</div>
7477
</div>
7578
</div>

sass/_getting-started.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
flex-wrap: wrap;
1111
}
1212
.indieweb-flex {
13-
padding: 0 20px 50px;
13+
padding: 0 20px 20px;
1414
width: 50%;
1515
&:nth-child(2n+1) {
1616
padding-left: 0px;

static/css/indieweb-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)