You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by rakatyal <gi...@git.apache.org> on 2015/08/28 01:21:32 UTC

[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

GitHub user rakatyal opened a pull request:

    https://github.com/apache/cordova-docs/pull/320

    Updating blog readme, adding new blog posts and adding hyperlinks to …

    …blog post authors

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rakatyal/cordova-docs raghav/updates

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/320.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #320
    
----
commit 1aa54c21343d4bc1a0796b3a582259090e78d253
Author: Raghav Katyal <ra...@microsoft.com>
Date:   2015-08-27T23:20:13Z

    Updating blog readme, adding new blog posts and adding hyperlinks to blog post authors

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

Posted by rakatyal <gi...@git.apache.org>.
Github user rakatyal commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/320#discussion_r38158338
  
    --- Diff: README.md ---
    @@ -129,27 +129,22 @@ Ask for help on the IRC channel: #cordova on irc.freenode.net.
     Writing a Blog Post
     ===================
     
    -Use the grunt scripts!
    -
    -    # Clone apache-blog-posts repo if you haven't already
    -    $ grunt cloneBlog
    -
    -    # Create your blog posts in the apache-blog-posts (or on github) directory, and share with other for review via `git commit`. If creating a new md file, use an earlier one as a template.
    -
    -    # pull down the latest shared edits of apache-blog-posts
    +    # Pull down the latest website codebase for the current posts
         git pull
     
    -    # Edit your md file to remove undesired markdown links. If there is a phrase in square brackets that isn't a CB-xxxx reference, escape it with backslashes. Otherwise, heruko might error out and fail to build all the html.
    +    # Create a new entry in the www/_posts directory.
    +
    +    # Use an earlier post an a template. Edit your md file to remove undesired markdown links. If there is a phrase in square brackets that isn't a CB-xxxx reference, escape it with backslashes. Otherwise, heruko might error out and fail to build all the html.
         [CB-1234] \[iOS\] \[Camera\] add a whizzbang to the snarfblat
     
         # Set a marker where the summary on the home page should stop displaying. Add the following html comment line to your md file at the desired cutoff point:
         <!--more-->
     
    -    # in the front matter of your blog entry, set the `date:` field to the desired date that you want to appear near the title. Be aware that the date (explicit here or implied via the filename) will be used to generate the relative path to this html file (i.e., "/announcements/2014/09/22/cordova-361.html"), as will the `categories:` front matter value.
    +    # In the front matter of your blog entry, set the `date:` field to the desired date that you want to appear near the title. Be aware that the date (explicit here or implied via the filename) will be used to generate the relative path to this html file (i.e., "/announcements/2014/09/22/cordova-361.html"), as will the `categories:` front matter value.
         date: 2014-09-22
         categories: releases
     
    -    # git commit your changes to apache-blog-posts
    +    # Preview it locally by running the site using gulp
     
    --- End diff --
    
    Yup. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

Posted by dblotsky <gi...@git.apache.org>.
Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/320#discussion_r38158172
  
    --- Diff: README.md ---
    @@ -129,27 +129,22 @@ Ask for help on the IRC channel: #cordova on irc.freenode.net.
     Writing a Blog Post
     ===================
     
    -Use the grunt scripts!
    -
    -    # Clone apache-blog-posts repo if you haven't already
    -    $ grunt cloneBlog
    -
    -    # Create your blog posts in the apache-blog-posts (or on github) directory, and share with other for review via `git commit`. If creating a new md file, use an earlier one as a template.
    -
    -    # pull down the latest shared edits of apache-blog-posts
    +    # Pull down the latest website codebase for the current posts
         git pull
     
    -    # Edit your md file to remove undesired markdown links. If there is a phrase in square brackets that isn't a CB-xxxx reference, escape it with backslashes. Otherwise, heruko might error out and fail to build all the html.
    +    # Create a new entry in the www/_posts directory.
    +
    +    # Use an earlier post an a template. Edit your md file to remove undesired markdown links. If there is a phrase in square brackets that isn't a CB-xxxx reference, escape it with backslashes. Otherwise, heruko might error out and fail to build all the html.
         [CB-1234] \[iOS\] \[Camera\] add a whizzbang to the snarfblat
     
         # Set a marker where the summary on the home page should stop displaying. Add the following html comment line to your md file at the desired cutoff point:
         <!--more-->
     
    -    # in the front matter of your blog entry, set the `date:` field to the desired date that you want to appear near the title. Be aware that the date (explicit here or implied via the filename) will be used to generate the relative path to this html file (i.e., "/announcements/2014/09/22/cordova-361.html"), as will the `categories:` front matter value.
    +    # In the front matter of your blog entry, set the `date:` field to the desired date that you want to appear near the title. Be aware that the date (explicit here or implied via the filename) will be used to generate the relative path to this html file (i.e., "/announcements/2014/09/22/cordova-361.html"), as will the `categories:` front matter value.
         date: 2014-09-22
         categories: releases
     
    -    # git commit your changes to apache-blog-posts
    +    # Preview it locally by running the site using gulp
     
    --- End diff --
    
    Please make this whole block not be a code block, except for the pieces of code. It was just poorly formatted before.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

Posted by dblotsky <gi...@git.apache.org>.
Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/320#discussion_r38159169
  
    --- Diff: README.md ---
    @@ -129,39 +129,26 @@ Ask for help on the IRC channel: #cordova on irc.freenode.net.
     Writing a Blog Post
     ===================
     
    -Use the grunt scripts!
    -
    -    # Clone apache-blog-posts repo if you haven't already
    -    $ grunt cloneBlog
    -
    -    # Create your blog posts in the apache-blog-posts (or on github) directory, and share with other for review via `git commit`. If creating a new md file, use an earlier one as a template.
    -
    -    # pull down the latest shared edits of apache-blog-posts
    +1. Pull down the latest website codebase for the current posts
         git pull
    --- End diff --
    
    Markdown needs an empty line before code, otherwise it bunches it into the list item.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

Posted by rakatyal <gi...@git.apache.org>.
Github user rakatyal closed the pull request at:

    https://github.com/apache/cordova-docs/pull/320


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-docs pull request: Updating blog readme, adding new blog p...

Posted by dblotsky <gi...@git.apache.org>.
Github user dblotsky commented on the pull request:

    https://github.com/apache/cordova-docs/pull/320#issuecomment-135924182
  
    Merged. Feel free to close and delete.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org