Skip to content

Commit 6a70853

Browse files
committed
added nette assets
1 parent 8aaf44e commit 6a70853

File tree

171 files changed

+19485
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+19485
-0
lines changed

application/bg/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
│ │ ├── <b>HomePresenter.php</b> ← клас на презентера Home
3131
│ │ └── <b>default.latte</b> ← шаблон на действието default
3232
│ └── <b>Bootstrap.php</b> ← зареждащ клас Bootstrap
33+
├── <b>assets/</b> ← ресурси (SCSS, TypeScript, изходни изображения)
3334
├── <b>bin/</b> ← скриптове, стартирани от командния ред
3435
├── <b>config/</b> ← конфигурационни файлове
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading на всички инсталирани пакети
4243
├── <b>www/</b> ← публична директория или document-root на проекта
44+
│ ├── <b>assets/</b> ← компилирани статични файлове (CSS, JS, изображения, ...)
4345
│ ├── <b>.htaccess</b> ← правила mod_rewrite
4446
│ └── <b>index.php</b> ← първоначален файл, с който се стартира приложението
4547
└── <b>.htaccess</b> ← забранява достъпа до всички директории освен www

application/cs/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Adresářová struktura vypadá nějak takto:
3030
│ │ ├── <b>HomePresenter.php</b> ← třída presenteru Home
3131
│ │ └── <b>default.latte</b> ← šablona akce default
3232
│ └── <b>Bootstrap.php</b> ← zaváděcí třída Bootstrap
33+
├── <b>assets/</b> ← zdroje (SCSS, TypeScript, zdrojové obrázky)
3334
├── <b>bin/</b> ← skripty spouštěné z příkazové řádky
3435
├── <b>config/</b> ← konfigurační soubory
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ Adresářová struktura vypadá nějak takto:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading všech nainstalovaných balíčků
4243
├── <b>www/</b> ← veřejný adresář neboli document-root projektu
44+
│ ├── <b>assets/</b> ← zkompilované statické soubory (CSS, JS, obrázky, …)
4345
│ ├── <b>.htaccess</b> ← pravidla mod_rewrite
4446
│ └── <b>index.php</b> ← prvotní soubor, kterým se aplikace spouští
4547
└── <b>.htaccess</b> ← zakazuje přístup do všech adresářů krom www

application/de/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Die Verzeichnisstruktur sieht ungefähr so aus:
3030
│ │ ├── <b>HomePresenter.php</b> ← Klasse des Home-Presenters
3131
│ │ └── <b>default.latte</b> ← Template der default-Aktion
3232
│ └── <b>Bootstrap.php</b> ← Startklasse Bootstrap
33+
├── <b>assets/</b> ← Ressourcen (SCSS, TypeScript, Quellbilder)
3334
├── <b>bin/</b> ← Skripte, die von der Kommandozeile ausgeführt werden
3435
├── <b>config/</b> ← Konfigurationsdateien
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ Die Verzeichnisstruktur sieht ungefähr so aus:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← Autoloading aller installierten Pakete
4243
├── <b>www/</b> ← öffentliches Verzeichnis oder Document-Root des Projekts
44+
│ ├── <b>assets/</b> ← kompilierte statische Dateien (CSS, JS, Bilder, ...)
4345
│ ├── <b>.htaccess</b> ← mod_rewrite-Regeln
4446
│ └── <b>index.php</b> ← initiale Datei, mit der die Anwendung gestartet wird
4547
└── <b>.htaccess</b> ← verbietet den Zugriff auf alle Verzeichnisse außer www

application/el/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
│ │ ├── <b>HomePresenter.php</b> ← κλάση του presenter Home
3131
│ │ └── <b>default.latte</b> ← πρότυπο της ενέργειας default
3232
│ └── <b>Bootstrap.php</b> ← κλάση εκκίνησης Bootstrap
33+
├── <b>assets/</b> ← πόροι (SCSS, TypeScript, εικόνες πηγής)
3334
├── <b>bin/</b> ← σενάρια που εκτελούνται από τη γραμμή εντολών
3435
├── <b>config/</b> ← αρχεία διαμόρφωσης
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← αυτόματη φόρτωση όλων των εγκατεστημένων πακέτων
4243
├── <b>www/</b> ← δημόσιος κατάλογος ή document-root του έργου
44+
│ ├── <b>assets/</b> ← μεταγλωττισμένα στατικά αρχεία (CSS, JS, εικόνες, ...)
4345
│ ├── <b>.htaccess</b> ← κανόνες mod_rewrite
4446
│ └── <b>index.php</b> ← αρχικό αρχείο με το οποίο εκκινεί η εφαρμογή
4547
└── <b>.htaccess</b> ← απαγορεύει την πρόσβαση σε όλους τους καταλόγους εκτός του www

application/en/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The directory structure looks something like this:
3030
│ │ ├── <b>HomePresenter.php</b> ← Home presenter class
3131
│ │ └── <b>default.latte</b> ← template for default action
3232
│ └── <b>Bootstrap.php</b> ← booting class Bootstrap
33+
├── <b>assets/</b> ← resources (SCSS, TypeScript, source images)
3334
├── <b>bin/</b> ← scripts executed from the command line
3435
├── <b>config/</b> ← configuration files
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ The directory structure looks something like this:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading of all installed packages
4243
├── <b>www/</b> ← public directory, document root of the project
44+
│ ├── <b>assets/</b> ← compiled static files (CSS, JS, images, ...)
4345
│ ├── <b>.htaccess</b> ← mod_rewrite rules
4446
│ └── <b>index.php</b> ← initial file that launches the application
4547
└── <b>.htaccess</b> ← prohibits access to all directories except www

application/es/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ La estructura de directorios tiene este aspecto:
3030
│ │ ├── <b>HomePresenter.php</b> ← clase del presenter Home
3131
│ │ └── <b>default.latte</b> ← plantilla de la acción default
3232
│ └── <b>Bootstrap.php</b> ← clase de arranque Bootstrap
33+
├── <b>assets/</b> ← recursos (SCSS, TypeScript, imágenes de origen).
3334
├── <b>bin/</b> ← scripts ejecutados desde la línea de comandos
3435
├── <b>config/</b> ← archivos de configuración
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ La estructura de directorios tiene este aspecto:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading de todos los paquetes instalados
4243
├── <b>www/</b> ← directorio público o document-root del proyecto
44+
│ ├── <b>assets/</b> ← archivos estáticos compilados (CSS, JS, imágenes, ...)
4345
│ ├── <b>.htaccess</b> ← reglas mod_rewrite
4446
│ └── <b>index.php</b> ← archivo inicial con el que se inicia la aplicación
4547
└── <b>.htaccess</b> ← prohíbe el acceso a todos los directorios excepto www

application/fr/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ La structure des répertoires ressemble à quelque chose comme ceci :
3030
│ │ ├── <b>HomePresenter.php</b> ← classe du presenter Home
3131
│ │ └── <b>default.latte</b> ← template de l'action default
3232
│ └── <b>Bootstrap.php</b> ← classe de démarrage Bootstrap
33+
├── <b>assets/</b> ← ressources (SCSS, TypeScript, images sources)
3334
├── <b>bin/</b> ← scripts exécutés depuis la ligne de commande
3435
├── <b>config/</b> ← fichiers de configuration
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ La structure des répertoires ressemble à quelque chose comme ceci :
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading de tous les paquets installés
4243
├── <b>www/</b> ← répertoire public ou document-root du projet
44+
│ ├── <b>assets/</b> ← fichiers statiques compilés (CSS, JS, images, ...)
4345
│ ├── <b>.htaccess</b> ← règles mod_rewrite
4446
│ └── <b>index.php</b> ← fichier initial par lequel l'application est lancée
4547
└── <b>.htaccess</b> ← interdit l'accès à tous les répertoires sauf www

application/hu/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ A könyvtárstruktúra valahogy így néz ki:
3030
│ │ ├── <b>HomePresenter.php</b> ← Home presenter osztálya
3131
│ │ └── <b>default.latte</b> ← default akció sablonja
3232
│ └── <b>Bootstrap.php</b> ← Bootstrap indító osztály
33+
├─ <b>assets/</b> ← erőforrások (SCSS, TypeScript, forrásképek)
3334
├── <b>bin/</b> ← parancssorból futtatott szkriptek
3435
├── <b>config/</b> ← konfigurációs fájlok
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ A könyvtárstruktúra valahogy így néz ki:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← az összes telepített csomag autoloadingja
4243
├── <b>www/</b> ← nyilvános könyvtár vagy a projekt document-rootja
44+
│ ├──<b>assets/</b> ← összeállított statikus fájlok (CSS, JS, képek, ...)
4345
│ ├── <b>.htaccess</b> ← mod_rewrite szabályok
4446
│ └── <b>index.php</b> ← elsődleges fájl, amellyel az alkalmazás elindul
4547
└── <b>.htaccess</b> ← tiltja a hozzáférést minden könyvtárhoz a www kivételével

application/it/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ La struttura delle directory assomiglia a qualcosa del genere:
3030
│ │ ├── <b>HomePresenter.php</b> ← classe del presenter Home
3131
│ │ └── <b>default.latte</b> ← template dell'azione default
3232
│ └── <b>Bootstrap.php</b> ← classe di avvio Bootstrap
33+
├── <b>assets/</b> ← risorse (SCSS, TypeScript, immagini sorgente)
3334
├── <b>bin/</b> ← script eseguiti dalla riga di comando
3435
├── <b>config/</b> ← file di configurazione
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ La struttura delle directory assomiglia a qualcosa del genere:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading di tutti i pacchetti installati
4243
├── <b>www/</b> ← directory pubblica o document-root del progetto
44+
│ ├── <b>assets/</b> ← file statici compilati (CSS, JS, immagini, ...)
4345
│ ├── <b>.htaccess</b> ← regole mod_rewrite
4446
│ └── <b>index.php</b> ← file iniziale con cui si avvia l'applicazione
4547
└── <b>.htaccess</b> ← vieta l'accesso a tutte le directory tranne www

application/ja/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
│ │ ├── <b>HomePresenter.php</b> ← Home Presenterクラス
3131
│ │ └── <b>default.latte</b> ← defaultアクションのテンプレート
3232
│ └── <b>Bootstrap.php</b> ← ブートストラップクラス Bootstrap
33+
├── <b>assets/</b> ←リソース(SCSS、TypeScript、ソース画像)
3334
├── <b>bin/</b> ← コマンドラインから実行されるスクリプト
3435
├── <b>config/</b> ← 設定ファイル
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← インストールされたすべてのパッケージのオートローディング
4243
├── <b>www/</b> ← 公開ディレクトリまたはプロジェクトのドキュメントルート
44+
│ ├── <b>assets/</b> ←コンパイルされた静的ファイル(CSS、JS、画像、...)
4345
│ ├── <b>.htaccess</b> ← mod_rewriteルール
4446
│ └── <b>index.php</b> ← アプリケーションが起動する最初のファイル
4547
└── <b>.htaccess</b> ← www以外のすべてのディレクトリへのアクセスを禁止

application/pl/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Struktura katalogów wygląda mniej więcej tak:
3030
│ │ ├── <b>HomePresenter.php</b> ← klasa presentera Home
3131
│ │ └── <b>default.latte</b> ← szablon akcji default
3232
│ └── <b>Bootstrap.php</b> ← klasa startowa Bootstrap
33+
├── <b>assets/</b> ← zasoby (SCSS, TypeScript, obrazy źródłowe)
3334
├── <b>bin/</b> ← skrypty uruchamiane z wiersza poleceń
3435
├── <b>config/</b> ← pliki konfiguracyjne
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ Struktura katalogów wygląda mniej więcej tak:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading wszystkich zainstalowanych pakietów
4243
├── <b>www/</b> ← katalog publiczny czyli document-root projektu
44+
│ ├── <b>assets/</b> ← skompilowane pliki statyczne (CSS, JS, obrazy, ...)
4345
│ ├── <b>.htaccess</b> ← reguły mod_rewrite
4446
│ └── <b>index.php</b> ← pierwszy plik, którym uruchamia się aplikacja
4547
└── <b>.htaccess</b> ← zabrania dostępu do wszystkich katalogów oprócz www

application/pt/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ A estrutura de diretórios se parece com algo assim:
3030
│ │ ├── <b>HomePresenter.php</b> ← classe do presenter Home
3131
│ │ └── <b>default.latte</b> ← template da ação default
3232
│ └── <b>Bootstrap.php</b> ← classe de inicialização Bootstrap
33+
├── <b>assets/</b> ← recursos (SCSS, TypeScript, imagens de origem)
3334
├── <b>bin/</b> ← scripts executados a partir da linha de comando
3435
├── <b>config/</b> ← arquivos de configuração
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ A estrutura de diretórios se parece com algo assim:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading de todos os pacotes instalados
4243
├── <b>www/</b> ← diretório público ou document-root do projeto
44+
│ ├── <b>assets/</b> ← arquivos estáticos compilados (CSS, JS, imagens, ...)
4345
│ ├── <b>.htaccess</b> ← regras mod_rewrite
4446
│ └── <b>index.php</b> ← arquivo inicial pelo qual a aplicação é iniciada
4547
└── <b>.htaccess</b> ← proíbe o acesso a todos os diretórios exceto www

application/ro/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Structura directoarelor arată cam așa:
3030
│ │ ├── <b>HomePresenter.php</b> ← clasa presenterului Home
3131
│ │ └── <b>default.latte</b> ← șablonul acțiunii default
3232
│ └── <b>Bootstrap.php</b> ← clasa de inițializare Bootstrap
33+
├── <b>assets/</b> ← resurse (SCSS, TypeScript, imagini sursă)
3334
├── <b>bin/</b> ← scripturi rulate din linia de comandă
3435
├── <b>config/</b> ← fișiere de configurare
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ Structura directoarelor arată cam așa:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← autoloading pentru toate pachetele instalate
4243
├── <b>www/</b> ← director public sau document-root al proiectului
44+
│ ├── <b>assets/</b> ← fișiere statice compilate (CSS, JS, imagini, ...)
4345
│ ├── <b>.htaccess</b> ← reguli mod_rewrite
4446
│ └── <b>index.php</b> ← fișierul inițial prin care se lansează aplicația
4547
└── <b>.htaccess</b> ← interzice accesul la toate directoarele, cu excepția www

application/ru/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
│ │ ├── <b>HomePresenter.php</b> ← класс презентера Home
3131
│ │ └── <b>default.latte</b> ← шаблон действия default
3232
│ └── <b>Bootstrap.php</b> ← загрузочный класс Bootstrap
33+
├── <b>assets/</b> ← ресурсы (SCSS, TypeScript, исходные изображения)
3334
├── <b>bin/</b> ← скрипты, запускаемые из командной строки
3435
├── <b>config/</b> ← конфигурационные файлы
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← автозагрузка всех установленных пакетов
4243
├── <b>www/</b> ← публичный каталог или document-root проекта
44+
│ ├── <b>assets/</b> ← скомпилированные статические файлы (CSS, JS, изображения, ...)
4345
│ ├── <b>.htaccess</b> ← правила mod_rewrite
4446
│ └── <b>index.php</b> ← первоначальный файл, которым запускается приложение
4547
└── <b>.htaccess</b> ← запрещает доступ ко всем каталогам, кроме www

application/sl/how-it-works.texy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Struktura map izgleda nekako takole:
3030
│ │ ├── <b>HomePresenter.php</b> ← razred presenterja Home
3131
│ │ └── <b>default.latte</b> ← predloga akcije default
3232
│ └── <b>Bootstrap.php</b> ← zagonski razred Bootstrap
33+
├── <b>assets/</b> ← viri (SCSS, TypeScript, izvorne slike)
3334
├── <b>bin/</b> ← skripti, zagnani iz ukazne vrstice
3435
├── <b>config/</b> ← konfiguracijske datoteke
3536
│ ├── <b>common.neon</b>
@@ -40,6 +41,7 @@ Struktura map izgleda nekako takole:
4041
│ ├── ...
4142
│ └── <b>autoload.php</b> ← samodejno nalaganje vseh nameščenih paketov
4243
├── <b>www/</b> ← javna mapa ali document-root projekta
44+
│ ├── <b>assets/</b> ← sestavljene statične datoteke (CSS, JS, slike, ...)
4345
│ ├── <b>.htaccess</b> ← pravila mod_rewrite
4446
│ └── <b>index.php</b> ← začetna datoteka, s katero se aplikacija zažene
4547
└── <b>.htaccess</b> ← prepoveduje dostop do vseh map razen www

0 commit comments

Comments
 (0)