File tree Expand file tree Collapse file tree 3 files changed +24
-10
lines changed Expand file tree Collapse file tree 3 files changed +24
-10
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,18 @@ Options:
3636 included which (should) build if you set up AppVeyer to track
3737 your fork. AppVeyer is free for open-source projects.
3838 (TODO: should have a link to the official AppVeyer build)
39- - build via the CircleCI Windows image. There is included configuration for CircleCI.
40- CicleCI is free (with usage limitations) for open-source projects.
39+
40+ ## Updating the site
41+
42+ Log4Net uses Maven to build the site. Source artifacts can be found under ` src/site ` .
43+ Building the site can be accomplished with ` npm run build-site ` . You should have maven
44+ installed:
45+ - Windows: get it from Scoop
46+ - OSX: get it from Homebrew
47+ - Linux: use your package manager
48+
49+ The site will be generated in ` target/site ` , and can be viewed locally. Updates should
50+ be pushed to the ` asf-staging ` branch of [ https://github.com/apache/logging-log4net-site ] ( https://github.com/apache/logging-log4net-site] )
51+
52+ Once the site has been pushed to the ` asf-staging ` branch, it can be viewed at
53+ [ http://logging.staged.apache.org/log4net ] ( http://logging.staged.apache.org/log4net )
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ tracker is no longer accepting new issues but is available at
2727https://issues.apache.org/jira/browse/LOG4NET for access to
2828previous issues.
2929
30-
3130Developing
3231==========
3332
@@ -43,3 +42,5 @@ may be installed by using the bundled helper scripts:
4342These scripts download the relevant installers from Microsoft servers,
4443but you run them at your own risk.
4544
45+ Please see [ CONTRIBUTING.md] ( CONTRIBUTING.md ) and
46+ [ BUILDING.md] ( BUILDING.md )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ limitations under the License.
3636
3737 </section >
3838
39- <section name =" log4net 2.0.8 " >
39+ <section name =" log4net 2.0.9 " >
4040
4141 <subsection name =" Source" >
4242 <table >
@@ -52,14 +52,14 @@ limitations under the License.
5252 <p >Binaries are available in a zip file or nupkg, which is also available from <a href =" https://www.nuget.org/packages/log4net/" >nuget.org</a ></p >
5353 <table >
5454 <tr >
55- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net-binaries-2.0.9.zip" >log4net-2.0.8-bin-newkey .zip</a ></td >
56- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net-binaries-2.0.9.zip.sha512" >sha512</a ></td >
57- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net-binaries-2.0.9.zip.asc" >pgp</a ></td >
55+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache- log4net-binaries-2.0.9.zip" >log4net-binaries- 2.0.9 .zip</a ></td >
56+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache- log4net-binaries-2.0.9.zip.sha512" >sha512</a ></td >
57+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache- log4net-binaries-2.0.9.zip.asc" >pgp</a ></td >
5858 </tr >
5959 <tr >
60- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net- 2.0.9.nupkg" >log4net-2.0.8-bin-newkey.zip </a ></td >
61- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net- 2.0.9.nupkg.sha512" >sha512</a ></td >
62- <td ><a href =" https://downloads.apache.org/logging/binaries/log4net- 2.0.9.nupkg.asc" >pgp</a ></td >
60+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache-log4net. 2.0.9.nupkg" >log4net-2.0.9.nupkg </a ></td >
61+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache-log4net. 2.0.9.nupkg.sha512" >sha512</a ></td >
62+ <td ><a href =" https://downloads.apache.org/logging/log4net/ binaries/apache-log4net. 2.0.9.nupkg.asc" >pgp</a ></td >
6363 </tr >
6464 </table >
6565 </subsection >
You can’t perform that action at this time.
0 commit comments