Source code of http://freepo.st
Tristan B. Kildaire 2f285dfb73 Is this a good description? | 7 роки тому | |
---|---|---|
css | 7 роки тому | |
htmlpurifier | 7 роки тому | |
images | 7 роки тому | |
javascript | 7 роки тому | |
template | 7 роки тому | |
.gitignore | 7 роки тому | |
.htaccess | 7 роки тому | |
.htaccess.prod | 7 роки тому | |
LICENSE | 8 роки тому | |
README.md | 7 роки тому | |
about.php | 7 роки тому | |
config.php | 7 роки тому | |
database.php | 7 роки тому | |
date.php | 7 роки тому | |
edit.php | 7 роки тому | |
favicon.ico | 8 роки тому | |
freepost_freepost.sql | 7 роки тому | |
index.php | 7 роки тому | |
login.php | 7 роки тому | |
login_reset.php | 7 роки тому | |
logout.php | 7 роки тому | |
parsedown.php | 7 роки тому | |
post.php | 7 роки тому | |
reply.php | 7 роки тому | |
robots.txt | 7 роки тому | |
rss.php | 7 роки тому | |
search.php | 7 роки тому | |
session.php | 7 роки тому | |
submit.php | 7 роки тому | |
twig.php | 7 роки тому | |
user.php | 7 роки тому | |
user_activity.php | 7 роки тому | |
vote.php | 7 роки тому |
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.