openresty / openresty.org

Code and data for the openresty.org site
https://openresty.org
1.26k stars 289 forks source link

bad HTML content in file html/en/download.html #55

Closed cheng0214 closed 7 years ago

cheng0214 commented 7 years ago

I'm new to nginx and OpenRestry. Now i'm try make gendata

./util/gen-data.pl en en/changelog-1009007: key @modifier not found. parsing git meta... en/changelog-1009007: key @modified not found. parsing git meta... en/changelog-1009007: key @changes not found. parsing git meta... en/changelog-1009015: key @modifier not found. parsing git meta... en/changelog-1009015: key @modified not found. parsing git meta... en/changelog-1009015: key @changes not found. parsing git meta... en/changelog-1011002: key @creator not found. parsing git meta... en/changelog-1011002: key @created not found. parsing git meta... en/changelog-1011002: key @modifier not found. parsing git meta... en/changelog-1011002: key @modified not found. parsing git meta... en/changelog-1011002: key @changes not found. parsing git meta... en/changes: key @modifier not found. parsing git meta... en/changes: key @modified not found. parsing git meta... en/changes: key @changes not found. parsing git meta... en/community: key @modifier not found. parsing git meta... en/community: key @modified not found. parsing git meta... en/community: key @changes not found. parsing git meta... en/components: key @modifier not found. parsing git meta... en/components: key @modified not found. parsing git meta... en/components: key @changes not found. parsing git meta... en/donors: key @modifier not found. parsing git meta... en/donors: key @modified not found. parsing git meta... en/donors: key @changes not found. parsing git meta... bad HTML content in file html/en/download.html at ./util/gen-data.pl line 69. make: *** [posts-en.tsv] Error 255

my info NAME = mac OS Sierra VERSION = 10.12.1

tpage is come from "sudo cpan Template" version = Template Toolkit Version 2.26

pandoc --version pandoc 1.19 Compiled with pandoc-types 1.17.0.4, texmath 0.9, highlighting-kate 0.6.3 Default user data directory: /Users/shencheng/.pandoc Copyright (C) 2006-2016 John MacFarlane Web: http://pandoc.org This is free software; see the source for copying conditions. There is no warranty, not even for merchantability or fitness for a particular purpose.

I have seen the https://github.com/openresty/openresty.org/issues/24. My html/en/download.html is empty. @lyqscmy I try to remove the entire directory html and make gendata again , but it doesn't work.

lyqscmy commented 7 years ago

Try removing the entire repository.Then git pull a new update repository. Follow the command order strictly.

在 2016年12月7日,11:34,shencheng notifications@github.com 写道:

I'm new to nginx and OpenRestry. Now i'm try make gendata

./util/gen-data.pl en en/changelog-1009007: key @modifier not found. parsing git meta... en/changelog-1009007: key @modified not found. parsing git meta... en/changelog-1009007: key @changes not found. parsing git meta... en/changelog-1009015: key @modifier not found. parsing git meta... en/changelog-1009015: key @modified not found. parsing git meta... en/changelog-1009015: key @changes not found. parsing git meta... en/changelog-1011002: key @creator not found. parsing git meta... en/changelog-1011002: key @created not found. parsing git meta... en/changelog-1011002: key @modifier not found. parsing git meta... en/changelog-1011002: key @modified not found. parsing git meta... en/changelog-1011002: key @changes not found. parsing git meta... en/changes: key @modifier not found. parsing git meta... en/changes: key @modified not found. parsing git meta... en/changes: key @changes not found. parsing git meta... en/community: key @modifier not found. parsing git meta... en/community: key @modified not found. parsing git meta... en/community: key @changes not found. parsing git meta... en/components: key @modifier not found. parsing git meta... en/components: key @modified not found. parsing git meta... en/components: key @changes not found. parsing git meta... en/donors: key @modifier not found. parsing git meta... en/donors: key @modified not found. parsing git meta... en/donors: key @changes not found. parsing git meta... bad HTML content in file html/en/download.html at ./util/gen-data.pl line 69. make: *** [posts-en.tsv] Error 255

my info NAME = mac OS Sierra VERSION = 10.12.1

tpage is come from "sudo cpan Template" version = Template Toolkit Version 2.26

pandoc --version pandoc 1.19 Compiled with pandoc-types 1.17.0.4, texmath 0.9, highlighting-kate 0.6.3 Default user data directory: /Users/shencheng/.pandoc Copyright (C) 2006-2016 John MacFarlane Web: http://pandoc.org This is free software; see the source for copying conditions. There is no warranty, not even for merchantability or fitness for a particular purpose.

I have seen the #24. My html/en/download.html is empty. @lyqscmy I try to remove the entire directory html and make gendata again , but it doesn't work.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

cheng0214 commented 7 years ago

ok , I try it.

cheng0214 commented 7 years ago

It's ok , I solve the problem. Thank you, @lyqscmy