Skip to content

export.ebook.for.b2b.howto

404 edited this page Sep 14, 2010 · 1 revision

Install

put export.php Yuedu.swf in one directory, preferably the dir where your swf reside.

swf/ export.php Yuedu.swf template.tpl

Usage

./export.php -d 20 -o /var/www/b2b/

  • -d 后面是天数,days
  • -o 后面是输出目录 output dir

导出的文件必须在服务器上才能看,直接拖到本地浏览器不能看。 这是因为flash的安全设置造成的。 想直接在本地看,调整flash安全设置。 参考: kinhunt填写

其它

暂时export.php存放在 /var/www/example/sites/example.com/files/pdf/swf/

导出后的图书在本地用浏览器打开为什么显示空白

这是新版本 flash 的安全策略, 不让swf访问本地资源,如果想要访问,可添加例外设置: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

如何导指定的图书

命令行菜蔬只可以导最近多少天的,无法指定导哪一本书。想达到导指定书的效果,这样:

1、在pdf/swf下新建一个文件夹

2、把要到的书文件夹复制过去。直接从网站看nodeid就知道书的文件夹名

3、把 exporter.php templete.tpl Yuedu.swf 复制到新文件夹

4、在新目录中运行 ./exporter -d 20000 指定一个足够大的天数,确保导所有新目录中的书

source code

see yuedu.export.script/

Clone this wiki locally