https://github.com/jquery/themeroller.jquerymobile.com
ThemeRoller site for jQuery Mobile
https://github.com/jquery/themeroller.jquerymobile.com
Last synced: 9 months ago
JSON representation
ThemeRoller site for jQuery Mobile
- Host: GitHub
- URL: https://github.com/jquery/themeroller.jquerymobile.com
- Owner: jquery
- License: other
- Created: 2011-10-10T22:10:01.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T23:21:24.000Z (over 2 years ago)
- Last Synced: 2025-04-02T20:08:45.845Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 2.09 MB
- Stars: 141
- Watchers: 27
- Forks: 72
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## README
This is the new repo for the jQuery Mobile ThemeRoller tool.
Notes on PHP configs for hosted version of jQm ThemeRoller:
1. The php function call file_get_contents() is used in a few places. In order for this to work, the php configuration allow_url_fopen must be set to true.
2. When a user generates a 'Share Theme' link, the theme.css file is hosted temporarily (The script that stores the files and generates the url also runs a cleanup script to ensure no files older than 30 days are on the server). There must be enough space to accommodate many themes being stored here at once.
3. 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.