Sakai 3 UX File Hasher

Hashes files and appends the hash to the name to trigger proper caching

Группа

Группа

org.sakaiproject.nakamura
Идентификатор

Идентификатор

org.sakaiproject.nakamura.hashfiles
Последняя версия

Последняя версия

1.2.0-RC1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sakai 3 UX File Hasher
Hashes files and appends the hash to the name to trigger proper caching
Система контроля версий

Система контроля версий

http://github.com/sakaiproject/3akai-ux/

Скачать org.sakaiproject.nakamura.hashfiles

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.sakaiproject.nakamura/org.sakaiproject.nakamura.hashfiles/ -->
<dependency>
    <groupId>org.sakaiproject.nakamura</groupId>
    <artifactId>org.sakaiproject.nakamura.hashfiles</artifactId>
    <version>1.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.nakamura/org.sakaiproject.nakamura.hashfiles/
implementation 'org.sakaiproject.nakamura:org.sakaiproject.nakamura.hashfiles:1.2.0-RC1'
// https://jarcasting.com/artifacts/org.sakaiproject.nakamura/org.sakaiproject.nakamura.hashfiles/
implementation ("org.sakaiproject.nakamura:org.sakaiproject.nakamura.hashfiles:1.2.0-RC1")
'org.sakaiproject.nakamura:org.sakaiproject.nakamura.hashfiles:jar:1.2.0-RC1'
<dependency org="org.sakaiproject.nakamura" name="org.sakaiproject.nakamura.hashfiles" rev="1.2.0-RC1">
  <artifact name="org.sakaiproject.nakamura.hashfiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.nakamura', module='org.sakaiproject.nakamura.hashfiles', version='1.2.0-RC1')
)
libraryDependencies += "org.sakaiproject.nakamura" % "org.sakaiproject.nakamura.hashfiles" % "1.2.0-RC1"
[org.sakaiproject.nakamura/org.sakaiproject.nakamura.hashfiles "1.2.0-RC1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Open Academic Environment (OAE Project)

3akai-ux is the front-end for the Open Academic Environment project.

Build status

Build Status

Installing OAE

Documentation on how to install and configure OAE can be found in the back-end repository.

HTTPS

In order to run the the OAE project on HTTPS we recommend following this tutorial. In a nutshell:

# create the certificate
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout <SOME_PATH>/nginx-selfsigned.key -out <SOME_PATH>/nginx-selfsigned.crt

Then create a self-signed.conf file next to nginx.conf, uncomment both lines and replace <%= nginxConf.NGINX_SSL_HOME %> with the path you picked above (SOME_PATH):

ssl_certificate     <%= nginxConf.NGINX_SSL_HOME %>;/nginx-selfsigned.crt;
ssl_certificate_key <%= nginxConf.NGINX_SSL_HOME %>;/nginx-selfsigned.key;

Finally, uncomment the following lines in nginx.conf:

# listen   443 ssl default_server;
# include self-signed.conf;

Reload nginx and HTTPS should work now.

Offline Development

By default 3akai-ux uses the Open Sans font family available from Google's Web Font CDN. When developing locally without a live internet connection, that CDN will be inaccessible. To ensure maximum visual fidelity, those fonts can be installed as system fonts on the local machine. The entire collection can be downloaded from Google.

Widget development

Documentation (WIP) on how to create custom OAE widgets can be found on the Widget Wiki

Install dependencies

lerna and yarn are required to download 3akai-ux dependencies. To do so, run this command in your 3akai-ux directory: lerna bootstrap

Note that Hilary and its dependencies should be installed and running on your system before the tests can be run successfully.

Get in touch

The project website can be found at http://www.oaeproject.org. The project blog will be updated with the latest project news from time to time.

The mailing list used for Apereo OAE is oae@apereo.org. You can subscribe to the mailing list at https://groups.google.com/a/apereo.org/d/forum/oae.

Bugs and other issues can be reported in our issue tracker.

Special thanks to

  • BrowserStack for graciously supporting cross-browser testing.
  • Crowdin for providing our internationalisation platform.
org.sakaiproject.nakamura

Apereo Sakai

Версии библиотеки

Версия
1.2.0-RC1