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.