diff options
Diffstat (limited to 'libraries/libearth/README')
-rw-r--r-- | libraries/libearth/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libearth/README b/libraries/libearth/README new file mode 100644 index 0000000000..fcc8d6949e --- /dev/null +++ b/libraries/libearth/README @@ -0,0 +1,8 @@ +The shared common library for Earth Reader apps. + +Libearth is the shared common library for various Earth Reader apps. +Earth Reader try to support many platforms as possible (e.g. web, +mobile apps, desktop apps), so there must be a large part of common +concepts and implementations they share like subscription lists, +synchronization through cloud storages between several devices, +and crawler, that libearth actually implements. |