about summary refs log tree commit diff
path: root/src/doc/footer.inc
AgeCommit message (Collapse)AuthorLines
2023-03-09avoid reuse tripping over copyright noticesPietro Albini-0/+2
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-1/+0
The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples.
2016-06-01Rollup merge of #33385 - cheercroaker:doc-correction, r=brsonManish Goregaokar-1/+1
Mention initial year of publication only for the documentation copyright I have corrected the "copyright expiration year" that was still 2015 in the documentation copyright notice. According to #31007 it seems that we could go one step further and simplify the copyright notice to only mention the year of original publication ("Copyright © 2011" in this case). Let me know if you would prefer this copyright notice to only mention the year of original publication (please make sure that it is really 2011 as stated in the current version of the documentation, and not 2010 like Rust's code) and I'll make the simplification.
2016-05-24Mention initial copyright year onlycheercroaker-1/+1
As stated in #31007 the copyright notice should reflect the year of original publication, thus avoiding useless updates every year.
2016-05-15Update link to licenseFlorian Berger-1/+1
2016-05-03Bump copyright year in documentation footercheercroaker-1/+1
2015-06-12Convert playpen.js to plain JS.Nick Howell-1/+0
It is still compatible with IE9+. This removes the jQuery dependency from the "Book" entirely.
2015-01-07Bump copyright year in doc footerCorey Farwell-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-0/+2
This grows a new option inside of rustdoc to add the ability to submit examples to an external website. If the `--markdown-playground-url` command line option or crate doc attribute `html_playground_url` is present, then examples will have a button on hover to submit the code to the playground specified. This commit enables submission of example code to play.rust-lang.org. The code submitted is that which is tested by rustdoc, not necessarily the exact code shown in the example. Closes #14654
2014-02-07doc: add license information for gen. filesAdrien Tétar-0/+7