Skip to content

Instantly share code, notes, and snippets.

@mikeschinkel
Created June 7, 2012 00:39
Show Gist options
  • Save mikeschinkel/2885760 to your computer and use it in GitHub Desktop.
Save mikeschinkel/2885760 to your computer and use it in GitHub Desktop.
/comic/{$chapter_slug}/{$post_slug}/ -> display a post whose parent is a chapter
/feed/ -> displays 'post' and 'comic'
/comic/feed/ -> displays 'comic'
/comic/{$chapter_slug}/feed/ -> displays all comic posts for a chapter?
/comic/{$year}/ -> displays all comic posts for that year
/comic/{$year}/{$month}/ -> displays all comic posts for that year/month
/comic/{$year}/{$month}/{$day}/ -> displays all comic posts for that year/month/day
@mikeschinkel
Copy link
Author

mikeschinkel commented Aug 6, 2012 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment