diff --git a/README.md b/README.md index fd33a13b..8635aeef 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Join the chat at https://gitter.im/Erudika/scoold](https://badges.gitter.im/Erudika/scoold.svg)](https://gitter.im/Erudika/scoold?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Scoold is a Q&A platform written in Java. The project was created back in 2008, released in 2012 as social network for +**Scoold** is a Q&A platform written in Java. The project was created back in 2008, released in 2012 as social network for schools inspired by StackOverflow, and as of 2017 it has been refactored, repackaged and open-sourced. The primary goal of this project is educational but it can also work great as a Q&A/support section for your website. @@ -24,6 +24,7 @@ because all the heavy lifting is delegated to Para. This makes the code easy to - Reputation and voting system with badges - Minimal frontend JS code based on jQuery - Modern, responsive layout powered by Materialize CSS +- Suggestions for similar questions and hints for duplicate posts - Social login (Facebook, Google, GitHub, LinkedIn, Microsoft, Twitter) with Gravatar support - SEO friendly @@ -67,6 +68,7 @@ para.gmaps_api_key = "********************************" para.admin_ident = "admin@domain.com" para.support_email = "support@scoold.com" para.google_analytics_id = "UA-123456-7" +para.code_highlighting_enabled = true ``` **Note**: On Heroku, the config variables above **must** be set without dots ".", for example `para.endpoint` becomes `para_endpoint`. diff --git a/docs/index.html b/docs/index.html index d47658ee..6f21aa66 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,7 +139,7 @@
@@ -157,7 +157,7 @@ -