public
Description: A Twitter clone in C
Homepage:
Clone URL: git://github.com/joelmichael/memereap.git
name age message
file Makefile Fri Jul 17 07:55:24 -0700 2009 handle request cookies [joelmichael]
file README Wed May 20 20:07:07 -0700 2009 the proper start to memereap [joelmichael]
directory controllers/ Fri Jul 17 08:37:26 -0700 2009 remove cookie tests [joelmichael]
directory db/ Wed May 20 20:57:11 -0700 2009 split up select_user, first controller, ignores [joelmichael]
directory lib/ Fri Jul 17 08:36:28 -0700 2009 bug fixes [joelmichael]
directory models/ Fri May 29 15:34:03 -0700 2009 use fcgi [joelmichael]
directory public/ Fri May 29 15:34:03 -0700 2009 use fcgi [joelmichael]
directory templates/ Thu May 28 19:17:48 -0700 2009 move views back to templates [joelmichael]
directory tests/ Fri May 29 15:34:03 -0700 2009 use fcgi [joelmichael]
directory views/ Fri Jul 17 08:37:26 -0700 2009 remove cookie tests [joelmichael]
README
MemeReap is a Twitter clone written in C.

This application is designed as a sample application from which a C web framework
will be abstracted.