Changeset 13
- Timestamp:
- 11/14/06 09:35:16 (2 years ago)
- Files:
-
- trunk/README.txt (modified) (1 diff)
- trunk/doc/Plugin-HOWTO.html (modified) (1 diff)
- trunk/lib/config.py (modified) (1 diff)
- trunk/lib/gui/helpwin.py (modified) (1 diff)
- trunk/lib/info.py (modified) (1 diff)
- trunk/misc/repository (added)
- trunk/misc/repository/Makefile (added)
- trunk/misc/repository/README.txt (added)
- trunk/misc/repository/make-addons-list.py (added)
- trunk/opendict.1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.txt
r5 r13 46 46 ~~~~ 47 47 48 For more information visit http://opendict.i nhangar.com.48 For more information visit http://opendict.idiles.com. 49 49 trunk/doc/Plugin-HOWTO.html
r5 r13 78 78 <p> 79 79 OpenDict is free multiplatform dictionary. More information about it 80 can be found on <a href="http://opendict.i nhangar.com">OpenDict website</a>.80 can be found on <a href="http://opendict.idiles.com">OpenDict website</a>. 81 81 </p> 82 82 <p> trunk/lib/config.py
r9 r13 148 148 149 149 self.repository = \ 150 'http://files.opendict.i nhangar.com/Repository/Data/opendict-add-ons.xml'150 'http://files.opendict.idiles.com/Repository/Data/opendict-add-ons.xml' 151 151 152 152 trunk/lib/gui/helpwin.py
r5 r13 166 166 unicode("\302\251", "UTF-8") 167 167 desc = _("OpenDict is a multiplatform dictionary.") 168 page = "http://opendict.i nhangar.com"168 page = "http://opendict.idiles.com" 169 169 170 170 titleLabel = wxStaticText(self, -1, title, trunk/lib/info.py
r1 r13 25 25 26 26 # OpenDict version 27 VERSION = "0.6. 2"27 VERSION = "0.6.3-pre1" 28 28 29 29 # File system objects trunk/opendict.1
r5 r13 22 22 .\" -------------------------------------------------------- 23 23 .SH SEE ALSO 24 .BR http://opendict.i nhangar.com24 .BR http://opendict.idiles.com 25 25 .\" -------------------------------------------------------- 26 26 .SH AUTHORS
