I'm just in the process of switching over to RSD from working on and moderating a now outdated Web Design Software for many years.
Congratulations to CCup on the back end work, this is where I wanted us to go and I could only program so much into the front end so it was a tough call making a change. Anyway... nice interface guys, the potential where this can go is exciting!
So my first question
I can't seem to find where you do attachments to the root. For example in the HEAD you put:
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Where do I go to place that icon in the root directory? Do you need to export and make those kind of attachments there or can it be done for local preview for example.<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Also along the same lines is there a link yet for the best practice on basic folder set up configurations locally and/or use from within the program.