s9y / Serendipity

A PHP blog software
https://s9y.org
BSD 3-Clause "New" or "Revised" License
206 stars 86 forks source link

POPFetch Docs #809

Open dgl-dev opened 1 year ago

dgl-dev commented 1 year ago

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

onli commented 1 year ago

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.