Updated "draft" folder which contain potential future addition to EWF
This commit is contained in:
25
draft/README.md
Normal file
25
draft/README.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
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 ==
|
||||||
|
|
||||||
|
=== 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 ===
|
||||||
|
* [__OAuth__](library/security/oauth)
|
||||||
|
* [__OpenID__](library/security/openid)
|
||||||
|
|
||||||
|
=== 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.
|
||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
RSS protocol
|
|
||||||
|
|
||||||
Anyone wanting to contribute is welcome
|
|
||||||
9
draft/library/protocol/syndication/README.md
Normal file
9
draft/library/protocol/syndication/README.md
Normal 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
|
||||||
@@ -14,7 +14,7 @@ create
|
|||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
make
|
make
|
||||||
-- Instanciate Current object
|
-- Instantiate Current object
|
||||||
do
|
do
|
||||||
check not_yet_implemented: False end
|
check not_yet_implemented: False end
|
||||||
end
|
end
|
||||||
7
draft/library/protocol/syndication/rss/README.md
Normal file
7
draft/library/protocol/syndication/rss/README.md
Normal 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
|
||||||
@@ -14,7 +14,7 @@ create
|
|||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
make
|
make
|
||||||
-- Instanciate Current object
|
-- Instantiate Current object
|
||||||
do
|
do
|
||||||
check not_yet_implemented: False end
|
check not_yet_implemented: False end
|
||||||
end
|
end
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
Twitter protocol
|
Twitter protocol
|
||||||
|
|
||||||
|
http://en.wikipedia.org/wiki/Twitter
|
||||||
|
|
||||||
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_Twitter here
|
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_Twitter here
|
||||||
Anyone wanting to contribute is welcome
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
XMPP/Jabber protocol
|
XMPP/Jabber protocol
|
||||||
|
|
||||||
|
http://en.wikipedia.org/wiki/Xmpp
|
||||||
|
|
||||||
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_XMPP here
|
Eventually move http://bricabrac.origo.ethz.ch/wiki/Eiffel_XMPP here
|
||||||
Anyone wanting to contribute is welcome
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
OAuth
|
OAuth
|
||||||
|
|
||||||
|
http://en.wikipedia.org/wiki/Oauth
|
||||||
|
|
||||||
|
* [RFC5849](http://tools.ietf.org/html/rfc5849)
|
||||||
|
|
||||||
Anyone wanting to contribute is welcome
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ create
|
|||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
make
|
make
|
||||||
-- Instanciate Current object
|
-- Instantiate Current object
|
||||||
do
|
do
|
||||||
check not_yet_implemented: False end
|
check not_yet_implemented: False end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
OpenID
|
OpenID
|
||||||
|
|
||||||
|
http://en.wikipedia.org/wiki/Openid
|
||||||
|
|
||||||
Anyone wanting to contribute is welcome
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ create
|
|||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
make
|
make
|
||||||
-- Instanciate Current object
|
-- Instantiate Current object
|
||||||
do
|
do
|
||||||
check not_yet_implemented: False end
|
check not_yet_implemented: False end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Support for various text filters such as
|
Support for various text filters such as
|
||||||
|
|
||||||
wikitext
|
* [wikitext](http://en.wikipedia.org/wiki/Wiki_markup)
|
||||||
markdown
|
* [Markdown](http://en.wikipedia.org/wiki/Markdown)
|
||||||
...
|
* ...
|
||||||
|
|
||||||
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
@@ -1 +1,7 @@
|
|||||||
We could add library similar to Velicity, Smarty, ... template engine
|
We could add libraries for template engines such as
|
||||||
|
|
||||||
|
* [Velocity](http://en.wikipedia.org/wiki/Apache_Velocity)
|
||||||
|
* [Smarty](http://en.wikipedia.org/wiki/Smarty)
|
||||||
|
* ...
|
||||||
|
|
||||||
|
Anyone wanting to contribute is welcome
|
||||||
|
|||||||
Reference in New Issue
Block a user