Skip to content

Commit

Permalink
Release v1.24.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed May 22, 2017
1 parent 65c33df commit b176b2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down Expand Up @@ -67,6 +68,7 @@ para.gmaps_api_key = "********************************"
para.admin_ident = "[email protected]"
para.support_email = "[email protected]"
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`.
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</a>
</div>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/Erudika/scoold/releases/download/1.24.8/scoold-1.24.8.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.24.9/scoold-1.24.9.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
</ul>
Expand All @@ -157,7 +157,7 @@
</div>
</nav>
</li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.24.8/scoold-1.24.8.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.24.9/scoold-1.24.9.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
</ul>
Expand All @@ -178,11 +178,11 @@ <h5 class="white pam" style="line-height: 1.5em;">
It can be deployed on Heroku or your own infrastructure.
</h5>
<div class="mtl ptl">
<a href="https://github.com/Erudika/scoold/releases/download/1.24.8/scoold-1.24.8.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.24.9/scoold-1.24.9.jar"
class="btn-large light-blue"><b>Download</b></a>
</div>
<div>
<small>v1.24.8, Requires Java 7+</small>
<small>v1.24.9, Requires Java 7+</small>
</div>
</div>
<div class="col m8">
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.erudika</groupId>
<artifactId>scoold</artifactId>
<version>1.24.8</version>
<version>1.24.9</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-client</artifactId>
<version>1.24.3</version>
<version>1.24.4</version>
</dependency>
<dependency>
<groupId>rome</groupId>
Expand Down

0 comments on commit b176b2c

Please sign in to comment.