summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Roy Lenferink [Sun, 18 Apr 2021 13:01:01 +0000 (15:01 +0200)]
Update the release process to include the usage of the Doxygen Jenkins job
Also updated the page a little bit to reflect the new website structure / updating mechanism
Roy Lenferink [Sun, 18 Apr 2021 12:19:30 +0000 (14:19 +0200)]
Remove generated Doxygen docs from git
Roy Lenferink [Sun, 18 Apr 2021 12:18:27 +0000 (14:18 +0200)]
Point to nightlies.a.o for release documentation
Although the name nightlies.a.o suggests that it is only for nightlies docs; the advice from Apache infra is to also use it for generated release documentation. See https://the-asf.slack.com/archives/CBX4TSBQ8/p1600333375445700 for the actual question.
Roy Lenferink [Sun, 18 Apr 2021 12:15:42 +0000 (14:15 +0200)]
Remove unneeded shell script for generating Doxygen docs
This is done as part of the JenkinsfileDoxygen now
Roy Lenferink [Sun, 18 Apr 2021 09:00:15 +0000 (11:00 +0200)]
Add Jenkinsfile for generating Doxygen docs
Roy Lenferink [Tue, 21 Jul 2020 09:01:56 +0000 (11:01 +0200)]
Merge pull request #10 from apache/consistent-title
Update docs extraction script to handle preset titles
Roy Lenferink [Tue, 21 Jul 2020 08:50:34 +0000 (10:50 +0200)]
Removed pollSCM trigger as it conflicts with SCM indexing
Roy Lenferink [Sun, 19 Jul 2020 18:09:01 +0000 (20:09 +0200)]
Update docs extraction script to handle preset titles
Roy Lenferink [Mon, 20 Jul 2020 12:26:15 +0000 (14:26 +0200)]
s/BRANCH/BRANCH_NAME for Jenkinsfile
Roy Lenferink [Mon, 20 Jul 2020 12:09:10 +0000 (14:09 +0200)]
Added Jenkinsfile for website deployment
Roy Lenferink [Sun, 19 Jul 2020 19:19:59 +0000 (21:19 +0200)]
Updated links (https and/or broken)
Roy Lenferink [Sat, 18 Jul 2020 13:18:09 +0000 (15:18 +0200)]
Remove typo
Roy Lenferink [Sat, 18 Jul 2020 13:09:35 +0000 (15:09 +0200)]
Updated docs for 2.2.1 release
Roy Lenferink [Fri, 17 Jul 2020 20:02:28 +0000 (22:02 +0200)]
Stop advertising md5 hashes
Roy Lenferink [Fri, 17 Jul 2020 17:37:43 +0000 (19:37 +0200)]
Add Celix icon
Pepijn Noltes [Sun, 17 May 2020 14:53:07 +0000 (16:53 +0200)]
Adds update for celix 2.2.1 release
Roy Lenferink [Mon, 11 May 2020 12:28:44 +0000 (14:28 +0200)]
MD5 checksum is deprecated and should not be used anymore
Info: https://infra.apache.org/release-distribution#sigs-and-sums
Roy Lenferink [Mon, 11 May 2020 11:59:37 +0000 (13:59 +0200)]
Updated repo description
Roy Lenferink [Thu, 7 May 2020 17:26:57 +0000 (19:26 +0200)]
Merge pull request #9 from rlenferink/update-development-workflow
Added image for describing development workflow and update 'develop' to 'master'
Roy Lenferink [Wed, 6 May 2020 18:35:48 +0000 (20:35 +0200)]
Added image for describing development workflow and update 'develop' to 'master'
Roy Lenferink [Wed, 6 May 2020 17:52:02 +0000 (19:52 +0200)]
Moving cgi script to static directory
Roy Lenferink [Wed, 4 Mar 2020 10:11:32 +0000 (11:11 +0100)]
Updated deprecated a.o/dist/ to downloads.a.o
Roy Lenferink [Wed, 4 Mar 2020 10:07:02 +0000 (11:07 +0100)]
Removed NOTICE file
Not needed for websites: http://www.apache.org/legal/src-headers.html#faq-webpages
"Does this policy also apply to content displayed on our web sites?: No. Our web sites do not have an associated NOTICE file. Instead we may soon be making the terms of such content explicit through a "Terms of Use" or "Legal Information" link in the footer of web pages. At this point, no action is required for Apache web sites."
Roy Lenferink [Tue, 25 Feb 2020 13:13:36 +0000 (14:13 +0100)]
Updated download.cgi to not fork a new process
This would lower pressure and you don't have a CGI process just waiting for another forked process.
Suggested by Uwe Schindler (uschindler): https://the-asf.slack.com/archives/CBX4TSBQ8/p1582635948070300
Roy Lenferink [Wed, 5 Feb 2020 16:03:15 +0000 (17:03 +0100)]
Added .asf.yaml to set repository metadata
Roy Lenferink [Wed, 5 Feb 2020 15:43:21 +0000 (16:43 +0100)]
Added Doxygen documentation for release 2.2.0 to the website
A script to generate the Doxygen documentation is added as well.
As described on doxygen.nl: 'Documents produced by doxygen are derivative works derived from the input used in their production; they are not affected by this license.'
Roy Lenferink [Wed, 5 Feb 2020 13:00:46 +0000 (14:00 +0100)]
Don't set version attribute for files in website repository
Reason: Files in the website repository can always be edited.
Roy Lenferink [Wed, 5 Feb 2020 12:58:47 +0000 (13:58 +0100)]
Replacing hardcoded version with version from config.toml
Roy Lenferink [Wed, 5 Feb 2020 12:56:02 +0000 (13:56 +0100)]
Fixed broken download link
Reason: The current Hugo version (0.63.2) automatically encodes special characters in URLs. '[' is converted to %5B which breaks the cgi script to replace '[preferred]' with the URL of the mirror. Converting from a markdown to an HTML link solved the problem
Roy Lenferink [Mon, 3 Feb 2020 14:43:09 +0000 (15:43 +0100)]
Added documentation for 2.2.0 release to website
The 'Edit on GitHub' button will not be shown for older releases since it may have been changed already in version control.
Pepijn Noltes [Sun, 12 Jan 2020 14:12:50 +0000 (15:12 +0100)]
Fixes a wrong version name in the download page
Pepijn Noltes [Sun, 12 Jan 2020 14:00:30 +0000 (15:00 +0100)]
Adds 2.2.0 release and updated release documentation
Pepijn Noltes [Mon, 6 Jan 2020 20:25:53 +0000 (21:25 +0100)]
Updates release info
Roy Lenferink [Mon, 15 Jul 2019 19:51:43 +0000 (21:51 +0200)]
Escaping backup download link to prevent being parsed as markdown
Roy Lenferink [Fri, 12 Jul 2019 17:51:46 +0000 (19:51 +0200)]
Merge pull request #7 from rlenferink/master
Converted site to Hugo
Roy Lenferink [Tue, 9 Jul 2019 18:39:34 +0000 (20:39 +0200)]
Updated indentation for better formatting and disabled hrefAsBlank
Roy Lenferink [Sun, 7 Jul 2019 12:54:56 +0000 (14:54 +0200)]
Updated extract_celix_docs script to update Markdown to HTML links
Roy Lenferink [Sun, 7 Jul 2019 12:36:35 +0000 (14:36 +0200)]
Updated script to extract docs from Celix
Roy Lenferink [Sun, 7 Jul 2019 12:23:58 +0000 (14:23 +0200)]
Disabled de-capitalizing paths
Roy Lenferink [Sun, 7 Jul 2019 11:38:32 +0000 (13:38 +0200)]
Updated Celix submodule URL to prevent re-authenticating
Roy Lenferink [Sun, 7 Jul 2019 11:33:47 +0000 (13:33 +0200)]
Updated title for home page
Roy Lenferink [Sun, 7 Jul 2019 11:14:47 +0000 (13:14 +0200)]
Updated .gitignore for Hugo
Roy Lenferink [Sun, 7 Jul 2019 11:10:37 +0000 (13:10 +0200)]
Fixed indentation for publish script
Roy Lenferink [Sun, 7 Jul 2019 11:08:04 +0000 (13:08 +0200)]
Updated publish script to be able to specify git remote
Roy Lenferink [Sun, 7 Jul 2019 10:47:37 +0000 (12:47 +0200)]
Removed highlighter because Hugo generates highlighted content
Roy Lenferink [Sun, 7 Jul 2019 10:43:59 +0000 (12:43 +0200)]
Converted site to Hugo
Roy Lenferink [Fri, 28 Jun 2019 16:11:32 +0000 (18:11 +0200)]
Fixed typos
Roy Lenferink [Sun, 13 Jan 2019 14:43:34 +0000 (15:43 +0100)]
Grammatical fix in index.html
Roy Lenferink [Sun, 13 Jan 2019 14:14:22 +0000 (15:14 +0100)]
Updated link to issue tracking page
Roy Lenferink [Mon, 7 Jan 2019 21:44:06 +0000 (22:44 +0100)]
Updated current-event link to point to correct current-event page
Roy Lenferink [Mon, 7 Jan 2019 21:37:38 +0000 (22:37 +0100)]
Removing bad character from cmake_commands
Roy Lenferink [Mon, 7 Jan 2019 21:23:45 +0000 (22:23 +0100)]
Updated links to subprojects
Roy Lenferink [Mon, 7 Jan 2019 17:51:51 +0000 (18:51 +0100)]
Fixing incorrect .alert blocks for releasing.md
Roy Lenferink [Mon, 7 Jan 2019 17:47:36 +0000 (18:47 +0100)]
Improvements for Download page
Roy Lenferink [Mon, 7 Jan 2019 17:41:25 +0000 (18:41 +0100)]
Adding http mirrors as well to download.md
Roy Lenferink [Fri, 4 Jan 2019 14:59:10 +0000 (15:59 +0100)]
CELIX-449: Updated .htaccess to point to correct 404 ErrorDocument
Roy Lenferink [Sun, 30 Dec 2018 22:45:33 +0000 (23:45 +0100)]
CELIX-449: Updated footer to include current ASF event banner
Roy Lenferink [Sun, 30 Dec 2018 11:43:14 +0000 (12:43 +0100)]
CELIX-449: Using unix line-endings
Roy Lenferink [Sun, 30 Dec 2018 11:34:59 +0000 (12:34 +0100)]
CELIX-449: Replacing 'docs/' part as well when using celix-md layout
Roy Lenferink [Sun, 30 Dec 2018 11:01:14 +0000 (12:01 +0100)]
CELIX-449: Adding alt attribute to img tag to retrieve valid HTML markup
Roy Lenferink [Sun, 30 Dec 2018 10:53:41 +0000 (11:53 +0100)]
CELIX-449: Improving mailing list table from HTML to Markdown
Roy Lenferink [Sun, 30 Dec 2018 10:52:44 +0000 (11:52 +0100)]
CELIX-449: Escaping '<' character to achieve valid HTML markup
Roy Lenferink [Sat, 29 Dec 2018 18:28:21 +0000 (19:28 +0100)]
CELIX-449: Changed order of pushing master/asf-site branches
Roy Lenferink [Sat, 29 Dec 2018 17:21:52 +0000 (18:21 +0100)]
CELIX-449: Improvements for 'Submitting Patches' page
Roy Lenferink [Sat, 29 Dec 2018 17:06:23 +0000 (18:06 +0100)]
CELIX-449: Updated image on homepage
Roy Lenferink [Sat, 29 Dec 2018 13:02:20 +0000 (14:02 +0100)]
CELIX-449: Improvements for publish.sh script
Roy Lenferink [Sat, 29 Dec 2018 12:57:58 +0000 (13:57 +0100)]
CELIX-449: Correcting line-endings for file
Roy Lenferink [Sat, 29 Dec 2018 12:51:12 +0000 (13:51 +0100)]
CELIX-449: Redesign of website using Jekyll as static website generator
The bootstrap theme is used