aboutsummaryrefslogtreecommitdiff
path: root/cljssss-g.clj
Commit message (Collapse)AuthorAgeFilesLines
* Use a template for OPML generation.Matthias Andreas Benkard2009-02-231-20/+12
|
* Reformat code.Matthias Andreas Benkard2009-02-231-56/+67
|
* Fix with-session.Matthias Andreas Benkard2009-02-231-5/+2
|
* Update sample database content.Matthias Andreas Benkard2009-02-231-1/+11
|
* Merge branch 'master' of ↵Matthias Andreas Benkard2009-02-231-16/+92
|\ | | | | | | | | | | | | ssh://matthias@uxul.org:63332/home/matthias/public_html/cljssss-g Conflicts: cljssss-g.clj
| * Elementary Methods for showing Per-User Feed- and Entry-Listschristoph2009-02-231-56/+65
| | | | | | | | | | | | (no control for read/unread entries yet) FIXME: Added a variable "sessions", because Clojure didnt compile otherwise.
| * Adding an OPML-Export /feedlist.opml which is session-aware.christoph2009-02-211-9/+65
| | | | | | | | | | | | Unfortunately I couldnt create a class fitting to StringTemplate's needs, unfortunately Clojure seems not to be able to create Interfaces on-the-fly and one has to compile them before using them. I couldnt manage to do so, so I decided to create an OPML-String directly. So far, this works. Anyway, added opml.st and opmlclass.clj - which somehow reflect my trial of doing this.
| * Made the login work. Added an elementary feed-list.christoph2009-02-201-3/+14
| |
* | Fix indentation.Matthias Andreas Benkard2009-02-231-5/+5
|/
* Merge branch 'master' of ↵christoph2009-02-201-4/+0
|\ | | | | | | | | | | | | ssh://schoppenhauer@uxul.org:63332/home/matthias/public_html/cljssss-g Conflicts: login.st
| * Merge branch 'master' of ↵christoph2009-02-201-29/+30
| |\ | | | | | | | | | | | | | | | | | | ssh://schoppenhauer@uxul.org:63332/home/matthias/public_html/cljssss-g Conflicts: cljssss-g.clj
* | \ Merge branch 'master' of ↵christoph2009-02-201-29/+30
|\ \ \ | |/ / |/| / | |/ | | | | | | ssh://schoppenhauer@uxul.org:63332/home/matthias/public_html/cljssss-g Conflicts: cljssss-g.clj
| * Add a URI parameter for invalid log-ins so that an error message can be ↵Matthias Andreas Benkard2009-02-201-1/+1
| | | | | | | | displayed.
| * Add beginnings of log-in handling.Matthias Andreas Benkard2009-02-201-4/+20
| |
* | Funktionen zum Login, Loginseite erstelltchristoph2009-02-201-11/+27
|/
* subscribe-to-feed: Minor stylistic improvements.Matthias Andreas Benkard2009-02-201-4/+1
|
* subscribe-to-feed: Stylistic improvements.Matthias Andreas Benkard2009-02-201-28/+21
|
* Added a function "subscribe-feed"christoph2009-02-201-0/+26
| | | | Unfortunately it is not working yet in all cases (see code)
* Fix indentation.Matthias Andreas Benkard2009-02-191-1/+1
|
* Fix fetch-feed.Matthias Andreas Benkard2009-02-191-54/+56
|
* Add function fetch-feed.Matthias Andreas Benkard2009-02-191-12/+90
|
* Add database schema.Matthias Andreas Benkard2009-02-191-1/+61
|
* Depend on SQLiteJDBC.Matthias Andreas Benkard2009-02-191-0/+10
|
* Stylistic improvements.Matthias Andreas Benkard2009-02-191-2/+2
|
* Subscription page: Instantiate all template variables.Matthias Andreas Benkard2009-02-181-1/+2
|
* Use StringTemplate for web page generation.Matthias Andreas Benkard2009-02-181-8/+7
|
* Initial “hello world” commit.Matthias Andreas Benkard2009-02-171-0/+19