Source code of http://freepo.st
Tristan B. Kildaire 2f285dfb73 Is this a good description? | il y a 7 ans | |
---|---|---|
css | il y a 7 ans | |
htmlpurifier | il y a 7 ans | |
images | il y a 7 ans | |
javascript | il y a 7 ans | |
template | il y a 7 ans | |
.gitignore | il y a 7 ans | |
.htaccess | il y a 7 ans | |
.htaccess.prod | il y a 7 ans | |
LICENSE | il y a 8 ans | |
README.md | il y a 7 ans | |
about.php | il y a 7 ans | |
config.php | il y a 7 ans | |
database.php | il y a 7 ans | |
date.php | il y a 7 ans | |
edit.php | il y a 7 ans | |
favicon.ico | il y a 8 ans | |
freepost_freepost.sql | il y a 7 ans | |
index.php | il y a 7 ans | |
login.php | il y a 7 ans | |
login_reset.php | il y a 7 ans | |
logout.php | il y a 7 ans | |
parsedown.php | il y a 7 ans | |
post.php | il y a 7 ans | |
reply.php | il y a 7 ans | |
robots.txt | il y a 7 ans | |
rss.php | il y a 7 ans | |
search.php | il y a 7 ans | |
session.php | il y a 7 ans | |
submit.php | il y a 7 ans | |
twig.php | il y a 7 ans | |
user.php | il y a 7 ans | |
user_activity.php | il y a 7 ans | |
vote.php | il y a 7 ans |
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.
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/
If you have any questions please get in contact with us at freepost.
freepost is free software licensed as GNU Affero General Public License, either version 3 or (at your option) any later version.