diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-09 22:08:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-09 22:08:44 -0800 |
| commit | 7286cd50a139faef33da5eb50ad76b605e5886aa (patch) | |
| tree | d8a0dbc50249fd17dc33c1e654e011ba576eccd2 /_posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md | |
| parent | Remove a bunch of unused files. (diff) | |
| download | lumberjaph-7286cd50a139faef33da5eb50ad76b605e5886aa.tar.gz | |
Mostly, fix broken links.
Diffstat (limited to '')
| -rw-r--r-- | _posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/_posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md b/_posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md index aace6ea..2d3cca7 100644 --- a/_posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md +++ b/_posts/2009-05-13-a-simple-feed-aggregator-with-modern-perl-part-4.md @@ -141,13 +141,9 @@ We create our 2 templates (for index and view): </ul> {% endhighlight %} -If you point your browser to +If you point your browser to http://localhost:3000/feed/ you will see this: -bc. http://localhost:3000/feed/ - -you will see this: - -!/static/imgs/list_feed.png(list feeds)! +<img src='/static/imgs/list_feed.png' alt='list feeds'> Now the controller for displaying the entries: @@ -182,7 +178,7 @@ The function **view** fetch an entry from the kiokudb backend, and store it in t If you point your browser to an entry (something like **http://localhost:3000/entry/somesha256value**), you will see an entry: -!/static/imgs/show_entry.png(show entry)! +<img src='/static/imgs/show_entry.png' alt='show entry'> Et voila, we are done with a really basic feed reader. You can add methods to add or delete feed, mark an entry as read, ... |
