Updated package.iron files.
This commit is contained in:
26
library/text/encoder/package.iron
Normal file
26
library/text/encoder/package.iron
Normal file
@@ -0,0 +1,26 @@
|
||||
package encoder
|
||||
|
||||
project
|
||||
encoder = "encoder-safe.ecf"
|
||||
encoder = "encoder.ecf"
|
||||
|
||||
note
|
||||
title: Text encoders
|
||||
description: "[
|
||||
Text encoders used in web technologies:
|
||||
- HTML encoder
|
||||
- XML encoder
|
||||
- JSON encoder
|
||||
- UTF8
|
||||
- BASE64
|
||||
]"
|
||||
collection: EWF
|
||||
tags: html,xml,percent encoding,web,json,utf
|
||||
copyright: 2011-2016, Jocelyn Fiat, Eiffel Software and others
|
||||
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)
|
||||
link[license]: http://www.eiffel.com/licensing/forum.txt
|
||||
link[source]: "Github" https://github.com/EiffelWebFramework/EWF/library/text/encoder
|
||||
link[doc]: "Documentation" https://github.com/EiffelWebFramework/EWF/blob/master/library/text/encoder/README.md
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user