Repository: sling-site
Updated Branches:
  refs/heads/master bea9e33ea -> a413224be


Script to open all pages based on the Sling sitemap


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/a413224b
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/a413224b
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/a413224b

Branch: refs/heads/master
Commit: a413224be0485d7b262bbdcc6baaa4451f78edf1
Parents: bea9e33
Author: Bertrand Delacretaz <bdelacre...@apache.org>
Authored: Tue Jun 20 17:12:20 2017 +0200
Committer: Bertrand Delacretaz <bdelacre...@apache.org>
Committed: Tue Jun 20 17:12:20 2017 +0200

----------------------------------------------------------------------
 conversion-scripts/open-all-pages.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/a413224b/conversion-scripts/open-all-pages.sh
----------------------------------------------------------------------
diff --git a/conversion-scripts/open-all-pages.sh 
b/conversion-scripts/open-all-pages.sh
new file mode 100755
index 0000000..42ae8c5
--- /dev/null
+++ b/conversion-scripts/open-all-pages.sh
@@ -0,0 +1 @@
+curl -s http://sling.apache.org/sitemap.html | grep 'a href' | cut -d'"' -f2 | 
while read f; do open http://localhost:8820$f 
\ No newline at end of file

Reply via email to