Updated "draft" folder which contain potential future addition to EWF

This commit is contained in:
Jocelyn Fiat
2011-11-18 14:18:22 +01:00
parent aab910ab64
commit 0cce4d8244
19 changed files with 66 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
RSS protocol
Anyone wanting to contribute is welcome

View File

@@ -0,0 +1,9 @@
Web Syndication
http://en.wikipedia.org/wiki/Web_syndication
* [Atom Pub](atom)
* [RSS](rss)
* ...
Anyone wanting to contribute is welcome

View File

@@ -14,7 +14,7 @@ create
feature {NONE} -- Initialization
make
-- Instanciate Current object
-- Instantiate Current object
do
check not_yet_implemented: False end
end

View File

@@ -0,0 +1,7 @@
RSS protocol
http://en.wikipedia.org/wiki/RSS
* [RSS specification](http://www.rssboard.org/rss-specification)
Anyone wanting to contribute is welcome

View File

@@ -14,7 +14,7 @@ create
feature {NONE} -- Initialization
make
-- Instanciate Current object
-- Instantiate Current object
do
check not_yet_implemented: False end
end

View File

@@ -1,4 +1,6 @@
Twitter protocol
http://en.wikipedia.org/wiki/Twitter
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_Twitter here
Anyone wanting to contribute is welcome

View File

@@ -1,4 +1,6 @@
XMPP/Jabber protocol
http://en.wikipedia.org/wiki/Xmpp
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_XMPP here
Anyone wanting to contribute is welcome