Updated a few package.iron files.

This commit is contained in:
Jocelyn Fiat
2017-10-06 14:06:46 +02:00
parent 70f00651c7
commit 2f98d7031f
15 changed files with 80 additions and 69 deletions

View File

@@ -7,13 +7,14 @@ project
note note
title: HTTP client title: HTTP client
description: "[ description: "[
Provides simple routines to perform http requests, and get associated response. Provides simple routines to perform http requests, and get associated response.
It has two implementations: It has two implementations:
- using Eiffel cURL (i.e libcurl) - using Eiffel cURL (i.e libcurl)
- using EiffelNET (and the EiffelNET SSL extension) - using EiffelNET (and the EiffelNET SSL extension)
]" ]"
collection:EWF
collection: EWF
tags: http,client,network,request,web,curl,EWF tags: http,client,network,request,web,curl,EWF
copyright: 1984-2016 Eiffel Software and others copyright: 1984-2016 Eiffel Software and others
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt) license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)

View File

@@ -6,8 +6,9 @@ project
note note
title: CONneg Content Negotiation title: CONneg Content Negotiation
description: "[ description: "[
CONneg is a library that provides utilities to select the best repesentation of a resource for a client where there are multiple representations available. CONneg is a library that provides utilities to select the best repesentation of a resource for a client where there are multiple representations available.
]" ]"
collection: EWF collection: EWF
tags: content,accept,conneg,negotiation,EWF,web,request tags: content,accept,conneg,negotiation,EWF,web,request
copyright: 2011-2016, Javier Velilla, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2016, Javier Velilla, Jocelyn Fiat, Eiffel Software and others

View File

@@ -6,14 +6,15 @@ project
note note
title: HTTP protocol title: HTTP protocol
description: "[ description: "[
Collection of interfaces related to HTTP protocol: Collection of interfaces related to HTTP protocol:
- header - header
- status codes, request methods - status codes, request methods
- content type, media type, mime type. - content type, media type, mime type.
- cookie - cookie
- date used in web protocol - date used in web protocol
- file extension mime mapping - file extension mime mapping
]" ]"
collection: EWF collection: EWF
tags: http,web,header,status,method,type,mime,cookie tags: http,web,header,status,method,type,mime,cookie
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt) license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)

View File

@@ -6,19 +6,19 @@ project
note note
title: Notification Email title: Notification Email
description: "[ description: "[
Abstract interface to send message via various mailers: Abstract interface to send message via various mailers:
- smtp - smtp
- sendmail - sendmail
- external script - external script
- store on local file - store on local file
- ... - ...
]" ]"
collection: EWF collection: EWF
tags: message,smtp,sendmail,mailer tags: message,smtp,sendmail,mailer
copyright: "2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt) license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)
link[license]: http://www.eiffel.com/licensing/forum.txt link[license]: http://www.eiffel.com/licensing/forum.txt
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/runtime/process/notification_email link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/runtime/process/notification_email
end end

View File

@@ -6,7 +6,7 @@ project
note note
title: JSON Web Token title: JSON Web Token
description: JSON Web Token description: JSON Web Token
tags:jwt,web,jws,jwe,token,jose tags: jwt,web,jws,jwe,token,jose
copyright: 2011-2017, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2017, Jocelyn Fiat, Eiffel Software and others
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt) license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)
link[license]: http://www.eiffel.com/licensing/forum.txt link[license]: http://www.eiffel.com/licensing/forum.txt

View File

@@ -14,4 +14,3 @@ note
link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/security/http_authorization/README.md link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/security/http_authorization/README.md
end end

View File

@@ -6,8 +6,9 @@ project
note note
title: HTTP Authorization title: HTTP Authorization
description: "[ description: "[
Class to manipulate HTTP 'Authorization' header value. Class to manipulate HTTP 'Authorization' header value.
]" ]"
collection: EWF collection: EWF
tags: http,authorization,authentication,web tags: http,authorization,authentication,web
copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others
@@ -16,4 +17,3 @@ note
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/authentication/http_authorization link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/authentication/http_authorization
end end

View File

@@ -6,13 +6,15 @@ project
connector_libfcgi = "connectors/libfcgi/libfcgi.ecf" connector_libfcgi = "connectors/libfcgi/libfcgi.ecf"
connector_null = "connectors/null/null.ecf" connector_null = "connectors/null/null.ecf"
connector_standalone = "connectors/standalone/standalone.ecf" connector_standalone = "connectors/standalone/standalone.ecf"
httpd = "connectors/standalone/src/httpd/httpd.ecf" ewsgi_spec = "ewsgi_spec.ecf"
connector_nino = "connectors/nino/nino.ecf"
note note
title: EWSGI title: EWSGI
description: "[ description: "[
Eiffel Web Server Gateway Interface (EWSGI) specification, and a few connectors. Eiffel Web Server Gateway Interface (EWSGI) specification, and a few connectors.
]" ]"
collection: EWF collection: EWF
tags: ewsgi,cgi,web,httpd,ewf tags: ewsgi,cgi,web,httpd,ewf
copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others
@@ -20,5 +22,5 @@ note
link[license]: http://www.eiffel.com/licensing/forum.txt link[license]: http://www.eiffel.com/licensing/forum.txt
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/ewsgi link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/ewsgi
link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/ewsgi/doc link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/server/ewsgi/doc
end
end

View File

@@ -6,8 +6,9 @@ project
note note
title: HTTP server title: HTTP server
description: "[ description: "[
Simple HTTP listener and handler, that can be extended easily. Simple HTTP listener and handler, that can be extended easily.
]" ]"
tags: http,httpd,server,web tags: http,httpd,server,web
collection: EWF collection: EWF
copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others

View File

@@ -9,10 +9,11 @@ project
note note
title: Eiffel libfcgi wrapper title: Eiffel libfcgi wrapper
description: "[ description: "[
Wrapper on modified libfcgi. Wrapper on modified libfcgi.
(modification: added 64 bits support) (modification: added 64 bits support)
It brings implementation for FCGI protocol. It brings implementation for FCGI protocol.
]" ]"
collection: EWF collection: EWF
tags: fcgi,libfcgi,cgi,http,web,ewf tags: fcgi,libfcgi,cgi,http,web,ewf
copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others

View File

@@ -1,4 +1,3 @@
package wsf package wsf
project project
@@ -14,14 +13,20 @@ project
default_openshift = "default/openshift.ecf" default_openshift = "default/openshift.ecf"
wsf_standalone = "connector/standalone.ecf" wsf_standalone = "connector/standalone.ecf"
default_standalone = "default/standalone.ecf" default_standalone = "default/standalone.ecf"
wsf_all = "connector/all.ecf"
wsf_nino = "connector/nino.ecf"
wsf_openshift = "connector/openshift.ecf"
wsf_standalone_websocket = "connector/standalone_websocket.ecf"
default_nino = "default/nino.ecf"
note note
title: Web Server Foundation title: Web Server Foundation
description: "[ description: "[
Core of the Eiffel Web Framework (EWF). Core of the Eiffel Web Framework (EWF).
Provide the request, response, router, ... interfaces. Provide the request, response, router, ... interfaces.
The foundation to build web server application. The foundation to build web server application.
]" ]"
tags: ewf,server,httpd,request,connector,web tags: ewf,server,httpd,request,connector,web
collection: EWF collection: EWF
copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others
@@ -31,4 +36,3 @@ note
link[doc]: "Documentation" http://eiffelwebframework.github.io/EWF/ link[doc]: "Documentation" http://eiffelwebframework.github.io/EWF/
end end

View File

@@ -6,13 +6,14 @@ project
note note
title: Text encoders title: Text encoders
description: "[ description: "[
Text encoders used in web technologies: Text encoders used in web technologies:
- HTML encoder - HTML encoder
- XML encoder - XML encoder
- JSON encoder - JSON encoder
- UTF8 - UTF8
- BASE64 - BASE64
]" ]"
collection: EWF collection: EWF
tags: html,xml,percent encoding,web,json,utf tags: html,xml,percent encoding,web,json,utf
copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others
@@ -22,4 +23,3 @@ note
link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/blob/master/library/text/encoder/README.md link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/blob/master/library/text/encoder/README.md
end end

View File

@@ -6,9 +6,10 @@ project
note note
title: Eiffel FEED parser title: Eiffel FEED parser
description: "[ description: "[
RSS2.0 and ATOM feed parser. RSS2.0 and ATOM feed parser.
Feed visitor including HTML generation from FEED Eiffel objects. Feed visitor including HTML generation from FEED Eiffel objects.
]" ]"
tags: rss,atom,feed,html,generator,parser tags: rss,atom,feed,html,generator,parser
copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt) license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)

View File

@@ -6,11 +6,12 @@ project
note note
title: URI Template title: URI Template
description: "[ description: "[
Implement URI Template as described at http://tools.ietf.org/rfc/rfc6570.txt Implement URI Template as described at http://tools.ietf.org/rfc/rfc6570.txt
Support for URI template string expansion
But also partial URI Template matching
]"
Support for URI template string expansion
But also partial URI Template matching
]"
collection: EWF collection: EWF
tags: uri template,router,generator,url tags: uri template,router,generator,url
copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others copyright: 2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others
@@ -20,4 +21,3 @@ note
link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/text/parser/uri_template/README.md link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/tree/master/library/text/parser/uri_template/README.md
end end

View File

@@ -6,9 +6,10 @@ project
note note
title: Error framework title: Error framework
description: "[ description: "[
Errors and associated handler, to manage errors and also provides a way to synchronize one or many error handlers. Errors and associated handler, to manage errors and also provides a way to synchronize one or many error handlers.
This is convenient to propagate error from a layer to another without adding unwanted dependencies. This is convenient to propagate error from a layer to another without adding unwanted dependencies.
]" ]"
collection: EWF collection: EWF
tags: error,framework tags: error,framework
license: Eiffel Forum License v2 license: Eiffel Forum License v2
@@ -17,4 +18,3 @@ note
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/utility/general/error link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/utility/general/error
end end