tantaman / strut

Strut - An Impress.js and Bespoke.js Presentation Editor
http://strut.io
GNU Affero General Public License v3.0
1.82k stars 485 forks source link

Strut server #364

Closed lucianopes closed 1 year ago

lucianopes commented 8 years ago

Hi Tantaman, is strut still active ? I love this project and i am looking the way to improve it in the server side for an educational project, but i am encountering some difficulties. To save the contents of a presentation in the server side i must have the json file contents . I can get the html content of the presentation but not the json file, that you can have only via downloading. Any advise about to get the json file of the presentation content ? Somethime like a function 'Save presentation' that you can have the json text of the presentation. I have studied the 'amd-app.js' file, where i suppose there is the solution, but it seems to me very intricate and complicated to understang the code. Thanks in advance.

mwcz commented 8 years ago

Strut is not active, but you should be able to find what you need anyway. There is already a menu item called "Export" that does exactly what you described. This looks like it's the code you're looking for, although I won't be much help deciphering it. Good luck!

lucianopes commented 8 years ago

Thanks, what a pity, it was a very nice project.

abmxer commented 8 years ago

@lucianopes Have you found out a solution to save content server side? Thanks