Merge pull request #7 from javierlc2000/master

Christmas pull request v2
tree: 9904ab052b2a71418b1be502f8903e616e9139d5
  1. assistant/
  2. css/
  3. img/
  4. js/
  5. .gitignore
  6. api.php
  7. assistant_callback.php
  8. config.default.php
  9. graf.php
  10. index.php
  11. login.php
  12. manifest.json
  13. README.md
README.md

Graf Alternatiu de la FME

Independent interface for FME's graph

This project is an alternative read-only user-interface for FME's graph. It is compatible and user-friendly with mobile devices.

How to contibute

For the sake of safe and understandable code, we divide our JS scripts and CSS styles into multiples files. But, to make the page load faster, before a pull request, you should concatenate these files in the following manner.

In the file script.js, concatenate: (order is important!)

In the file styles.css, concatenate: (order is important!)

Things to do

Things done