Code Monkey home page Code Monkey logo

rfc.fyi's Introduction

rfc.fyi

This site lets you instantly search titles and keywords from the RFC series, and explore tagged collections of RFCs. Its mission is to make it easier to find appropriate RFCs, both for IETF "insiders" and for the general public.

Collections of RFCs are added and maintained using new issues; see our contribution guidelines.

rfc.fyi's People

Contributors

dependabot[bot] avatar hardaker avatar ibnesayeed avatar mnot avatar tsahara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rfc.fyi's Issues

BibXML URLs should use bib.ietf.org

client.js uses the following

rfcRef.href = `https://www.rfc-editor.org/refs/bibxml/reference.RFC.${rfcNum}.xml`

It should point to bib.ietf.org instead as it is now the source for BibXML for I-Ds and RFCs:

rfcRef.href = `https://bib.ietf.org/public/rfc/bibxml/reference.RFC.${rfcNum}.xml`

adding finer-grained access based on "web concepts"

not sure whether that's out of scope: https://github.com/dret/webconcepts has the idea of "concepts" and "values", which at some level are close to IANA registries and the values in them. it focuses on web-API level things. but there is some data to play around with: http://webconcepts.info/specs/IETF/RFC/ lists 177 RFCs and there is structured data about them. http://webconcepts.info/JSON explains the JSON data available, but i could easily create other data (in XML or JSON) if that would work better.
if there is an opportunity to support this more structured view of RFCs, that would be nice, and i'd be willing to put some effort into making data available from http://webconcepts.info/.

method to get all RFCs related protocol.

Hi,is there an API or method to get all RFC numbers related to one specific protocol(eg:HTTP) ?
Because I found this web page has no network request when I search RFCs about one protocol, so I can't get it by writing a crawler.

use 'updates'

It would be interesting to surface this information in some fashion.

Searching for "pgp" does not show OpenPGP RFCs

Steps to reproduce

  1. Set the flag "Show obsolete and historic" (just in case)
  2. Search for "pgp"

Expected behaviour

Search results should show RFCs with "PGP" in the title, e.g. RFC 4880.

Actual behaviour

Search results show only some RFCs with "OpenPGP" in the title. Many other (arguably important, like 4880) OpenPGP RFCs are missing.

I am not sure if this affects other keywords as well.

Screenshots

Searching for "pgp":

image

Searching for "openpgp":

image

Enforce sorting of the rfcs arrays in tags.json

Many collections under the tags.json file have sorted array of rfcs already, but a few are unsorted. Enforcing sorting in it can make the maintenance easier as the list grows, because it will reduce the chances of accidental duplicate entries within the same collection. I can create a PR if this is something desired by the maintainers.

Respect Obsoletes in tags

To make sure that tags reflect the latest documents, if a cited RFC is obsoleted by another, it should be used instead.

Maybe numbers should be different

Right now, typing in a number only brings up a single best match for input so far. It'd be interesting if all prefix-matching RFCs were listed, maybe even from the first digit. 0 would likely need special casing.

Allow searching by the RFC number

Yup, my memory sucks too -- but I think that being able to search by the RFC number (e.g: RFC1034) would be helpful - people keep referring to documents by number, and it's often useful to be able to look them up by that as well. I think: "RFC1034", "RFC 1034" and possibly just "1034" -> "Domain Names - Concepts And Facilities"

Relevance

Maybe a crowdsourced measure of relevance or quality could be set up, so that we can tell the difference between (for example) HTTPS and SHTTP...

same color coding of tags as on datatracker.ietf.org

I think it might be useful to have the same color codes for tags as on datatracker:
image

From site's source (reordered):

.bgwhite  { background-color: white; }
.bgred    { background-color: #F44; }
.bgorange { background-color: #FA0; }
.bgyellow { background-color: #EE0; }
.bgmagenta{ background-color: #F4F; }
.bgblue   { background-color: #66F; }
.bgcyan   { background-color: #4DD; }
.bggreen  { background-color: #4F4; }
.bggrey   { background-color: #666; }
.bgbrown  { background-color: #840; }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.