All Projects → RRZE-Webteam → FAU-Einrichtungen

RRZE-Webteam / FAU-Einrichtungen

Licence: GPL-3.0 license
WordPress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität Erlangen-Nürnberg

Programming Languages

PHP
23972 projects - #3 most used programming language
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to FAU-Einrichtungen

hexo-theme-twentyfifteen-wordpress
A reponsive theme for hexo, inspired by Twenty Fifteen Wordpress theme.
Stars: ✭ 28 (+86.67%)
Mutual labels:  wordpress-theme
smeaify
🏫 — Smeaify adalah website pengelolaan data akademik yang dilengkapi data kontrak mata kuliah serta penilaian yang dibuat untuk mempermudah sistem akademik di universitas.
Stars: ✭ 17 (+13.33%)
Mutual labels:  university
university of malta LaTeX dissertation template
A modern, highly configurable assignment/project/fyp/dissertation/thesis template.
Stars: ✭ 42 (+180%)
Mutual labels:  university
Hypermarket
If you are looking for a stylish and elegant website template for your online store, Hypermarket is the perfect choice for you.
Stars: ✭ 49 (+226.67%)
Mutual labels:  wordpress-theme
UWaterloo-Links-SE
A list of links which I've found useful during my time at UWaterloo studying Software Engineering
Stars: ✭ 75 (+400%)
Mutual labels:  university
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (+106.67%)
Mutual labels:  university
TigerOS
[MOVED TO GITLAB] Please visit new location: https://gitlab.com/RITlug/TigerOS
Stars: ✭ 34 (+126.67%)
Mutual labels:  university
win10exp
WordPress win10exp主题
Stars: ✭ 25 (+66.67%)
Mutual labels:  wordpress-theme
course-materials
Study material (slides, documents, etc) for the Web Applications I course (Politecnico di Torino, 2019/2020)
Stars: ✭ 23 (+53.33%)
Mutual labels:  university
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (+33.33%)
Mutual labels:  wordpress-theme
The-Standards
WordPress theme based on the U.S. Web Design System
Stars: ✭ 14 (-6.67%)
Mutual labels:  wordpress-theme
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+200%)
Mutual labels:  wordpress-theme
UofTCourseInfo
Adds tooltips to U of T courses mentioned across the web
Stars: ✭ 24 (+60%)
Mutual labels:  university
lean-theme
No description or website provided.
Stars: ✭ 38 (+153.33%)
Mutual labels:  wordpress-theme
jarvis
A speedy Gutenberg ready theme
Stars: ✭ 50 (+233.33%)
Mutual labels:  wordpress-theme
wp-git
WP-Git is a WordPress theme for GitHub lovers.
Stars: ✭ 23 (+53.33%)
Mutual labels:  wordpress-theme
HRM Software
Human resource management C# based with SQL database desktop software.
Stars: ✭ 22 (+46.67%)
Mutual labels:  university
zotprime
Full packaged on-premise Zotero platform
Stars: ✭ 201 (+1240%)
Mutual labels:  university
wp-spa-boilerplate
A JavaScript single page WordPress theme boilerplate using Vue.js and the WordPress REST API.
Stars: ✭ 13 (-13.33%)
Mutual labels:  wordpress-theme
Aliah-University-App
App made using Flutter for Aliah University Kolkata, West Bengal, India
Stars: ✭ 29 (+93.33%)
Mutual labels:  university

FAU-Einrichtungen

Wordpress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)

Download

GitHub-Repo: https://github.com/RRZE-Webteam/FAU-Einrichtungen

Autor

RRZE-Webteam , http://www.rrze.fau.de

Copyright

GNU General Public License (GPL) Version 3

Feedback

Bitte verwenden Sie GitHub um Issues oder Feedback zu geben: https://github.com/RRZE-Webteam/FAU-Einrichtungen/issues

Alternativ können Sie auch eine E-Mail senden an: [email protected]

Dokumentation

Eine Dokumentation des Themes und dessen Funktionen findet sich unter der Adresse https://wordpress.rrze.fau.de

Entwickler-Hinweise

Testportal

Testseiten und Hinweise zur Neuentwicklung finden sich auf dem Testportal https://www.beta.wordpress.rrze.fau.de/ Dort finden sich auch weitere Hinweise zur Entwicklung.

Gulp Skript zur Compilierung

Im Projekt befindet sich eine package.json und ein Gulpskript gulpfile.js. Durch Ausführung mit NodeJS können

  • die SASS-Dateien zu den notwendigen CSS compiliert werden.
  • Vendor-Prefixes in den CSS-Dateien ergänzt werden,
  • CSS-Dateien minifiziert werden,
  • die zentrale Sprachdatei fau.pot aktualisiert werden,
  • die Versionsnummer des Projektes (automatisch) erhöht werden, sowie weitere Tasks ausgeführt weren.

Übliche Startprozesse sind:

gulp [option]

mit [option]:

  • "dev" (Erstellung der CSS Dateien aus SASS plus Autoprefixer; Zusätzlich wird die POT-File in /languages aktualisiert.)
  • "build" (Erstellung der CSS Dateien aus SASS plus Autoprefixer und Minifizierer. Zusätzlich wird die Patch-Version des Projektes um eine Nummer erhöht)
  • "pot" (Aktualisierung der POT-File in /languages )
  • "clone --theme=[phil|nat|tf|rw|med]" (Erstellung der Theme-Variante für eine Fakultät. Das Theme der Fakultät wird hierzu in ein Unterordner "../build" angelegt.)

SASS-Compiler

ZUr Compilierung der SASS Dateien befindet sich ein Gulp-Skript im Basisordner. Dieses Skript compiliert die CSS-Dateien aus den SASS, ergänzt notwendige Vendor-Prefixes und minifiziert die Ausgaben. Es ist jedoch abseits des Gulp-Skriptes möglich, SASS auch mit einer eigenen IDE zu compilieren. Hierzu können die folgenden Parameter verwendet werden:

Im Verzeichnis /src/sass/ wurden alle notwendigen SASS und SCSS Dateien abgelegt. Die zentrale CSS-Datei style.css wird bei der SASS-Compilierung im Hauptverzeichnis des Themes unter den Namen style.css abgelegt. Die CSS-Dateien für das Backend werden dagegen im Unterverzeichnis /css abfelegt.

Ab der Version 2.0 wird als SASS-Compiler Dart SASS veerwendet.

SASS-Watcher

Einstellungen für eigene Watcher:

  1. Basis Stylesheet Eingabequelle: /src/sass/fau-theme-style.scss
    Ausgabeort: /style.css

  2. Sonstiges Styles Eingabequelle: /src/sass/
    Ausgabeort: /css

Verwendete Drittquellen

Font Awesome V4.7

Font Awesome Free is free, open source, and GPL friendly. You can use it for commercial projects, open source projects, or really almost whatever you want. Full Font Awesome Free license: https://fontawesome.com/license/free.

Font Roboto

  • Copyright: Copyright 2011 Google Inc. all rights reserved.
  • Trademark: Roboto is a trademark of Google.
  • Licensed under the Apache License, version 2.0.
  • License URL: http://www.apache.org/licenses/LICENSE-2.0
  • Designer: Google - Christian Robertson - Google.com

Font FAU Chimera

This font consists of components of the Roboto and Hind fonts. Please see the following details of the separate font packages

Roboto:

  • Copyright: Copyright 2011 Google Inc. all rights reserved.
  • Trademark: Roboto is a trademark of Google.
  • Licensed under the Apache License, version 2.0.
  • License URL: http://www.apache.org/licenses/LICENSE-2.0
  • Designer: Google - Christian Robertson - Google.com

Hind:

Bootstrap-Bestandteile

This theme uses several parts of Bootstrap (https://getbootstrap.com/) in version 3.3.7.

Code licensed MIT, docs CC BY 3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].