Closed abomadi closed 7 years ago
UPDATE: removed RequireHttpsAttribute filter on statrup and it did work, it looks SSL issue on mac.
Thanks
I'm pretty sure VS 2015 on windows would create the ssl cert for you automatically, but yeah on mac probably need to comment that out in startup
I am currently having a look into your project, it looks awesome, it would be nice to have some features on the road map, maybe we can contribute.
it supports localization currently, I need to document how to do it, I just finished a client project with 2 tenants each using a different default language
I plan to evolve it some but trying to keep it very simple not to make it an enterprise cms, hence the name SimpleContent. If you want something where you define content types I would suggest take a look at orchard2. all the flexibility for that kind of thing also adds complexity
Just Amazing ..., looking forward for documentation, actually im looking for something to be used by an enterprise project. and this is almost covering most of what i am looking for, other modules could be built and plugged in.
I'll give a quick tip on how to do the localization.
use cloudscribe.Web.Localization - read the readme for its purpose and rationale Create a folder in your main web app "GlobaleResources" to put the resx files ** You can create CloudscribeCore.xx.resx and SimpleContent.xx.resx and put them in that folder where xx is your language code There is an English file for cloudscribeCore here that you can copy to translate, I need to create one for SimpleContent but you can create the file and add any text you see in the SimpleContent UI as the key and translate.
if you do create any translations please contribute them to the corresponding projects
Great!, i will have a look and try to create something for SC as a poc
Hi, im trying to run this project on mac everything builds correctly however when i open the destination url i receive the following.