Skip to content

Commit

Permalink
Added section on HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 11, 2003
1 parent f7c37cf commit c2c87a8
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions ReadMe.html
Expand Up @@ -59,7 +59,7 @@
<body>

<h1 align="center">Gallery Remote ReadMe</h1>
<p>Preview Version: 1.0<br>
<p>Preview Version: 1.1<br>
Last modified: November 10, 2002</p>
<h2 align="left">Contents</h2>

Expand All @@ -71,13 +71,12 @@ <h2 align="left">Contents</h2>
no installer?</a></li>
<li><a href="#bundled">Bundled software</a></li>
<li><a href="#problems">Known problems</a></li>
<li><a href="#save">Saving/loading</a></li>
<li><a href="#help">HELP!! Where do I go for Help?</a></li>
</ol>


<h2><a name="whatisGR" id="whatisGR"></a>What is Gallery Remote?</h2>
<p>Gallery Remote is a Desktop file upload utility for Gallery.</p>
<p>Gallery Remote is a desktop file upload utility for Gallery.</p>
<p>It works best with newer versions of Gallery. Gallery 1.3.2 and later support
a new protocol, which allows uploading captions along with images, creating
new albums, etc.</p>
Expand Down Expand Up @@ -129,6 +128,23 @@ <h3>Logging</h3>
<p>you will see the log as it unfolds in the console...</p>
<p><strong>Caution</strong>: Be careful before posting your log to forums or sending
it to anyone: your password is printed in clear text in several places.</p>
<h3>Saving/loading</h3>
<p> In order to attempt to guarantee that you will not lose your hard work if
the upload doesn't work and Gallery Remote doesn't recover gracefully, it will
save the project before attempting to upload into the same folder your Gallery
Remote options file resides. If something does happen, you can load the project
again, and even modify it (it's XML).</p>
<p>You can also save and open a project at any time.</p>
<p>Project files use the extension .grg (for Gallery Remote gallery); this extension
is not automatically mapped to Gallery Remote (you can't double click the project
files and expect something useful to happen).</p>
<h3>HTTPS</h3>
<p>You can use https:// URLs with Gallery Remote to connect to secured web sites.</p>
<p>If the site you are attempting to connect to uses a server certificate that
is not certified by a trusted certificate authority, Gallery Remote will be
unable to connect. If that happens, you will need to add the site's certificate
to the Java registry of trusted certificates. The process for doing this is
detailed <a href="http://www.infy.com/knowledge_capital/thought-papers/usingHTTPwith_java.pdf">here</a>.</p>
<h2><a name="run"></a>Can I run Gallery Remote on platforms for which there is
no installer?</h2>
<p>Yes, maybe. Gallery Remote was written in Java. If you have Java 1.3 or later
Expand All @@ -147,16 +163,6 @@ <h3>JSX</h3>
allow external tools to automatically generate projects that can then be loaded
into Gallery Remote.</p>
<p>JSX is licensed under the GPL.</p>
<h2><a name="save"></a>Saving/loading</h2>
<p> In order to attempt to guarantee that you will not lose your hard work if
the upload doesn't work and Gallery Remote doesn't recover gracefully, it will
save the project before attempting to upload into the same folder your Gallery
Remote options file resides. If something does happen, you can load the project
again, and even modify it (it's XML).</p>
<p>You can also save and open a project at any time.</p>
<p>Project files use the extension .grg (for Gallery Remote gallery); this extension
is not automatically mapped to Gallery Remote (you can't double click the project
files and expect something useful to happen).</p>
<h2><a name="problems"></a>Known problems</h2>
<p>There are many, I am sure.</p>
<p>Right now, the lack of out of the box support for ImageMagick on non-Windows
Expand Down

0 comments on commit c2c87a8

Please sign in to comment.