summaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2019-03-04Allow inspection and revocation of permissions (#1875)Simon Menke
2019-03-02Fix deno imports in manual (#1867)JaePil Jung
2019-03-02manual - import.meta.main (#1868)Bartek Iwańczuk
2019-03-02Fix example in manual (#1863)Ryan Dahl
2019-03-01Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵Jon Jee
(#1861)
2019-02-27Add NO_COLOR to CLI usage (#1843)Ryan Dahl
2019-02-27Use the SVG logo everywhere. Add logo links to manual. (#1841)Ryan Dahl
2019-02-26Add "Dino in the Rain" to manual page (#1840)Kevin (Kun) "Kassimo" Qian
2019-02-21Improve readme (#1822)Ryan Dahl
2019-02-21manual: add Deno.run example (#1811)Bartek Iwańczuk
2019-02-20Add section explaining resources and metrics to the manual (#1819)EnokMan
2019-02-19fix: revert http server example on the homepage (#1814)Dmitry Teplov
2019-02-18Add window.locationRyan Dahl
2019-02-18Add example of starting subprocess to docs (#1791)Bartek Iwańczuk
2019-02-18Fix http server example in homepage (#1801)Saad Quadri
This fixes http server example by updating the import path as well as using respond() correctly.
2019-02-18Update installation documentation (Fixes #1786) (#1802)Mark Tiedemann
2019-02-18Rename welcome.js to welcome.ts (#1803)Maxim Mazurok
2019-02-17Add code block language decoration to StyleGuide doc (#1799)EnokMan
2019-02-16Added website icon link (#1792)Luke
2019-02-15Syntax highlighting on the website paegs (#1780)满远荣
2019-02-13Update contribution guidelines (#1771)Kitson Kelly
To make it clearer how people should indicate that are contributing to Deno.
2019-02-13Use proper directory for cache files (#1763)Philipp A
Operating systems have defined directories for cache files. That allows them to do smart things such as leaving them out when doing a backup, or deleting them when disk space gets low. Also a %home%\.deno folder on windows made no sense whatsoever. Fixes #481
2019-02-12More web design work (#1759)Ryan Dahl
2019-02-12Revert "Rewrite tools/format.py in deno (#1528)" (#1752)Ryan Dahl
tools/format.ts is making CI flaky and it's difficult to run right now. Reverting to tools/format.py This reverts commit f19622e7681b7753788137706e535f72c3ebb38e.
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
Resolves #1705 This PR adds the Deno APIs as a global namespace named `Deno`. For backwards compatibility, the ability to `import * from "deno"` is preserved. I have tried to convert every test and internal code the references the module to use the namespace instead, but because I didn't break compatibility I am not sure. On the REPL, `deno` no longer exists, replaced only with `Deno` to align with the regular runtime. The runtime type library includes both the namespace and module. This means it duplicates the whole type information. When we remove the functionality from the runtime, it will be a one line change to the library generator to remove the module definition from the type library. I marked a `TODO` in a couple places where to remove the `"deno"` module, but there are additional places I know I didn't mark.
2019-02-11web design (#1728)Ryan Dahl
2019-02-06Add log-scale to execution graph (#1694)Kaley Main
2019-02-06Remove excessive anchor links. (#1664)Ryan Dahl
2019-02-04Remove duplicated links in website (#1668)Jimmy Moon
2019-02-04Fixed chart width to responsive (#1670)JaePil Jung
2019-02-03Add hashlinks to website (#1659)Dmitry Sharshakov
2019-02-03Refactor markup of the site (#1663)Sergey Golovin
2019-02-02web design (#1655)Ryan Dahl
2019-02-02Add an animated logo (#1653)hashrock
2019-01-30Add snapshot_compiler.bin to binary size benchmark (#1611)Ryan Dahl
2019-01-30Remove Travis benchmark (#1617)Ryan Dahl
- We don't look at this benchmark because it jumps around. It isn't stable so doesn't feel trustable. - It requires an extra request for every homepage visit. This is excessive. - I would gladly reintroduce it if we could store the results of the API call into a JSON file like we do with other benchmarks.
2019-01-28Change subtitle to 'A new way to JavaScript' (#1603)Dmitry Sharshakov
2019-01-26Add PWA manifest to website (#1585)Dmitry Sharshakov
2019-01-26Add PowerShell install guide to the website (#1590)Dmitry Sharshakov
2019-01-26Make links and badges look better (#1588)Dmitry Sharshakov
2019-01-25Use shell installer in docs (#1574)Dmitry Sharshakov
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-15website: fix link to http_bench.ts (#1522)Yungoo Kong
2019-01-13Fix links on website (#1511)Ryan Dahl
2019-01-10Add some links to websiteRyan Dahl
2018-12-31Add CI badges to websiteRyan Dahl
2018-12-20Add deno logo to website. (#1380)Ryan Dahl
2018-12-18Add examples to website.Ryan Dahl
2018-12-13Improve text on benchmark site. (#1323)Ryan Dahl
2018-12-12fix typo on websiteAllen Hai