IPUI 2 IPEI converts DECT phone IPUI codes to standard IPEI ones, all done in an ETSI compliant process.
Live at cristiancastellari.it/ipui2ipei, in Italian and English.
Richiede Ruby (con Bundler).
bundle install
bundle exec jekyll serveIl sito serve da http://127.0.0.1:4000/ipui2ipei/ (non dalla root: baseurl è impostato su /ipui2ipei, dato che è una project page che eredita il dominio custom del sito principale).
Le modifiche più significative dalla v1.0.0 in poi (la ricostruzione completa in Jekyll 4 bilingue) sono tracciate in CHANGELOG.md.
- Basic functionality has been implemented.
- Verbose mode.
- Rebuilt using Bootstrap v3.2.0
- JS code has been migrated to an external file.
- Added reset button.
- Set IPEI (result) input tag to read only.
- Form validation is now live and will let the user know at the moment if the input is correct in a visual way.
- Externalized CSS styles.
- Very simple italian translation.
- Boostrap updated to latest 3.x version
- Upgraded jQuery from 1.x to 3.x
- Added short instructions on how to get to the hidden service menu
- Added favicons
- Simple SEO support (descriptions, meta keywords and h1/h2 tags)
- Rebuilt from scratch on Jekyll 4 + GitHub Actions, no more Bootstrap/jQuery. Full details in CHANGELOG.md.