readme.txt
来自「AJAX Book Reader is a complete AJAX clie」· 文本 代码 · 共 24 行
TXT
24 行
It is assumed there is a directory that contains text files named [book][chapter]#.[ext]and directory has been assigned to the '$shelf' variable in .pt-configand [book] is 1 to N characters to identify a collection of chaptersand [chapter] is the chapter seperator (default='c')and # is the 0 based chapter number and [ext] is the extension of the text files (default='.txt')and each file contains one chapter of textand there is optionally a chapter index file [book].lisin the shelf directory where the first line is the title of the bookand the second line is the author's nameand subsequent lines are the chapter namesIt is further assumedthat read.php contains the div tags <div> with an id oftitle, where the book's title will be placedauthor, where the author's name will be placednavbar, where the page/chapter navigation controls will be placedpage, where the text of the page will be placed.pt-config should be changed to suit your preferences butthere is nothing else especially designed to be user configurable in the other files
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?