-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
54 changed files
with
1,048 additions
and
848 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,29 +1,37 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
<title>Table of Contents</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<h1>Database plugin</h1> | ||
This plugin is written by Hervé Jouin ([email protected]) and extends the Archi capabilities. | ||
<br> | ||
It allows to persist models in a database. | ||
<br><br> | ||
<h2>Table of Contents</h2> | ||
<ul> | ||
<li><a href="help/html/pluginObjectives.html">Plugin objectives</a> | ||
<li><a href="help/html/installPlugin.html">Install the plugin</a> | ||
<li><a href="help/html/configurePlugin.html">Configure the plugin</a> | ||
<li><a href="help/html/databaseStructure.html">Database structure</a> | ||
<li><a href="help/html/exportModel.html">Export a model</a> | ||
<li><a href="help/html/importModel.html">Import a model</a> | ||
<li><a href="help/html/importComponent.html">Import a single component</a> | ||
<li><a href="help/html/componentHistory.html">Get a component's history</a> | ||
<li><a href="help/html/releaseNotes.html">Release notes</a> | ||
</ul> | ||
</body> | ||
</html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
<title>Table of Contents</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<h1>Database plugin</h1> | ||
This plugin is written by Hervé Jouin ([email protected]) and extends the Archi capabilities. | ||
<br> | ||
It allows to persist models in a database. | ||
<br> | ||
<br> | ||
<h2>Table of Contents</h2> | ||
<ul> | ||
<li><a href="help/html/pluginObjectives.html" title="Plugin objectives">Plugin objectives</a> | ||
</li> | ||
<li><a href="help/html/installPlugin.html" title="Install the plugin">Install the plugin</a> | ||
</li> | ||
<li><a href="help/html/configurePlugin.html" title="Configure the plugin">Configure the plugin</a> | ||
</li> | ||
<li><a href="help/html/databaseStructure.html" title="Database structure">Database structure</a> | ||
</li> | ||
<li><a href="help/html/exportModel.html" title="Export a model">Export a model</a> | ||
</li> | ||
<li><a href="help/html/importModel.html" title="Import a model">Import a model</a> | ||
</li> | ||
<li><a href="help/html/importComponent.html" title="Import a single component">Import a single component</a> | ||
</li> | ||
<li><a href="help/html/componentHistory.html" title="Get a component's history">Get a component's history</a> | ||
</li> | ||
<li><a href="help/html/releaseNotes.html" title="Realease notes">Release notes</a> | ||
</li> | ||
</ul> | ||
</body> | ||
</html> |
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.