From 11617e5d0b6f0a1495e36f7867f73e7fbd674f8f Mon Sep 17 00:00:00 2001 From: Kirill Kornyakov Date: Tue, 30 Jul 2013 18:48:20 +0400 Subject: [PATCH 1/2] Updated gitignore relative to new platforms dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a19f3ceeb..4fd406edd9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .DS_Store refman.rst OpenCV4Tegra/ +tegra/ *.user .sw[a-z] .*.swp From 252a11c437067c3f9852f75664b369f5af865de0 Mon Sep 17 00:00:00 2001 From: Kirill Kornyakov Date: Tue, 30 Jul 2013 18:51:53 +0400 Subject: [PATCH 2/2] Updated README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 681ce02b00..403f118eed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -OpenCV: Open Source Computer Vision Library +### OpenCV: Open Source Computer Vision Library -Homepage: http://opencv.org -Online docs: http://docs.opencv.org -Q&A forum: http://answers.opencv.org -Dev zone: http://code.opencv.org +#### Resources -Please read before starting work on a pull request: - http://code.opencv.org/projects/opencv/wiki/How_to_contribute +* Homepage: +* Docs: +* Q&A forum: +* Issue tracking: + +#### Contributing + +Please read before starting work on a pull request: Summary of guidelines: @@ -16,6 +19,5 @@ Summary of guidelines: * Clean up "oops" commits before submitting; * Follow the coding style guide. -[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/gittip1.png)](https://www.gittip.com/OpenCV/) -[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/paypal-donate-button.png)](https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+OpenCV&cmd=_donations&business=accountant%40opencv.org) - +[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/gittip1.png)](https://www.gittip.com/OpenCV/) +[![Donate OpenCV project](http://opencv.org/wp-content/uploads/2013/07/paypal-donate-button.png)](https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+OpenCV&cmd=_donations&business=accountant%40opencv.org) \ No newline at end of file