-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from Alfresco/development
v.1.1.0
- Loading branch information
Showing
103 changed files
with
5,992 additions
and
2,912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM nginx | ||
FROM nginx:alpine | ||
|
||
COPY nginx.conf /etc/nginx/nginx.conf | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
### File Viewer | ||
|
||
The File Viewer has been created using the [ViewerComponent](https://alfresco.github.io/adf-component-catalog/components/ViewerComponent.html) from the ADF. The Viewer has four main areas: | ||
|
||
![](images/File-Viewer.png) | ||
|
||
#### Header & Toolbar (1) | ||
The Header & Toolbar section of the viewer contains a number of features that relate to the file currently being displayed: | ||
- Close 'X' will return the user to the folder that contains the file. | ||
- The name and file type icon is shown in the middle. | ||
- Next and previous buttons will be displayed either side of the file name so that users can navigate to other files in the folder without navigating away from the viewer. | ||
- Finally, on the right hand side an actions toolbar provides users with the ability to download, favorite, move, copy and delete. | ||
|
||
#### Content (2) | ||
The File Viewer consists of four separate views that handle displaying the content based on four types of content, covering various [file/mime](https://alfresco.github.io/adf-component-catalog/components/ViewerComponent.html#supported-file-formats) types: | ||
|
||
- Document View: PDFs are displayed in the application File Viewer, for other document types (DOCX etc) then a PDF rendition is automatically retrieved. | ||
- Image View: JPEG, PNG, GIF, BMP and SVG images are natively displayed in the application File Viewer. | ||
- Media View: MP4, MP3, WAV, OGG and WEBM files are played natively application File Viewer. The File Viewer will download, by default, 50MB of the content at a time to ensure a smooth playback of the content. | ||
- Text View: TXT, XML, JS, HTML, JSON and TS files are natively displayed as text in the application File Viewer. | ||
|
||
#### Thumbnails side pane (3) | ||
The Document View includes a thumbnails pane which can be activated by a button in the Viewer Actions toolbar. Clicking on a thumbnail will take a user directly to the selected page and as users scroll through a document the current page is highlighted in the pane. | ||
|
||
#### Viewer Controls (4) | ||
At the bottom of the content the Viewer Controls allow users to interact with the content in various ways; the actions available are dependant on the type of content being displayed. | ||
|
||
- Document View: | ||
- Activate/Deactivate thumbnails pane | ||
- Previous/Next page | ||
- Jump to page number | ||
- Zoom in/out | ||
- Fit to page | ||
- Image View: | ||
- Zoom in/out | ||
- Rotate left/right (does not alter content in the repository) | ||
- Reset image | ||
- Media View: | ||
- Play/pause | ||
- Timeline position | ||
- Audio mute/unmute | ||
- Audio volume | ||
- Full screen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Where to get help | ||
|
||
There are several ways to get help with building applications using the Alfresco Application Development Framework: | ||
|
||
## Alfresco Community | ||
|
||
Visit the Alfresco Community space where you can find many resources to help you get started building your application, | ||
along with blog posts from the Alfresco developers and much more: | ||
https://community.alfresco.com/community/application-development-framework | ||
|
||
## Alfresco ADF Gitter | ||
|
||
Join the vibrant community in Gitter where you can chat with experienced developers, | ||
including the Alfresco employees working directly on the ADF and this example application project: | ||
https://gitter.im/Alfresco/alfresco-ng2-components | ||
|
||
## Alfresco Developer Support | ||
|
||
Developer Support is a subscription-based support offering delivered remotely | ||
by a dedicated team of development-focused, senior Support Engineers. | ||
This support offering is best for customers and partners that require on-going support | ||
for their development teams and customized code. | ||
|
||
Visit the Developer Support Services section on the Alfresco website for more information: | ||
https://www.alfresco.com/alfresco-developer-support-services | ||
|
||
## Alfresco University | ||
|
||
Training with Alfresco University is the best way to acquire the right skills for your team to deliver a successful Alfresco implementation. | ||
The most cost-effective way to take advantage of this valuable training is through Alfresco University Passport. | ||
|
||
Visit the Alfresco University section on the Alfresco website for more information: | ||
https://www.alfresco.com/alfresco-university | ||
|
||
# Building and running locally | ||
|
||
Please refer to the [developer docs](/build) to get more details on building and running application on your local machine. | ||
|
||
# Using with Docker | ||
|
||
The Content App provides a "Dockerfile" and "docker-compose" files to aid in running application in a container. | ||
Please refer to the "[Using with Docker](/docker)" article for more details. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.