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

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


The following commit(s) were added to refs/heads/main by this push:
     new 01d3186  Update README.md
01d3186 is described below

commit 01d31862a6817cce3b104ff940d3d177467a47f7
Author: Tilmann <tilma...@apache.org>
AuthorDate: Mon Jan 31 18:27:21 2022 +0100

    Update README.md
---
 README.md | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/README.md b/README.md
index 17facdb..a87fa4c 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,3 @@
-This is not live yet.
-To look at the website:
-* check it out locally: git clone https://github.com/apache/db-site.git
-* run `mvn clean compile`
-* in your checked out workspace, open the file 
`db-site\target\site\index.html` in your favorite web browser.
-
-# TODO
-* Fix .htaccess -> `RewriteBase`
-* Fix .asf.yaml.publish -> `subdir`
-* Fix .asf.yaml -> `notifications`
-* Enable/use Actions
-  * Recreate-site-branch
-* Anything else?
-* Ask for a review of the main page for required Apache links
-* Proof reading
-
-
 # Apache DB Website
 
 This repository contains the sources for the [Apache DB 
website](https://db.apache.org/).
@@ -26,14 +9,12 @@ It is built using [Maven](https://maven.apache.org/).
 For details on publishing the site see section [Publishing the 
Site](#publishing-the-site).
 
 The site can be built by calling `mvn clean compile`. This generates the HTML 
files in `target/site`.
-Most of the site will work with the exception of the javadoc file downloads.
-If needed, call `mvn package`. This copies the javadoc files to `target/site`.
 The site can then be viewed by opening the local file `target/site/index.html` 
in a browser.
 
 ## Contributing to the Site
 
 Contributions to the website are always appreciated.
-If you are new to this project, please have a look at our [mailing 
losts](https://db.apache.org/mail.html) page first.
+If you are new to this project, please have a look at our [mailing 
lists](https://db.apache.org/mail.html) page first.
 
 This repository contains the Apache DB website source.
 

Reply via email to