[nodejs] Announcing Specter, a blogging platform built on node js

2013-07-11 Thread Akshat Jiwan Sharma
http://brislink.github.io/specter/ I would l love some feedback on this guys. Technologies used express, mustache and twitter bootstrap. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this mess

Re: [nodejs] Announcing Specter, a blogging platform built on node js

2013-07-11 Thread Hage Yaapa
Include screenshots of the admin panel. On Thu, Jul 11, 2013 at 11:31 AM, Akshat Jiwan Sharma wrote: > http://brislink.github.io/specter/ > > > I would l love some feedback on this guys. > > Technologies used > > express, mustache and twitter bootstrap. > > > > > -- > -- > Job Board: http://jo

Re: [nodejs] Announcing Specter, a blogging platform built on node js

2013-07-13 Thread Akshat Jiwan Sharma
Well there is no admin panel On Thursday, July 11, 2013 3:17:37 PM UTC+5:30, hacksparrow wrote: > > Include screenshots of the admin panel. > > > On Thu, Jul 11, 2013 at 11:31 AM, Akshat Jiwan Sharma > > > wrote: > >> http://brislink.github.io/specter/ >> >> >> I would l love some feedback o

Re: [nodejs] Announcing Specter, a blogging platform built on node js

2013-07-13 Thread Hage Yaapa
How do you authenticate yourself, CRUD posts, manage images, files etc? I'd want a blogging platform to be able to do those at the bare minimum. On Sat, Jul 13, 2013 at 11:39 PM, Akshat Jiwan Sharma wrote: > Well there is no admin panel > > > On Thursday, July 11, 2013 3:17:37 PM UTC+5:30,

Re: [nodejs] Announcing Specter, a blogging platform built on node js

2013-07-13 Thread Akshat Jiwan Sharma
Okay this is going to be a long post :) 1. There are no sessions 2. Authentication is done with the help of a contributors file. Here you define all the users who are allowed to perform crud operations. 3. Since there