Closed scanlonjts closed 11 years ago
I just tried with 1.0.0.beta1 (git describe --always is cd451a0), the generated SiteEntry is
return new CSElement("MyTester", mysite.element.Tester.class, //
new SiteEntry("mysite-tester", false, "MySite/MyTester"));
http://localhost:8080/cs/ContentServer?pagename=MySite/MyTester does not work (as it should) http://localhost:8080/cs/ContentServer?pagename=mysite-tester does work (as it should)
Please ensure you are not using 0.5 (git describe --always is 3796375)
just did fresh install - setup NEW site called MySite (actually following instructions this time)
doc says tester is at http://localhost:8080/cs/ContentServer?pagename=mysite-tester
actual url to the site entry is: (at least in my case) http://localhost:8080/cs/ContentServer?pagename=MySite/MyTester
also - the link from the install page to the tutorial page has a bad href (pointing at tuttorial)