Skip to content

Discourse plugin for standardizing brand names, making them appear uniform in Discourse posts.

License

Notifications You must be signed in to change notification settings

critcola/discourse-brand-standardization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Brand Standardization for Discourse

This plugin for Discourse, designed for Crit Cola's brand, stardardizes the appearance of brand names in posts to use uniform spelling, punctuation, and character case, and to appear on a single line.

Installation

Add the plugin's repository URL to your container's app.yml file, for example:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/critcola/discourse-brand-standardization.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

For the plugin to apply retroactively, you'll need to rebake old posts:

cd /var/discourse
./launcher enter app
rake posts:rebake

About Crit Cola

Crit Cola is an Overwatch clan, a growing community of PC gamers. Join our Steam group and follow us on Twitter. Cheers!

License

The Overwatch Hero Icons for Discourse plugin is released under the MIT License.

About

Discourse plugin for standardizing brand names, making them appear uniform in Discourse posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published