PUBLIC   marks

PUBLIC MARKS with search ietf

Sponsorised links

This year

Statistics on reusing request headers in persistent connections from Koen Holtman on 1995-10-30 (ietf-http-wg-old@w3.org from September to December 1995)

by karlcow

To make the statistics below, I took a set of proxy<->server HTTP transactions between the www.win.tue.nl proxy and off-campus servers (18 days worth of traffic, approximately 150Mb in 14501 HTTP transactions)

Old survey

W3C WD: HTML Dialects: Internet Media Types and SGML Document Types

by karlcow

The HTML 2.0 specification, RFC1866, defines an SGML application and an Internet media type. The specification notes that extensions are planned, but only the text/html; level=2 internet media type and the "-//IETF//DTD HTML 2.0//EN" document type are defined. This document suggests the use of URIs as system identifiers for document type definitions, allowing decentralized evolution of the language. The use of marked sections as a transition technique and the continued use of the level mechanism for standardized points in the evolution path are discussed.

W3C WD: HTML Dialects: Internet Media Types and SGML Document Types

by karlcow

The HTML 2.0 specification, RFC1866, defines an SGML application and an Internet media type. The specification notes that extensions are planned, but only the text/html; level=2 internet media type and the "-//IETF//DTD HTML 2.0//EN" document type are defined. This document suggests the use of URIs as system identifiers for document type definitions, allowing decentralized evolution of the language. The use of marked sections as a transition technique and the continued use of the level mechanism for standardized points in the evolution path are discussed.

"IETF is a black hole." Sam Ruby 18 May 2004

by karlcow & 2 others

sr - sam ruby, IBM : IETF is a black hole. I'm not thrilled with them. But it has an external perception of being open.

Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)

by Xavier Lacot & 1 other
Sure the most funny IETF RFC that I have been given to read. This document specifies a Hyper Text Coffee Pot Control Protocol (HTCPCP), based on HTTP, which permits the full request and responses necessary to control all devices capable of making the popular caffeinated hot beverages.

Sponsorised links

2008

HTTPmail ietf draft

by karlcow

This document proposes a standard format and a standard navigation mechanism so that mail stores can provide interoperable access to mailboxes and messages over HTTP. Mailbox contents and listings of mailboxes are exposed as Atom Feeds, while messages themselves are downloaded as a document of type message/822. Each mailbox and each message is assigned an HTTP URL, and if permissions checks are satisfied, each message may be downloaded independently.

hcalendar-fr - Microformats

by decembre & 2 others
hCalendar est un format simple, ouvert, distribué pour le calendrier et les événements, fondé sur le standard iCalendar (RFC2445 (http://www.ietf.org/rfc/rfc2445.txt)), adaptable pour l'embarquement dans HTML ou XHTML, Atom, RSS et le XML arbitraire. hCalendar est l'un des nombreux standards ouverts microformat. Vous voulez démarrer par écrire un événement hCalendar ? Utilisez le hCalendar creator (http://microformats.org/code/hcalendar/creator) pour écrire un événement et le publier, ou suivez les trucs de publication hCalendar pour ajouter de la syntaxe hCalendar à votre page d'évènements à venir ou des événements que vous mentionnez dans vos billets de blogs, wikis, etc.

Not a standard debate

by karlcow (via)

Second, according to sources close to the development, the Bureau of Indian Standards (BIS) — which met in New Delhi on the 22nd of this month — is reviewing the ISO transparency issue while simultaneously exploring alternate standards which emerge from bodies like the W3C and the Internet Engineering Task Force (IETF).

Quel format de syndication choisir? RSS, RDF, Atom?

by holyver (via)
Bien que d'autres solutions aient été proposées dans le passé, trois formats de syndication ont émergé: - RSS 2.0, ou Really Simple Syndication, par Harvard - RSS 1.0, ou Rich Site Summary, par le groupe RSS-DEV, et - Atom par IETF, format largement utilisé mais toujours en cours de définition.

Comment etendre en HTML

by karlcow

The HTML WG has several times expressed a strong preference that HTML be officially extended only by standards-track "versions", not by registered extensions. This is the reason why proposed individual feature extensions are being handled with experimental RFCs, rather than as standards-track ones. The responsible Applications Area Director would prefer that IANA start a registry of this type only in coordination with that WG, lest the registration mechanism become an alternative to normal IETF processing.

Apache Abdera

by Xavier Lacot & 1 other
The goal of the Apache Abdera project is to build a functionally-complete, high-performance implementation of the IETF Atom Syndication Format (RFC 4287) and Atom Publishing Protocol (RFC# Pending) specifications.

2007

Dare Obasanjo aka Carnage4Life - Google OpenSocial: Technical Overview and Critique

by karlcow & 1 other

There are all sorts of forums for proposing and discussing open Web technologies including the IETF, W3C, OASIS and even ECMA. Until all of the underlying technologies in OpenSocial have been handed over to one or more of these standards bodies, this is a case of the proprietary pot calling the proprietary kettle black.

RSS Tag Soup parser (name rss-tag-soup)

by keusta & 1 other

A parser for the multiple XML RSS formats. […] This includes support for the Atom 1.0 syndication format defined in IETF RFC 4287

One single way to grab differents RSS or Atom feed whitout worrying that much.

RSS Tag Soup parser (name rss-tag-soup)

by greut & 1 other

A parser for the multiple XML RSS formats. […] This includes support for the Atom 1.0 syndication format defined in IETF RFC 4287

One single way to grab differents RSS or Atom feed whitout worrying that much.

Setting Up An iSCSI Environment On Linux | HowtoForge - Linux Howtos and Tutorials

by rodo & 1 other
Setting Up An iSCSI Environment On Linux Nowadays, the iSCSI technology is quite popular in the storage world. This article shows an iSCSI demo environment which consists of one Debian Linux host and one Netapp Filer.We try to show the most important features of this protocol. 1. What is iSCSI? It is a network storage protocol above TCP/IP. This protocol encapsulates SCSI data into TCP packets. iSCSI allows us to connect a host to a storage array via a simple Ethernet connection (tape drive). This solution is cheaper than the Fibre Channel SAN (Fibre channel HBAs and switches are expensive). From the host view the user sees the storage array LUNs like a local disks. iSCSI devices should not be confused with the NAS devices (for example NFS). The most important difference is that NFS volumes can be accessed by multiple hosts, but one iSCSI volume can by accessed by one host. It is similar to SCSIi protocol: usually only one host has access to one SCSI disk (the difference is the cluster enviroment). The iSCSI protocol is defined in the RFC3720 document by the IETF (Internet Engineering Task Force).

Setting Up An iSCSI Environment On Linux | HowtoForge - Linux Howtos and Tutorials

by camel & 1 other
Setting Up An iSCSI Environment On Linux Nowadays, the iSCSI technology is quite popular in the storage world. This article shows an iSCSI demo environment which consists of one Debian Linux host and one Netapp Filer.We try to show the most important features of this protocol. 1. What is iSCSI? It is a network storage protocol above TCP/IP. This protocol encapsulates SCSI data into TCP packets. iSCSI allows us to connect a host to a storage array via a simple Ethernet connection (tape drive). This solution is cheaper than the Fibre Channel SAN (Fibre channel HBAs and switches are expensive). From the host view the user sees the storage array LUNs like a local disks. iSCSI devices should not be confused with the NAS devices (for example NFS). The most important difference is that NFS volumes can be accessed by multiple hosts, but one iSCSI volume can by accessed by one host. It is similar to SCSIi protocol: usually only one host has access to one SCSI disk (the difference is the cluster enviroment). The iSCSI protocol is defined in the RFC3720 document by the IETF (Internet Engineering Task Force).

Enigform :: Firefox Add-ons

by CharlesNepote
" Enhances HTTP security by adding GnuPG Digital Signatures to GET, POST and AJAX-generated POSTs to sites that request this level of security, or to all requests if told to do so. Enigform is the Reference Implementation of the ideas and methods described in the soon-to-be (I hope!) IETF Draft "OpenPGP based Identity and Data Authentication for HTTP" by Arturo 'Buanzo' Busleiman. For more information, please visit http://enigform.mozdev.org.."

Internet Society

by omarvillota & 1 other
The Internet SOCiety (ISOC) is a professional membership society with more than 100 organization and over 20,000 individual members in over 180 countries. It provides leadership in addressing issues that confront the future of the Internet, and is the organization home for the groups responsible for Internet infrastructure standards, including the Internet Engineering Task Force (IETF) and the Internet Architecture Board (IAB)

The Internet Engineering Task Force

by omarvillota & 5 others
The Internet Engineering Task Force (IETF) is a large open international community of network designers, operators, vendors, and researchers concerned with the evolution of the Internet architecture and the smooth operation of the Internet. It is open to any interested individual

hcalendar-fr - Microformats

by pyxosledisciple & 2 others
hCalendar est un format simple, ouvert, distribué pour le calendrier et les événements, fondé sur le standard iCalendar (RFC2445 (http://www.ietf.org/rfc/rfc2445.txt)), adaptable pour l'embarquement dans (X)HTML, Atom, RSS et le XML arbitraire. hCalendar est l'un des nombreux standards ouverts microformat.

hcard-fr - Microformats

by pyxosledisciple & 3 others
hCard est un format simple, ouvert, distribué, pour représenter les personnes, sociétés, organisations et lieux, en utilisant une représentation 1:1 des propriétés et valeurs du standard vCard (RFC2426 (http://www.ietf.org/rfc/rfc2426.txt)) en XHTML sémantique. hCard est l'un des nombreux microformats standards ouverts adaptés pour l'embarquement dans (X)HTML, Atom, RSS, et le XML arbitraire.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links