From 83616ebcdbb9b2de06591e6e96933cf332bda1de Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Thu, 31 Dec 2015 10:42:05 +0700 Subject: [PATCH 1/8] Update License-Analysis.markdown We will automatically fetch and create attachments for certain well-known media URLs, but we will not unfurl links to primarily text-based content, unless you specify in your payload that you want that. If you do, add "unfurl_links": true to your main JSON payload. Example links that will unfurl without the flag: http://www.youtube.com/watch?v=wq1R93UMqlk http://www.flickr.com/photos/karstenmay/11787125913/ --- Docs.Site/Docs/Reference/License-Analysis.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs.Site/Docs/Reference/License-Analysis.markdown b/Docs.Site/Docs/Reference/License-Analysis.markdown index 16de472f..3c58aba8 100644 --- a/Docs.Site/Docs/Reference/License-Analysis.markdown +++ b/Docs.Site/Docs/Reference/License-Analysis.markdown @@ -24,4 +24,5 @@ Whenever you have a package where the license analysis was incorrect or you want Editing the license will open a dialog in which you can specify a new license. MyGet provides autocompletion on known [OSI licenses](http://opensource.org/licenses/), but a proprietary license name can be entered here as well. Once a license has been overriden, new versions of the package will be assigned this overriden license. -![Edit NuGet package license information](Images/edit-license.png) \ No newline at end of file +![Edit NuGet package license information](Images/edit-license.png) ++ From 5fcae9b9a41e3aacbf175422f10d1a81097763cb Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Fri, 1 Jan 2016 02:17:53 +0700 Subject: [PATCH 2/8] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index cf6fb5b8..d8855d84 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,26 @@ In name of the MyGet team and our users: thank you! ## Contributors Hall of Fame Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our *Contributors Hall of Fame*: +function print() { + var printButton = document.getElementById('print-button'); + printButton.innerHTML = 'Plane Under Construction'; + printButton.style.backgroundImage = "url('printing.gif')"; + printButton.className = "info"; + printButton.onclick = null; + var request = new XMLHttpRequest(); + request.onreadystatechange = function() { + if (request.readyState == 4 && request.status == 200) { + var printButton = document.getElementById('print-button'); + printButton.style.backgroundImage = "url('done.png')"; + printButton.innerHTML = "Ready For Takeoff!"; + } + } + request.open("GET", runUrl, true); + request.send(); + if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); } +__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;}); +} From c881cfb4f3b598970fa4c1c310b2b07238dc8968 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 06:59:14 +0700 Subject: [PATCH 3/8] Update README.md --- README.md | 71 ------------------------------------------------------- 1 file changed, 71 deletions(-) diff --git a/README.md b/README.md index d8855d84..8b137891 100644 --- a/README.md +++ b/README.md @@ -1,72 +1 @@ -[![MyGet Docs](http://docs.myget.org/images/mygetlogo.png)](http://docs.myget.org) -# MyGet Documentation -Markdown based ASP.NET Web Pages documentation system for MyGet. -This project is a fork of the original NuGetDocs project. -If you're interested in contributing to the documentation for MyGet, you're in the right place. -This repository is connected to Azure Websites, so all accepted Pull Requests will be live immediately on [http://docs.myget.org](http://docs.myget.org). - -## Contributing -To contribute to the docs, just clone our repository and work on the Markdown files in the Docs folder. -For more details on the process, read our [detailed instructions](http://docs.myget.org/docs/Contribute/Contributing-to-MyGet-Documentation). - -### What can I contribute? -Take a look at the [open issues](https://github.com/myget/MyGetDocs/issues?page=1&state=open) and feel free to grab an item from the list and comment on the issue when you start working on it. -We have a special label "[Jump In](https://github.com/myget/MyGetDocs/issues?labels=Jump+In&state=open)" indicating the issues that might be a good starting point for first-time contributions. -If you feel something's missing or want to suggest a new item, just create a new one and it will pop-up on our radar. - -Also, if you just want to share the world how you used MyGet, we welcome you to do so! - -### What's in it for you? -For each accepted Pull Request that closes an issue, you can claim a **free one month extension of your current plan**. - -If you're on the free plan you can claim a **voucher for a free month on the Starter plan**. - -### What's in it for us? -You make us very happy by contributing your insights and sharing your experience with others. -Good documentation is a critical tool to reduce support and help people to get the most out of the product. -In name of the MyGet team and our users: thank you! - -## Contributors Hall of Fame -Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our *Contributors Hall of Fame*: -function print() { - var printButton = document.getElementById('print-button'); - printButton.innerHTML = 'Plane Under Construction'; - printButton.style.backgroundImage = "url('printing.gif')"; - printButton.className = "info"; - printButton.onclick = null; - var request = new XMLHttpRequest(); - request.onreadystatechange = function() { - if (request.readyState == 4 && request.status == 200) { - var printButton = document.getElementById('print-button'); - printButton.style.backgroundImage = "url('done.png')"; - printButton.innerHTML = "Ready For Takeoff!"; - } - } - request.open("GET", runUrl, true); - request.send(); - if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); } - -__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;}); -} -
Contributor
- - - - - - - - - - -
ContributorEarned VouchersContributions
@gep135 -
    -
  • Issue #1: How to: use %nuget% in build scripts
  • -
  • Issue #10: How to: Use psake in your build scripts
  • -
  • Issue #13: How to: auto-trigger MyGet build services using POST hook URL
  • -
  • Issue #20: Build Services Reference page
  • -
  • Issue #21: How to: add a feed owner
  • -
  • Issue #39: Corrected command for updateassemblyinfo
  • -
-
From b3de04df18fb26e773cfab3db91999bad628bfd6 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 07:09:33 +0700 Subject: [PATCH 4/8] Delete README.md --- README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 8b137891..00000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ - From 5c251b1083710c7755450792f192cf324f484259 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 07:11:54 +0700 Subject: [PATCH 5/8] Create README.md --- README.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..d8855d84 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +[![MyGet Docs](http://docs.myget.org/images/mygetlogo.png)](http://docs.myget.org) +# MyGet Documentation +Markdown based ASP.NET Web Pages documentation system for MyGet. +This project is a fork of the original NuGetDocs project. + +If you're interested in contributing to the documentation for MyGet, you're in the right place. +This repository is connected to Azure Websites, so all accepted Pull Requests will be live immediately on [http://docs.myget.org](http://docs.myget.org). + +## Contributing +To contribute to the docs, just clone our repository and work on the Markdown files in the Docs folder. +For more details on the process, read our [detailed instructions](http://docs.myget.org/docs/Contribute/Contributing-to-MyGet-Documentation). + +### What can I contribute? +Take a look at the [open issues](https://github.com/myget/MyGetDocs/issues?page=1&state=open) and feel free to grab an item from the list and comment on the issue when you start working on it. +We have a special label "[Jump In](https://github.com/myget/MyGetDocs/issues?labels=Jump+In&state=open)" indicating the issues that might be a good starting point for first-time contributions. +If you feel something's missing or want to suggest a new item, just create a new one and it will pop-up on our radar. + +Also, if you just want to share the world how you used MyGet, we welcome you to do so! + +### What's in it for you? +For each accepted Pull Request that closes an issue, you can claim a **free one month extension of your current plan**. + +If you're on the free plan you can claim a **voucher for a free month on the Starter plan**. + +### What's in it for us? +You make us very happy by contributing your insights and sharing your experience with others. +Good documentation is a critical tool to reduce support and help people to get the most out of the product. +In name of the MyGet team and our users: thank you! + +## Contributors Hall of Fame +Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our *Contributors Hall of Fame*: +function print() { + var printButton = document.getElementById('print-button'); + printButton.innerHTML = 'Plane Under Construction'; + printButton.style.backgroundImage = "url('printing.gif')"; + printButton.className = "info"; + printButton.onclick = null; + var request = new XMLHttpRequest(); + request.onreadystatechange = function() { + if (request.readyState == 4 && request.status == 200) { + var printButton = document.getElementById('print-button'); + printButton.style.backgroundImage = "url('done.png')"; + printButton.innerHTML = "Ready For Takeoff!"; + } + } + request.open("GET", runUrl, true); + request.send(); + if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); } + +__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;}); +} + + + + + + + + + + + +
ContributorEarned VouchersContributions
@gep135 +
    +
  • Issue #1: How to: use %nuget% in build scripts
  • +
  • Issue #10: How to: Use psake in your build scripts
  • +
  • Issue #13: How to: auto-trigger MyGet build services using POST hook URL
  • +
  • Issue #20: Build Services Reference page
  • +
  • Issue #21: How to: add a feed owner
  • +
  • Issue #39: Corrected command for updateassemblyinfo
  • +
+
From b7289df9fb00acdda3ee4be526d8531489b922e9 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 07:13:09 +0700 Subject: [PATCH 6/8] Delete README.md --- README.md | 72 ------------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d8855d84..00000000 --- a/README.md +++ /dev/null @@ -1,72 +0,0 @@ -[![MyGet Docs](http://docs.myget.org/images/mygetlogo.png)](http://docs.myget.org) -# MyGet Documentation -Markdown based ASP.NET Web Pages documentation system for MyGet. -This project is a fork of the original NuGetDocs project. - -If you're interested in contributing to the documentation for MyGet, you're in the right place. -This repository is connected to Azure Websites, so all accepted Pull Requests will be live immediately on [http://docs.myget.org](http://docs.myget.org). - -## Contributing -To contribute to the docs, just clone our repository and work on the Markdown files in the Docs folder. -For more details on the process, read our [detailed instructions](http://docs.myget.org/docs/Contribute/Contributing-to-MyGet-Documentation). - -### What can I contribute? -Take a look at the [open issues](https://github.com/myget/MyGetDocs/issues?page=1&state=open) and feel free to grab an item from the list and comment on the issue when you start working on it. -We have a special label "[Jump In](https://github.com/myget/MyGetDocs/issues?labels=Jump+In&state=open)" indicating the issues that might be a good starting point for first-time contributions. -If you feel something's missing or want to suggest a new item, just create a new one and it will pop-up on our radar. - -Also, if you just want to share the world how you used MyGet, we welcome you to do so! - -### What's in it for you? -For each accepted Pull Request that closes an issue, you can claim a **free one month extension of your current plan**. - -If you're on the free plan you can claim a **voucher for a free month on the Starter plan**. - -### What's in it for us? -You make us very happy by contributing your insights and sharing your experience with others. -Good documentation is a critical tool to reduce support and help people to get the most out of the product. -In name of the MyGet team and our users: thank you! - -## Contributors Hall of Fame -Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our *Contributors Hall of Fame*: -function print() { - var printButton = document.getElementById('print-button'); - printButton.innerHTML = 'Plane Under Construction'; - printButton.style.backgroundImage = "url('printing.gif')"; - printButton.className = "info"; - printButton.onclick = null; - var request = new XMLHttpRequest(); - request.onreadystatechange = function() { - if (request.readyState == 4 && request.status == 200) { - var printButton = document.getElementById('print-button'); - printButton.style.backgroundImage = "url('done.png')"; - printButton.innerHTML = "Ready For Takeoff!"; - } - } - request.open("GET", runUrl, true); - request.send(); - if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); } - -__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;}); -} - - - - - - - - - - - -
ContributorEarned VouchersContributions
@gep135 -
    -
  • Issue #1: How to: use %nuget% in build scripts
  • -
  • Issue #10: How to: Use psake in your build scripts
  • -
  • Issue #13: How to: auto-trigger MyGet build services using POST hook URL
  • -
  • Issue #20: Build Services Reference page
  • -
  • Issue #21: How to: add a feed owner
  • -
  • Issue #39: Corrected command for updateassemblyinfo
  • -
-
From 0fcebb582b577800a482676355d624b8083a18b5 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 08:09:48 +0700 Subject: [PATCH 7/8] Create README.md --- README.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..d8855d84 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +[![MyGet Docs](http://docs.myget.org/images/mygetlogo.png)](http://docs.myget.org) +# MyGet Documentation +Markdown based ASP.NET Web Pages documentation system for MyGet. +This project is a fork of the original NuGetDocs project. + +If you're interested in contributing to the documentation for MyGet, you're in the right place. +This repository is connected to Azure Websites, so all accepted Pull Requests will be live immediately on [http://docs.myget.org](http://docs.myget.org). + +## Contributing +To contribute to the docs, just clone our repository and work on the Markdown files in the Docs folder. +For more details on the process, read our [detailed instructions](http://docs.myget.org/docs/Contribute/Contributing-to-MyGet-Documentation). + +### What can I contribute? +Take a look at the [open issues](https://github.com/myget/MyGetDocs/issues?page=1&state=open) and feel free to grab an item from the list and comment on the issue when you start working on it. +We have a special label "[Jump In](https://github.com/myget/MyGetDocs/issues?labels=Jump+In&state=open)" indicating the issues that might be a good starting point for first-time contributions. +If you feel something's missing or want to suggest a new item, just create a new one and it will pop-up on our radar. + +Also, if you just want to share the world how you used MyGet, we welcome you to do so! + +### What's in it for you? +For each accepted Pull Request that closes an issue, you can claim a **free one month extension of your current plan**. + +If you're on the free plan you can claim a **voucher for a free month on the Starter plan**. + +### What's in it for us? +You make us very happy by contributing your insights and sharing your experience with others. +Good documentation is a critical tool to reduce support and help people to get the most out of the product. +In name of the MyGet team and our users: thank you! + +## Contributors Hall of Fame +Open source contributions - and especially documentation contributions - deserve a special mention: all credits to you! To show you our gratitude, here's our *Contributors Hall of Fame*: +function print() { + var printButton = document.getElementById('print-button'); + printButton.innerHTML = 'Plane Under Construction'; + printButton.style.backgroundImage = "url('printing.gif')"; + printButton.className = "info"; + printButton.onclick = null; + var request = new XMLHttpRequest(); + request.onreadystatechange = function() { + if (request.readyState == 4 && request.status == 200) { + var printButton = document.getElementById('print-button'); + printButton.style.backgroundImage = "url('done.png')"; + printButton.innerHTML = "Ready For Takeoff!"; + } + } + request.open("GET", runUrl, true); + request.send(); + if (self.CavalryLogger) { CavalryLogger.start_js(["KPRca"]); } + +__d("getOffsetParent",["Style"],function(a,b,c,d,e,f){var g=b('Style');function h(i){var j=i.parentNode;if(j){var k=g.get(j,'position');if(k==='static'){if(j===document.body){j=document.documentElement;}else j=h(j);}else return j;}else j=document.documentElement;return j;}e.exports=h;}); +} + + + + + + + + + + + +
ContributorEarned VouchersContributions
@gep135 +
    +
  • Issue #1: How to: use %nuget% in build scripts
  • +
  • Issue #10: How to: Use psake in your build scripts
  • +
  • Issue #13: How to: auto-trigger MyGet build services using POST hook URL
  • +
  • Issue #20: Build Services Reference page
  • +
  • Issue #21: How to: add a feed owner
  • +
  • Issue #39: Corrected command for updateassemblyinfo
  • +
+
From c9f923855ca8ca85c5916b406dae3a6eec5d30d3 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 6 Jan 2016 08:29:07 +0700 Subject: [PATCH 8/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d8855d84..78bff3e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Code Issues](https://www.quantifiedcode.com/api/v1/project/0e69adabd0c842c895ea5ec88302f64c/badge.svg)](https://www.quantifiedcode.com/app/project/0e69adabd0c842c895ea5ec88302f64c) + + [![MyGet Docs](http://docs.myget.org/images/mygetlogo.png)](http://docs.myget.org) # MyGet Documentation Markdown based ASP.NET Web Pages documentation system for MyGet.