This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git

commit b8c6a631e9cc26013a5afbe4b6b30a9eea421fac
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Apr 15 20:53:30 2024 +0200

    Updates after moving to the ASF
---
 .gitignore            | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 DISCLAIMER            | 10 ++++++++++
 _config.yml           | 10 ++++------
 _includes/footer.html |  5 ++---
 readme.md             | 14 ++++++--------
 support/index.html    | 16 +++++++++++++---
 6 files changed, 83 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..004b2b4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
+.idea
+
+# Jekyll build directory
+/_site/
+
+# Ignore metadata generated by Jekyll
+.jekyll-cache/
+.jekyll-metadata
+
+# Ignore the Gemfile.lock file as dependencies should be installed locally
+Gemfile.lock
+
+# Ignore the Jekyll configuration file if you customize it locally
+_config.yml
+
+# Ignore macOS system files
+.DS_Store
+
+# Ignore the Jekyll cache directory
+.cache/
+
+# Ignore any compiled Sass/CSS files
+.sass-cache/
+*.sassc
+
+# Ignore the vendor directory
+/vendor/
+
+# Ignore any local development configurations
+_config.local.yml
+
+# Ignore any local development overrides for plugins
+_plugins/*
+
+# Ignore any IDE or editor specific files
+.vscode/
+.idea/
+*.sublime-project
+*.sublime-workspace
+*.komodoproject
+*.komodotools
+*.komodoproject
+
+# Ignore any environment-specific configurations
+.env
+
+# Ignore backup files
+*~
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..14b3826
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache StormCrawler is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 06b9eb4..cc84c9b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,14 +6,12 @@
 # 'jekyll serve'. If you change this file, please restart the server process.
 
 # Site settings
-title: StormCrawler
-email: [email protected]
+title: Apache StormCrawler
+email: [email protected]
 description: > # this means to ignore newlines until "baseurl:"
- StormCrawler is collection of resources for building low-latency, scalable 
web crawlers on Apache Storm
+ Apache StormCrawler is collection of resources for building low-latency, 
scalable web crawlers on Apache Storm
 baseurl: "" # the subpath of your site, e.g. /blog
-url: "http://stormcrawler.net"; # the base hostname & protocol for your site
-twitter_username: stormcrawlerapi
-github_username:  digitalpebble
+url: "https://stormcrawler.apache.org"; # the base hostname & protocol for your 
site
 
 # Build settings
 markdown: kramdown
diff --git a/_includes/footer.html b/_includes/footer.html
index aac3cbe..ecf3f68 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -5,8 +5,7 @@
 </div>
 
 <footer class="site-footer">
-       &copy; 2024 <a href="http://digitalpebble.com/";>DigitalPebble Ltd</a>
-<p>Apache Storm, Apache Tika, Apache Nutch and Apache Maven and their 
respective logos are trademarks of the Apache Software Foundation. 
Elasticsearch is trademark of Elasticsearch BV, registered in the U.S. and in 
other countries. 
-OpenSearch is trademark of Amazon.com.</p>
+       &copy; 2024 <a href="https://stormcrawler.apache.org/";>The Apache 
Software Foundation</a>
+<p>Licensed under the Apache License, Version 2.0. Apache StormCrawler, TomEE, 
StormCrawler, the Apache feather logo are trademarks of The Apache Software 
Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.</p>
 
 </footer>
diff --git a/readme.md b/readme.md
index a4c79f8..3b03fa0 100644
--- a/readme.md
+++ b/readme.md
@@ -1,12 +1,10 @@
-# Storm Crawler website
+# Apache StormCrawler Website
 
-Built using Jekyll. To build and run server locally type 'jekyll serve'. The 
site can then be accessed at localhost:4000.
+## How to build?
 
-## How to use...
+This website is build using Jekyll. Make sure to have it available locally.
+To build and run server locally type 'jekyll serve'. The site can then be 
accessed at localhost:4000.
 
-### Header nav highlighting
+## Deployment
 
-When a new page is added to the menu in _includes/header.html, you can 
highlight it when active by following these steps:
-
-1. Add a slug to the file's YAML front-matter e.g. "slug: about". (see 
existing pages for working example of this.)
-2. Add a rule in the Sass file (css/main.scss) using this slug as a class, and 
nth-child to determine which item should be highlighted.
+This website uses the typical ASF layout. The actual website is found on 
`asf-site`. Any changes need to be pushed to this branch.
\ No newline at end of file
diff --git a/support/index.html b/support/index.html
index 52287a2..659c2b7 100644
--- a/support/index.html
+++ b/support/index.html
@@ -7,9 +7,19 @@ title: Need assistance from web crawling experts?
 <div class="row row-col">
   <h1>Support</h1>
 <br>
-<p>You can ask questions related to StormCrawler on Github in the <a 
href="https://github.com/DigitalPebble/storm-crawler/discussions";>discussions 
section</a>, on <a 
href="http://stackoverflow.com/questions/tagged/stormcrawler";>stackoverflow</a> 
using the tag 'stormcrawler' or on <a 
href="https://discord.com/invite/C62MHusNnG";>Discord</a>.</p>  
-<p>If you think you've found a bug, please <a 
href="https://github.com/DigitalPebble/storm-crawler/issues";>open an issue</a> 
on GitHub.</p>
+<p>You can ask questions related to StormCrawler on Github in the <a 
href="https://github.com/apache/incubator-stormcrawlerdiscussions";>discussions 
section</a>, on <a 
href="http://stackoverflow.com/questions/tagged/stormcrawler";>stackoverflow</a> 
using the tag 'stormcrawler' or on <a 
href="https://discord.com/invite/C62MHusNnG";>Discord</a>.</p>  
+<p>If you think you've found a bug, please <a 
href="https://github.com/apache/incubator-stormcrawlerissues";>open an issue</a> 
on GitHub.</p>
 
-<p>You can get commercial support and consulting for StormCrawler from <a 
href="http://digitalpebble.com";>DigitalPebble Ltd</a>.</p>
+  <h1>Commercial Support</h1>
+  <br>
+  <p>The Apache StormCrawler PMC does not endorse or recommend any of the 
products or services on this page. We love all our supporters equally.</p>
 
+  <h2>Want to be added to this page? </h2>
+  <p>All submitted information must be factual and informational in nature and 
not be a marketing statement. Statements that promote your products and 
services over other offerings on the page will not be tolerated and will be 
removed. Such marketing statements can be added to your own pages on your own 
site.</p>
+  <p>When in doubt, email the Apache StormCrawler PMC and ask. We are be happy 
to help.</p>
+
+  <h2>Companies</h2>
+  <ul>
+    <li><a href="http://digitalpebble.com";>DigitalPebble Ltd:</a> Commercial 
Support and Consulting Services</li>
+  </ul>
 </div>

Reply via email to