shish / shimmie2-utils
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README | Mon Feb 08 18:13:22 -0800 2010 | |
| |
cli_import.php | Mon Feb 08 18:11:38 -0800 2010 | |
| |
coverage.php | Mon Mar 22 21:38:42 -0700 2010 | |
| |
create_monolith.php | Mon Feb 08 19:30:56 -0800 2010 | |
| |
fix_sizes.php | Mon Feb 08 18:13:22 -0800 2010 | |
| |
hashes1_to_hashes2.php | Mon Feb 08 17:55:49 -0800 2010 | |
| |
ids_to_hashes2.php | Mon Feb 08 17:55:49 -0800 2010 | |
| |
init_dev.sh | Mon Mar 22 21:35:44 -0700 2010 | |
| |
reset_standalone.sh | Sun May 16 13:14:45 -0700 2010 |
README
create_monolith.php ~~~~~~~~~~~~~~~~~~~ run from the root of a shimmie install; it will output monolith.php, a single file containing all shimmie code and active extensions (but not /lib/*); it will also have comments stripped and various static optimisations applied. ids_to_hashes2.php ~~~~~~~~~~~~~~~~~~ convert shimmie1 style "images/123.jpg" to shimmie2 style "images/24/24a7b..." hashes1_to_hashes2.php ~~~~~~~~~~~~~~~~~~~~~~ convert shimmie2-beta style "images/bl/blah.jpg" to "images/bl/blah" init_dev.sh ~~~~~~~~~~~ creates a tree of installations suitable for unit testing (one install for each combination of stable/dev and mysql/pgsql/sqlite, with wipe-and-reinstall scripts to clean up after testing) fix_sizes.php ~~~~~~~~~~~~~ Fix the database in cases where the height/width/filesize were listed as zero cli_import.php [OLD] ~~~~~~~~~~~~~~~~~~~~ Like the "bulk add" extension, but works from the command line. - Last updated in the 2.1 era, won't work with current versions, but might be useful as a base if anyone wants to create an updated version