podfantomato
Fantomato - Blog / Wiki engine. (Dokuwiki & Markdown)
Classes
| AdminWeblet | AdminWeblet | 
| Cache | Cache | 
| CachedContent | CachedContent Data for a cached content (potentioally processed) from file | 
| CommentsWeblet | CommentsWeblet Handle comments requests | 
| Fantomato | Server entry point | 
| GlobalSettings | GlobalSettings | 
| ImportComments | convert one time script to convert from jotwiki comments to fantomato | 
| NsSettings | NsSettings : Settings for a Namespace | 
| PageComment | PageComment Will be saved in JSON format (filename is timestamp) | 
| PageCommentList | Will be sent to frontend via ajax in json format Gives a list / subset of comments with pagination data | 
| PageSettings | PageSettings | 
| PageWeblet | PageWeblet : Serves pages | 
| SettingGen | SettingGen | 
| SitemapGen | SitemapGen : Generates Google sitemaps for all namespaces | 
| TaggedPage | |
| TagsActor | TagsActor Create an in memory map of pages per unique tag This would not scale to a huge number of pages, but it's fast and simple If ever needed we could use mongo, couch or whatever. | 
| WikiProcessor | WikiProcessor Delegate to my OLD java impl for now until a rewrite in Fantom |