This is an automated email from the ASF dual-hosted git repository.
diru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new ca32f48 simplified README.md
ca32f48 is described below
commit ca32f48ddfed87503bad81e9b37912eaa3c00554
Author: Dirk Rudolph <[email protected]>
AuthorDate: Fri Jun 4 18:18:16 2021 +0200
simplified README.md
---
sitemap/README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sitemap/README.md b/sitemap/README.md
index a24fa5c..1bb35cd 100644
--- a/sitemap/README.md
+++ b/sitemap/README.md
@@ -9,10 +9,8 @@ background to even sites that collect 3rd party data to
include dynamically rend
## Highlights
* A simple, builder-like API to create Sitemaps, that hides all the XML
specifics from the implementation
-* Built with background sitemap generation in mind, supporting continuation
after jobs have been aborted for example due
- to container restarts in cloud environments
-* Configurable support for sitemaps served on-demand
-* Default support for nested sitemaps, that are automatically collected into a
sitemap index
+* Supports on-demand and background generation w/ continuation after job
interruption
+* Support for nested sitemaps, that are automatically collected into a sitemap
indexes
## Open Topics