Jump to content
XCOMUFO & Xenocide

Mailing List Replication


Kamikazee

Recommended Posts

*DANGER* DUMB QUESTION ALERT *DANGER*

 

What do we do?

I know we have to copy the mailing list on SF but where to? And what layout?

Link to comment
Share on other sites

MindstormMaster had made a copy of its mailbox with attachments included to re-add them to the forum. And he is making an application in Java ( If any Java programmer wants to help him, just apply for the Mailing List Task Force ) to be able to copy the information in there and then replicate the same structure here in the forums.

 

Some admin move this to Active Tasks.

 

Greetings

Red Knight

Edited by red knight
Link to comment
Share on other sites

  • 4 weeks later...

Here I send you Mindstormmaster the XML Schema and the example. I made the schema in such a way that is easier for you to program a simple app that can be used to add the information. The only thing that is not too useful is the dateTime format of XML, so I will add a Java file to convert from a Date from Java to an XML one and viceversa.

 

BTW I had changed a little the format that you send to me so here goes an example file.

 

<?xml version="1.0" encoding="UTF-8"?>
<mailinglist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mailinglist.xsd">
<thread topic="Topic Title">
 <mail date="2001-12-17T09:30:47-05:00" sender="Mindstormmaster">
	 Example of how to get the information.
	 This is a multiline message
 </mail>
 <mail date="2001-12-17T09:30:47-05:00" sender="Red Knight">
	 Another Example
 </mail>
</thread>
<thread topic="This is the mail title">
 <mail date="2001-12-17T09:30:47-05:00" sender="Mamutas">
	 This is the message that we are going to send.
 </mail>
 <mail date="2001-12-17T09:30:47-05:00" sender="Red Knight">
	 The reply to the message
 </mail>
</thread>
</mailinglist>

 

I had to change the schema filename cause the board dont let me upload it (mailinglist.xsd is the name)... Micah can you change the permissions ;)

 

Greetings

Red Knight

mailinglist.zip

Link to comment
Share on other sites

×
×
  • Create New...