FBReaderJ-sources-0.5.27

所属分类:编辑器/阅读器
开发工具:Java
文件大小:1228KB
下载次数:44
上传日期:2009-12-22 16:31:11
上 传 者iammuyue
说明:  一款android平台开发的阅读器,适合多种格式的阅读;
(a file reader on android phone)

文件列表:
FBReaderJ-sources-0.5.27\AndroidManifest.xml (5024, 2009-11-05)
FBReaderJ-sources-0.5.27\AndroidManifest.xml.pattern (5036, 2009-11-05)
FBReaderJ-sources-0.5.27\HowToBuild (319, 2009-11-05)
FBReaderJ-sources-0.5.27\VERSION (7, 2009-11-05)
FBReaderJ-sources-0.5.27\build.properties (164, 2009-11-05)
FBReaderJ-sources-0.5.27\build.xml (817, 2009-11-05)
FBReaderJ-sources-0.5.27\createRawResources.py (1287, 2009-11-05)
FBReaderJ-sources-0.5.27\data (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\default (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\default\keymap.xml (360, 2009-11-05)
FBReaderJ-sources-0.5.27\data\default\menubar.xml (489, 2009-11-05)
FBReaderJ-sources-0.5.27\data\default\styles.xml (3451, 2009-11-05)
FBReaderJ-sources-0.5.27\data\encodings (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\encodings\Encodings.xml (6825, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\fb2 (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\fb2\fb2genres.xml (42171, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\xhtml (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\xhtml\xhtml-lat1.ent (11775, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\xhtml\xhtml-special.ent (3751, 2009-11-05)
FBReaderJ-sources-0.5.27\data\formats\xhtml\xhtml-symbol.ent (13848, 2009-11-05)
FBReaderJ-sources-0.5.27\data\help (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\help\MiniHelp.en.fb2 (2356, 2009-11-05)
FBReaderJ-sources-0.5.27\data\help\MiniHelp.ru.fb2 (3422, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns (0, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\CHANGES (591, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\cs.pattern (97929, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\de-traditional.pattern (157114, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\de.pattern (159533, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\el.pattern (9667, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\en.pattern (121780, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\eo.pattern (83575, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\es.pattern (85784, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\fi.pattern (8311, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\fr.pattern (33840, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\id.pattern (7228, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\it.pattern (10122, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\LICENSES (473, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\no.pattern (748822, 2009-11-05)
FBReaderJ-sources-0.5.27\data\hyphenationPatterns\pt.pattern (9116, 2009-11-05)
... ...

L I B L I N E B R E A K ======================= Overview -------- This is the README file for liblinebreak, an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22, available at Check this URL for up-to-date information: Licence ------- This library is released under an open-source licence, the zlib/libpng licence. Please check the file LICENCE for details. Apart from using the algorithm, part of the code is derived from the data provided under And the Unicode Terms of Use may apply: Installation ------------ There are three ways to build the library: 1) On *NIX systems supported by the autoconfiscation tools, do the normal ./configure make sudo make install to build and install both the dynamic and static libraries. In addition, one may - type `make doc' to generate the doxygen documentation; or - type `make linebreakdata' to regenerate linebreakdata.c from LineBreak.txt. 2) On systems where GCC and Binutils are supported, one can type cp -p Makefile.gcc Makefile make to build the static library. In addition, one may - type `make debug' or `make release' to explicitly generate the debug or release build; - type `make doc' to generate the doxygen documentation; or - type `make linebreakdata' to regenerate linebreakdata.c from LineBreak.txt. 3) On Windows, apart from using method 1 (Cygwin/MSYS) and method 2 (MinGW), MSVC can also be used. Type nmake -f Makefile.msvc to build the static library. By default the debug release is built. To build the release version nmake -f Makefile.msvc CFG="linebreak - Win32 Release" Documentation ------------- Check the generated document doc/html/linebreak_8h.html for the public interfaces exposed to applications. $Id: README,v 1.5 2008/12/31 04:24:12 adah Exp $ vim:autoindent:expandtab:formatoptions=tcqlmn:textwidth=72:

近期下载者

相关文件


收藏者