diff --git a/I2PFirefoxProfileChecker.md b/I2PFirefoxProfileChecker.md index 8e77e21..6ee2495 100644 --- a/I2PFirefoxProfileChecker.md +++ b/I2PFirefoxProfileChecker.md @@ -16,7 +16,11 @@ package: net.i2p.i2pfirefox Show dependencies @@ -24,7 +28,7 @@ package: net.i2p.i2pfirefox ## Methods -### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L26) +### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L30) + Description: + Access: public @@ -36,7 +40,7 @@ package: net.i2p.i2pfirefox | args | String[] | | -### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L47) +### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L51) + Description: Return true if the profile directory is valid. + Access: public @@ -48,7 +52,31 @@ package: net.i2p.i2pfirefox | profileDirectory | String | the profile directory to check | -### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L86) +### deRestrictHTTPS [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L84) + ++ Description: ++ Access: private ++ Modifiers: static ++ return: boolean + +| Name | Type | Description | +| ----- | ----- | ----- | +| profile | String | | + + +### undoHttpsOnlyMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L104) + ++ Description: ++ Access: private ++ Modifiers: static ++ return: boolean + +| Name | Type | Description | +| ----- | ----- | ----- | +| fileToBeModified | File | | + + +### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L140) + Description: Return true if the file is valid. + Access: public @@ -60,7 +88,7 @@ package: net.i2p.i2pfirefox | file | String | the file to check | -### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L113) +### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L167) + Description: Return true if the extension directory is valid. + Access: public diff --git a/build.xml b/build.xml index 5b38fa8..65e7263 100755 --- a/build.xml +++ b/build.xml @@ -311,7 +311,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det - + diff --git a/index.html b/index.html index 611d257..304bf56 100755 --- a/index.html +++ b/index.html @@ -115,6 +115,9 @@ + + / +

@@ -465,10 +468,15 @@ if (i2pIsRunning()) { TODO: Summarize differences

+ + + Get the source code: + + diff --git a/showhider.css b/showhider.css index c5ec96e..cea9ba7 100644 --- a/showhider.css +++ b/showhider.css @@ -8,3 +8,8 @@ #hidenav {display:block; } #shownav:target {display: block; } #hidenav:target {display: none; } + +#donate {display:none; } +#hidedonate {display:block; } +#donate:target {display: block; } +#hidedonate:target {display: none; } diff --git a/style.css b/style.css index f76cfd5..963d79f 100755 --- a/style.css +++ b/style.css @@ -155,3 +155,10 @@ input { float: right; width: 15%; } +#returnhome { + font-size: xxx-large; + display: inline; +} +h1 { + display: inline; +}