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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2d0a52f  Current version is Ponymail Foal
2d0a52f is described below

commit 2d0a52fbb74c41b1fb9a150d4e4c2b95d9f8564f
Author: Sebb <s...@apache.org>
AuthorDate: Tue Apr 30 17:16:18 2024 +0100

    Current version is Ponymail Foal
    
    This fixes https://github.com/apache/incubator-ponymail-foal/issues/256
---
 content/contribute.html              | 8 ++++----
 content/docs/contributing.html       | 2 +-
 content/docs/install.centos.html     | 2 +-
 content/docs/install.debian.html     | 2 +-
 content/docs/install.fedora.html     | 2 +-
 content/docs/install.ubuntu.html     | 2 +-
 content/docs/installing.html         | 4 ++--
 content/source.html                  | 2 +-
 content/support.html                 | 2 +-
 source/markdown/contribute.md        | 8 ++++----
 source/markdown/docs/CONTRIBUTING.md | 2 +-
 source/markdown/source.md            | 2 +-
 source/markdown/support.md           | 2 +-
 13 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/content/contribute.html b/content/contribute.html
index ee32491..b91558b 100644
--- a/content/contribute.html
+++ b/content/contribute.html
@@ -39,8 +39,8 @@
 Any form of contribution is most welcome, whether it be programming,
 documentation, evangelism, marketing, or helping out other users.</p>
 <h2 id='sourcecodeandissuetracker'>Source code and issue tracker<a 
href='#sourcecodeandissuetracker' style='color: rgba(0,0,0,0);'>&para;</a></h2>
-<p>Our source repository is at: <a 
href="https://github.com/apache/incubator-ponymail";>https://github.com/apache/incubator-ponymail</a></p>
-<p>We currently use GitHub Issues for tracking bugs and improvements: <a 
href="https://github.com/apache/incubator-ponymail/issues";>https://github.com/apache/incubator-ponymail/issues</a></p>
+<p>Our source repository is at: <a 
href="https://github.com/apache/incubator-ponymail-foal";>https://github.com/apache/incubator-ponymail-foal</a></p>
+<p>We currently use GitHub Issues for tracking bugs and improvements: <a 
href="https://github.com/apache/incubator-ponymail-foal/issues";>https://github.com/apache/incubator-ponymail-foal/issues</a></p>
 <h2 id='contributingguideline'>Contributing guideline<a 
href='#contributingguideline' style='color: rgba(0,0,0,0);'>&para;</a></h2>
 <p>To contribute to Pony Mail, follow these steps:</p>
 <ul>
@@ -51,7 +51,7 @@ documentation, evangelism, marketing, or helping out other 
users.</p>
 </ul>
 </li>
 <li>Find something to fix or help out with.</li>
-<li>Let us know what you want to do by opening an <a 
href="https://github.com/apache/incubator-ponymail/issues";>issue</a> or a pull 
request.</li>
+<li>Let us know what you want to do by opening an <a 
href="https://github.com/apache/incubator-ponymail-foal/issues";>issue</a> or a 
pull request.</li>
 <li>Join us on #ponymail on the Freenode IRC network.</li>
 </ul>
 <h2 id='gitworkflow'>Git Workflow<a href='#gitworkflow' style='color: 
rgba(0,0,0,0);'>&para;</a></h2>
@@ -62,7 +62,7 @@ repository configured as a remote. In this case we will add 
it as a
 remote called "ponymail":
 <pre>
 cd ponymail
-git remote add ponymail https://github.com/apache/incubator-ponymail.git
+git remote add ponymail https://github.com/apache/incubator-ponymail-foal.git
 </pre></p>
 <h4 id='createthefeaturebranch'>Create the feature branch<a 
href='#createthefeaturebranch' style='color: rgba(0,0,0,0);'>&para;</a></h4>
 <p>When beginning working on the feature, take a branch from the latest master 
version:
diff --git a/content/docs/contributing.html b/content/docs/contributing.html
index 22eea97..5a9b42d 100644
--- a/content/docs/contributing.html
+++ b/content/docs/contributing.html
@@ -43,7 +43,7 @@ are always on the lookout for user experiences. If you have 
used
 Pony Mail and have feedback or ideas you wish to share, please let
 us know either through an issue/PR here or on the mailing list.</p>
 <h2 id='code'>Code<a href='#code' style='color: rgba(0,0,0,0);'>&para;</a></h2>
-<p>The Pony Mail code is on GitHub at 
https://github.com/apache/incubator-ponymail
+<p>The Pony Mail code is on GitHub at 
https://github.com/apache/incubator-ponymail-foal
 and pull requests are welcome.</p>
 <h2 id='mailinglists'>Mailing lists<a href='#mailinglists' style='color: 
rgba(0,0,0,0);'>&para;</a></h2>
 <p>Developers list:
diff --git a/content/docs/install.centos.html b/content/docs/install.centos.html
index 475d0df..a6a2b39 100644
--- a/content/docs/install.centos.html
+++ b/content/docs/install.centos.html
@@ -120,7 +120,7 @@ sudo /etc/init.d/elasticsearch start
 <p>Check out a copy of Pony Mail:
 <pre>
 cd /var/www
-git clone https://github.com/apache/incubator-ponymail.git
+git clone https://github.com/apache/incubator-ponymail-foal.git
 </pre></p>
 <p>Set up Pony Mail:
 <pre>
diff --git a/content/docs/install.debian.html b/content/docs/install.debian.html
index 0b99dbd..57f0a66 100644
--- a/content/docs/install.debian.html
+++ b/content/docs/install.debian.html
@@ -64,7 +64,7 @@ sudo apt-get update && sudo apt-get install elasticsearch
 <p>Check out a copy of Pony Mail:
 <pre>
 cd /var/www
-sudo git clone https://github.com/apache/incubator-ponymail.git
+sudo git clone https://github.com/apache/incubator-ponymail-foal.git
 </pre></p>
 <p>Start up ElasticSearch:</p>
 <pre>
diff --git a/content/docs/install.fedora.html b/content/docs/install.fedora.html
index 394f7cf..252df8d 100644
--- a/content/docs/install.fedora.html
+++ b/content/docs/install.fedora.html
@@ -89,7 +89,7 @@ sudo /etc/init.d/elasticsearch start
 <p>Check out a copy of Pony Mail:
 <pre>
 cd /var/www
-sudo git clone https://github.com/apache/incubator-ponymail.git
+sudo git clone https://github.com/apache/incubator-ponymail-foal.git
 </pre></p>
 <p>Set up Pony Mail:
 <pre>
diff --git a/content/docs/install.ubuntu.html b/content/docs/install.ubuntu.html
index 48fbcd2..ae6446b 100644
--- a/content/docs/install.ubuntu.html
+++ b/content/docs/install.ubuntu.html
@@ -70,7 +70,7 @@ sudo apxs -I/usr/include/lua5.2 -cia mod_lua.c lua_*.c -lm 
-llua5.2
 </pre></p>
 <p>Check out a copy of Pony Mail:
 <pre>
-sudo git clone https://github.com/apache/incubator-ponymail.git 
/var/www/ponymail
+sudo git clone https://github.com/apache/incubator-ponymail-foal.git 
/var/www/ponymail
 </pre></p>
 <p>Configure Elasticsearch to automatically start during bootup. For Ubuntu 
&lt;= 14.10:
 <pre>
diff --git a/content/docs/installing.html b/content/docs/installing.html
index 4e63cb7..90923e1 100644
--- a/content/docs/installing.html
+++ b/content/docs/installing.html
@@ -56,7 +56,7 @@ for detailed package installation instructions:</p>
 </ul>
 <h2 id='downloadandinstall'>Download and Install<a href='#downloadandinstall' 
style='color: rgba(0,0,0,0);'>&para;</a></h2>
 <ul>
-<li>Download the git repo: <code>git clone 
https://github.com/apache/incubator-ponymail.git</code></li>
+<li>Download the git repo: <code>git clone 
https://github.com/apache/incubator-ponymail-foal.git</code></li>
 <li>Start ElasticSearch on the machine it needs to run on.</li>
 <li>Run setup.py in the <code>tools</code> dir:
 <code>$cd tools
@@ -64,7 +64,7 @@ for detailed package installation instructions:</p>
       ...[follow instructions in the setup script]</code></li>
 <li>Edit <code>site/js/config.js</code> to suit your needs (usually very 
little editing is needed)</li>
 <li>Set up the appropriate authorisation for private lists. For examples, see:
-  https://github.com/apache/incubator-ponymail/tree/master/aaa_examples</li>
+  
https://github.com/apache/incubator-ponymail-foal/tree/master/aaa_examples</li>
 </ul>
 <h3 id='usingauthforelasticsearch'>Using auth for ElasticSearch<a 
href='#usingauthforelasticsearch' style='color: rgba(0,0,0,0);'>&para;</a></h3>
 <p>If your ElasticSearch instance requires authentication for the 
importer/archiver, please
diff --git a/content/source.html b/content/source.html
index 98151d5..79e5d31 100644
--- a/content/source.html
+++ b/content/source.html
@@ -36,7 +36,7 @@
 </div>
 <h1 id='sourcecode'>Source code<a href='#sourcecode' style='color: 
rgba(0,0,0,0);'>&para;</a></h1>
 <p>You can check out our source repository at:
-<a 
href="https://github.com/apache/incubator-ponymail";>https://github.com/apache/incubator-ponymail</a></p>
+<a 
href="https://github.com/apache/incubator-ponymail-foal";>https://github.com/apache/incubator-ponymail-foal</a></p>
 <p>Our web site is generated from the asf-site branch in following repository: 
 <a 
href="https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git";>https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git</a></p>
 <p>e.g. <code>git clone -b asf-site 
https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git 
ponymail-site</code></p>
diff --git a/content/support.html b/content/support.html
index ee07d5d..4cb57dc 100644
--- a/content/support.html
+++ b/content/support.html
@@ -70,7 +70,7 @@
 </table>
 
 <h2 id='issuetracker'>Issue tracker<a href='#issuetracker' style='color: 
rgba(0,0,0,0);'>&para;</a></h2>
-<p>We currently use GitHub Issues for tracking bugs and improvements: <a 
href="https://github.com/apache/incubator-ponymail/issues";>https://github.com/apache/incubator-ponymail/issues</a></p>
+<p>We currently use GitHub Issues for tracking bugs and improvements: <a 
href="https://github.com/apache/incubator-ponymail-foal/issues";>https://github.com/apache/incubator-ponymail-foal/issues</a></p>
 <h2 id='irc'>IRC<a href='#irc' style='color: rgba(0,0,0,0);'>&para;</a></h2>
 <p>We are also on IRC, if you fancy a quick chat. You can find us in #PonyMail 
on irc.libera.chat.</p>
 <h2 id='securityissues'>Security issues<a href='#securityissues' style='color: 
rgba(0,0,0,0);'>&para;</a></h2>
diff --git a/source/markdown/contribute.md b/source/markdown/contribute.md
index 8440849..97a5b2b 100644
--- a/source/markdown/contribute.md
+++ b/source/markdown/contribute.md
@@ -6,9 +6,9 @@ documentation, evangelism, marketing, or helping out other 
users.
 
 ## Source code and issue tracker ##
 
-Our source repository is at: 
[https://github.com/apache/incubator-ponymail](https://github.com/apache/incubator-ponymail)
+Our source repository is at: 
[https://github.com/apache/incubator-ponymail-foal](https://github.com/apache/incubator-ponymail-foal)
 
-We currently use GitHub Issues for tracking bugs and improvements: 
[https://github.com/apache/incubator-ponymail/issues](https://github.com/apache/incubator-ponymail/issues)
+We currently use GitHub Issues for tracking bugs and improvements: 
[https://github.com/apache/incubator-ponymail-foal/issues](https://github.com/apache/incubator-ponymail-foal/issues)
 
 ## Contributing guideline ##
 
@@ -19,7 +19,7 @@ To contribute to Pony Mail, follow these steps:
     * Either send an email to dev-subscr...@ponymail.incubator.apache.org OR
     * Visit 
[https://lists.apache.org/list.html?d...@ponymail.apache.org](https://lists.apache.org/list.html?d...@ponymail.apache.org)
 (You can use Google+ or ASF OAuth)
 * Find something to fix or help out with.
-* Let us know what you want to do by opening an 
[issue](https://github.com/apache/incubator-ponymail/issues) or a pull request.
+* Let us know what you want to do by opening an 
[issue](https://github.com/apache/incubator-ponymail-foal/issues) or a pull 
request.
 * Join us on #ponymail on the Freenode IRC network.
 
 
@@ -33,7 +33,7 @@ repository configured as a remote. In this case we will add 
it as a
 remote called "ponymail":
 ~~~
 cd ponymail
-git remote add ponymail https://github.com/apache/incubator-ponymail.git
+git remote add ponymail https://github.com/apache/incubator-ponymail-foal.git
 ~~~
 
 #### Create the feature branch
diff --git a/source/markdown/docs/CONTRIBUTING.md 
b/source/markdown/docs/CONTRIBUTING.md
index 9d25f45..1e36f89 100644
--- a/source/markdown/docs/CONTRIBUTING.md
+++ b/source/markdown/docs/CONTRIBUTING.md
@@ -11,7 +11,7 @@ us know either through an issue/PR here or on the mailing 
list.
 
 ## Code ##
 
-The Pony Mail code is on GitHub at https://github.com/apache/incubator-ponymail
+The Pony Mail code is on GitHub at 
https://github.com/apache/incubator-ponymail-foal
 and pull requests are welcome.
 
 ## Mailing lists ##
diff --git a/source/markdown/source.md b/source/markdown/source.md
index d3d1e21..ea2a42b 100644
--- a/source/markdown/source.md
+++ b/source/markdown/source.md
@@ -1,7 +1,7 @@
 # Source code
 
 You can check out our source repository at:
-[https://github.com/apache/incubator-ponymail](https://github.com/apache/incubator-ponymail)
+[https://github.com/apache/incubator-ponymail-foal](https://github.com/apache/incubator-ponymail-foal)
 
 
 Our web site is generated from the asf-site branch in following repository: 
diff --git a/source/markdown/support.md b/source/markdown/support.md
index 1c4f004..c5ac372 100644
--- a/source/markdown/support.md
+++ b/source/markdown/support.md
@@ -37,7 +37,7 @@ Our primary communication interface is - you guessed it - 
mailing lists!<br/>
 </table>
 
 ## Issue tracker ##
-We currently use GitHub Issues for tracking bugs and improvements: 
[https://github.com/apache/incubator-ponymail/issues](https://github.com/apache/incubator-ponymail/issues)
+We currently use GitHub Issues for tracking bugs and improvements: 
[https://github.com/apache/incubator-ponymail-foal/issues](https://github.com/apache/incubator-ponymail-foal/issues)
 
 ## IRC ##
 We are also on IRC, if you fancy a quick chat. You can find us in #PonyMail on 
irc.libera.chat.

Reply via email to