# themeroller.jquerymobile.com **Repository Path**: mirrors_jquery/themeroller.jquerymobile.com ## Basic Information - **Project Name**: themeroller.jquerymobile.com - **Description**: ThemeRoller site for jQuery Mobile - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## jQuery Mobile ThemeRoller Notes on PHP configs for the hosted version: * The PHP function call `file_get_contents()` is used in a few places. For this to work, the PHP configuration `allow_url_fopen` must be enabled (which it is by default). * When a user clicks "Download ZIP" the server must be able to create the zip and its contents, as well as store it temporarily (again self-cleaning script keeps files only 15 seconds old) so it can be downloaded through the browser. This requires that PHP can create a writable "zips" folder in the root of the repository checkout. Alternatively, you can create one ahead of time. You can override this location via the `THEMEROLLER_ZIPDIR` environment variable.