# | Line 16 | Line 16 | Blog::Blog(const cse::String &sitemap, c | |
---|---|---|
16 | { | |
17 | api::Cout << _B("Blog") << ios::NewLine; | |
18 | ||
19 | < | Entries(command->root, _S<ios::String>() << base << command->path); |
19 | > | Entries(command->root, /*_S<ios::String>() << base << command->path*/_B("http://www.douglasthrift.net/blog/")); |
20 | } | |
21 | ||
22 | void Blog::Entries(const api::Path &directory, const cse::String &base) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |