This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/james-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9eb8fc0 Downloads link should be more visible on the homepage
9eb8fc0 is described below
commit 9eb8fc0e4e4515d3c1916fb6503e4ec1fa534c1e
Author: Benoit Tellier <[email protected]>
AuthorDate: Fri Jul 30 08:15:43 2021 +0700
Downloads link should be more visible on the homepage
---
content/Dockerfile | 25 -------------------------
content/feed.xml | 4 ++--
content/index.html | 17 +++++++++++++++--
3 files changed, 17 insertions(+), 29 deletions(-)
diff --git a/content/Dockerfile b/content/Dockerfile
deleted file mode 100644
index 1422603..0000000
--- a/content/Dockerfile
+++ /dev/null
@@ -1,25 +0,0 @@
-FROM ruby:2.6.3
-
-RUN apt-get update \
- && apt-get install -y \
- nodejs \
- python-pygments \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/
-
-RUN gem install \
- github-pages \
- jekyll \
- jekyll-feed \
- jekyll-redirect-from \
- jekyll-seo-tag \
- kramdown \
- rdiscount \
- rouge
-
-# Copy the script
-COPY compile.sh /root/compile.sh
-
-# Define the entrypoint
-WORKDIR /james-project
-ENTRYPOINT ["/root/compile.sh"]
diff --git a/content/feed.xml b/content/feed.xml
index 0058f20..9054c09 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -24,8 +24,8 @@
</description>
<link>http://james.apache.org/</link>
<atom:link href="http://james.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Wed, 21 Jul 2021 13:59:09 +0700</pubDate>
- <lastBuildDate>Wed, 21 Jul 2021 13:59:09 +0700</lastBuildDate>
+ <pubDate>Fri, 30 Jul 2021 08:14:13 +0700</pubDate>
+ <lastBuildDate>Fri, 30 Jul 2021 08:14:13 +0700</lastBuildDate>
<generator>Jekyll v4.2.0</generator>
<item>
diff --git a/content/index.html b/content/index.html
index 402a00e..84e7945 100644
--- a/content/index.html
+++ b/content/index.html
@@ -79,9 +79,8 @@
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#posts">Last Posts</a></li>
<li><a href="#second">Community</a></li>
- <li><a href="#third">Contribute</a></li>
- <li><a href="#use-cases">Use-cases</a></li>
<li><a href="documentation.html"><span class="fa
fa-external-link"></span> Documentation</a></li>
+ <li><a href="download.cgi"><span class="fa fa-external-link"></span>
Downloads</a></li>
</ul>
</nav>
@@ -129,9 +128,23 @@
<section id="first" class="main">
<header class="major">
<h2>Get Started With James</h2>
+ <h3>Get Started With the official binaries </h3>
</header>
<section>
<ul class="james-ul no-padding">
+ <li class="post-template"><span
class="long-arrow-right">→</span><span><b>DOWNLOADS:</b><br>
+ The Apache James project wires together the different
libraries composing James to provide a running services,
+ ready to download on the Apache mirrors. See
+ <a href="download.cgi">our download page</a>.<br/><br/>
+ Follow <a href="install.html">our installation guide</a>.
+ </span></li>
+ </ul>
+ </section>
+ <section id="first_docker" class="main">
+ <header class="major">
+ <h3>Get Started With James And Docker</h3>
+ </header>
+ <ul class="james-ul no-padding">
<li class="post-template"><span
class="long-arrow-right">→</span><span><b>
WHAT WILL YOU TRY:</b><br>
<span>Here you will try James server v 3.6.0 thanks to an image.
This James image has a default configuration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]