From 2c7ac983880267d70aaf3040812d6c2d7a4b5b40 Mon Sep 17 00:00:00 2001 From: riknoll Date: Tue, 15 Sep 2015 17:28:09 -0700 Subject: [PATCH] Make external links open another tab --- www/_includes/footer.html | 22 +++++++++++----------- www/_includes/tools_and_showcase.html | 4 ++-- www/blog/index.html | 2 +- www/contribute.html | 6 +++--- www/index.html | 2 +- www/static/plugins/app.js | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/www/_includes/footer.html b/www/_includes/footer.html index 20e8efe12b5..7347097ee53 100644 --- a/www/_includes/footer.html +++ b/www/_includes/footer.html @@ -9,10 +9,10 @@

More Resources

General

- +
{% include twitterFeed.html %} diff --git a/www/contribute.html b/www/contribute.html index 3bb0822c010..1c088517293 100644 --- a/www/contribute.html +++ b/www/contribute.html @@ -15,10 +15,10 @@

Want to Contribute?

Contributors are welcome! And we need your contributions to keep the project moving forward. You can report bugs, improve the documentation, or contribute code.

- There is a specific contributor workflow we recommend. Start reading there. + There is a specific contributor workflow we recommend. Start reading there.

- The JIRA issue tracker and the dev mailing list are good places to identify areas to help out in. + The JIRA issue tracker and the dev mailing list are good places to identify areas to help out in.
Search the issue tracker:

@@ -26,7 +26,7 @@

Want to Contribute?

To share your contributions with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our developer mailing list.

- In order for your changes to be accepted, you need to sign and submit an Apache ICLA (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by non-committers or Cordova committers. + In order for your changes to be accepted, you need to sign and submit an Apache ICLA (Individual Contributor License Agreement). Then your name will appear on the list of CLAs signed by non-committers or Cordova committers.

And don't forget to test and document your code. diff --git a/www/index.html b/www/index.html index 30667fb95a3..90018905ed3 100644 --- a/www/index.html +++ b/www/index.html @@ -75,7 +75,7 @@

Get Started Fast

Installing Cordova

-

Cordova command-line runs on Node.js and is available on NPM. Follow platform specific guides to install additional platform dependencies. Open a command prompt or Terminal, and type npm install -g cordova.

+

Cordova command-line runs on Node.js and is available on NPM. Follow platform specific guides to install additional platform dependencies. Open a command prompt or Terminal, and type npm install -g cordova.

diff --git a/www/static/plugins/app.js b/www/static/plugins/app.js index 3bb97748b10..76e0a860ea9 100755 --- a/www/static/plugins/app.js +++ b/www/static/plugins/app.js @@ -482,7 +482,7 @@ var App = React.createClass({
{listContent}
- Search results powered by npmsearch.com + Search results powered by npmsearch.com
);