You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/07/13 10:30:54 UTC

[1/4] incubator-ponymail-site git commit: Install tweaks from having walked through the docs

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site 72ec34e25 -> 79f7db3c4


Install tweaks from having walked through the docs


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/4d39417b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/4d39417b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/4d39417b

Branch: refs/heads/asf-site
Commit: 4d39417bd51a2def14e3e51f6faa5bbfb88493af
Parents: 72ec34e
Author: gmcdonald <gm...@apache.org>
Authored: Wed Jul 13 12:31:25 2016 +1000
Committer: gmcdonald <gm...@apache.org>
Committed: Wed Jul 13 12:31:25 2016 +1000

----------------------------------------------------------------------
 content/docs/install.ubuntu.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/4d39417b/content/docs/install.ubuntu.html
----------------------------------------------------------------------
diff --git a/content/docs/install.ubuntu.html b/content/docs/install.ubuntu.html
index f5d4b07..b5f2103 100644
--- a/content/docs/install.ubuntu.html
+++ b/content/docs/install.ubuntu.html
@@ -54,7 +54,7 @@ sudo apt-get install apache2 git liblua5.2-dev lua-cjson lua-sec lua-socket pyth
 
 <p>Install the required Python 3 modules:
 <pre>
-sudo pip3 install elasticsearch formatflowed netaddr
+sudo pip3 install elasticsearch formatflowed netaddr chardet
 </pre></p>
 <p>Install ElasticSearch:</p>
 <pre>
@@ -67,14 +67,14 @@ sudo apt-get update && sudo apt-get install elasticsearch
 <p>Compile and install mod_lua if necessary (httpd &lt; 2.4.17 on Ubuntu):
 <pre>
 apt-get install apache2-dev
-svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/
-cd lua/
+svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/ /tmp/lua
+cd /tmp/lua/
 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>
 cd /var/www
-git clone https://github.com/apache/incubator-ponymail.git
+git clone https://github.com/apache/incubator-ponymail.git ponymail
 </pre></p>
 <p>Configure Elasticsearch to automatically start during bootup. For Ubuntu &lt;= 14.10:</p>
 <pre>


[2/4] incubator-ponymail-site git commit: typo, domain first, then listname

Posted by hu...@apache.org.
typo, domain first, then listname


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/00080198
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/00080198
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/00080198

Branch: refs/heads/asf-site
Commit: 00080198a619e9cfa7b79a6dddbb2a5af60f2761
Parents: 4d39417
Author: gmcdonald <gm...@apache.org>
Authored: Wed Jul 13 13:44:47 2016 +1000
Committer: gmcdonald <gm...@apache.org>
Committed: Wed Jul 13 13:44:47 2016 +1000

----------------------------------------------------------------------
 source/markdown/docs/IMPORTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/00080198/source/markdown/docs/IMPORTING.md
----------------------------------------------------------------------
diff --git a/source/markdown/docs/IMPORTING.md b/source/markdown/docs/IMPORTING.md
index 9e215f3..7afeb4c 100644
--- a/source/markdown/docs/IMPORTING.md
+++ b/source/markdown/docs/IMPORTING.md
@@ -24,7 +24,7 @@ For a quick update, which only imports the last 2 months of mail, append then `-
 
 You can also import just a single list by specifying that list ID:
 
-`python3 import-mbox.py --source https://your.tld/mod_mbox/ --mod-mbox --project listname-yourdomain`
+`python3 import-mbox.py --source https://your.tld/mod_mbox/ --mod-mbox --project yourdomain-listname`
 
 ### Importing an entire archive (multiple domains)
 To import an entire site, use the same command as above, but omit the `--project` flag


[3/4] incubator-ponymail-site git commit: Silly me, alter the md docs, not the content html

Posted by hu...@apache.org.
Silly me, alter the md docs, not the content html


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/1fe9d843
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/1fe9d843
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/1fe9d843

Branch: refs/heads/asf-site
Commit: 1fe9d8438954f6d4fb4ad96e20e36a32987882ec
Parents: 0008019
Author: gmcdonald <gm...@apache.org>
Authored: Wed Jul 13 14:13:00 2016 +1000
Committer: gmcdonald <gm...@apache.org>
Committed: Wed Jul 13 14:13:00 2016 +1000

----------------------------------------------------------------------
 content/docs/install.ubuntu.html       | 8 ++++----
 source/markdown/docs/INSTALL.ubuntu.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/1fe9d843/content/docs/install.ubuntu.html
----------------------------------------------------------------------
diff --git a/content/docs/install.ubuntu.html b/content/docs/install.ubuntu.html
index b5f2103..f5d4b07 100644
--- a/content/docs/install.ubuntu.html
+++ b/content/docs/install.ubuntu.html
@@ -54,7 +54,7 @@ sudo apt-get install apache2 git liblua5.2-dev lua-cjson lua-sec lua-socket pyth
 
 <p>Install the required Python 3 modules:
 <pre>
-sudo pip3 install elasticsearch formatflowed netaddr chardet
+sudo pip3 install elasticsearch formatflowed netaddr
 </pre></p>
 <p>Install ElasticSearch:</p>
 <pre>
@@ -67,14 +67,14 @@ sudo apt-get update && sudo apt-get install elasticsearch
 <p>Compile and install mod_lua if necessary (httpd &lt; 2.4.17 on Ubuntu):
 <pre>
 apt-get install apache2-dev
-svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/ /tmp/lua
-cd /tmp/lua/
+svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/
+cd lua/
 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>
 cd /var/www
-git clone https://github.com/apache/incubator-ponymail.git ponymail
+git clone https://github.com/apache/incubator-ponymail.git
 </pre></p>
 <p>Configure Elasticsearch to automatically start during bootup. For Ubuntu &lt;= 14.10:</p>
 <pre>

http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/1fe9d843/source/markdown/docs/INSTALL.ubuntu.md
----------------------------------------------------------------------
diff --git a/source/markdown/docs/INSTALL.ubuntu.md b/source/markdown/docs/INSTALL.ubuntu.md
index cda8aa7..f840395 100644
--- a/source/markdown/docs/INSTALL.ubuntu.md
+++ b/source/markdown/docs/INSTALL.ubuntu.md
@@ -17,7 +17,7 @@ sudo apt-get install apache2 git liblua5.2-dev lua-cjson lua-sec lua-socket pyth
 
 Install the required Python 3 modules:
 ~~~
-sudo pip3 install elasticsearch formatflowed netaddr
+sudo pip3 install elasticsearch formatflowed netaddr chardet
 ~~~
 
 Install ElasticSearch:
@@ -32,8 +32,8 @@ sudo apt-get update && sudo apt-get install elasticsearch
 Compile and install mod_lua if necessary (httpd < 2.4.17 on Ubuntu):
 ~~~
 apt-get install apache2-dev
-svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/
-cd lua/
+svn co https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/lua/ /tmp/lua
+cd /tmp/lua/
 apxs -I/usr/include/lua5.2 -cia mod_lua.c lua_*.c -lm -llua5.2
 ~~~
 
@@ -41,7 +41,7 @@ apxs -I/usr/include/lua5.2 -cia mod_lua.c lua_*.c -lm -llua5.2
 Check out a copy of Pony Mail:
 ~~~
 cd /var/www
-git clone https://github.com/apache/incubator-ponymail.git
+git clone https://github.com/apache/incubator-ponymail.git ponymail
 ~~~
 
 Configure Elasticsearch to automatically start during bootup. For Ubuntu <= 14.10:


[4/4] incubator-ponymail-site git commit: Merge branch 'gmcdonald-asf-site' into asf-site

Posted by hu...@apache.org.
Merge branch 'gmcdonald-asf-site' into asf-site


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/79f7db3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/79f7db3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/79f7db3c

Branch: refs/heads/asf-site
Commit: 79f7db3c4413e802f6cdc01d01740947187e0449
Parents: 72ec34e 1fe9d84
Author: Daniel Gruno <hu...@apache.org>
Authored: Wed Jul 13 12:30:30 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Wed Jul 13 12:30:30 2016 +0200

----------------------------------------------------------------------
 source/markdown/docs/IMPORTING.md      | 2 +-
 source/markdown/docs/INSTALL.ubuntu.md | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------