Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/dotland
[Archived] deno.land website
https://github.com/denoland/dotland
deno
Last synced: about 1 month ago
JSON representation
[Archived] deno.land website
- Host: GitHub
- URL: https://github.com/denoland/dotland
- Owner: denoland
- License: mit
- Archived: true
- Created: 2019-10-19T05:53:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T07:41:21.000Z (over 1 year ago)
- Last Synced: 2024-09-26T07:01:59.148Z (about 1 month ago)
- Topics: deno
- Language: TypeScript
- Homepage: https://deno.land
- Size: 146 MB
- Stars: 956
- Watchers: 41
- Forks: 626
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotland
## This repository has been archived as the source code has been moved to be closed-source only instead. For any issues, please open an issue on https://github.com/denoland/website_feedback.
[![Build Status](https://github.com/denoland/dotland/workflows/ci/badge.svg?branch=main&event=push)](https://github.com/denoland/dotland/actions)
This is the code for https://deno.land/
We want to provide pretty and semantic URLs for modules that will be used within
Deno. For example: https://deno.land/std/http/server.tsWhen we request this file inside of Deno, we need to receive back the raw
content of the file. However, when we visit that URL in the browser we want to
see a pretty HTML file with syntax highlighting.To accomplish this, we look at the "Accept:" HTTP header to see if the client
wants HTML or not. If it does want HTML, we simply render the html, else we
proxy the file contents from S3 buckets.For questions or problems regarding modules, please e-mail [email protected].
## Image License
These Deno images are distributed under the MIT license (public domain and free
for use).- [A graphic for the v1 blog post by @hashrock](https://deno.land/images/artwork/v1.png)