Source code of http://freepo.st

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

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.