r17552 by craig - Add new format to spell dicts xml locator file

scribus-commit scribus-commit at lists.scribus.net
Mon Jun 11 19:09:54 UTC 2012


Author: craig
Date: Mon Jun 11 19:09:53 2012
New Revision: 17552

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17552
Log:
Add new format to spell dicts xml locator file

Modified:
    trunk/Scribus/resources/spell_dicts/scribus_spell_dicts.xml

Modified: trunk/Scribus/resources/spell_dicts/scribus_spell_dicts.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17552&path=/trunk/Scribus/resources/spell_dicts/scribus_spell_dicts.xml
==============================================================================
--- trunk/Scribus/resources/spell_dicts/scribus_spell_dicts.xml (original)
+++ trunk/Scribus/resources/spell_dicts/scribus_spell_dicts.xml Mon Jun 11 19:09:53 2012
@@ -1,10 +1,10 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <scribus>
-	<dictionary type="spell" language="en_GB" URL="http://services.scribus.net/myspell-en_GB-20081002.zip" description="English (British)" files="en_GB.dic;en_GB.aff" license="README_en_GB.txt" version="1.0" />
+	<dictionary type="spell" filetype="zip" language="en_GB" URL="http://services.scribus.net/myspell-en_GB-20081002.zip" description="English (British)" files="en_GB.dic;en_GB.aff" license="README_en_GB.txt" version="1.0" />
 	<dictionary type="spell" language="en_US" URL="http://" description="English (American)" files="en_US.dic;en_US.aff" license="README_en_US.txt" version="1.0" />
-	<dictionary type="spell" language="en_AU" URL="http://" description="English (Australian)" files="en_AU.dic;en_AU.aff" license="README_en_AU.txt" version="1.0" />
+	<dictionary type="spell" filetype="plain" language="en_AU" URL="http://cgit.freedesktop.org/libreoffice/dictionaries/tree/dictionaries/en/" description="English (Australian)" files="en_AU.dic;en_AU.aff;README_en_AU.txt" license="README_en_AU.txt" version="1.0" />
 	<dictionary type="spell" language="en_CA" URL="http://" description="English (Canadian)" files="en_CA.dic;en_CA.aff" license="README_en_CA.txt" version="1.0" />
-	<dictionary type="spell" language="en_NZ" URL="http://services.scribus.net/myspell-en_NZ-20081002.zip" description="English (New Zealand)" files="en_NZ.dic;en_NZ.aff" license="README_en_NZ.txt" version="1.0" />
-	<dictionary type="spell" language="en_ZA" URL="http://services.scribus.net/myspell-en_ZA-20081002.zip" description="English (South African)" files="en_ZA.dic;en_ZA.aff" license="README_en_ZA.txt" version="1.0" />
-	<dictionary type="spell" language="es_AR" URL="http://de-mirror.org/gentoo/distfiles/myspell-es_AR-20120418.zip" description="Spanish (Argentina)" files="es_AR.dic;es_AR.aff" license="README.txt" version="1.0" />
+	<dictionary type="spell" filetype="zip" language="en_NZ" URL="http://services.scribus.net/myspell-en_NZ-20081002.zip" description="English (New Zealand)" files="en_NZ.dic;en_NZ.aff" license="README_en_NZ.txt" version="1.0" />
+	<dictionary type="spell" filetype="zip" language="en_ZA" URL="http://services.scribus.net/myspell-en_ZA-20081002.zip" description="English (South African)" files="en_ZA.dic;en_ZA.aff" license="README_en_ZA.txt" version="1.0" />
+	<dictionary type="spell" filetype="zip" language="es_AR" URL="http://de-mirror.org/gentoo/distfiles/myspell-es_AR-20120418.zip" description="Spanish (Argentina)" files="es_AR.dic;es_AR.aff" license="README.txt" version="1.0" />
 </scribus>




More information about the scribus-commit mailing list