Making WordPress.org


Ignore:
Timestamp:
11/01/2016 06:38:42 PM (10 years ago)
Author:
mapk
Message:

Reference ticket #1824

Added text to beginning of Contributor section.
Float contributor avatar to left so name doesn't wrap under it.
Added text to bottom of list in a paragraph format including links to codebase,etc.
Removed letter-spacing on FAQs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/developers/index.jsx

    r4263 r4313  
    1010                        <div>
    1111                                <div id="developers" className="read-more" aria-expanded="false">
    12                                         <h2>Authors</h2>
     12                                        <h2>Contributors & Developers</h2>
     13                                        <p>This is open source software. The following people have contributed to this plugin.</p>
    1314                                        <DeveloperList contributors={ this.props.contributors } />
    1415
    15                                         <h5>Browse the Code</h5>
    16                                         <ul>
    17                                                 <li>
    18                                                         <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/` } rel="nofollow">Development Log</a>
    19                                                         <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/?limit=100&mode=stop_on_copy&format=rss` } rel="nofollow">
    20                                                                 <img src="https://s.w.org/style/images/feedicon.png" />
    21                                                         </a>
    22                                                 </li>
    23                                                 <li><a href={ `https://plugins.svn.wordpress.org/${ this.props.slug }/` } rel="nofollow">Subversion Repository</a></li>
    24                                                 <li><a href={ `https://plugins.trac.wordpress.org/browser/${ this.props.slug }/` } rel="nofollow">Browse in Trac</a></li>
    25                                                 <li><a href={ `https://translate.wordpress.org/projects/wp-plugins/${ this.props.slug }/` } rel="nofollow">Translation Contributors</a></li>
    26                                         </ul>
     16                                        <h5>Interested in development?</h5>
     17                                        <p><a href={ `https://plugins.svn.wordpress.org/${ this.props.slug }/` } rel="nofollow">Browse the code</a> or subscribe to the <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/` } rel="nofollow">development log</a> by <a href={ `https://plugins.trac.wordpress.org/log/${ this.props.slug }/?limit=100&mode=stop_on_copy&format=rss` } rel="nofollow">RSS</a>.</p>
    2718                                </div>
    2819                                <button type="button" className="button-link section-toggle" aria-controls="developers">Read more</button>
Note: See TracChangeset for help on using the changeset viewer.