Serendipity icon indicating copy to clipboard operation
Serendipity copied to clipboard

POPFetch Docs

Open dgl-dev opened this issue 2 years ago • 1 comments

I want to use POPFetch to send posts to my blog Can't find docs of what the email should look like?

dgl-dev avatar Jul 10 '23 17:07 dgl-dev

https://github.com/s9y/additional_plugins/blob/2d0a7fee55e68622259f391c168556500168d2bc/serendipity_event_popfetcher/docs.txt seems to contain some documentation. The s9y book has some additional information, in german only though, on page 343: https://raw.githubusercontent.com/s9y/Book/master/serendipity.pdf.

If I understand it correctly the plugin will by default combine the whole mail text into a blog article. Attachments that are images are supposed to be added to the entry and the Media Library, but I don't see how they would be placed in the article (maybe added to the bottom?).

Maybe best to try it out and to ask specific questions in the forum. Also, if you can read PHP code, this is one case where reading the source code might be help. https://github.com/s9y/additional_plugins/blob/master/serendipity_event_popfetcher/serendipity_event_popfetcher.php is the main PHP file.

onli avatar Jul 10 '23 19:07 onli