Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Finalize Site Navigation #2

Open
solarce opened this issue Mar 5, 2013 · 5 comments
Open

Finalize Site Navigation #2

solarce opened this issue Mar 5, 2013 · 5 comments

Comments

@solarce
Copy link
Member

solarce commented Mar 5, 2013

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

@cwebberOps
Copy link
Member

@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
Copy link
Member Author

solarce commented Mar 9, 2013

  1. Podcast Feed depends on Create script for making podcast feed #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
Copy link
Member

bear commented Mar 10, 2013

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
Copy link
Member Author

solarce commented Mar 10, 2013

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//issues/2#issuecomment-14677340
.

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

@bear
Copy link
Member

bear commented May 18, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants