Download the PHP package opencontent/openpa_designitalia-ls without Composer

On this page you can find all versions of the php package opencontent/openpa_designitalia-ls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package openpa_designitalia-ls

Openpa design Italia

Design per Openpa conforme alle linee guida per i siti web della PA (http://design.italia.it/)

Configurare l'estensione per lo sviluppo

NB: modifiche all'estensione comportano l'installazione di Node e di altri componenti. Tale installazione non vai mai eseguita su un server di produzione, le modifiche all'estensione vanno eseguite in locale o in un ambiente di sviluppo dedicato.

Installare il software richiesto

Per poter compilare i sorgenti (CSS / JS) è richiesta l’installazione di Node.js / npm.

Terminata l’installazione, la seguente sequenza di comandi eseguiti all’interno della directory dell'estensione completerà il download e l’installazione delle librerie richieste per lo sviluppo:

Compilare i sorgenti

Dopo aver eseguito il comando

le directory design/designitalia/stylesheets design/designitalia/javascript conterranno i file CSS e Javascript compilati.

Modificare i sorgenti

Per poter visualizzare la styleguide in locale (i template HTML con i diversi componenti grafici) puoi sostituire come ultimo passaggio (al posto di npm run build) il comando

A questo punto puoi modificare i sorgenti: qualsiasi modifica effettuata ai fogli di stile CSS, Javascript e/o template HTML mentre npm run watch rimane in esecuzione sarà immediatamente visibile nel browser dopo aver ricaricato manualmente la pagina e senza lanciare il comando di build.

**NB se non viene specificato un tema il buld prendera come default il tema Pac

run build, build:css build:js

Come è possibile verificare dal file package.json il comando di build esegue 2 diversi sottocomandi

Esegue prima il build dei css, successivamente quello dei js, quindi:

Come creare un nuovo tema

  1. Duplicare la cartella di un tema esistente (no base) e rinominarla (evitare caratteri strani)
  2. Modifciare l'index.css del tema appena creato, sostituire .nome_tema_copiato con .nome_nuovo_tema
  3. Eseguire:

oppure in caso di sviluppo

  1. Modificare GeneralSettings:theme in openpa.ini con nome_nuovo_tema
  2. Svuotare le cache
  3. Ricaricare la pagina

All versions of openpa_designitalia-ls with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package opencontent/openpa_designitalia-ls contains the following files

Loading the files please wait ....