This commit is contained in:
Jocelyn Fiat
2011-11-14 19:06:31 +01:00
parent d9daac67d9
commit cc960310e9

View File

@@ -41,14 +41,14 @@ Or using git version >= 1.6.5
### client ### client
* __http_client__: simple HTTP client based on cURL [read more](library/client/http_client) * __http_client__: simple HTTP client based on cURL [read more](library/client/http_client)
## text ### text
* __encoder__: Various simpler encoders: base64, url-encoder, xml entities, html entities [read more](library/text/encoder) * __encoder__: Various simpler encoders: base64, url-encoder, xml entities, html entities [read more](library/text/encoder)
## crypto ### crypto
* eel * eel
* eapml * eapml
## Others ### Others
* error: very simple/basic library to handle error * error: very simple/basic library to handle error
## External libraries under 'ext' ## External libraries under 'ext'