This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 55ff5d84 add download page
55ff5d84 is described below

commit 55ff5d84c37f05b0c7252a52aafc3af5477b9ede
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 27 12:28:55 2023 +0100

    add download page
---
 content/{what-is-pekko.html => download.html} | 22 ++++++++++++----------
 content/how-to-contribute.html                |  5 +++--
 content/index.html                            |  2 ++
 content/modules.html                          |  5 +++--
 content/search/search_index.json              |  2 +-
 content/what-is-pekko.html                    |  1 +
 src/main/paradox/download.md                  |  9 +++++++++
 src/main/paradox/index.md                     |  1 +
 8 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/content/what-is-pekko.html b/content/download.html
similarity index 90%
copy from content/what-is-pekko.html
copy to content/download.html
index 3b34502d..704fc8c9 100644
--- a/content/what-is-pekko.html
+++ b/content/download.html
@@ -20,7 +20,7 @@
 
 <meta name="description" content="incubator-pekko-site">
 <link rel="shortcut icon" href="assets/images/pekko_favicon.png">
-<title>What is Pekko? · Apache Pekko</title>
+<title>Download · Apache Pekko</title>
 <link rel="stylesheet" href="assets/stylesheets/application.451f80e5.css">
 <link rel="stylesheet" 
href="assets/stylesheets/application-palette.22915126.css">
 <link rel="stylesheet" href="lib/material__tabs/dist/mdc.tabs.min.css">
@@ -55,7 +55,7 @@ data-md-color-accent="orange"
 Apache Pekko
 </span>
 <span class="md-header-nav__topic">
-What is Pekko?
+Download
 </span>
 </div>
 </div>
@@ -134,11 +134,12 @@ apache/incubator-pekko-site
 
 </div>
 <ul>
-  <li><a href="what-is-pekko.html#what-is-pekko-" class="active page">What is 
Pekko?</a></li>
+  <li><a href="what-is-pekko.html" class="page">What is Pekko?</a></li>
   <li><a href="modules.html" class="page">Apache Pekko Modules</a>
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html#download" class="active page">Download</a></li>
   <li><a href="how-to-contribute.html" class="page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
@@ -175,9 +176,10 @@ apache/incubator-pekko-site
 <div class="md-content">
 <article class="md-content__inner md-typeset">
 <div class="md-content__searchable">
-<h1><a href="#what-is-pekko-" name="what-is-pekko-" class="anchor"><span 
class="anchor-link"></span></a>What is Pekko?</h1>
-<p>Apache Pekko is an open-source framework for building applications that are 
concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to 
provide more intuitive high-level abstractions for concurrency. Using these 
abstractions, Pekko also provides libraries for persistence, streams, HTTP, and 
more.</p>
-<p>Pekko is a fork of <a href="https://github.com/akka/akka";>Akka</a> 2.6.x, 
prior to the Akka project&rsquo;s adoption of the Business Source License.</p>
+<h1><a href="#download" name="download" class="anchor"><span 
class="anchor-link"></span></a>Download</h1>
+<p>This page is a placeholder. When we release Pekko 1.0.0, this page will 
include links for downloading the official Source Release. It will also provide 
instructions on how to verify the downloaded files.</p>
+<p>We will also publish jars to Maven Central and we expect that most users 
will use those for convenience.</p>
+<p>We already publish snapshot jars to <a 
href="https://repository.apache.org/content/groups/snapshots/org/apache/pekko/";>https://repository.apache.org/content/groups/snapshots/org/apache/pekko/</a>.
 </p>
 </div>
 <div class="print-only">
 <span class="md-source-file md-version">
@@ -191,7 +193,7 @@ apache/incubator-pekko-site
 <footer class="md-footer">
 <div class="md-footer-nav">
 <nav class="md-footer-nav__inner md-grid">
-<a href="index.html" title="Apache Pekko" class="md-flex md-footer-nav__link 
md-footer-nav__link--prev" rel="prev">
+<a href="modules.html" title="Apache Pekko Modules" class="md-flex 
md-footer-nav__link md-footer-nav__link--prev" rel="prev">
 <div class="md-flex__cell md-flex__cell--shrink">
 <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
 </div>
@@ -200,17 +202,17 @@ apache/incubator-pekko-site
 <span class="md-footer-nav__direction">
 Previous
 </span>
-Apache Pekko
+Apache Pekko Modules
 </span>
 </div>
 </a>
-<a href="modules.html" title="Apache Pekko Modules" class="md-flex 
md-footer-nav__link md-footer-nav__link--next" rel="next">
+<a href="how-to-contribute.html" title="How to Contribute" class="md-flex 
md-footer-nav__link md-footer-nav__link--next" rel="next">
 <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
 <span class="md-flex__ellipsis">
 <span class="md-footer-nav__direction">
 Next
 </span>
-Apache Pekko Modules
+How to Contribute
 </span>
 </div>
 <div class="md-flex__cell md-flex__cell--shrink">
diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html
index f1caa9c5..08370279 100644
--- a/content/how-to-contribute.html
+++ b/content/how-to-contribute.html
@@ -139,6 +139,7 @@ apache/incubator-pekko-site
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html" class="page">Download</a></li>
   <li><a href="how-to-contribute.html#how-to-contribute" class="active 
page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
@@ -224,7 +225,7 @@ apache/incubator-pekko-site
 <footer class="md-footer">
 <div class="md-footer-nav">
 <nav class="md-footer-nav__inner md-grid">
-<a href="modules.html" title="Apache Pekko Modules" class="md-flex 
md-footer-nav__link md-footer-nav__link--prev" rel="prev">
+<a href="download.html" title="Download" class="md-flex md-footer-nav__link 
md-footer-nav__link--prev" rel="prev">
 <div class="md-flex__cell md-flex__cell--shrink">
 <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
 </div>
@@ -233,7 +234,7 @@ apache/incubator-pekko-site
 <span class="md-footer-nav__direction">
 Previous
 </span>
-Apache Pekko Modules
+Download
 </span>
 </div>
 </a>
diff --git a/content/index.html b/content/index.html
index 4c54b930..423e59eb 100644
--- a/content/index.html
+++ b/content/index.html
@@ -134,6 +134,7 @@ apache/incubator-pekko-site
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html" class="page">Download</a></li>
   <li><a href="how-to-contribute.html" class="page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
@@ -178,6 +179,7 @@ apache/incubator-pekko-site
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html" class="page">Download</a></li>
   <li><a href="how-to-contribute.html" class="page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
diff --git a/content/modules.html b/content/modules.html
index f82849f3..bc9e4390 100644
--- a/content/modules.html
+++ b/content/modules.html
@@ -139,6 +139,7 @@ apache/incubator-pekko-site
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html" class="page">Download</a></li>
   <li><a href="how-to-contribute.html" class="page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
@@ -268,13 +269,13 @@ What is Pekko?
 </span>
 </div>
 </a>
-<a href="how-to-contribute.html" title="How to Contribute" class="md-flex 
md-footer-nav__link md-footer-nav__link--next" rel="next">
+<a href="download.html" title="Download" class="md-flex md-footer-nav__link 
md-footer-nav__link--next" rel="next">
 <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
 <span class="md-flex__ellipsis">
 <span class="md-footer-nav__direction">
 Next
 </span>
-How to Contribute
+Download
 </span>
 </div>
 <div class="md-flex__cell md-flex__cell--shrink">
diff --git a/content/search/search_index.json b/content/search/search_index.json
index 4000435b..1d2f9d60 100644
--- a/content/search/search_index.json
+++ b/content/search/search_index.json
@@ -1 +1 @@
-{"docs":[{"location":"/paradox.json","text":"","title":""},{"location":"/index.html","text":"","title":"Apache
 Pekko"},{"location":"/index.html#apache-pekko","text":"What is Pekko? Apache 
Pekko Modules Repositories How to Contribute The Apache Pekko Community Code of 
Conduct","title":"Apache 
Pekko"},{"location":"/what-is-pekko.html","text":"","title":"What is 
Pekko?"},{"location":"/what-is-pekko.html#what-is-pekko-","text":"Apache Pekko 
is an open-source framework for building applicatio [...]
\ No newline at end of file
+{"docs":[{"location":"/paradox.json","text":"","title":""},{"location":"/index.html","text":"","title":"Apache
 Pekko"},{"location":"/index.html#apache-pekko","text":"What is Pekko? Apache 
Pekko Modules Repositories Download How to Contribute The Apache Pekko 
Community Code of Conduct","title":"Apache 
Pekko"},{"location":"/what-is-pekko.html","text":"","title":"What is 
Pekko?"},{"location":"/what-is-pekko.html#what-is-pekko-","text":"Apache Pekko 
is an open-source framework for building a [...]
\ No newline at end of file
diff --git a/content/what-is-pekko.html b/content/what-is-pekko.html
index 3b34502d..c520aafb 100644
--- a/content/what-is-pekko.html
+++ b/content/what-is-pekko.html
@@ -139,6 +139,7 @@ apache/incubator-pekko-site
   <ul>
     <li><a href="modules.html#repositories" 
class="header">Repositories</a></li>
   </ul></li>
+  <li><a href="download.html" class="page">Download</a></li>
   <li><a href="how-to-contribute.html" class="page">How to Contribute</a>
   <ul>
     <li><a href="how-to-contribute.html#the-apache-pekko-community" 
class="header">The Apache Pekko Community</a></li>
diff --git a/src/main/paradox/download.md b/src/main/paradox/download.md
new file mode 100644
index 00000000..aea4ef75
--- /dev/null
+++ b/src/main/paradox/download.md
@@ -0,0 +1,9 @@
+# Download
+
+This page is a placeholder. When we release Pekko 1.0.0, this page will 
include links for downloading
+the official Source Release. It will also provide instructions on how to 
verify the downloaded files.
+
+We will also publish jars to Maven Central and we expect that most users will 
use those for convenience.
+
+We already publish snapshot jars to 
https://repository.apache.org/content/groups/snapshots/org/apache/pekko/. 
+
diff --git a/src/main/paradox/index.md b/src/main/paradox/index.md
index 6c8f4174..d2ddbaab 100644
--- a/src/main/paradox/index.md
+++ b/src/main/paradox/index.md
@@ -6,6 +6,7 @@
 
  * [what is pekko](what-is-pekko.md)
  * [modules](modules.md)
+ * [download](download.md)
  * [how to contribute](how-to-contribute.md)
 
 @@@


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to