File tree 3 files changed +24
-10
lines changed 3 files changed +24
-10
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,18 @@ Options:
36
36
included which (should) build if you set up AppVeyer to track
37
37
your fork. AppVeyer is free for open-source projects.
38
38
(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
27
27
https://issues.apache.org/jira/browse/LOG4NET for access to
28
28
previous issues.
29
29
30
-
31
30
Developing
32
31
==========
33
32
@@ -43,3 +42,5 @@ may be installed by using the bundled helper scripts:
43
42
These scripts download the relevant installers from Microsoft servers,
44
43
but you run them at your own risk.
45
44
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.
36
36
37
37
</section >
38
38
39
- <section name =" log4net 2.0.8 " >
39
+ <section name =" log4net 2.0.9 " >
40
40
41
41
<subsection name =" Source" >
42
42
<table >
@@ -52,14 +52,14 @@ limitations under the License.
52
52
<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 >
53
53
<table >
54
54
<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 >
58
58
</tr >
59
59
<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 >
63
63
</tr >
64
64
</table >
65
65
</subsection >
You can’t perform that action at this time.
0 commit comments