diff --git a/app/views/articles/search/_meta.html.erb b/app/views/articles/search/_meta.html.erb index da8c8518d..eb6055cc9 100644 --- a/app/views/articles/search/_meta.html.erb +++ b/app/views/articles/search/_meta.html.erb @@ -11,7 +11,7 @@ "> - + diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index f02cf4a03..27e102fa8 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -205,7 +205,7 @@ <%= render "additional_content_boxes/article_box", article: @classic_article, classification: "classic", - classification_text: "Classic DEV Post from #{@classic_article.readable_publish_date}", + classification_text: "Classic #{community_name} Post from #{@classic_article.readable_publish_date}", follow_cue: "Follow @#{@classic_article.user.username} to see more of their posts in your feed." %> <% end %>
diff --git a/app/views/chat_channels/index.html.erb b/app/views/chat_channels/index.html.erb index f1960b18a..19ca3c730 100644 --- a/app/views/chat_channels/index.html.erb +++ b/app/views/chat_channels/index.html.erb @@ -1,7 +1,7 @@ -<% title "DEV Connect 👩‍💻💬👨‍💻" %> +<% title("#{community_name} Connect 👩‍💻💬👨‍💻") %> <%= content_for :page_meta do %> " /> - + <% end %> <%= csrf_meta_tags %> diff --git a/app/views/classified_listings/edit.html.erb b/app/views/classified_listings/edit.html.erb index 42069a0e3..e6b2d64a1 100644 --- a/app/views/classified_listings/edit.html.erb +++ b/app/views/classified_listings/edit.html.erb @@ -31,7 +31,7 @@ <%= f.date_field "expires_at", min: Date.tomorrow, max: @classified_listing.natural_expiration_date %>
- <%= f.label "contact_via_connect", "Allow Users to Message Me Via In-App Chat (DEV Connect)" %> + <%= f.label "contact_via_connect", "Allow Users to Message Me Via In-App Chat (#{community_name} Connect)" %> <%= f.check_box "contact_via_connect" %>
<% if @classified_listing.published %> diff --git a/app/views/classified_listings/index.html.erb b/app/views/classified_listings/index.html.erb index 244d62366..0c62013a0 100644 --- a/app/views/classified_listings/index.html.erb +++ b/app/views/classified_listings/index.html.erb @@ -9,10 +9,10 @@ <% if @displayed_classified_listing %> - + - + <% else %> diff --git a/app/views/comments/_login_cta_comment.html.erb b/app/views/comments/_login_cta_comment.html.erb index 1ab66c4e5..bd40561a7 100644 --- a/app/views/comments/_login_cta_comment.html.erb +++ b/app/views/comments/_login_cta_comment.html.erb @@ -20,7 +20,7 @@
- JOIN THE DEV COMMUNITY + JOIN THE <%= community_qualified_name.upcase %>
diff --git a/app/views/comments/index.html.erb b/app/views/comments/index.html.erb index a144401b6..53330b861 100644 --- a/app/views/comments/index.html.erb +++ b/app/views/comments/index.html.erb @@ -20,15 +20,15 @@ <% if @root_comment.present? %> - - + + <% else %> " /> " /> - - + + <% if @commentable.class.name == "Article" && @commentable.published %> diff --git a/app/views/credits/new.html.erb b/app/views/credits/new.html.erb index 68f4a34eb..1499f9daf 100644 --- a/app/views/credits/new.html.erb +++ b/app/views/credits/new.html.erb @@ -15,7 +15,7 @@ <% end %> -

Credits are used for DEV listings as well as upcoming products and services.

+

Credits are used for <%= community_name %> listings as well as upcoming products and services.

1+
diff --git a/app/views/dashboards/followers.html.erb b/app/views/dashboards/followers.html.erb index 243fa53eb..7b527c176 100644 --- a/app/views/dashboards/followers.html.erb +++ b/app/views/dashboards/followers.html.erb @@ -1,4 +1,4 @@ -<% title "Dashboard - DEV" %> +<% title("Dashboard - #{community_name}") %>
+<% title("Dashboard - #{community_name}") %>
+<% title("Dashboard - #{community_name}") %>
+<% title("Dashboard - #{community_name}") %>
+<% title("Dashboard - #{community_name}") %>
<%= event.ends_at.strftime("%d %B %Y %H:%M UTC") %> America/New_York <%= event.title %> - The DEV Community + <%= community_qualified_name %> members@dev.to dev-event <%= event.location_url %> diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index 971367e22..336cb27a4 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -1,5 +1,5 @@ <%= content_for :page_meta do %> - <% title "DEV EVENTS" %> + <% title("#{community_name} EVENTS") %> " /> @@ -23,11 +23,11 @@
- " style="height:200px;margin-top:30px;" alt="DEV membership logo"> + " style="height:200px;margin-top:30px;" alt="<%= community_name %> membership logo">

UPCOMING
EVENTS

-

DEV Events is a series of ongoing talks and workshops designed to cover important topics to help community members level up. Because we have a global community we will be hosting events at varying times so nobody is restricted by time zone. Additionally, +

<%= community_name %> Events is a series of ongoing talks and workshops designed to cover important topics to help community members level up. Because we have a global community we will be hosting events at varying times so nobody is restricted by time zone. Additionally, some workshops are repeated multiple times to further account for this.

We have many more planned if you do not see a topic that interests you. Email members@dev.to to request a topic. And if you're interested in speaking, please diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 118d0aa5a..87aa4ae91 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -1,5 +1,5 @@ <%= content_for :page_meta do %> - <% title "#{@event.title} - DEV" %> + <% title("#{@event.title} - #{community_name}") %> " /> diff --git a/app/views/internal/articles/_individual_article.html.erb b/app/views/internal/articles/_individual_article.html.erb index d189ce8a6..f9c197f24 100644 --- a/app/views/internal/articles/_individual_article.html.erb +++ b/app/views/internal/articles/_individual_article.html.erb @@ -126,7 +126,7 @@

> - +
<% unless article.last_buffered %> diff --git a/app/views/moderations/index.html.erb b/app/views/moderations/index.html.erb index 915eeb261..a449cc8f8 100644 --- a/app/views/moderations/index.html.erb +++ b/app/views/moderations/index.html.erb @@ -82,9 +82,9 @@
<% else %>
-

DEV Mods

+

<%= community_name %> Mods

-

We periodically award some DEV members with heightened privileges to help moderate the community.

+

We periodically award some <%= community_name %> members with heightened privileges to help moderate the community.

Email <%= SiteConfig.default_site_email %> if you'd like to be considered right away.

<% unless user_signed_in? %>

P.S. You are not currently signed in.

diff --git a/app/views/pages/_terms_text.html.erb b/app/views/pages/_terms_text.html.erb index b7f2575ba..f4f397903 100644 --- a/app/views/pages/_terms_text.html.erb +++ b/app/views/pages/_terms_text.html.erb @@ -19,20 +19,20 @@
  1. Permission is granted to temporarily download one copy of the materials - (information or software) on DEV's web site for personal, + (information or software) on <%= community_name %>'s web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
    1. modify or copy the materials;
    2. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);
    3. -
    4. attempt to decompile or reverse engineer any software contained on DEV's web site;
    5. +
    6. attempt to decompile or reverse engineer any software contained on <%= community_name %>'s web site;
    7. remove any copyright or other proprietary notations from the materials; or
    8. transfer the materials to another person or "mirror" the materials on any other server.
  2. - This license shall automatically terminate if you violate any of these restrictions and may be terminated by DEV at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format. + This license shall automatically terminate if you violate any of these restrictions and may be terminated by <%= community_name %> at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
@@ -42,7 +42,7 @@
  1. - The materials on DEV's web site are provided "as is". DEV makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, DEV does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site. + The materials on <%= community_name %>'s web site are provided "as is". <%= community_name %> makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, <%= community_name %> does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
@@ -51,7 +51,7 @@

- In no event shall DEV or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on DEV's Internet site, even if DEV or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you. + In no event shall <%= community_name %> or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on <%= community_name %>'s Internet site, even if <%= community_name %> or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.

@@ -59,7 +59,7 @@

- The materials appearing on DEV's web site could include technical, typographical, or photographic errors. DEV does not warrant that any of the materials on its web site are accurate, complete, or current. DEV may make changes to the materials contained on its web site at any time without notice. DEV does not, however, make any commitment to update the materials. + The materials appearing on <%= community_name %>'s web site could include technical, typographical, or photographic errors. <%= community_name %> does not warrant that any of the materials on its web site are accurate, complete, or current. <%= community_name %> may make changes to the materials contained on its web site at any time without notice. <%= community_name %> does not, however, make any commitment to update the materials.

- DEV has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by DEV of the site. Use of any such linked web site is at the user's own risk. + <%= community_name %> has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by <%= community_name %> of the site. Use of any such linked web site is at the user's own risk.

@@ -84,15 +84,15 @@

- DEV may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use. + <%= community_name %> may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.

- 9. DEV Trademarks and Logos Policy + 9. <%= community_name %> Trademarks and Logos Policy

- All uses of the DEV logo, DEV badges, brand slogans, iconography, and the like, may only be used with express permission from DEV. DEV reserves all rights, even if certain assets are included in DEV open source projects. Please contact yo@dev.to with any questions or to request permission. + All uses of the <%= community_name %> logo, <%= community_name %> badges, brand slogans, iconography, and the like, may only be used with express permission from <%= community_name %>. <%= community_name %> reserves all rights, even if certain assets are included in <%= community_name %> open source projects. Please contact yo@dev.to with any questions or to request permission.

@@ -100,11 +100,11 @@

- DEV has the right to maintain a list of reserved names which will not be made publicly available. These reserved names may be set aside for purposes of proactive trademark protection, avoiding user confusion, security measures, or any other reason (or no reason). + <%= community_name %> has the right to maintain a list of reserved names which will not be made publicly available. These reserved names may be set aside for purposes of proactive trademark protection, avoiding user confusion, security measures, or any other reason (or no reason).

- Additionally, DEV reserves the right to change any already-claimed name at its sole discretion. In such cases, DEV will make reasonable effort to find a suitable alternative and assist with any transition-related concerns. + Additionally, <%= community_name %> reserves the right to change any already-claimed name at its sole discretion. In such cases, <%= community_name %> will make reasonable effort to find a suitable alternative and assist with any transition-related concerns.

@@ -112,7 +112,7 @@

- The following policy applies to comments, articles, and all other works shared on the DEV platform: + The following policy applies to comments, articles, and all other works shared on the <%= community_name %> platform:

  • Users must make a good-faith effort to share content that is on-topic, of high-quality, and is not designed primarily for the purposes of promotion or creating backlinks.
  • Posts must contain substantial content — they may not merely reference an external link that contains the full post.
  • @@ -120,7 +120,7 @@

    - DEV reserves the right to remove any content that it deems to be in violation of this policy at its sole discretion. Additionally, DEV reserves the right to restrict any user’s ability to participate on the platform at its sole discretion. + <%= community_name %> reserves the right to remove any content that it deems to be in violation of this policy at its sole discretion. Additionally, <%= community_name %> reserves the right to restrict any user’s ability to participate on the platform at its sole discretion.

    @@ -128,7 +128,7 @@

    - Any claim relating to DEV's web site shall be governed by the laws of the State of New York without regard to its conflict of law provisions. + Any claim relating to <%= community_name %>'s web site shall be governed by the laws of the State of New York without regard to its conflict of law provisions.

    diff --git a/app/views/pages/badge.html.erb b/app/views/pages/badge.html.erb index c9297ed3a..55f380c0e 100644 --- a/app/views/pages/badge.html.erb +++ b/app/views/pages/badge.html.erb @@ -4,7 +4,7 @@ - DEV Community ❤️ + <%= community_name %> Community ❤️ <%= @html_variant.html.html_safe %> diff --git a/app/views/pages/badges.html.erb b/app/views/pages/badges.html.erb index daabaa91d..23c49a7f0 100644 --- a/app/views/pages/badges.html.erb +++ b/app/views/pages/badges.html.erb @@ -1,20 +1,20 @@ -<% title "Add the DEV Badge to your personal site" %> +<% title("Add the #{community_name} Badge to your personal site") %> <%= content_for :page_meta do %> " /> - + " /> - + "> - + <% end %> @@ -23,7 +23,7 @@

    - Add the DEV Badge to your personal site + Add the <%= community_name %> Badge to your personal site

    @@ -33,7 +33,7 @@ <% if user_signed_in? %>

    - <%= current_user.name %>'s DEV Profile + <%= current_user.name %>'s <%= community_name %> Profile

    @@ -46,15 +46,15 @@

     
     <a href="https://dev.to/<%= current_user.username %>">
    -  <img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="<%= current_user.name %>'s DEV Profile" height="30" width="30">
    +  <img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="<%= current_user.name %>'s <%= community_name %> Profile" height="30" width="30">
     </a>
             
    -

    You can add the DEV badge via +

    You can add the <%= community_name %> badge via Font Awesome with this snippet:

     <a href="https://dev.to/<%= current_user.username %>">
    -  <i class="fab fa-dev" title="<%= current_user.username %>'s DEV Profile"></i>
    +  <i class="fab fa-dev" title="<%= current_user.username %>'s <%= community_name %> Profile"></i>
     </a>
             

    @@ -64,7 +64,7 @@

    <% else %>

    - DEV badge + <%= community_name %> badge

    Log in to view your custom embed code diff --git a/app/views/pages/crayons.html.erb b/app/views/pages/crayons.html.erb index 92bb57524..1ddca0a13 100644 --- a/app/views/pages/crayons.html.erb +++ b/app/views/pages/crayons.html.erb @@ -54,7 +54,7 @@

    Main Typography

    Default font is set to 16px (fs-base). It should be standard in UI. Smaller and bigger font sizes should be used carefully with respect to good visual rythm between elements.

    -

    XS size should be used as little as possible in edge cases. Even though it’s readable we could consider it not meeting DEV’s standards. So keep it for like “asterisk copy” etc.

    +

    XS size should be used as little as possible in edge cases. Even though it’s readable we could consider it not meeting <%= community_name %>’s standards. So keep it for like “asterisk copy” etc.

    By default you should be using Regular font weight.

    Medium should be used to emphasize something but not make it as loud as Bold.

    Heavy should be used only for bigger title.

    @@ -133,7 +133,7 @@

    ...

    -

    ...

    +

    ...

    ...

    ...

    @@ -144,7 +144,7 @@

    Accent typography

    -

    Its main purpose is to add a bit of flavor to DEV brand but it should never be the main font.

    +

    Its main purpose is to add a bit of flavor to <%= community_name %> brand but it should never be the main font.

    Please, do not overuse Accent typography.

    We strongly encourage to limit number of sizes and weights to what presetned below.

    @@ -450,7 +450,7 @@
    ...
    - + ...
    '.rstrip %> @@ -551,7 +551,7 @@
    ...
    - + ...

    '.rstrip %> @@ -678,7 +678,7 @@ Hey, I'm a Large Modal content! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi ea voluptates quaerat eos consequuntur temporibus.
- +
Hey, I'm a modal content with no padding! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi ea voluptates quaerat eos consequuntur temporibus. @@ -700,7 +700,7 @@
Hey, ... -
+
'.rstrip %>
diff --git a/app/views/pages/privacy.html.erb b/app/views/pages/privacy.html.erb index 21c7815b3..85b97d9e1 100644 --- a/app/views/pages/privacy.html.erb +++ b/app/views/pages/privacy.html.erb @@ -1,4 +1,4 @@ -<% title "Privacy Policy for DEV" %> +<% title("Privacy Policy for #{community_name}") %> <%= content_for :page_meta do %> " /> @@ -28,9 +28,9 @@

Effective May 25, 2018

-

This policy covers Dev Community Inc. (“DEV”).

-

What information DEV collects and Why

-

In order to give you the best possible experience using DEV, we collect information from your interactions with our network. We use common internet technologies, such as cookies and web server logs. We collect this basic information from everybody, whether they have an account or not.

+

This policy covers Dev Community Inc. (“<%= community_name %>”).

+

What information <%= community_name %> collects and Why

+

In order to give you the best possible experience using <%= community_name %>, we collect information from your interactions with our network. We use common internet technologies, such as cookies and web server logs. We collect this basic information from everybody, whether they have an account or not.

The information we collect about all visitors to our website includes:

  • The visitor’s browser type
  • @@ -40,26 +40,26 @@

We use this information to:

    -
  • Provide, test, improve, promote and personalize DEV Services
  • +
  • Provide, test, improve, promote and personalize <%= community_name %> Services
  • Fight spam and other forms of abuse
  • -
  • Generate aggregate, non-identifying information about how people use DEV Services
  • +
  • Generate aggregate, non-identifying information about how people use <%= community_name %> Services
-

In order for you to create an account on DEV and use our Services, we need to collect and process certain information. Depending on your use of the Services, that may include:

+

In order for you to create an account on <%= community_name %> and use our Services, we need to collect and process certain information. Depending on your use of the Services, that may include:

  • Communications you send to us (for example, when you ask for support, send us questions or comments, or report a problem);
  • -
  • Information that you submit on or to DEV in the form of reactions, comments, or messages to other users;
  • -
  • The email address associated with your Twitter account, if you choose to sign up using your Twitter credentials. DEV will also request permission to access additional information (these permissions are governed by Twitter’s privacy policies and can be managed through your Twitter privacy settings). We never post anything to your Twitter without your permission.
  • -
  • The email address associated with your GitHub account, if you choose to sign up using your Github credentials. DEV will also request permission to access additional information (these permissions are governed by GitHub’s privacy policies and can be managed through your GitHub privacy settings). We never post anything to your GitHub without your permission.
  • +
  • Information that you submit on or to <%= community_name %> in the form of reactions, comments, or messages to other users;
  • +
  • The email address associated with your Twitter account, if you choose to sign up using your Twitter credentials. <%= community_name %> will also request permission to access additional information (these permissions are governed by Twitter’s privacy policies and can be managed through your Twitter privacy settings). We never post anything to your Twitter without your permission.
  • +
  • The email address associated with your GitHub account, if you choose to sign up using your Github credentials. <%= community_name %> will also request permission to access additional information (these permissions are governed by GitHub’s privacy policies and can be managed through your GitHub privacy settings). We never post anything to your GitHub without your permission.
  • You also have the option to give us more information if you want to, and this may include “User Personal Information.”

Information Disclosure

We do not share, sell, rent, or trade User Personal Information with third parties for commercial purposes.

- We do share certain aggregated, non-personally identifying information with others about how our users, collectively, use DEV. For example, we may share information pertaining to the popularity of different programming languages for advertising partners. + We do share certain aggregated, non-personally identifying information with others about how our users, collectively, use <%= community_name %>. For example, we may share information pertaining to the popularity of different programming languages for advertising partners.

- We do host first-party advertising on DEV. We do not run any code from advertisers and all ad images are hosted on managed DEV servers. For more details, see our section on Advertising Details. + We do host first-party advertising on <%= community_name %>. We do not run any code from advertisers and all ad images are hosted on managed <%= community_name %> servers. For more details, see our section on Advertising Details.

We may use User Personal Information with your permission, so we can perform services you have authorized. For example, if you indicate you are looking for work, we may contact you with opportunities. @@ -95,20 +95,20 @@

Data Storage
- DEV uses third-party vendors and hosting partners for hardware, software, networking, storage, and related technology we need to run DEV. By using DEV Services, you authorize DEV to transfer, store, and use your information in the United States and any other country where we operate. All service providers and third-party vendors are required to meet our data protection standards. + <%= community_name %> uses third-party vendors and hosting partners for hardware, software, networking, storage, and related technology we need to run <%= community_name %>. By using <%= community_name %> Services, you authorize <%= community_name %> to transfer, store, and use your information in the United States and any other country where we operate. All service providers and third-party vendors are required to meet our data protection standards.

Site monitoring
- DEV uses a variety of third-party services to diagnose errors and improve the performance of our site. We aim to minimize the amount of personal information shared, but the information may include your IP address or other identifying information. All service providers and third-party vendors are required to meet our data protection standards. + <%= community_name %> uses a variety of third-party services to diagnose errors and improve the performance of our site. We aim to minimize the amount of personal information shared, but the information may include your IP address or other identifying information. All service providers and third-party vendors are required to meet our data protection standards.

Payment processing
- DEV does not process payments directly — we rely on third-party services such as Stripe, Shopify, and Paypal to receive payments and store any payment information. - The DEV Shop is run through Shopify, a third-party e-commerce platform with their own Privacy Policy. + <%= community_name %> does not process payments directly — we rely on third-party services such as Stripe, Shopify, and Paypal to receive payments and store any payment information. + The <%= community_name %> Shop is run through Shopify, a third-party e-commerce platform with their own Privacy Policy.

Third-Party Embeds
- Some of the content that you see displayed on DEV is not hosted by DEV. These “embeds” are hosted by a third-party and embedded in DEV. For example: YouTube videos, Codepens, Twitter tweets, or GitHub code that appear within a DEV post. These files send data to the hosted site just as if you were visiting that site directly (for example, when you load a DEV post page with a YouTube video embedded in it, YouTube receives data about your activity). DEV does not control what data third parties collect in cases like this, or what they will do with it. Third-party embeds on DEV are not covered by this privacy policy; they are covered by the privacy policy of the third-party service. Be mindful when interacting with these services. + Some of the content that you see displayed on <%= community_name %> is not hosted by <%= community_name %>. These “embeds” are hosted by a third-party and embedded in <%= community_name %>. For example: YouTube videos, Codepens, Twitter tweets, or GitHub code that appear within a <%= community_name %> post. These files send data to the hosted site just as if you were visiting that site directly (for example, when you load a <%= community_name %> post page with a YouTube video embedded in it, YouTube receives data about your activity). <%= community_name %> does not control what data third parties collect in cases like this, or what they will do with it. Third-party embeds on <%= community_name %> are not covered by this privacy policy; they are covered by the privacy policy of the third-party service. Be mindful when interacting with these services.

Facebook (visitor action pixel)
@@ -123,7 +123,7 @@ We use browser cookies and similar technologies to recognize you when you return to our Services. Third-party vendors may also use cookies for various reasons.

- DEV uses a specific cookie in order to facilitate the use of Google Universal Analytics for users logged-in to the Applications or the Platforms (“Logged-In User). If you are a Logged-In User, DEV may use your DEV user ID in combination with Google Universal Analytics and Google Analytics to track and analyze the pages of the Services you visit. We do this only to better understand how you use the Website and the other Services, with a view to offering improvements for all DEV users; and to tailor our business and marketing activities accordingly, both generally and specifically to you. Google Analytics cookies do not provide DEV with any Personal Information.You can prevent Google Analytics from recognizing you on return visits to this site by disabling cookies on your browser. + <%= community_name %> uses a specific cookie in order to facilitate the use of Google Universal Analytics for users logged-in to the Applications or the Platforms (“Logged-In User). If you are a Logged-In User, <%= community_name %> may use your <%= community_name %> user ID in combination with Google Universal Analytics and Google Analytics to track and analyze the pages of the Services you visit. We do this only to better understand how you use the Website and the other Services, with a view to offering improvements for all <%= community_name %> users; and to tailor our business and marketing activities accordingly, both generally and specifically to you. Google Analytics cookies do not provide <%= community_name %> with any Personal Information.You can prevent Google Analytics from recognizing you on return visits to this site by disabling cookies on your browser.

You may opt-out of this feature by installing the Google Analytics Opt-out Browser Add-on, by setting your web browser to refuse cookies, or by setting your browser to alert you when cookies are being sent. If you do so, note that some parts of the Site may not function properly. @@ -132,19 +132,19 @@
We use encryption (HTTPS/TLS) to protect data transmitted to and from our site. However, no data transmission over the Internet is 100% secure, so we can’t guarantee security. You use the Service at your own risk, and you’re responsible for taking reasonable measures to secure your account.

-

Administrative Emails from DEV +

Administrative Emails from <%= community_name %>
Sometimes we’ll send you emails about your account, service changes or new policies. You can’t opt out of this type of “transactional” email (unless you delete your account).

- When you interact with a transactional email sent from DEV (such as opening an email or clicking on a particular link in an email), we may receive information about that interaction. + When you interact with a transactional email sent from <%= community_name %> (such as opening an email or clicking on a particular link in an email), we may receive information about that interaction.

-

Non-administrative Emails from DEV +

Non-administrative Emails from <%= community_name %>
- Upon creating a DEV account, you will be opted into the DEV Newsletter and other non-administrative email. Your email address and user profile information may be stored by a third-party email provider such as MailChimp or Sendgrid. You can opt out of non-administrative emails such as digests, newsletters, and activity notifications through your account’s “Settings” page and at the link of the footer in any non-administrative email you receive from us. + Upon creating a <%= community_name %> account, you will be opted into the <%= community_name %> Newsletter and other non-administrative email. Your email address and user profile information may be stored by a third-party email provider such as MailChimp or Sendgrid. You can opt out of non-administrative emails such as digests, newsletters, and activity notifications through your account’s “Settings” page and at the link of the footer in any non-administrative email you receive from us.

- When you interact with a non-administrative email sent from DEV (such as opening an email or clicking on a particular link in an email), we may receive information about that interaction. + When you interact with a non-administrative email sent from <%= community_name %> (such as opening an email or clicking on a particular link in an email), we may receive information about that interaction.

Deleting Your Personal Information
diff --git a/app/views/pages/terms.html.erb b/app/views/pages/terms.html.erb index 64cdc380f..b2959ecd3 100644 --- a/app/views/pages/terms.html.erb +++ b/app/views/pages/terms.html.erb @@ -1,21 +1,21 @@ -<% title "Terms of Use for The DEV Community" %> +<% title("Terms of Use for the #{community_qualified_name}") %> <%= content_for :page_meta do %> " /> - + " /> - + "> - - + + <% end %> diff --git a/app/views/partnerships/_bronze_sponsor_copy.html.erb b/app/views/partnerships/_bronze_sponsor_copy.html.erb index 9f0253090..2216d49d2 100644 --- a/app/views/partnerships/_bronze_sponsor_copy.html.erb +++ b/app/views/partnerships/_bronze_sponsor_copy.html.erb @@ -1,7 +1,7 @@

Bronze Sponsorship

- Thank you for supporting the DEV Community! Here’s what to expect with a Bronze Sponsorship: + Thank you for supporting the <%= community_name %> Community! Here’s what to expect with a Bronze Sponsorship:

@@ -20,7 +20,7 @@ 🏆 Special flair on your organization profile page

- As a Bronze sponsor, you will receive special flair that lives on your organization page. This visual cue will show the DEV Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community. + As a Bronze sponsor, you will receive special flair that lives on your organization page. This visual cue will show the <%= community_name %> Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community.

<% if user_signed_in? %>

Bronze sponsorship costs 100 credits/mo ($250 when purchased in bulk)

diff --git a/app/views/partnerships/_devrel_consult_copy.html.erb b/app/views/partnerships/_devrel_consult_copy.html.erb index 1e9010404..85f77e4ab 100644 --- a/app/views/partnerships/_devrel_consult_copy.html.erb +++ b/app/views/partnerships/_devrel_consult_copy.html.erb @@ -1,6 +1,6 @@

DevRel Consultation

-The DEV team sees over 1000 new posts published every week to the platform. We track popular articles as part of our job. We will provide expert consultation with your editorial goals, and provide tactical advice on how to best leverage the DEV platform, helping your company to build a valuable and engaging rapport with the community. +The <%= community_name %> team sees over 1000 new posts published every week to the platform. We track popular articles as part of our job. We will provide expert consultation with your editorial goals, and provide tactical advice on how to best leverage the <%= community_name %> platform, helping your company to build a valuable and engaging rapport with the community.

🤓 Weekly Notes

diff --git a/app/views/partnerships/_form.html.erb b/app/views/partnerships/_form.html.erb index c28a61aab..b08faed3a 100644 --- a/app/views/partnerships/_form.html.erb +++ b/app/views/partnerships/_form.html.erb @@ -3,7 +3,7 @@

What next?

Create an Organization

- Organizations act as a publication and a way for your team to interact with DEV on behalf of the company + Organizations act as a publication and a way for your team to interact with <%= community_name %> on behalf of the company

Come back to this page once you have created an organization. Only organization admins may purchase sponsorships. @@ -22,7 +22,7 @@

<% end %>

- Credits are your wallet for flexibly managing all your DEV partnerships. + Credits are your wallet for flexibly managing all your <%= community_name %> partnerships.

Credits can be purchased via company credit card, and once in your account you can use them for different promotions. @@ -59,7 +59,7 @@ <%= hidden_field_tag(:organization_id, org.id) %> <%= hidden_field_tag(:level, level) %>

Sponsorship message/brand instructions:

- <%= text_area_tag(:instructions, nil, placeholder: "Include brand guideline links and detailed instructions about the message you are trying to get across. DEV editors will use these guidelines contextually depending on sponsorship.") %> + <%= text_area_tag(:instructions, nil, placeholder: "Include brand guideline links and detailed instructions about the message you are trying to get across. #{community_name} editors will use these guidelines contextually depending on sponsorship.") %> <% end %> <% end %> @@ -71,7 +71,7 @@ <%= hidden_field_tag(:organization_id, org.id) %> <%= hidden_field_tag(:level, level) %>

Sponsorship message/brand instructions:

- <%= text_area_tag(:instructions, nil, placeholder: "Include brand guideline links and detailed instructions about the message you are trying to get across. DEV editors will use these guidelines contextually depending on sponsorship.") %> + <%= text_area_tag(:instructions, nil, placeholder: "Include brand guideline links and detailed instructions about the message you are trying to get across. #{community_name} editors will use these guidelines contextually depending on sponsorship.") %> <% tag_sponsorships = org.sponsorships.unexpired.where(level: :tag) %> <% tag_sponsorships.find_each do |sponsorship| %>
@@ -98,7 +98,7 @@

- Credits will be allotted flexibly use in DEV-produced podcasts, videos and other media content. You will be notified as it is being distributed. + Credits will be allotted flexibly use in <%= community_name %>-produced podcasts, videos and other media content. You will be notified as it is being distributed.

<% end %> @@ -112,7 +112,7 @@ <%= hidden_field_tag(:level, level) %>

- You will be contacted by the DEV team within one day of signing up for this service. + You will be contacted by the <%= community_name %> team within one day of signing up for this service.

<% end %> <% end %> diff --git a/app/views/partnerships/_gold_sponsor_copy.html.erb b/app/views/partnerships/_gold_sponsor_copy.html.erb index 533763cb5..b0fbab44c 100644 --- a/app/views/partnerships/_gold_sponsor_copy.html.erb +++ b/app/views/partnerships/_gold_sponsor_copy.html.erb @@ -7,7 +7,7 @@ đź‘€ Dedicated homepage logo + tagline placement

- Your company will receive prominent logo and tagline placement directly on the DEV homepage, where it will be seen by hundreds of thousands of unique visitors each month. This is the most prime real estate on the platform, dedicated just for our Gold sponsors. + Your company will receive prominent logo and tagline placement directly on the <%= community_name %> homepage, where it will be seen by hundreds of thousands of unique visitors each month. This is the most prime real estate on the platform, dedicated just for our Gold sponsors.

🙌 Inclusion in our weekly newsletter, and the option to add a boosted article to every newsletter @@ -37,7 +37,7 @@ It will also include a call-to-action to follow your organization directly in th 🏆 Special flair on your organization profile page

-As a Gold sponsor, you will receive special flair that lives on your organization page. This visual cue will show the DEV Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community. +As a Gold sponsor, you will receive special flair that lives on your organization page. This visual cue will show the <%= community_name %> Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community.

<% unless user_signed_in? %>

Email partners@dev.to for pricing information

diff --git a/app/views/partnerships/_media_sponsor_copy.html.erb b/app/views/partnerships/_media_sponsor_copy.html.erb index b222ede4b..c56641772 100644 --- a/app/views/partnerships/_media_sponsor_copy.html.erb +++ b/app/views/partnerships/_media_sponsor_copy.html.erb @@ -1,6 +1,6 @@

Media Sponsorship

- DEV produces custom media, ranging from BaseCS to Byte Sized, with so much more planned. Contact us to be notified of opportunities to work with us on media campaigns! + <%= community_name %> produces custom media, ranging from BaseCS to Byte Sized, with so much more planned. Contact us to be notified of opportunities to work with us on media campaigns!

✌️ Custom Collaborations @@ -19,7 +19,7 @@ Sponsorship video insertion 💕 Adjacent Marketing

-As a media sponsor, your company will be included in all relevant sections around the content. For instance, in the DEV post, in social media postings, email announcements, etc. +As a media sponsor, your company will be included in all relevant sections around the content. For instance, in the <%= community_name %> post, in social media postings, email announcements, etc.

<% unless user_signed_in? %>

Email partners@dev.to for pricing information

diff --git a/app/views/partnerships/_silver_sponsor_copy.html.erb b/app/views/partnerships/_silver_sponsor_copy.html.erb index 5d43fe77b..c71790312 100644 --- a/app/views/partnerships/_silver_sponsor_copy.html.erb +++ b/app/views/partnerships/_silver_sponsor_copy.html.erb @@ -19,7 +19,7 @@ 🏆 Special flair on your organization profile page

- As a Silver sponsor, you will receive special flair that lives on your organization page. This visual cue will show the DEV Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community. + As a Silver sponsor, you will receive special flair that lives on your organization page. This visual cue will show the <%= community_name %> Community and broader ecosystem that you are an important community supporter, providing a natural draw for increased engagement on the platform. And, of course, you’ll have bragging rights and company pride knowing that you’re supporting a wonderful community.

<% if user_signed_in? %>

Silver sponsorship costs 500 credits/mo ($1,250 when purchased in bulk)

diff --git a/app/views/partnerships/_tag_sponsor_copy.html.erb b/app/views/partnerships/_tag_sponsor_copy.html.erb index 08cc6b971..dc9d8f715 100644 --- a/app/views/partnerships/_tag_sponsor_copy.html.erb +++ b/app/views/partnerships/_tag_sponsor_copy.html.erb @@ -15,7 +15,7 @@ Target your messaging with a tag sponsorship. This is a great way to increase y Placement on our tag overview page

- Members of the DEV Community head to the dedicated tags page to explore new areas of the site, and to manage which tags they follow. Your company will be listed as a sponsor directly alongside the tag you support. This placement provides visibility to all members, even if they don’t directly engage within your tag. + Members of the <%= community_name %> Community head to the dedicated tags page to explore new areas of the site, and to manage which tags they follow. Your company will be listed as a sponsor directly alongside the tag you support. This placement provides visibility to all members, even if they don’t directly engage within your tag.

Special flair on your organization profile page diff --git a/app/views/partnerships/index.html.erb b/app/views/partnerships/index.html.erb index 41ba340b1..9cc9570a6 100644 --- a/app/views/partnerships/index.html.erb +++ b/app/views/partnerships/index.html.erb @@ -10,18 +10,18 @@

Partner With " />

🚀 Reach

- DEV serves millions of unique visitors per month. This highly-targeted developer audience is comprised of registered members (<%= number_with_delimiter(User.estimated_count) %>) and visitors from the open web — many of whom visit DEV as part of their daily routine. You may be interested in the public analytics available on SimilarWeb. + <%= community_name %> serves millions of unique visitors per month. This highly-targeted developer audience is comprised of registered members (<%= number_with_delimiter(User.estimated_count) %>) and visitors from the open web — many of whom visit <%= community_name %> as part of their daily routine. You may be interested in the public analytics available on SimilarWeb.

❤️ Community

- DEV is committed to maintaining an inclusive and constructive environment, and welcomes developers of all backgrounds and experience levels. We work with a large group of community moderators who help us uphold and enforce our Code of Conduct. + <%= community_name %> is committed to maintaining an inclusive and constructive environment, and welcomes developers of all backgrounds and experience levels. We work with a large group of community moderators who help us uphold and enforce our Code of Conduct.

đź’Ž Quality

- DEV always prioritizes the user experience. Our community-oriented sponsorship offerings are hosted directly (no third-party tracking), and can even be disabled if a registered member chooses to do so. We work hard to ensure that sponsorships are natural and well-received. + <%= community_name %> always prioritizes the user experience. Our community-oriented sponsorship offerings are hosted directly (no third-party tracking), and can even be disabled if a registered member chooses to do so. We work hard to ensure that sponsorships are natural and well-received.

🤓 Expertise

- DEV has experts on staff who will help you craft your message and coordinate your activities on the platform. We are focused on helping your company generate a mutually positive outcome with the community. + <%= community_name %> has experts on staff who will help you craft your message and coordinate your activities on the platform. We are focused on helping your company generate a mutually positive outcome with the community.

@@ -89,7 +89,7 @@ 🎤 Native shout-outs and video clip insertions
  • - ✏ Creative consultation with the DEV Team + ✏ Creative consultation with the <%= community_name %> Team
  • Full Details diff --git a/app/views/pro_memberships/show.html.erb b/app/views/pro_memberships/show.html.erb index 098961e15..73180a26b 100644 --- a/app/views/pro_memberships/show.html.erb +++ b/app/views/pro_memberships/show.html.erb @@ -33,11 +33,11 @@
  • Searchable Pro History: Instant access to a repository of your entire reading history—for your own heightened reference.
  • đź‘‹ Access the Exclusive Areas

    -

    A pro membership gives you access to small pro groups that don't necessarily scale. Your pro membership immediately gives you access to Editorial Groups in DEV Connect. These are chat channels dedicated to peer-to-peer review of technical blog posts to help you make the most of your DEV presence. +

    A pro membership gives you access to small pro groups that don't necessarily scale. Your pro membership immediately gives you access to Editorial Groups in <%= community_name %> Connect. These are chat channels dedicated to peer-to-peer review of technical blog posts to help you make the most of your <%= community_name %> presence.

    🤝 Access the Trust-based features

    While pro memberships will not give you preferential treatment in the feed algorithm (that would be a no-no), you will get skin-in-the-game based access to trust-based features where we can place your posts more quickly and effectively in areas where spam would otherwise inhibit us.

    🙌 Always Improving

    -

    Because this will be the landing destination for experimental and low scale features, you will always have the best and most interesting DEV features. We also plan to connect for exclusive deals on new and upcoming features on other platforms. +

    Because this will be the landing destination for experimental and low scale features, you will always have the best and most interesting <%= community_name %> features. We also plan to connect for exclusive deals on new and upcoming features on other platforms. <% if @user %>

    diff --git a/app/views/users/_account.html.erb b/app/views/users/_account.html.erb index d09985479..5852b3b98 100644 --- a/app/views/users/_account.html.erb +++ b/app/views/users/_account.html.erb @@ -1,7 +1,7 @@ <%= render "users/additional_authentication" %> -

    DEV API Keys

    -

    You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The DEV API documentation contains further information.

    +

    <%= community_name %> API Keys

    +

    You can generate personal API keys to use for authentication with the <%= community_name %> API. The API is still in early beta though. The <%= community_name %> API documentation contains further information.

    Generate a new Key

    <%= form_tag users_api_secrets_path, method: :post do %> <%= fields_for :api_secret do |api_secret| %> diff --git a/app/views/users/_integrations.html.erb b/app/views/users/_integrations.html.erb index a847adf2d..7de12c29c 100644 --- a/app/views/users/_integrations.html.erb +++ b/app/views/users/_integrations.html.erb @@ -8,7 +8,7 @@ <% end %>
    -

    Generate a personal blog from your DEV posts

    +

    Generate a personal blog from your <%= community_name %> posts

    <% if current_user.decorate.stackbit_integration? %>

    Connected to Stackbit beta" />

    @@ -17,7 +17,7 @@ <% else %>

    Connect to Stackbit beta

    -

    Automatically generate a self-hosted static blog feed from your DEV posts.

    +

    Automatically generate a self-hosted static blog feed from your <%= community_name %> posts.

    Get Started

    <% end %>
    diff --git a/app/views/users/_meta.html.erb b/app/views/users/_meta.html.erb index fe7b808aa..a4d999ff3 100644 --- a/app/views/users/_meta.html.erb +++ b/app/views/users/_meta.html.erb @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ "> - + <% if @stories.any? %> diff --git a/app/views/users/_profile.html.erb b/app/views/users/_profile.html.erb index 43cb7347c..f30bf1345 100644 --- a/app/views/users/_profile.html.erb +++ b/app/views/users/_profile.html.erb @@ -5,11 +5,11 @@

    /<%= current_user.username %>" aria-label="Go to your profile page"> DEV badge - Add the DEV badge to your personal site. Click here for the code + Add the <%= community_name %> badge to your personal site. Click here for the code

    <%= form_for(@user) do |f| %>
    diff --git a/app/views/users/_publishing_from_rss.html.erb b/app/views/users/_publishing_from_rss.html.erb index c2ee9f7b9..0d8df5c79 100644 --- a/app/views/users/_publishing_from_rss.html.erb +++ b/app/views/users/_publishing_from_rss.html.erb @@ -50,9 +50,9 @@
    <%= f.check_box :feed_referential_link %> - <%= f.label :feed_referential_link, "Replace self-referential links with DEV-specific links" %> + <%= f.label :feed_referential_link, "Replace self-referential links with #{community_name} %>-specific links" %>
    - If you check this box, the post will automatically change any URLs included in the post to refer to the version of that article on DEV if available. This is primarily meant for folks migrating their entire blog onto DEV. + If you check this box, the post will automatically change any URLs included in the post to refer to the version of that article on <%= community_name %> if available. This is primarily meant for folks migrating their entire blog onto <%= community_name %>.
    diff --git a/app/views/videos/index.html.erb b/app/views/videos/index.html.erb index e8fcffd02..cd421bf80 100644 --- a/app/views/videos/index.html.erb +++ b/app/views/videos/index.html.erb @@ -1,5 +1,5 @@ <%= content_for :page_meta do %> - <% title "Videos" %> + <% title("#{community_name} Videos") %> @@ -9,19 +9,19 @@ " /> - + "> "> - + <% end %>
    -

    DEV on Video

    +

    <%= community_name %> on Video

    <% @video_articles.each do |video_article| %> diff --git a/spec/requests/events_spec.rb b/spec/requests/events_spec.rb index 8c0bc70f5..c1c7f6f87 100644 --- a/spec/requests/events_spec.rb +++ b/spec/requests/events_spec.rb @@ -6,7 +6,7 @@ RSpec.describe "Events", type: :request do describe "GET events" do it "returns index page" do get "/events" - expect(response.body).to include("DEV EVENTS") + expect(response.body).to include("#{community_name} EVENTS") expect(response.body).to include(event.title) end diff --git a/spec/requests/videos_spec.rb b/spec/requests/videos_spec.rb index 8f15ac17d..9432f6a2d 100644 --- a/spec/requests/videos_spec.rb +++ b/spec/requests/videos_spec.rb @@ -7,7 +7,7 @@ RSpec.describe "Videos", type: :request do describe "GET /videos" do it "shows video page" do get "/videos" - expect(response.body).to include "DEV on Video" + expect(response.body).to include "#{community_name} on Video" end it "shows articles with video" do