20 |
|
|
21 |
|
void Wiki::Entries(const api::Path &directory, const cse::String &base) |
22 |
|
{ |
23 |
< |
cse::String wiki(client.GetProperty(_B("GoogleTron:Wiki"), directory.GetPath())); |
23 |
> |
{ |
24 |
> |
cse::String wiki(client.GetProperty(_B("GoogleTron:Wiki"), directory.GetPath())); |
25 |
|
|
26 |
< |
if (wiki != _B("PmWiki")) |
27 |
< |
throw ext::NotImplementedException(_S<ios::String>() << _B("unknown wiki ") << wiki); |
26 |
> |
if (wiki != _B("PmWiki")) |
27 |
> |
throw ext::NotImplementedException(_S<ios::String>(_B("unknown wiki ")) << wiki); |
28 |
> |
} |
29 |
|
|
30 |
|
api::Path wikiDirectory(directory.GetChild(_B("wiki.d"))); |
31 |
|
ext::RedBlackSet<cse::String> excludes(GetProperties<ext::RedBlackSet<cse::String> >(_B("GoogleTron:Exclude"), wikiDirectory.GetPath())); |