Source code of http://freepo.st

Jorge Maldonado Ventura ab40431d55 Don't show a blank space after the title 6 years ago
css 44e5124b4e Fix #67 Light up link of current page 6 years ago
htmlpurifier 9e32b6f20a Changed file mode. 6 years ago
images 9e32b6f20a Changed file mode. 6 years ago
javascript cc863fd9d6 Fix #52 Javascript not working on Midori 6 years ago
template ab40431d55 Don't show a blank space after the title 6 years ago
.gitignore 9e32b6f20a Changed file mode. 6 years ago
.htaccess fd84378370 .htaccess: Remove new line 6 years ago
.htaccess.prod ef26b5db44 .htaccess.prod: Remove unused rule 7 years ago
LICENSE b6a047b015 === Replace old freepost with new and different version === 8 years ago
README.md d5b0f32a56 new-description-for-readme 6 years ago
about.php 44e5124b4e Fix #67 Light up link of current page 6 years ago
config.php 2a441f13d9 config.php Change DSN line to use database name "freepost_freepost". 6 years ago
database.php 9e32b6f20a Changed file mode. 6 years ago
date.php 9e32b6f20a Changed file mode. 6 years ago
edit.php 9e32b6f20a Changed file mode. 6 years ago
favicon.ico b6a047b015 === Replace old freepost with new and different version === 8 years ago
freepost_freepost.sql b9b68b398e Add SQL schema. 6 years ago
index.php 44e5124b4e Fix #67 Light up link of current page 6 years ago
login.php 44e5124b4e Fix #67 Light up link of current page 6 years ago
login_reset.php 9e32b6f20a Changed file mode. 6 years ago
logout.php 9e32b6f20a Changed file mode. 6 years ago
parsedown.php 9e32b6f20a Changed file mode. 6 years ago
post.php 9e32b6f20a Changed file mode. 6 years ago
reply.php 9e32b6f20a Changed file mode. 6 years ago
robots.txt 9e32b6f20a Changed file mode. 6 years ago
rss.php 9e32b6f20a Changed file mode. 6 years ago
search.php 9e32b6f20a Changed file mode. 6 years ago
session.php 9e32b6f20a Changed file mode. 6 years ago
submit.php 44e5124b4e Fix #67 Light up link of current page 6 years ago
twig.php 9e32b6f20a Changed file mode. 6 years ago
user.php 9e32b6f20a Changed file mode. 6 years ago
user_activity.php 9e32b6f20a Changed file mode. 6 years ago
vote.php 9e32b6f20a Changed file mode. 6 years ago

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.