-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pa #57
Open
usernamealreadyis
wants to merge
18
commits into
MyGet:master
Choose a base branch
from
GistIcon:pa
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pa #57
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/
Update License-Analysis.markdown
Merge pull request #1 from GistIcon/master
README.md
Update README.md
Merge pull request #7 from GistIcon/pa-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
What can I contribute?
Take a look at the open issues 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" 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;});
}