Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorabin committed Jan 21, 2018
1 parent c4683f3 commit f0fa3e5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The composite POM is

<groupId>org.linguafranca.pwdb</groupId>
<artifactId>KeePassJava2</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
at Maven Central. Note that the artifactId has become Camel Case from release 2.1.x onwards.

Expand Down Expand Up @@ -170,8 +170,15 @@ Each module corresponds to a Maven artifact. The GroupId is `org.linguafranca.pw
bindings might be useful for building other interfaces.</td></tr>
<tr><td><a href="dom">dom</a></td><td>KeePassJava2-dom</td><td>A DOM based implementation of KDBX. Being DOM based it is rather slow, but
messes less with existing content than the other two implementations. Known to work on Android.</td></tr>
<tr><td><a href="http">http</a></td><td>keepasshttp</td><td>An implementation of <a href="https://github.com/pfn/keepasshttp/">keepasshttp</a>, which is a plugin for Windows Keepass
supporting communication with Chrome (chromeIPass) and Firefox(PassIFox) extensions. It is experimental and usafe. Please
<tr><td><a href="http">http</a></td><td>keepasshttp</td><td>An implementation of a server
intended to be the equivalent of
<a href="https://github.com/pfn/keepasshttp/">keepasshttp</a>, which is a plugin for Windows Keepass
supporting communication with Chrome (chromeIPass) and Firefox(PassIFox) extensions.


**It is experimental and usafe.**

Please
read and inwardly digest the <a href="http/readme.md">readme</a>.</td></tr>
</tbody>
</table>
Expand Down

0 comments on commit f0fa3e5

Please sign in to comment.