[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[udig-devel] Spaish Translation from EN
|
There was a request on IRC to see if we can "copy" the English space as
a starting point for the Spanish Translation. I had a look at taking an
XML backup of the English space and using it to generate an ES backup file.
The contents are pretty straight forward:
- attachments - series of folders (like "4486") with all the attachments
(like images)
- entities.xml - an xml document containing the text of all the pages
- exportDescriptor.properties
An example entry in entities.xml:
<object class="Page" package="com.atlassian.confluence.pages">
<id name="id">4486</id>
<property name="title"><![CDATA[Change a Layers Style]]></property>
<property name="content"><![CDATA[h3. Change a Layers Style
You can use the Style View to change the appearance of a layer:
# Right-click on the layer in the Layers View and select Change Style
# Select the desired interface from the Style View
!snapshot1.jpg!
# Edit the attributes of the style.
!snapshot2.jpg!
# Click on the apply button: !apply.jpg!
Related Concepts
[Layers view]
[Style View]
]]></property>
<property name="version">6</property>
<property name="creatorName"><![CDATA[rgould]]></property>
<property name="creationDate">2005-04-06 10:03:42.829</property>
<property name="lastModifierName"><![CDATA[cedric]]></property>
<property name="lastModificationDate">2005-04-28 13:08:52.323</property>
<property name="originalVersion" class="Page"
package="com.atlassian.confluence.pages"><id name="id">3600</id>
</property>
<property name="contentStatus"><![CDATA[current]]></property>
</object>
So the scary part for me is the "id" 4486, and its association with an
attachments folder....
For fear of wrecking the website I am going to drop this line of
research - good idea though.
Jody