hangops / hangops.com

hangops.com v2
1 stars 0 forks source link

Finalize Site Navigation #2

Open solarce opened 11 years ago

solarce commented 11 years ago

I am thinking [Home | Past Sessions | Submit Topics | Contact | Calendar Feed | RSS Feed | About ]

cwebberOps commented 11 years ago

@solarce Is there already a script to generate the podcast feed? Debating how we should handle the Submit topics and Contact pages. I like the idea of the static generator, but am beginning to think a framework like django might make senses.

solarce commented 11 years ago
  1. Podcast Feed depends on https://github.com/hangops/hangops.com/issues/8
  2. @bear had the idea of making a static page that just submitted to the issues repo via api
  3. Contact page should just list twitter, sessions at hangops dot com email, irc session, and the team members (myself, you, bear, jordan) type contact info, that's all I was thinking
bear commented 11 years ago

my hope/goal (fevered dream?) is that submitting an topic request or item is a js/html form that pushes to either a database or to a simple listener that writes to github using their api.

I can have any database, k/v store or http POST listener waiting to receive your json blob - let me know what is easier (or more fun) for you

solarce commented 11 years ago

Looks super simple, all I think we need is a static form that does a POST

http://developer.github.com/v3/issues/#create-an-issue

On Saturday, March 9, 2013, Mike Taylor wrote:

my hope/goal (fevered dream?) is that submitting an topic request or item is a js/html form that pushes to either a database or to a simple listener that writes to github using their api.

I can have any database, k/v store or http POST listener waiting to receive your json blob - let me know what is easier (or more fun) for you

— Reply to this email directly or view it on GitHubhttps://github.com/hangops/hangops.com/issues/2#issuecomment-14677340 .

Brandon Burton sysadmin and technologist http://www.inatree.org/ http://www.twitter.com/solarce

bear commented 11 years ago

submit.html post page created but i'm getting a 404 error for my POST - my test curl of the same json payload also gets a 404 so I'm going to pester some github folks in the morning