summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add simple project listGravatar Tom Willemsen2012-09-111-0/+1
|
* remove obsolete (tekuti url)Gravatar Andy Wingo2011-02-221-1/+0
| | | | | | | | * tekuti/url.scm: Remove. * Makefile.am: Remove url.scm * tekuti/post.scm: Remove reference to (tekuti url). (parse-post-data): Use uri-encode.
* add a simple cacheGravatar Andy Wingo2010-12-031-0/+1
| | | | * tekuti/cache.scm: Add a simple cache.
* use compile warningsGravatar Andy Wingo2010-11-131-1/+2
| | | | | * Makefile.am (GUILE_WARNINGS): Use compile warnings when compiling tekuti.
* autotoolize, and compile the scheme filesGravatar Andy Wingo2010-11-131-0/+32
* .gitignore: * AUTHORS: * COPYING: * ChangeLog: * Makefile.am: * NEWS: * README: * acinclude.m4: * configure.ac: * env.in: All the needed bits.