Tumo network generates e-books for jar mobile phones of the Enterprise Edition for mobile phone websitesProgram, Automatically generates text files uploaded by users into mobile phone e-books in jar format. The generation speed per minute can reach more than 1000.
The program green and small, simple configuration, can automatically identify the user upload format (ANSI, UTF-8, Unicode), without manual conversion, can also be based on the needs of the software interface to manually generate e-books, automatic processing is not affected.
Use:
1. The website must generate a file with the. jm extension. The file name is not limited, such as 23134321.jm.
2. The content of this file is in the following format: see the compressed Package example 2.jm
<Bookname> title </bookname>
<Author> author </author>
<Maker> producer </maker>
<Bookpath> File Upload path </bookpath>
3. In joymo. ini, configure dir as the directory for storing. jm, which may be different from the directory for uploading files.
4. The generated jar e-book has the same name as the TXT file uploaded by the user, and is in the directory uploaded by the user
The reason why a single background program is generated is mainly to consider the scalability and maintenance of the architecture. We can see that many websites are directly generated through their dynamic scripting languages, and I think it is not very good, the generation process and websiteCodeIt is tightly coupled, and changes to the website will affect the processing of the generated. So design it separately, so that even if you still generate mobile phone e-books such as UMD and BRM in the future, it is convenient to expand this program!