Showcase site not accepted
Permalink
I went to add my C5 sitehttp://www.netknots.com to the Showcase Site section but got an error message that "This site does not appear to be a concrete5 site." That is odd because it certainly is a c5 site (ver 4.2.2)! I think it would be a valuable addition to the showcase as it uses about 15 add-ons! Anyone know why it is not detected as a c5 site or any way around the error message?
I don't know how the showcase system works but I'm going to guess that it threw an error because you modified the generator code. From your source you have:
META NAME="Generator" CONTENT="John Sherry Copyright 2012"
Try leaving this as the default concrete5 and it should be OK.
I think the meta tag you want to use would be:
meta name="copyright" content="John Sherry"
The generator tag is generally used for the underlying software that generated the page.
Cheers,
Anthony