From db0bfb16bd42299eaaec187b1d4f1aa0b3706cb0 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 29 Oct 2024 20:28:31 +0000 Subject: [PATCH 01/10] About Section --- docs/about/how_can_i_try_mautic.rst | 0 docs/about/how_is_mautic_used.rst | 16 ++++++++++++++++ docs/index.rst | 1 + 3 files changed, 17 insertions(+) create mode 100644 docs/about/how_can_i_try_mautic.rst create mode 100644 docs/about/how_is_mautic_used.rst diff --git a/docs/about/how_can_i_try_mautic.rst b/docs/about/how_can_i_try_mautic.rst new file mode 100644 index 00000000..e69de29b diff --git a/docs/about/how_is_mautic_used.rst b/docs/about/how_is_mautic_used.rst new file mode 100644 index 00000000..6af9a9de --- /dev/null +++ b/docs/about/how_is_mautic_used.rst @@ -0,0 +1,16 @@ +How is Mautic Used? +############## + +Mautic is a powerful and flexible Marketing Automation platform that supports a wide range of marketing and communication activities. Its versatility allows organizations to customize Mautic for various use cases: + +* **Omni-channel Marketing Automation** Mautic enables seamless marketing across multiple channels, ensuring consistent engagement across email, social media, and more. + +* **Email Marketing Campaigns** Create, manage, and track dynamic email campaigns, including segmentation and personalized messaging. + +* **Activity Tracking**: Mautic allows tracking of user activities across web resources, providing valuable insights for targeted marketing. + +* **Mass Communication Management** Mautic can coordinate large-scale, multi-channel communications, ideal for governments, public services, and other organizations. + +* **Landing Page Creation** Design custom landing pages optimized for specific campaigns, promotions, or targeted messages. + +* **Lead Nurturing** Build and automate lead nurturing workflows to guide prospects through the sales funnel, ensuring personalized engagement. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index afcf98f8..34089bf5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,6 +22,7 @@ The vision is that it grows over time as the teams and governance structure evol :hidden: about/what_is_mautic + about/how_is_mautic_used .. toctree:: :maxdepth: 2 From f4193a055b606460aaad116f1c90c1635ba666f5 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 29 Oct 2024 21:13:35 +0000 Subject: [PATCH 02/10] Worked on how to try mautic conversion --- docs/about/how_can_i_try_mautic.rst | 8 ++++++++ docs/index.rst | 1 + docs/links/mautic_documentation.py | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 docs/links/mautic_documentation.py diff --git a/docs/about/how_can_i_try_mautic.rst b/docs/about/how_can_i_try_mautic.rst index e69de29b..f16f2205 100644 --- a/docs/about/how_can_i_try_mautic.rst +++ b/docs/about/how_can_i_try_mautic.rst @@ -0,0 +1,8 @@ +How can I try Mautic? +################# + +Mautic is available to download for free [:xref:`Download Mautic`], allowing you to explore its full capabilities without restrictions when you host it yourself. + +For optimal performance, we recommend hosting Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. + +For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 34089bf5..4b1143fd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,7 @@ The vision is that it grows over time as the teams and governance structure evol about/what_is_mautic about/how_is_mautic_used + about/how_can_i_try_mautic .. toctree:: :maxdepth: 2 diff --git a/docs/links/mautic_documentation.py b/docs/links/mautic_documentation.py new file mode 100644 index 00000000..4cc3d35c --- /dev/null +++ b/docs/links/mautic_documentation.py @@ -0,0 +1,7 @@ +from . import link + +link_name = "Mautic Documentation" +link_text = "Mautic Documentation" +link_url = "https://docs.mautic.org" + +link.xref_links.update({link_name: (link_text, link_url)}) \ No newline at end of file From 9814450606fe6e1a2be512ef03fa1b1d46b01e23 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 29 Oct 2024 21:22:48 +0000 Subject: [PATCH 03/10] about overview --- docs/about/about.rst | 6 ++++++ docs/index.rst | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/about/about.rst diff --git a/docs/about/about.rst b/docs/about/about.rst new file mode 100644 index 00000000..b6c27888 --- /dev/null +++ b/docs/about/about.rst @@ -0,0 +1,6 @@ +About Mautic +============ + +If you've discovered our handbook, you're likely interested in learning more about the Mautic community. But what exactly is Mautic? + +This section has some basic information in case you haven't come across Mautic, or our community, before. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 4b1143fd..bc505281 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,7 @@ The vision is that it grows over time as the teams and governance structure evol :caption: About Mautic :hidden: + about/about about/what_is_mautic about/how_is_mautic_used about/how_can_i_try_mautic From d14a919c6611e26016992593e1e20f7a799143d5 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Thu, 31 Oct 2024 17:21:27 +0100 Subject: [PATCH 04/10] Update the heading in how_can_i_try_mautic.rst --- docs/about/how_can_i_try_mautic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/how_can_i_try_mautic.rst b/docs/about/how_can_i_try_mautic.rst index f16f2205..268e04ff 100644 --- a/docs/about/how_can_i_try_mautic.rst +++ b/docs/about/how_can_i_try_mautic.rst @@ -1,8 +1,8 @@ How can I try Mautic? -################# +##################### Mautic is available to download for free [:xref:`Download Mautic`], allowing you to explore its full capabilities without restrictions when you host it yourself. For optimal performance, we recommend hosting Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. -For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. \ No newline at end of file +For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. From eb29eba4f1040aba7bc00a974760a2ef2f17eb23 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Thu, 31 Oct 2024 17:22:18 +0100 Subject: [PATCH 05/10] Update the heading for how_is_mautic_used.rst --- docs/about/how_is_mautic_used.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/how_is_mautic_used.rst b/docs/about/how_is_mautic_used.rst index 6af9a9de..a44bae8d 100644 --- a/docs/about/how_is_mautic_used.rst +++ b/docs/about/how_is_mautic_used.rst @@ -1,5 +1,5 @@ How is Mautic Used? -############## +################### Mautic is a powerful and flexible Marketing Automation platform that supports a wide range of marketing and communication activities. Its versatility allows organizations to customize Mautic for various use cases: @@ -13,4 +13,4 @@ Mautic is a powerful and flexible Marketing Automation platform that supports a * **Landing Page Creation** Design custom landing pages optimized for specific campaigns, promotions, or targeted messages. -* **Lead Nurturing** Build and automate lead nurturing workflows to guide prospects through the sales funnel, ensuring personalized engagement. \ No newline at end of file +* **Lead Nurturing** Build and automate lead nurturing workflows to guide prospects through the sales funnel, ensuring personalized engagement. From e4cfa1d02da73384734550504228292e1d766271 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Mon, 4 Nov 2024 16:14:48 +0100 Subject: [PATCH 06/10] Update heading in about overview --- docs/about/about.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/about.rst b/docs/about/about.rst index b6c27888..27adc51a 100644 --- a/docs/about/about.rst +++ b/docs/about/about.rst @@ -1,6 +1,6 @@ About Mautic -============ +############ If you've discovered our handbook, you're likely interested in learning more about the Mautic community. But what exactly is Mautic? -This section has some basic information in case you haven't come across Mautic, or our community, before. \ No newline at end of file +This section has some basic information in case you haven't come across Mautic, or our community, before. From f9f8ff32fdfa271df4aeff1d59d95f89a0d6aaeb Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Mon, 11 Nov 2024 11:14:43 +0100 Subject: [PATCH 07/10] Apply suggestions from code review Co-authored-by: Ruth Cheesley --- docs/about/about.rst | 4 ++-- docs/about/how_can_i_try_mautic.rst | 8 ++++---- docs/about/how_is_mautic_used.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/about/about.rst b/docs/about/about.rst index 27adc51a..9249dfc8 100644 --- a/docs/about/about.rst +++ b/docs/about/about.rst @@ -1,6 +1,6 @@ About Mautic ############ -If you've discovered our handbook, you're likely interested in learning more about the Mautic community. But what exactly is Mautic? +If you've discovered this handbook, you're likely interested in learning more about the Mautic community. But what exactly is Mautic? -This section has some basic information in case you haven't come across Mautic, or our community, before. +This section has some basic information in case you haven't come across Mautic, or the Mautic community, before. diff --git a/docs/about/how_can_i_try_mautic.rst b/docs/about/how_can_i_try_mautic.rst index 268e04ff..fff7ae8a 100644 --- a/docs/about/how_can_i_try_mautic.rst +++ b/docs/about/how_can_i_try_mautic.rst @@ -1,8 +1,8 @@ -How can I try Mautic? -##################### +How to try Mautic? +################## -Mautic is available to download for free [:xref:`Download Mautic`], allowing you to explore its full capabilities without restrictions when you host it yourself. +Mautic is available to download for free, just head over to the website where you can :xref:`Download Mautic`, allowing you to explore its full capabilities without restrictions when you host it yourself. -For optimal performance, we recommend hosting Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. +For optimal performance, it's recommended to host Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. diff --git a/docs/about/how_is_mautic_used.rst b/docs/about/how_is_mautic_used.rst index a44bae8d..7b8727c8 100644 --- a/docs/about/how_is_mautic_used.rst +++ b/docs/about/how_is_mautic_used.rst @@ -1,4 +1,4 @@ -How is Mautic Used? +How is Mautic used? ################### Mautic is a powerful and flexible Marketing Automation platform that supports a wide range of marketing and communication activities. Its versatility allows organizations to customize Mautic for various use cases: @@ -7,7 +7,7 @@ Mautic is a powerful and flexible Marketing Automation platform that supports a * **Email Marketing Campaigns** Create, manage, and track dynamic email campaigns, including segmentation and personalized messaging. -* **Activity Tracking**: Mautic allows tracking of user activities across web resources, providing valuable insights for targeted marketing. +* **Activity Tracking** Mautic allows tracking of user activities across web resources, providing valuable insights for targeted marketing. * **Mass Communication Management** Mautic can coordinate large-scale, multi-channel communications, ideal for governments, public services, and other organizations. From fcad2dfcd2052d42019094d274ff3964a91be5d8 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 19 Nov 2024 20:57:25 +0100 Subject: [PATCH 08/10] Nesting all into 1 about page --- docs/about/about.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/about/about.rst b/docs/about/about.rst index 9249dfc8..44158d4f 100644 --- a/docs/about/about.rst +++ b/docs/about/about.rst @@ -4,3 +4,24 @@ About Mautic If you've discovered this handbook, you're likely interested in learning more about the Mautic community. But what exactly is Mautic? This section has some basic information in case you haven't come across Mautic, or the Mautic community, before. + +How to try Mautic? +****************** + +Mautic is available to download for free, just head over to the website where you can :xref:`Download Mautic`, allowing you to explore its full capabilities without restrictions when you host it yourself. + +For optimal performance, it's recommended to host Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. + +For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. + +How is Mautic used? +******************* + +Mautic is a powerful and flexible Marketing Automation platform that supports a wide range of marketing and communication activities. Its versatility allows organizations to customize Mautic for various use cases: + +* **Omni-channel Marketing Automation** Mautic enables seamless marketing across multiple channels, ensuring consistent engagement across email, social media, and more. +* **Email Marketing Campaigns** Create, manage, and track dynamic email campaigns, including segmentation and personalized messaging. +* **Activity Tracking** Mautic allows tracking of user activities across web resources, providing valuable insights for targeted marketing. +* **Mass Communication Management** Mautic can coordinate large-scale, multi-channel communications, ideal for governments, public services, and other organizations. +* **Landing Page Creation** Design custom landing pages optimized for specific campaigns, promotions, or targeted messages. +* **Lead Nurturing** Build and automate lead nurturing workflows to guide prospects through the sales funnel, ensuring personalized engagement. From a4c4587b0e843e368fcfc287e7e1ec4f0c8099d1 Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 19 Nov 2024 20:59:45 +0100 Subject: [PATCH 09/10] Delete docs/about/how_can_i_try_mautic.rst --- docs/about/how_can_i_try_mautic.rst | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/about/how_can_i_try_mautic.rst diff --git a/docs/about/how_can_i_try_mautic.rst b/docs/about/how_can_i_try_mautic.rst deleted file mode 100644 index fff7ae8a..00000000 --- a/docs/about/how_can_i_try_mautic.rst +++ /dev/null @@ -1,8 +0,0 @@ -How to try Mautic? -################## - -Mautic is available to download for free, just head over to the website where you can :xref:`Download Mautic`, allowing you to explore its full capabilities without restrictions when you host it yourself. - -For optimal performance, it's recommended to host Mautic on a Virtual Private Server (VPS) rather than shared hosting, particularly if you intend to use it in a production setting on lower end hosting which often have limited resources, which may impact Mautic's efficiency and performance. - -For further information on setup and hosting recommendations, visit the :xref:`Mautic Documentation`. From 95ed29c6220d1bd66faa31d5a03c4c79a0eddefb Mon Sep 17 00:00:00 2001 From: Rita Onwudiwe Date: Tue, 19 Nov 2024 21:00:34 +0100 Subject: [PATCH 10/10] Delete docs/about/how_is_mautic_used.rst --- docs/about/how_is_mautic_used.rst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/about/how_is_mautic_used.rst diff --git a/docs/about/how_is_mautic_used.rst b/docs/about/how_is_mautic_used.rst deleted file mode 100644 index 7b8727c8..00000000 --- a/docs/about/how_is_mautic_used.rst +++ /dev/null @@ -1,16 +0,0 @@ -How is Mautic used? -################### - -Mautic is a powerful and flexible Marketing Automation platform that supports a wide range of marketing and communication activities. Its versatility allows organizations to customize Mautic for various use cases: - -* **Omni-channel Marketing Automation** Mautic enables seamless marketing across multiple channels, ensuring consistent engagement across email, social media, and more. - -* **Email Marketing Campaigns** Create, manage, and track dynamic email campaigns, including segmentation and personalized messaging. - -* **Activity Tracking** Mautic allows tracking of user activities across web resources, providing valuable insights for targeted marketing. - -* **Mass Communication Management** Mautic can coordinate large-scale, multi-channel communications, ideal for governments, public services, and other organizations. - -* **Landing Page Creation** Design custom landing pages optimized for specific campaigns, promotions, or targeted messages. - -* **Lead Nurturing** Build and automate lead nurturing workflows to guide prospects through the sales funnel, ensuring personalized engagement.