What's the best way to export oddmuse page to HTML ? Currently, I use curl command, but then I need to edit file manually to delete oddmuse stuff.
- Try using the embed=1 parameter to strip header and footer. It also strips the title of the page, however. http://www.communitywiki.org/odd?action=browse;embed=1;id=Forum Note that embed=1 will be saved in your cookie if you use it from a browser. To go back: http://www.communitywiki.org/odd?action=browse;embed=0;id=Forum Other than that, I would just use a different stylesheet when showing or printing the page. (Notice how the default stylesheet hides part of the header, footer, and sidebar when printing! You can check it by looking at the print preview. I use Firefox.) – AlexSchroeder