-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b12f1a3
commit de246ef
Showing
10,662 changed files
with
116,249 additions
and
325,699 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-Xms256m | ||
-Xmx512m | ||
-XX:MaxPermSize=256m | ||
-Djava.awt.headless=true |
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 @@ | ||
-V |
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,24 @@ | ||
DOCUMENT VIEWER - HOWTO | ||
-------------------------------------------------------------------------------- | ||
|
||
1. Document Viewer is the main screen of the system through which a user can | ||
draft a legislative document. It contains several tools to facilitate easy | ||
editing. | ||
|
||
2. Document viewer is divided into two sections. The top section consists of | ||
document title and menu. Menu bar contains following buttons - | ||
Close - closes the document. | ||
Metadata - refer to Edit metadata HOWTO | ||
Download - download the LEG format file(disabled) | ||
Settings - configuration of document viewer columns | ||
Locks - allows user to release his acquired locks | ||
Development features - allows downloading of akomaNtoso xml file. | ||
|
||
3. Lower section of the viewer is divided into columns. By default, first column | ||
is the document pane and the other column consists of table of content. | ||
The document pane is further divided into document toolbar and document | ||
content. | ||
|
||
4. Document toolbar provides quick links to document level features. | ||
|
||
5. Document content is main area in which a user can do content drafting. |
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
TABLE OF CONTENT - HOWTO | ||
-------------------------------------------------------------------------------- | ||
|
||
1. By Default, document viewer is divided into two columns. Left-hand side is | ||
document area and right-hand side is table of content. The table of content | ||
is a tree consists of hierarchical structure of the document. | ||
|
||
2. The tool-bar of the table of content consists of three buttons - | ||
- The expand/collapse button to expand or collapse the tree. | ||
- The edit button to edit the tree structure. | ||
- The refresh button to refresh the table of content. | ||
|
||
3. To edit the table of content, click on the icon with label 'Edit'. A dialog | ||
will open with title 'Edit table of content'. | ||
|
||
4. The dialog is divided into 3 parts, left-hand side is the table of content | ||
displays the document tree, right-hand side consists of the elements that | ||
can be added to the tree using 'drag n drop' and the bottom area consists of | ||
meta-data of the selected element in the tree. | ||
|
||
5. The meta-data section consists of three fields: Type, Number and Heading. | ||
The 'Heading' field is editable and the rest are read-only. On selection of | ||
an element from the table of content, these fields are populated. A 'Delete' | ||
button is also provided to delete an element from the tree if possible. | ||
|
||
6. New elements can be added to the tree from the right-hand side column using | ||
'drag n drop'.This feature is bounded by the rules of the document structure, | ||
so the elements can only be added at a valid level in the hierarchy. | ||
|
||
7. After the edition, click on the 'Save' button to save the changes. To close | ||
the dialog click on 'Close', the dialog will be closed and the changes will | ||
be reflected in the Table of Content and document. | ||
|
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,29 @@ | ||
DOCUMENT CHANGES - HOWTO | ||
-------------------------------------------------------------------------------- | ||
|
||
1. An additional column can be enabled in document viewer by clicking on | ||
Menu Bar> Setting menu> "Change ON". On enabling via sub menu, a column | ||
appears on left side of document viewer called changes pane. The changes | ||
pane contains a tool-bar and document content with highlighted changes. | ||
|
||
2. The tool-bar of the changes pane consists of following - | ||
- A popup button to select versions to compare. | ||
- Navigation buttons to move to previous/next change | ||
- Button to reset/hide the changes pane | ||
|
||
3. On click of popup button, it opens a window which contains a slider and | ||
a checkbox. Slider can be used to select versions to show changes between | ||
two versions. If the checkbox is selected, it maintains second version at | ||
latest available version. | ||
|
||
4. When slider is moved and two different versions are selected, the content | ||
reflects the changes between two versions. Removed content is marked with red | ||
and added content is marked with green colour. Changes are also marked on the | ||
scroll-bar. | ||
|
||
5. Navigation Buttons on toolbar are for easy navigation between changes. Click | ||
on 'Next' button scroll the content to next change. Changes can also be | ||
navigated through the markers placed on scroll bar. | ||
|
||
6. The right most button on toolbar, hides the changes pane which can be | ||
restored by leftmost button on document area. |
Oops, something went wrong.