Source code of http://freepo.st

Tristan B. Kildaire 2f285dfb73 Is this a good description? %!s(int64=7) %!d(string=hai) anos
css 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
htmlpurifier 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
images 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
javascript cc863fd9d6 Fix #52 Javascript not working on Midori %!s(int64=7) %!d(string=hai) anos
template 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
.gitignore 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
.htaccess fd84378370 .htaccess: Remove new line %!s(int64=7) %!d(string=hai) anos
.htaccess.prod ef26b5db44 .htaccess.prod: Remove unused rule %!s(int64=7) %!d(string=hai) anos
LICENSE b6a047b015 === Replace old freepost with new and different version === %!s(int64=8) %!d(string=hai) anos
README.md 2f285dfb73 Is this a good description? %!s(int64=7) %!d(string=hai) anos
about.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
config.php 2a441f13d9 config.php Change DSN line to use database name "freepost_freepost". %!s(int64=7) %!d(string=hai) anos
database.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
date.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
edit.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
favicon.ico b6a047b015 === Replace old freepost with new and different version === %!s(int64=8) %!d(string=hai) anos
freepost_freepost.sql b9b68b398e Add SQL schema. %!s(int64=7) %!d(string=hai) anos
index.php 09f6a03c97 index.php: Remove test line. %!s(int64=7) %!d(string=hai) anos
login.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
login_reset.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
logout.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
parsedown.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
post.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
reply.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
robots.txt 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
rss.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
search.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
session.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
submit.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
twig.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
user.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
user_activity.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos
vote.php 9e32b6f20a Changed file mode. %!s(int64=7) %!d(string=hai) anos

README.md

FreePost

This is the code powering freepost. FreePost is a web-based discussion board that allows users to post text and links which other users may read and comment on (start a discussion). It also supports upvoting and downvoting of posts and has some nifty features to display the so-called Hot posts (those that are very popular and have been upvoted a lot) as well as the newest posts, aptly named New. Each user has a profile page which includes some information on themselves.

Development

Stylesheets

Sources are in css/. They are compiled using Stylus. Run this command from the project's root:

$ stylus --watch --compress --disable-cache --out css/ css/

Contacts

If you have any questions please get in contact with us at freepost.

License

freepost is free software licensed as GNU Affero General Public License, either version 3 or (at your option) any later version.