rcpp_framework/modules/paged_article
2022-02-04 20:37:06 +01:00
..
detect.py Added a PagedArticle class. It goes through a given folder, evaluates all first level subfolders, and creates an article from each directory, and page into those articles from each file with pagination. 2020-12-28 23:17:30 +01:00
paged_article_entry.cpp Move 2 method definitions to the cpp file. 2022-02-04 20:37:06 +01:00
paged_article_entry.h Move 2 method definitions to the cpp file. 2022-02-04 20:37:06 +01:00
paged_article.cpp Renamed the article struct in PagedArticle to PagedArticleEntry, and moved it to it's own file. Also made it inherit from reference. 2022-02-04 20:36:09 +01:00
paged_article.h Renamed the article struct in PagedArticle to PagedArticleEntry, and moved it to it's own file. Also made it inherit from reference. 2022-02-04 20:36:09 +01:00
SCsub Added a PagedArticle class. It goes through a given folder, evaluates all first level subfolders, and creates an article from each directory, and page into those articles from each file with pagination. 2020-12-28 23:17:30 +01:00