From 379a6193e9f008eaa1206753bdd1233c4d6959cd Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 21 Nov 2011 18:28:33 +0100 Subject: [PATCH] Update draft/README.md --- draft/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/draft/README.md b/draft/README.md index a060ed95..344e997e 100644 --- a/draft/README.md +++ b/draft/README.md @@ -2,24 +2,24 @@ This "draft" folder contains potential addition to EWF Anyone wanting to contribute is welcome to the listed libraries, or by suggesting/contributing with extra libraries -== Current suggestions == +## Current suggestions ## -=== protocol === +### protocol ### * web syndication [__Atom__](library/protocol/syndication/atom) * web syndication [__RSS__](library/protocol/syndication/rss) * [__Twitter__](library/protocol/twitter) * [__XMPP__](library/protocol/xmpp) (also known as Jabber) -=== Security === +### Security ### * [__OAuth__](library/security/oauth) * [__OpenID__](library/security/openid) -=== Text === +### Text ### * [__Filters__](library/text/filter) : Wiki markup, Markdown, ... * [__Templates__](library/text/template) : Web template engine ... -=== ... === +### ... ### Any contribution is welcome, help us make Eiffel Web Framework bigger, richer and better.