You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/09/25 12:13:39 UTC

[incubator-ponymail-foal] branch master updated: Made Readme bullet points cleaner

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de08279  Made Readme bullet points cleaner
     new 6e26715  Merge pull request #89 from homewardgamer/master
de08279 is described below

commit de08279c0b967e22214d8e6155d2eed649fe50b1
Author: Aditya Verma <73...@users.noreply.github.com>
AuthorDate: Sat Sep 25 16:38:18 2021 +0530

    Made Readme bullet points cleaner
    
    Made the nested bullet points in a single form so that double points are not visible
---
 README.md | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 4864537..aca21fb 100644
--- a/README.md
+++ b/README.md
@@ -16,25 +16,25 @@ a pure python version of Apache Pony Mail with support for ElasticSearch
 ## New features in Foal:
 Among other things, Foal sports the following new features:
 
-- Improved archiver and import tools
-- New, sleeker UI for the end user
-- Migration tools for moving to Foal
-- 100% python backend, no Lua required
-- In-place editing of emails via web UI
+* Improved archiver and import tools
+* New, sleeker UI for the end user
+* Migration tools for moving to Foal
+* 100% python backend, no Lua required
+* In-place editing of emails via web UI
 
 ## Installation Guide
 Please see the [installation documentation](INSTALL.md) for setup instructions.
 
 ### Current setup requirements:
 
-- An operating system, such as:
-- - Linux
-- - FreeBSD
-- - Windows
-- - Mac OS
-- Python 3.7.3 or higher with dependencies from `requirements.txt` in tools/ and server/ as needed.
-- Web server with proxy capabilities for the UI.
-- ElasticSearch 7.x or higher.
+* An operating system, such as:
+  * Linux
+  * FreeBSD
+  * Windows
+  * Mac OS
+* Python 3.7.3 or higher with dependencies from `requirements.txt` in tools/ and server/ as needed.
+* Web server with proxy capabilities for the UI.
+* ElasticSearch 7.x or higher.
 
 
 ### Migration disclaimer: