Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use plain text in Recommend Us emails #85

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions install/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
"is_translatable": true,
"name": "recommend_us_general_email",
"pretty_name": "Recommend Us General Email",
"type": "rich-text"
"type": "text"
},
"value": {
"default": "<p>Dear Librarian,</p><p>I am writing to ask if the library would be able to join the Open Library of Humanities please? I am very impressed with their <a href=\"https://www.openlibhums.org/site/become-a-supporter/\">excellent cause as a diamond open-access publisher</a>. Many thanks.</p>"
"default": "Dear Librarian,\n\nI am writing to ask if the library would be able to join the Open Library of Humanities please? I am very impressed with their excellent cause as a diamond open-access publisher (see https://www.openlibhums.org/site/become-a-supporter/ ).\n\nMany thanks."
}
},
{
Expand All @@ -173,10 +173,10 @@
"is_translatable": true,
"name": "recommend_us_author_email",
"pretty_name": "Recommend Us Author Email",
"type": "rich-text"
"type": "text"
},
"value": {
"default": "<p>Dear Librarian,</p><p>I am writing to ask if the library would be able to join the Open Library of Humanities please? I recently published my paper ‘<a href=\"{% if article.doi %}{{ article.doi }}{% else %}{{ article.url }}{% endif %}\">{{ article.title|safe }}</a>’ in <i>{{ article.journal.name }}</i> with the Open Library of Humanities, and I was very impressed with their publication process and <a href=\"https://www.openlibhums.org/site/become-a-supporter/\">excellent cause as a diamond open-access publisher</a>. Many thanks.</p>"
"default": "Dear Librarian,\n\nI am writing to ask if the library would be able to join the Open Library of Humanities please? I recently published my paper ‘{{ article.title|safe }}’ ( {% if article.doi %}{{ article.doi }}{% else %}{{ article.url }}{% endif %} ) in {{ article.journal.name }} with the Open Library of Humanities. I was very impressed with their publication process and excellent cause as a diamond open-access publisher (see https://www.openlibhums.org/site/become-a-supporter/ ).\n\nMany thanks."
}
},
{
Expand All @@ -188,10 +188,10 @@
"is_translatable": true,
"name": "recommend_us_reader_email",
"pretty_name": "Recommend Us Reader Email",
"type": "rich-text"
"type": "text"
},
"value": {
"default": "<p>Dear Librarian,</p><p>I am writing to ask if the library would be able to join the Open Library of Humanities please? I recently read ‘<a href=\"{% if article.doi %}{{ article.doi }}{% else %}{{ article.url }}{% endif %}\">{{ article.title|safe }}</a>’ in <i>{{ article.journal.name }}</i>, and I was very impressed with their publication process and <a href=\"https://www.openlibhums.org/site/become-a-supporter/\">excellent cause as a diamond open-access publisher</a>. Many thanks.</p>"
"default": "Dear Librarian,\n\nI am writing to ask if the library would be able to join the Open Library of Humanities please? I recently read ‘{{ article.title|safe }}’ ( {% if article.doi %}{{ article.doi }}{% else %}{{ article.url }}{% endif %} ) in {{ article.journal.name }}. I was very impressed with their excellent cause as a diamond open-access publisher (see https://www.openlibhums.org/site/become-a-supporter/ ).\n\nMany thanks."
}
},
{
Expand All @@ -203,10 +203,10 @@
"is_translatable": true,
"name": "recommend_us_editor_email",
"pretty_name": "Recommend Us Editor Email",
"type": "rich-text"
"type": "text"
},
"value": {
"default": "<p>Dear Librarian,</p><p>I am writing to ask if the library would be able to join the Open Library of Humanities please? I am an editor for <a href=\"{{ journal.site_url }}\"><i>{{ journal.name }}</i></a>, and I am in strong support of their <a href=\"https://www.openlibhums.org/site/become-a-supporter/\">excellent cause as a diamond open-access publisher</a>. Many thanks.</p>"
"default": "Dear Librarian,\n\nI am writing to ask if the library would be able to join the Open Library of Humanities please? I am an editor for {{ journal.name }} ( {{ journal.site_url }} ), and I am in strong support of their excellent cause as a diamond open-access publisher (see https://www.openlibhums.org/site/become-a-supporter/ ).\n\nMany thanks."
}
}
]