[wp-meta] [Making WordPress.org] #1103: Add WordPress Git & GitHub mirror docs to https://wordpress.org/download/

Making WordPress.org noreply at wordpress.org
Wed Jul 8 23:18:52 UTC 2015


#1103: Add WordPress Git & GitHub mirror docs to https://wordpress.org/download/
--------------------------+----------------------------------------
  Reporter:  netweb       |      Owner:  iandunn
      Type:  enhancement  |     Status:  assigned
  Priority:  normal       |  Component:  General
Resolution:               |   Keywords:  needs-patch good-first-bug
--------------------------+----------------------------------------

Comment (by netweb):

 Replying to [comment:3 matt]:
 > Yes I'm okay with this -- rather than another menu item, let's redirect
 /download/svn to a new page that covers both.
 How's `/download/vcs` sound? Maybe `/download/versioncontrol` though looks
 kind of clunky after typing it :/

 This is what I thought of for the combined page, add the Git ref's next to
 their SVN counterparts with updated references linked to each SVN/Git
 handbooks at their respective sites:

 {{{
 #!text/html
 <p>And this will output a line-by-line description of all the changes in a
 format that makes it easy for us to incorporate (<a
 href="http://svnbook.">SVN</a>/<a href="http://git-scm">Git</a>):</p>
 <p>SVN: <code>svn diff </code></p>
 <p>Git: <code>svn diff </code></p>
 <p>You can output this to a file (.diff or .patch) by using <a
 href="http://www.linux.com/article.pl?sid=04/05/02/1758211">redirection</a>:</p>
 <p>SVN: <code>svn diff > my-patch.patch  </code></p>
 <p>Git: <code>git diff > my-patch.patch  </code></p>

 }}}

 [[Image(https://cldup.com/4ptMa42zr1.png)]]

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1103#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list