forked from dfabulich/sitemapgen4j
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7995090
commit 9cf6bb8
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
Migrate to java.time | ||
Migrate to java.nio | ||
|
||
Ping search engines | ||
|
||
Text file reader | ||
Sitemap reader | ||
|
||
Improve validator for basic sitemap case (gzip, 10MB, urls, encoding) | ||
validate Mobile/Geo/Video/Code/News sitemaps | ||
|
||
validate Image/Video/News sitemaps | ||
|
||
JS api | ||
addUrl({url:"https://www.example.com",lastMod:"2007-08-01"); | ||
new WebSitemapGenerator({}); | ||
new SitemapIndexGenerator({}); | ||
|
||
Google KML generation | ||
GeoRSS generation | ||
Google Code packagemap https://www.google.com/help/codesearch_packagemap.html |