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.

33 lines
688 B

  1. <?php
  2. $id = "openstreetbrowser";
  3. $depend = array(
  4. 'hooks',
  5. 'html',
  6. 'modulekit-lang',
  7. 'modulekit-form',
  8. 'modulekit-ajax',
  9. 'openstreetbrowser-categories-main',
  10. 'openstreetmap-tag-translations',
  11. );
  12. $include = array(
  13. 'php' => array(
  14. 'src/defaults.php',
  15. 'src/database.php',
  16. 'src/options.php',
  17. 'src/language.php',
  18. 'src/ip-location.php',
  19. 'src/wikidata.php',
  20. 'src/wikipedia.php',
  21. 'src/ImageLoader.php',
  22. 'src/RepositoryBase.php',
  23. 'src/RepositoryDir.php',
  24. 'src/RepositoryGit.php',
  25. 'src/repositories.php',
  26. 'src/repositoriesGitea.php',
  27. 'src/customCategory.php',
  28. ),
  29. 'css' => array(
  30. 'style.css',
  31. ),
  32. );
  33. $version = "5.3";