Basis of rails driven photo website with a Flash uploader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

35 lines
1.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <!-- Verification Codes -->
  4. <verification>3629d3f13245</verification>
  5. <!-- Image Settings -->
  6. <maxwidth>640</maxwidth>
  7. <maxheight>430</maxheight>
  8. <minwidth>0</minwidth>
  9. <minheight>0</minheight>
  10. <compression>16</compression>
  11. <!-- UI Settings -->
  12. <dimensioncheck>yes</dimensioncheck> <!-- other: no -->
  13. <thumbnail>no</thumbnail>
  14. <filename>no</filename>
  15. <choosetext>choose image</choosetext>
  16. <bgcolor>transparent</bgcolor>
  17. <bgimage>buttonbg.png</bgimage>
  18. <filetextcolor>000000</filetextcolor>
  19. <buttonbgcolor>transparent</buttonbgcolor>
  20. <buttonbgimage></buttonbgimage>
  21. <buttontextcolor>323232</buttontextcolor>
  22. <!-- Upload settings -->
  23. <maximages>0</maximages> <!-- 0 = infinite -->
  24. <uploadmethod>server</uploadmethod> <!-- other: server, both -->
  25. <reportstatus>yes</reportstatus> <!-- reports: busy, ready, maxreached -->
  26. <scripturl></scripturl>
  27. <redirect></redirect>
  28. <idvariable>foo</idvariable>
  29. <idvalue>bar</idvalue>
  30. </configuration>