Skip to content
shish edited this page Sep 21, 2011 · 4 revisions

Welcome to the Shimmie2 Development Site

This is a pretty developer interface to the back end of Shimmie development. Use this if you want to report bugs / request features / etc. For general discussion, try #shimmie on freenode

Demo Installs

Stable versions:

  • 2.3 (Admin account: demo / demo)
  • 2.2 (Admin account: demo / demo)
  • 2.1 (Admin account: demo / demo)
  • 2.0 (Admin account: demo / demo)

Development:

  • Trunk (Live site, no public admin account)

Email me if any of these get screwed up to the point of needing a clean install :3

FAQ

Why do my thumbnails say “Image Too Large”?

PHP has a strict memory limit which is normally too small to load large images – raising the limit would fix it for a bit, but a better solution is to use ImageMagick for thumbnailing (this may need installing separately though)