Changeset 5
- Timestamp:
- 09/30/06 18:50:43 (2 years ago)
- Files:
-
- trunk/README.txt (modified) (5 diffs)
- trunk/doc/Plugin-HOWTO.html (modified) (1 diff)
- trunk/lib/config.py (modified) (1 diff)
- trunk/lib/gui/helpwin.py (modified) (1 diff)
- trunk/opendict.1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.txt
r1 r5 6 6 7 7 About 8 ----- 8 ~~~~~ 9 9 10 10 OpenDict is free multiplatform dictionary program. It is made to be … … 13 13 14 14 Requirements 15 ------------ 15 ~~~~~~~~~~~~ 16 16 17 17 - Python >= 2.3 … … 22 22 23 23 Quick Installation 24 ------------------ 24 ~~~~~~~~~~~~~~~~~~ 25 25 26 26 OpenDict on UNIX systems can be installed in a quick & dirty way: … … 34 34 35 35 For Microsft Windows users 36 -------------------------- 36 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 37 38 38 MS Windows users should download setup with precompiled OpenDict version. … … 44 44 45 45 Help 46 ---- 46 ~~~~ 47 47 48 For more information, visit http://opendict.sourceforge.net and 49 http://sourceforge.net/projects/opendict 48 For more information visit http://opendict.inhangar.com. 50 49 trunk/doc/Plugin-HOWTO.html
r1 r5 78 78 <p> 79 79 OpenDict is free multiplatform dictionary. More information about it 80 can be found on <a href="http://opendict. sf.net">OpenDict website</a>.80 can be found on <a href="http://opendict.inhangar.com">OpenDict website</a>. 81 81 </p> 82 82 <p> trunk/lib/config.py
r3 r5 148 148 149 149 self.set('repository-list', 150 'http://opendict. sf.net/Repository/Data/opendict-add-ons.xml')150 'http://opendict.inhangar.com/files/Repository/Data/opendict-add-ons.xml') 151 151 152 152 trunk/lib/gui/helpwin.py
r1 r5 166 166 unicode("\302\251", "UTF-8") 167 167 desc = _("OpenDict is a multiplatform dictionary.") 168 page = "http://opendict. sourceforge.net"168 page = "http://opendict.inhangar.com" 169 169 170 170 titleLabel = wxStaticText(self, -1, title, trunk/opendict.1
r1 r5 22 22 .\" -------------------------------------------------------- 23 23 .SH SEE ALSO 24 .BR http://opendict. sourceforge.net24 .BR http://opendict.inhangar.com 25 25 .\" -------------------------------------------------------- 26 26 .SH AUTHORS
