Arc Forumnew | comments | leaders | submitlogin
3 points by akkartik 4987 days ago | link | parent

The data is stored in flat files under the arc/news subdirectory. So just moving the entire code directory should transplant data as well. All data is stored in memory and periodically saved to that directory (so you'll be fine as long as you don't need to add a second server).

the html and css are all in news.arc. html.arc has primitives for generating html, and the css is at http://github.com/rick2047/arc/blob/5b625b9f73/news.arc#L486

(For the most actively maintained forks, you might want to check out the arc wiki: http://sites.google.com/site/arclanguagewiki)