![]() |
Zebra - An Open Source Clone of Hacker News - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Zebra - An Open Source Clone of Hacker News (/showthread.php?tid=54302) |
Zebra - An Open Source Clone of Hacker News - El Forum - 09-02-2012 [eluser]Vheissu[/eluser] Recently I decided to develop an open source clone of Hacker News in Codeigniter. The auth library is one I've developed myself. The code is up for grabs on Github if anyone is interested: https://github.com/Vheissu/Zebra It's not yet complete, but as it stands you can register and login as well as submit news stories to the site. It's about half way there. Use it as a starting base, to learn Codeigniter or heck even help contribute. Zebra - An Open Source Clone of Hacker News - El Forum - 09-03-2012 [eluser]Vheissu[/eluser] For those of you that have been checking out the repository, I've made some massive commits and it's almost a completely functional social news site in a box. Profiles, karma, commenting, submitting and more. Zebra - An Open Source Clone of Hacker News - El Forum - 09-05-2012 [eluser]Thorpe Obazee[/eluser] Any sample site? Zebra - An Open Source Clone of Hacker News - El Forum - 09-05-2012 [eluser]Vheissu[/eluser] [quote author="bargainph" date="1346838277"]Any sample site?[/quote] When I find the time, I can put a demo up somewhere. It's a simple matter of uploading the files and changing the DB info as the database dump in the repo comes pre-populated with 3 user accounts and actual submitted/voted stories. Zebra - An Open Source Clone of Hacker News - El Forum - 02-07-2013 [eluser]Unknown[/eluser] Hi Mr. Charrington, I sat up an example site recently at this addy: http://securefox.org/ Actually, I like this project a lot. I hope you continue more work on it. I've not explored it much, but adding rss for stories and such could be a nice addition. Good work, in any case! Faithfully, Kuensl [quote author="Vheissu" date="1346881571"][quote author="bargainph" date="1346838277"]Any sample site?[/quote] When I find the time, I can put a demo up somewhere. It's a simple matter of uploading the files and changing the DB info as the database dump in the repo comes pre-populated with 3 user accounts and actual submitted/voted stories.[/quote] |