diff --git a/README b/README_en.md similarity index 95% rename from README rename to README_en.md index 6872d4af1734b041c2c1860c3559907878c17d7f..24e2d3c636dc4010842471f1c40a8d2e9358a95c 100644 --- a/README +++ b/README_en.md @@ -1,7 +1,8 @@ +# Introduction libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications. -Features: +# Features * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL support @@ -10,6 +11,7 @@ Features: * Server support for Digest and Basic authentication * XML-RPC support +# reference See the documentation in docs/reference/ and the test programs in tests/ for simple examples of how to use the code. The evolution-data-server and evolution-exchange modules in GNOME git have @@ -25,5 +27,5 @@ https://gitlab.gnome.org/GNOME/libsoup/issues/ More information (including the libsoup To Do list) is available at https://wiki.gnome.org/Projects/libsoup -Licensing: +# Licensing libsoup is licensed under the LGPL, see COPYING for more details.