From d240b219de7ba8f5e94640016d2bcbbf056b72d1 Mon Sep 17 00:00:00 2001 From: Davyd McColl Date: Sat, 5 Sep 2020 08:27:27 +0200 Subject: [PATCH 1/3] :bug: fix download links & heading --- src/site/xdoc/download_log4net.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/site/xdoc/download_log4net.xml b/src/site/xdoc/download_log4net.xml index f433cec7..c592219a 100644 --- a/src/site/xdoc/download_log4net.xml +++ b/src/site/xdoc/download_log4net.xml @@ -36,7 +36,7 @@ limitations under the License. -
+
@@ -52,14 +52,14 @@ limitations under the License.

Binaries are available in a zip file or nupkg, which is also available from nuget.org

- - - + + + - - - + + +
log4net-2.0.8-bin-newkey.zipsha512pgplog4net-binaries-2.0.9.zipsha512pgp
log4net-2.0.8-bin-newkey.zipsha512pgplog4net-2.0.9.nupkgsha512pgp
From 0d7b331d875be1b55dba22253d801f3e70644bfa Mon Sep 17 00:00:00 2001 From: Davyd McColl Date: Sat, 5 Sep 2020 08:39:36 +0200 Subject: [PATCH 2/3] :memo: add documentation about building the log4net site --- BUILDING.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 0a0cbd12..31abcc23 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -29,5 +29,15 @@ Options: included which (should) build if you set up AppVeyer to track your fork. AppVeyer is free for open-source projects. (TODO: should have a link to the official AppVeyer build) -- build via the CircleCI Windows image. There is included configuration for CircleCI. - CicleCI is free (with usage limitations) for open-source projects. \ No newline at end of file + +## Updating the site + +Log4Net uses Maven to build the site. Source artifacts can be found under `src/site`. +Building the site can be accomplished with `npm run build-site`. You should have maven +installed: +- Windows: get it from Scoop +- OSX: get it from Homebrew +- Linux: use your package manager + +The site will be generated in `target/site`, and can be viewed locally. Updates should +be pushed to the `asf-staging` branch of [https://github.com/apache/logging-log4net-site]() \ No newline at end of file From 9b8d1a4479589962f9e56556f97d678594a597dc Mon Sep 17 00:00:00 2001 From: Davyd McColl Date: Sat, 5 Sep 2020 08:47:00 +0200 Subject: [PATCH 3/3] :memo: more docs about building --- BUILDING.md | 5 ++++- README.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 31abcc23..59f02fa1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -40,4 +40,7 @@ installed: - Linux: use your package manager The site will be generated in `target/site`, and can be viewed locally. Updates should -be pushed to the `asf-staging` branch of [https://github.com/apache/logging-log4net-site]() \ No newline at end of file +be pushed to the `asf-staging` branch of [https://github.com/apache/logging-log4net-site](https://github.com/apache/logging-log4net-site]) + +Once the site has been pushed to the `asf-staging` branch, it can be viewed at +[http://logging.staged.apache.org/log4net](http://logging.staged.apache.org/log4net) \ No newline at end of file diff --git a/README.md b/README.md index f14f5bb4..6af09946 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,5 @@ tracker is no longer accepting new issues but is available at https://issues.apache.org/jira/browse/LOG4NET for access to previous issues. +Please see [CONTRIBUTING.md](CONTRIBUTING.md) and +[BUILDING.md](BUILDING.md) \ No newline at end of file