~dominik-burgdoerfer/webplodder/trunk

« back to all changes in this revision

Viewing changes to src/webplodder/plodder.cpp

  • Committer: Dominik Burgdörfer
  • Date: 2010-07-17 06:44:18 UTC
  • Revision ID: dominik@domachine-20100717064418-s99709yh88lyuri1
backup

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
            if(fs::is_regular_file(dIter->status()) &&
111
111
                    dIter->path().extension() == ".page" &&
112
112
               (!exclude.contains(dIter->path(),
113
 
                   dir))) {
 
113
                                  dir))) {
114
114
                fs::path outFile(dIter->path());
115
115
                outFile.replace_extension("html");
116
116
                shared_ptr<page::Page> pageFile =