ChrisFulstow / NBlog

A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#.
284 stars 139 forks source link

Add humans.txt #7

Open ChrisFulstow opened 13 years ago

ChrisFulstow commented 13 years ago

More info: http://humanstxt.org/

fraga commented 12 years ago

What we should put in the humans.txt file for the github project itself? I thought about something like "This is NBLog's default humans.txt file, please change it." or we could put the actual NBlog's contributors names...what do you think?

ChrisFulstow commented 12 years ago

I reckon the NBlog contributors with a placeholder for additional stuff for sites built on the platform. And maybe some short blurb about NBlog too.

Sent from my iPhone

On 13/01/2012, at 1:32 PM, Rodrigo Fragareply@reply.github.com wrote:

What we should put in the humans.txt file for the github project itself? I thought about something like "This is NBLog's default humans.txt file, please change it." or we could put the actual NBlog's contributors names...what do you think?


Reply to this email directly or view it on GitHub: https://github.com/ChrisFulstow/NBlog/issues/7#issuecomment-3473364

fraga commented 12 years ago

cool $ git log --pretty=format:"%an" | sort -u will print contributors name from the repo

ChrisFulstow commented 12 years ago

Nice!

Sent from my iPhone

On 13/01/2012, at 1:48 PM, Rodrigo Fragareply@reply.github.com wrote:

cool $ git log --pretty=format:"%an" | sort -u will print contributors name from the repo


Reply to this email directly or view it on GitHub: https://github.com/ChrisFulstow/NBlog/issues/7#issuecomment-3473538

fraga commented 12 years ago

Maybe we could hack something like - every time we build we update humans.txt with contributors from the current repo...

ChrisFulstow commented 12 years ago

Nice idea...

On 13 January 2012 14:12, Rodrigo Fraga < reply@reply.github.com

wrote:

Maybe we could hack something like - every time we build we update humans.txt with contributors from the current repo...


Reply to this email directly or view it on GitHub: https://github.com/ChrisFulstow/NBlog/issues/7#issuecomment-3473803