【问题标题】:How to get beyond DocPad ToS?如何超越 DocPad ToS?
【发布时间】:2015-02-16 22:53:10
【问题描述】:

docpad run 的行为与 https://docpad.org/docs/installhttps://docpad.org/docs/start 上的不同 它一直要求我同意 ToS,它不会创建任何文件或运行服务器。

$ docpad run
info: Welcome to DocPad v6.70.1 (global installation: /usr/local/lib/node_modules/docpad)
notice: If everyone who saw this message donated $1/week, maintaining DocPad would become sustainable: http://docpad.org/donate
info: Contribute: http://docpad.org/docs/contribute
info: Plugins:
info: Environment: development
Before we continue, have you read and agree to DocPad's Terms of Service (http://bevry.me/tos) and Privacy Policy (http://bevry.me/privacy)? [Y/n] Y
Fantastic. We like informed people!
$ docpad run
info: Welcome to DocPad v6.70.1 (global installation: /usr/local/lib/node_modules/docpad)
notice: If everyone who saw this message donated $1/week, maintaining DocPad would become sustainable: http://docpad.org/donate
info: Contribute: http://docpad.org/docs/contribute
info: Plugins:
info: Environment: development
Before we continue, have you read and agree to DocPad's Terms of Service (http://bevry.me/tos) and Privacy Policy (http://bevry.me/privacy)? [Y/n] Y
Fantastic. We like informed people!
$ ls -la
total 0
drwxr-xr-x  2 guaka  staff   68 Feb 13 03:04 .
drwxr-xr-x  3 guaka  staff  102 Feb 13 03:04 ..
$

继续接受 ToS 有点无聊,如何开始构建网站?

(也发布了这个in the DocPad issue queue,但那里发生的事情不多。)

【问题讨论】:

    标签: docpad


    【解决方案1】:

    即使我没有使用代理,这里建议的 proxy workaround 也对我有用:

    通过自己填写您的~/.docpad.cson~/Dropbox/.docpad.cson(如果您安装了 Dropbox)文件手动同意 TOS:

    {
      name: "Your name"
      email: "Your email"
      username: "Your username"
      subscribed: true
      subscribeTryAgain: null
      tos: true
      identified: true
    }
    

    【讨论】:

      猜你喜欢
      • 2015-05-03
      • 2013-10-22
      • 2010-10-01
      • 2021-10-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多