Skip to content

Commit

Permalink
Remove XPPublish code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 23, 2017
1 parent 66847da commit 3f2df0e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 454 deletions.
48 changes: 0 additions & 48 deletions ansel/lib/XPPublisher.php

This file was deleted.

47 changes: 1 addition & 46 deletions ansel/locale/en/help.xml
Expand Up @@ -21,52 +21,7 @@
with an uploaded file, you will be notified, so when in doubt,
give it a try. You also have two options if you have a lot of
images to upload at once. You can upload a ZIP file of all of the
images, and they will all be processed at once. Or, if you are
using Windows XP, you can use the <ref ENTRY="xppublish"
MODULE="ansel">XP Publishing Wizard</ref>.
</para>
</entry>

<entry id="xppublish">
<title>Uploading Images: Publish from Windows XP</title>
<heading>Using Windows XP's Publish to the Web feature</heading>

<para>
Windows XP comes with a nice feature that allows you to publish
content from your desktop directly to a web service.
</para>

<para><b>1. Setting it up</b></para>

<para>
Download the <href url="xppublish.php" app="ansel">XP
Configuration file</href>. Save it to your desktop, and make sure
that the file extension is .reg. If it is not, rename the file,
and if Windows asks you to confirm changing the type of the file,
say yes.
</para>

<para>
Double-click on install-registry.reg. You will be asked whether or
not you want to import these values into your registry. Click
&quot;OK&quot;. You will be told that the values were imported
successfully; click &quot;OK&quot; again. You are now ready to
upload files!
</para>

<para><b>2. Uploading</b></para>

<para>
Open Windows Explorer and browse to the folder that you want to
upload, or that contains the file(s) that you'd like to upload.
Make sure that you can see &quot;File and Folder Tasks&quot; on
the left of your Explorer window. You should see an option to
&quot;Publish this folder to the Web&quot; or, if you have a
specific file selected, &quot;Publish this file to the Web&quot;.
Click this link and then follow the instructions to select which
files you want to upload (you will get to select anything in the
folder during the process), log in, select a gallery or create a
new one, and publish the image(s).
images, and they will all be processed at once.
</para>
</entry>

Expand Down
3 changes: 0 additions & 3 deletions ansel/templates/image/upload.inc
@@ -1,6 +1,3 @@
<?php
$form->renderActive(null, null, Horde::url('img/upload.php'), 'post', 'multipart/form-data');
if ($browser->getPlatform() == 'win' && $GLOBALS['registry']->showService('help')) {
echo '<div class="box" style="margin:8px; padding:8px"><h3>' . Horde_Help::link('ansel', 'xppublish') . ' ' . _("Learn how to publish photos directly from Windows.") . '</h3></div>';
}
$lbcssurl = Horde::url($GLOBALS['registry']->get('themesuri', 'ansel') . '/lightbox.css', true);
69 changes: 0 additions & 69 deletions ansel/templates/xppublish/javascript.inc

This file was deleted.

24 changes: 0 additions & 24 deletions ansel/templates/xppublish/list.inc

This file was deleted.

18 changes: 0 additions & 18 deletions ansel/templates/xppublish/login.inc

This file was deleted.

29 changes: 0 additions & 29 deletions ansel/templates/xppublish/new.inc

This file was deleted.

0 comments on commit 3f2df0e

Please sign in to comment.