forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 2.35 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: splash
author_profile: true
header:
overlay_color: "#f48938"
cta_label: "Eclipse Plug-in"
cta_url: "/plugin/intro/"
excerpt: "ECM Developer features a free open source Eclipse plug-in aimed at supporting the development of applications using the IBM FileNet P8 Content Engine. It approaches the ECM system from a developers point of view and tries to find solutions for day to day tasks.<br><br>Besides the Eclipse plugin you will also find code samples and libraries which can make your ECM live as a developer a lot easier. Checkout the articles for more details."
feature_row2:
- excerpt: '<img src="/img/plugin/database.png"> Supports FileNet P8 Content Engine Object Stores.<br><br>
<img src="/img/plugin/star.png"> <a href="/plugin/browsing-object-stores/">Browse</a> using an Object Stores view and a Favorites view.<br><br>
<img src="/img/plugin/find.png"> Design <a href="/plugin/searching/">Searches</a> using a graphical query designer.<br><br>
<img src="/img/plugin/tracker.png"> Quickly editing the <a href="/plugin/editing-content/">Content</a> of documents using a files tracker.'
- excerpt: '<img src="/img/plugin/table_relationship.png"> Create <a href="/plugin/class-diagrams/">Class Diagrams</a> based on the Object Store Classes.<br><br>
<img src="/img/plugin/shield.png"> Edit the <a href="/plugin/editing-security/">security</a> of folders, document and custom objects.<br><br>
<img src="/img/plugin/page_white_edit.png"> Edit the <a href="/plugin/editing-properties/">properties</a> of Folders, Documents and Custom Objects.'
- excerpt: '<img src="/img/plugin/script_edit.png"> <a href="/plugin/codemodules/">Code Module</a> Editor and automatic update of related actions.<br><br>
<img src="/img/plugin/application_go.png"> <a href="/plugin/console-projects/">Console Projects</a>, execute Java methods using the search result or the selected items as input.<br><br>
And much more…'
features_header:
- title: "ECLIPSE PLUGIN FEATURES"
cta_label: "Eclipse Plug-in"
cta_url: "/plugin/intro/"
intro:
- title: "TOOLS AND TUTORIALS"
---
{% include feature_row id="features_header" type="center" %}
{% include feature_row id="feature_row2" %}
{% include feature_row id="intro" type="center" %}
<div class="grid__wrapper">
{% for post in site.posts %}
{% include archive-single.html type="grid" %}
{% endfor %}
</div>