Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinroberts/linkblab
A social news website (YARC - yet another reddit clone)
https://github.com/kevinroberts/linkblab
Last synced: 5 days ago
JSON representation
A social news website (YARC - yet another reddit clone)
- Host: GitHub
- URL: https://github.com/kevinroberts/linkblab
- Owner: kevinroberts
- Created: 2010-12-24T20:06:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T01:00:25.000Z (almost 6 years ago)
- Last Synced: 2024-04-09T15:28:25.188Z (7 months ago)
- Language: PHP
- Homepage: http://kevinroberts.us
- Size: 1.47 MB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linkblab - A Reddit Clone in PHP w/ Zend FW
==========================================Thoughts on the project
----------------------------------Just like Gabriel Weinberg brought to my attention over at http://www.gabrielweinberg.com/blog/2010/11/code-icebergs.html, creating a website like Reddit is a lot like the coding equivalelent of an iceberg in that, "they expose what a casual observer or competitor imagines is a weekend hackathon, but underneath there is a humongous mass of necessarily complicated code." I know this application mught be a little fugly on the outside, but on the inside it was an engineering labor of love. I tried to incorporate the same functionality Reddit offers with some of my own tweaks as I attempted to reverse engineer the Python code base.
I've used this project to become better acquainted with Zend Framework and their MVC implementation as well as experiment with Ajax a bit. I make heavy use of Jquery as well.
TODO
----------------------- Putting "NSFW" in some subblabs automatically (toggle in blab settings?).
- alt. Name for karma -- cred?
- Implement User Profile Page
- User page actionsTo Change for Production
----------------------- check line 17 of decoda.php on live site