README.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. _____ _ _ _____ _ _ _
  2. | __ \| | | | / ____| | | | (_)
  3. | |__) | |__ ___ | |_ ___ | (___ | |_ __ _| |_ _ ___ _ __
  4. | ___/| '_ \ / _ \| __/ _ \ \___ \| __/ _` | __| |/ _ \| '_ \
  5. | | | | | | (_) | || (_) | ____) | || (_| | |_| | (_) | | | |
  6. |_| |_| |_|\___/ \__\___/ |_____/ \__\__,_|\__|_|\___/|_| |_|
  7. =================================================================
  8. Standard Photo Station - ArOZ Online BETA Standard Functional Module
  9. # Introduction
  10. The Photo Station allow user to view image uploaded to the system.
  11. Photo Station support folder sorting and filename sorting. And this
  12. is just a simple system that show you image store in this module.
  13. # Functions
  14. 1. View Photos
  15. 2. Download Photos
  16. 3. Upload Photos (via ArOZ Online BETA Upload Manager)
  17. 4. Sort Photos into different directory
  18. 5. Support jpg,jpeg,gif and png
  19. # API
  20. The photo station provide extremely simple API for applying custom
  21. search, sorting and folder viewing.
  22. The API has the following format:
  23. Photo/index.php?folder=folder_name&search=keyword&sort=mode
  24. folder_name is the name of the directory for image scanning
  25. keyword is the keyword for searching the image. (in string, not hex code)
  26. mode is the sorting mode used. Left empty for filename in ascending order,
  27. set to "reverse" for descending order.
  28. (C)IMUS Laboratory 2016-2017
  29. Licensed under MIT