aboutsummaryrefslogtreecommitdiff
path: root/cljssss-g.clj
Commit message (Collapse)AuthorAgeFilesLines
* Show feed entries using JavaScript if possible.Matthias Andreas Benkard2009-03-061-0/+17
|
* Serve flat files as a fallback when no other rule applies.Matthias Andreas Benkard2009-03-061-2/+2
|
* Don't raise an exception when there is no content to display for a given entry.Matthias Andreas Benkard2009-03-011-11/+14
|
* Defensively escape XML text.Matthias Andreas Benkard2009-03-011-1/+3
|
* Update variable web-vars according to the current Compojure version.Matthias Andreas Benkard2009-03-011-2/+2
|
* Defensively escape href and src attributes.Matthias Andreas Benkard2009-03-011-1/+9
|
* On the entry list, actually obey the user's request and show the appropriate ↵Matthias Andreas Benkard2009-03-011-4/+5
| | | | entry in full.
* Output entry content as HTML code.Matthias Andreas Benkard2009-03-011-4/+33
|
* Add entry content viewing to the main page.Matthias Andreas Benkard2009-03-011-2/+104
|
* Make the main page show correctly again.Matthias Andreas Benkard2009-03-011-3/+5
|
* Highlight the currently displayed feed on the feed list.Matthias Andreas Benkard2009-03-011-4/+5
|
* Fix a couple of minor bugs.Matthias Andreas Benkard2009-03-011-3/+8
|
* Apply a column-based layout to the main page via CSS.Matthias Andreas Benkard2009-03-011-0/+3
|
* Add a unified feed/entry list view and make it the default page.Matthias Andreas Benkard2009-03-011-48/+66
|
* Improve code style.Matthias Andreas Benkard2009-02-281-1/+1
|
* Add macro with-web-vars.Matthias Andreas Benkard2009-02-281-8/+25
|
* Redirect to requested page after login.Matthias Andreas Benkard2009-02-281-12/+8
|
* Fix type hints.Matthias Andreas Benkard2009-02-241-3/+4
|
* Fix indentation.Matthias Andreas Benkard2009-02-231-19/+19
|
* Order feed and entry lists explicitely.Matthias Andreas Benkard2009-02-231-3/+9
|
* Use templates wherever possible.Matthias Andreas Benkard2009-02-231-47/+41
|
* 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