Question about sharing entries between serendipity instances
Posted: Tue Jul 18, 2006 6:21 pm
I am in the position where I need to share entries between two serendipity boxes. I need to be able to synchronize the data from one to the other. I have looked at a few options such as using the RSS syndicator and creating mysql dumps and parsing out the relevant insert statements but I am unsure what would be the best way to go about doing this.
I don't think that RSS is the way to go because all of the extended properties are not captured in the RSS feed and it is important to me that I be able to capture the user who submitted the entry. Maybe I am missing something and this is possible?
My other approach as listed above was to create daily backups of my one box and create an event plugin on my end that reads the database dump, parses the data out and then stores the results as a new text file. On the other box I would create an option in the admin panel that provided an interface (a generic SQL query window) where I could paste the contents of that file and then hit a submit button to enter the data into the database.
I don't think that RSS is the way to go because all of the extended properties are not captured in the RSS feed and it is important to me that I be able to capture the user who submitted the entry. Maybe I am missing something and this is possible?
My other approach as listed above was to create daily backups of my one box and create an event plugin on my end that reads the database dump, parses the data out and then stores the results as a new text file. On the other box I would create an option in the admin panel that provided an interface (a generic SQL query window) where I could paste the contents of that file and then hit a submit button to enter the data into the database.