/site/in/site.as.in

# · Autoconf · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 51d997b9de7504f0ba2cab7ae9501011 MD5 · raw file

  1. autogen definitions sitetool;
  2. common = {
  3. layout = "./layout.sxml";
  4. };
  5. vars = {
  6. sitename = "@PACKAGE_NAME@";
  7. package_url = "@PACKAGE_URL@";
  8. package_bugreport = "@PACKAGE_BUGREPORT@";
  9. ohloh_badge_url = "http://www.ohloh.net/p/26031/widgets/project_partner_badge.js";
  10. };
  11. include "contents.as"
  12. include "pages.as"
  13. include "map.as"
  14. include "files.as"