Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
wildbit -> activecampaign
  • Loading branch information
derekrushforth committed Jun 16, 2022
1 parent bb455e5 commit f560a13
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These guidelines are here so we can all be on the same page. They also help ensu

## What types of contributions help?

MailMason is an open source project, and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving [the documentation](https://github.com/wildbit/mailmason/wiki), submitting [bug reports and feature requests](https://github.com/wildbit/mailmason/issues), or writing code which can be incorporated into MailMason itself.
MailMason is an open source project, and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving [the documentation](https://github.com/activecampaign/mailmason/wiki), submitting [bug reports and feature requests](https://github.com/activecampaign/mailmason/issues), or writing code which can be incorporated into MailMason itself.

## Sources for Support

Expand All @@ -26,8 +26,8 @@ Building and testing highly compatible HTML emails is difficult no matter how yo
### Technical and procedural considerations

* Ensure compatibility across email clients for every change that's accepted. We recommend [Litmus](https://litmus.com)
* Ensure that code that goes into core meets all requirements in this checklist:
* Create [issues](https://github.com/wildbit/mailmason/issues) for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
* Ensure that code that goes into core meets all requirements in this checklist:
* Create [issues](https://github.com/activecampaign/mailmason/issues) for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
* Before adding new templates, start out with a feature request issue. We may already have some underway.
* Keep pull requests as atomic as possible, preferably one new feature per pull request.
* Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See the [Code of Conduct](http://wildbit.com/open-source-code-of-conduct).
Expand All @@ -36,8 +36,8 @@ Building and testing highly compatible HTML emails is difficult no matter how yo

Unsure where to begin contributing to MailMason? You can start by looking through these beginner and help-wanted issues:

* [Beginner issues](https://github.com/wildbit/mailmason/labels/beginner) - issues which should only require a few lines of code, and a little testing.
* [Help wanted issues](https://github.com/wildbit/mailmason/labels/help%20wanted) - issues which should be a bit more involved than beginner issues.
* [Beginner issues](https://github.com/activecampaign/mailmason/labels/beginner) - issues which should only require a few lines of code, and a little testing.
* [Help wanted issues](https://github.com/activecampaign/mailmason/labels/help%20wanted) - issues which should be a bit more involved than beginner issues.

Both issue lists are sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have.

Expand All @@ -48,7 +48,7 @@ At this point, you're ready to make your changes! Feel free to ask for help; eve
## Getting started

1. Create your own fork of the code
2. Setup your local environment by following [the instructions in the Wiki](https://github.com/wildbit/mailmason/wiki/Getting-Started).
2. Setup your local environment by following [the instructions in the Wiki](https://github.com/activecampaign/mailmason/wiki/Getting-Started).
3. Make some great changes in your fork
4. Submit a pull request with a detailed explanation of the change and reasoning.

Expand Down Expand Up @@ -83,7 +83,7 @@ While we don't have an active roadmap, we do have plans to add new templates. Wh

* Simple Alert Notification
* Charge Failure
* Dunning & Expired Credit Card
* Dunning & Expired Credit Card
* Account Updated
* Cart Abandonment
* Order Confirmation
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ module.exports = function(grunt) {

/* Spamcheck
Sends all of our HTML files through Postmark’s spamcheck API.
See: https://github.com/wildbit/grunt-spamcheck
See: https://github.com/activecampaign/grunt-spamcheck
------------------------------------------------- */

spamcheck: {
Expand All @@ -343,7 +343,7 @@ module.exports = function(grunt) {

/* Postmark
Sends test emails through Postmark. Add and remove template targets as needed.
See: https://github.com/wildbit/grunt-postmark
See: https://github.com/activecampaign/grunt-postmark
------------------------------------------------- */

postmark: {
Expand Down
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

With MailMason, you can use Grunt tasks, Handlebars, and SASS to streamline building a consistent set of transactional email templates using layouts and partials to reduce redundancy and create both the HTML and plain text versions of your transactional emails in one fell swoop.

By default, the generated templates use [Mustachio](https://github.com/wildbit/mustachio) for the variable placeholders so that you can easily use them as [Postmark](https://postmarkapp.com) templates. However, the Mustachio pieces are only placeholders, and the generated templates could easily be adapted to work with any email provider.
By default, the generated templates use [Mustachio](https://github.com/activecampaign/mustachio) for the variable placeholders so that you can easily use them as [Postmark](https://postmarkapp.com) templates. However, the Mustachio pieces are only placeholders, and the generated templates could easily be adapted to work with any email provider.

## What does it do for you?

Expand All @@ -27,35 +27,35 @@ By default, the generated templates use [Mustachio](https://github.com/wildbit/m

## Interested in contributing?

Read through our [guidelines for contributing](https://github.com/wildbit/mailmason/blob/template_updates/CONTRIBUTING.MD) to help make contributions quick and easy.
Read through our [guidelines for contributing](https://github.com/activecampaign/mailmason/blob/template_updates/CONTRIBUTING.MD) to help make contributions quick and easy.

## Visit the wiki for documentation and usage

If you need help getting started or using MailMason, make sure to check out the [MailMason wiki](https://github.com/wildbit/mailmason/wiki).

* [About](https://github.com/wildbit/mailmason/wiki/About)
* [What can it do?](https://github.com/wildbit/mailmason/wiki/About#what-can-it-do)
* [What templates are included?](https://github.com/wildbit/mailmason/wiki/About#what-templates-are-included)
* [Getting Started](https://github.com/wildbit/mailmason/wiki/Getting-Started)
* [Setup](https://github.com/wildbit/mailmason/wiki/Getting-Started#setup)
* [Configuration](https://github.com/wildbit/mailmason/wiki/Getting-Started#configuration)
* [Secrets.json](https://github.com/wildbit/mailmason/wiki/Getting-Started#secretsjson)
* [Config.json](https://github.com/wildbit/mailmason/wiki/Getting-Started#secretsjson)
* [Images & Assets](https://github.com/wildbit/mailmason/wiki/Getting-Started#images--assets)
* [Social Images](https://github.com/wildbit/mailmason/wiki/Getting-Started#social-images)
* [Project Structure](https://github.com/wildbit/mailmason/wiki/Project-Structure)
* [Templates](https://github.com/wildbit/mailmason/wiki/Project-Structure#templates)
* [Images](https://github.com/wildbit/mailmason/wiki/Project-Structure#images)
* [Layouts](https://github.com/wildbit/mailmason/wiki/Project-Structure#layouts)
* [Partials](https://github.com/wildbit/mailmason/wiki/Project-Structure#partials)
* [Stylesheets](https://github.com/wildbit/mailmason/wiki/Project-Structure#stylesheets)
* [Usage](https://github.com/wildbit/mailmason/wiki/Usage)
* [Building](https://github.com/wildbit/mailmason/wiki/Usage#building)
* [Testing](https://github.com/wildbit/mailmason/wiki/Usage#testing)
* [Pushing templates to Postmark](https://github.com/wildbit/mailmason/wiki/Usage#pushing-templates-to-postmark)
* [Development](https://github.com/wildbit/mailmason/wiki/Development)
* [Templates](https://github.com/wildbit/mailmason/wiki/Templates)
If you need help getting started or using MailMason, make sure to check out the [MailMason wiki](https://github.com/activecampaign/mailmason/wiki).

* [About](https://github.com/activecampaign/mailmason/wiki/About)
* [What can it do?](https://github.com/activecampaign/mailmason/wiki/About#what-can-it-do)
* [What templates are included?](https://github.com/activecampaign/mailmason/wiki/About#what-templates-are-included)
* [Getting Started](https://github.com/activecampaign/mailmason/wiki/Getting-Started)
* [Setup](https://github.com/activecampaign/mailmason/wiki/Getting-Started#setup)
* [Configuration](https://github.com/activecampaign/mailmason/wiki/Getting-Started#configuration)
* [Secrets.json](https://github.com/activecampaign/mailmason/wiki/Getting-Started#secretsjson)
* [Config.json](https://github.com/activecampaign/mailmason/wiki/Getting-Started#secretsjson)
* [Images & Assets](https://github.com/activecampaign/mailmason/wiki/Getting-Started#images--assets)
* [Social Images](https://github.com/activecampaign/mailmason/wiki/Getting-Started#social-images)
* [Project Structure](https://github.com/activecampaign/mailmason/wiki/Project-Structure)
* [Templates](https://github.com/activecampaign/mailmason/wiki/Project-Structure#templates)
* [Images](https://github.com/activecampaign/mailmason/wiki/Project-Structure#images)
* [Layouts](https://github.com/activecampaign/mailmason/wiki/Project-Structure#layouts)
* [Partials](https://github.com/activecampaign/mailmason/wiki/Project-Structure#partials)
* [Stylesheets](https://github.com/activecampaign/mailmason/wiki/Project-Structure#stylesheets)
* [Usage](https://github.com/activecampaign/mailmason/wiki/Usage)
* [Building](https://github.com/activecampaign/mailmason/wiki/Usage#building)
* [Testing](https://github.com/activecampaign/mailmason/wiki/Usage#testing)
* [Pushing templates to Postmark](https://github.com/activecampaign/mailmason/wiki/Usage#pushing-templates-to-postmark)
* [Development](https://github.com/activecampaign/mailmason/wiki/Development)
* [Templates](https://github.com/activecampaign/mailmason/wiki/Templates)

## License

MailMason is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/wildbit/mailmason/blob/master/LICENSE) for more information.
MailMason is licensed under the **MIT** license. Please refer to the [LICENSE](https://github.com/activecampaign/mailmason/blob/master/LICENSE) for more information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wildbit/mailmason"
"url": "https://github.com/activecampaign/mailmason"
},
"scripts": {
"start": "grunt watch",
Expand Down
6 changes: 3 additions & 3 deletions previews.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@
<nav>
<ul>
<li>MailMason</li>
<li><a href="https://github.com/wildbit/mailmason/wiki">Repository</a></li>
<li><a href="https://github.com/wildbit/mailmason/wiki">Documentation</a></li>
<li><a href="https://github.com/activecampaign/mailmason/wiki">Repository</a></li>
<li><a href="https://github.com/activecampaign/mailmason/wiki">Documentation</a></li>
<li><a href="https://postmarkapp.com/why/templates">Postmark Templates</a></li>
</ul>
</nav>

<a href="https://github.com/wildbit/mailmason" class="mailmason-logo"><img
<a href="https://github.com/activecampaign/mailmason" class="mailmason-logo"><img
src="https://newsletter.postmarkapp.com/assets/images/open-source/mailmason.png" alt="MailMason" width="150"></a>

<div class="table-of-contents">
Expand Down
2 changes: 1 addition & 1 deletion src/templates/example/content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ preheader: "This is example text for the preheader set via the YAML front-matter
<hr>
<h1>Escaped Handlebars Brackets</h1>

<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/wildbit/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>
<p>Working with templates, you'll occasionally need to put some <a href="https://github.com/activecampaign/mustachio">Mustachio</a> code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.</p>

\&#123;&#123; something }} will turn into \{{ something }}<br><br>

Expand Down

0 comments on commit f560a13

Please sign in to comment.