<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>HighWire - Features</title>
    <link>http://www.atariforums.com/list.php?23</link>
    <description><![CDATA[Talk about what features you'd like to see possibly added to HighWire in the future]]></description>
    <language>EN</language>
    <pubDate>Wed, 07 Jul 2010 18:46:30 -0400</pubDate>
    <lastBuildDate>Wed, 07 Jul 2010 18:46:30 -0400</lastBuildDate>
    <category>HighWire - Features</category>
    <generator>Phorum 5.1.20</generator>
    <ttl>600</ttl>
    <item>
      <title>Re: Highwire features</title>
      <link>http://www.atariforums.com/read.php?23,4217,4252#msg-4252</link>
      <author>[ProToS]</author>
      <description><![CDATA[macstip under macos classic (no X) is the way but be aware it's really slow]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,4217,4252#msg-4252</guid>
      <pubDate>Wed, 07 Jul 2010 18:46:30 -0400</pubDate>
    </item>
    <item>
      <title>Highwire features</title>
      <link>http://www.atariforums.com/read.php?23,4217,4217#msg-4217</link>
      <author>David Barkin</author>
      <description><![CDATA[The feature I would most like is a compatibility with MaggiCmac, and my Mac compiuter/]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,4217,4217#msg-4217</guid>
      <pubDate>Sat, 19 Jun 2010 21:48:13 -0400</pubDate>
    </item>
    <item>
      <title>Re: first fixes for nov</title>
      <link>http://www.atariforums.com/read.php?23,3915,3957#msg-3957</link>
      <author>jens</author>
      <description><![CDATA[Protocol 6 *is* an internal name for SSL.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,3915,3957#msg-3957</guid>
      <pubDate>Wed, 09 Dec 2009 10:01:59 -0500</pubDate>
    </item>
    <item>
      <title>first fixes for nov</title>
      <link>http://www.atariforums.com/read.php?23,3915,3915#msg-3915</link>
      <author>paulwratt</author>
      <description><![CDATA[when I do finally get HW to 
compile I will be looking 
immediately at the following:
 1) php (script) cacheing issues
 2) protocol 6
 3) SSL (if thats not protocol 6)
 
for scripting, either &quot;force&quot; 
HW to always get a new version 
of the file based on its 
extension, or add an &quot;intelligent&quot; 
option somewhere. A lot of 
options are only configurable 
in the .CFG file, so in the 
beginning maybe just add a 
list of extensions to &quot;cache 
intelligently&quot;
 
in other browsers this is 
done by querying the size of 
the file, and if it has not 
changed, chances are it is 
still the same.. we will see..
 
the &quot;protocol 6&quot; may or may 
not be SSL, but it is required 
to do &quot;basic authentication&quot; 
which is required by one of 
my other PHP projects
http://navphp.sf.net/
 
I have already had a look at 
SSL in &quot;links&quot;, its &quot;way simple&quot; 
to add to the code, although 
that may depend on OpenSSL 
being compiled against, as 
it will &quot;bloat&quot; the code 
somewhat
 
an SLB and/or LGD for OpenSSL 
might be the way to go after 
the initial inclusion of SSL 
has been successfully completed
 
this will allow other projects 
to take advantage of SSL, 
especially since SSL itself 
is going through some &quot;upgades&quot;. 
In which case &quot;slight&quot; abstraction 
would be a wise thing
 
NOTE: this may be the way to 
add other protocol handshaking 
to a project like AtarICQ, 
or one of the GAIM based 
clients, as Yahoo Messenger 
have recently started using 
a heavily encripted protocol 
wrapped in SSL
 
I'll look at some of the 
other library ports to see 
whats invovle with creating 
a PureC/AHCC version..
 
OK, once thats done, I do 
have a list of other DOM 
related issue to look at, 
but if there is anything in 
particular that someone wants 
fixing, adding or update, 
let me know..
 
Paul]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,3915,3915#msg-3915</guid>
      <pubDate>Fri, 20 Nov 2009 11:17:24 -0500</pubDate>
    </item>
    <item>
      <title>Re: html emails</title>
      <link>http://www.atariforums.com/read.php?23,3358,3808#msg-3808</link>
      <author>paulwratt</author>
      <description><![CDATA[FYI (old thread)

this is &quot;mime&quot; content, and should be decoded by the mail client, which can then be passed to the appropriate browser.

some of the html pages contain mime (base64) encoded, inline images, also. This is NOT part of the HTML specification, or rendering process, except that Firfox an Netscape can handle  tags where src=MIME encoded content.

Paul]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,3358,3808#msg-3808</guid>
      <pubDate>Thu, 01 Oct 2009 22:18:38 -0400</pubDate>
    </item>
    <item>
      <title>html emails</title>
      <link>http://www.atariforums.com/read.php?23,3358,3358#msg-3358</link>
      <author>PeterS</author>
      <description><![CDATA[I sometimes get a emails with html attachments that
contain images.

The html looks something like this

--Apple-Mail-9-235628823
Content-Disposition: inline;
filename=S7001917_1.jpg
Content-Transfer-Encoding: base64
Content-Type: image/jpeg;
x-unix-mode=0644;
x-mac-type=4A504547;
name=&quot;S7301987_1.jpg&quot;
Content-Id: 
/9j/4ZAiRXhpZgAATU0AKgAAAAgA

The base64 encoding can presumably be handled if HW can detect
the heading stuff.

It might be a nice feature to add.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,3358,3358#msg-3358</guid>
      <pubDate>Mon, 06 Oct 2008 17:15:09 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,3344#msg-3344</link>
      <author>jens</author>
      <description><![CDATA[I have no problems with that under CrippleMiNT/ Geneva/ Jinnee as I just found out while making a new setup.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,3344#msg-3344</guid>
      <pubDate>Fri, 26 Sep 2008 03:51:58 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,3340#msg-3340</link>
      <author>Paolo</author>
      <description><![CDATA[Still, Jinnee has got this hardwired editobj library that is a true annoyance when used in Xaes, since it *always* complain at bootstrap because it doesn't find it ...]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,3340#msg-3340</guid>
      <pubDate>Thu, 25 Sep 2008 15:31:19 -0400</pubDate>
    </item>
    <item>
      <title>Image zoom</title>
      <link>http://www.atariforums.com/read.php?23,2910,2910#msg-2910</link>
      <author>PeterS</author>
      <description><![CDATA[I had this idea a few years ago but someone has beaten me to it.

In my office we avoid M$ apps (my boss hates them) so we use
OpenOffice, Firefox etc.

Firefox has a nice plugin called ZoomFox which opens a new
browser tab and allows the selected image to be zoomed. Quite
handy and it would be nice to have such plugin features
in Highwire.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2910,2910#msg-2910</guid>
      <pubDate>Sat, 03 Nov 2007 12:49:28 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2732#msg-2732</link>
      <author>jens</author>
      <description><![CDATA[I don't know about a 'naked' MagiC install, but Jinnee lets the user choose any app to be the system editor.
For me it's qed this way.
You can access it via the pop-up entry 'editieren' (edit).
If I had my MagiC install disks with me I could just look that up in MagiC, but no chance atm...]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2732#msg-2732</guid>
      <pubDate>Wed, 01 Aug 2007 12:39:04 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2730#msg-2730</link>
      <author>Jean-François Lemaire</author>
      <description><![CDATA[GokMasE Wrote:
-------------------------------------------------------
&gt; I don't know how advanced it would be to truly
&gt; embed an editor, but from where I stand I think it
&gt; would be better to have this support added either
&gt; within HighWire itself or through a system
&gt; extension. Wasn't there some SLB for MagiC that
&gt; could do this?

Yep, EDITOBJC.SLB, if I'm not mistaken. Jinnee uses it to extend the editing capabilities of its desktop notes.

JFL]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2730#msg-2730</guid>
      <pubDate>Tue, 31 Jul 2007 17:02:59 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2729#msg-2729</link>
      <author>GokMasE</author>
      <description><![CDATA[I don't know how advanced it would be to truly embed an editor, but from where I stand I think it would be better to have this support added either within HighWire itself or through a system extension. Wasn't there some SLB for MagiC that could do this?

In the long run, I absolutely think this kind of functionality belong within the (Xa)AES though.

Regards,

/Joakim]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2729#msg-2729</guid>
      <pubDate>Tue, 31 Jul 2007 10:30:31 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2727#msg-2727</link>
      <author>jens</author>
      <description><![CDATA[NEWSie works like that.
The mailtext is worked upon with your favourite text editor.
As soon as it gets saved NEWSie takes it back and has the mail prepared for sending.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2727#msg-2727</guid>
      <pubDate>Tue, 31 Jul 2007 08:35:19 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2726#msg-2726</link>
      <author>PeterS</author>
      <description><![CDATA[Plugging in other apps always looks harder to me but the benefits are obvious
Can a feature like embedding an editor be handled by OLGA ?

I've often wondered why the AES doesn't provide things like simple editor
objects that can be plugged into apps. Maybe it does I have never got that
far into Atari dev.

P]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2726#msg-2726</guid>
      <pubDate>Tue, 31 Jul 2007 06:10:11 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2718#msg-2718</link>
      <author>jens</author>
      <description><![CDATA[I think I already suggested that to Ralph, but I'm not certain about that...
I hope he has ICQ logs to read again about my great ideas... *ggg*]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2718#msg-2718</guid>
      <pubDate>Sun, 29 Jul 2007 19:16:24 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2710#msg-2710</link>
      <author>Ektus</author>
      <description><![CDATA[Hi Jens,

even better: Let QED or any other decent editor do the editing job, using OLGA. Editing in forums like this one would be much more fun then.


With best regards
Ekkehard]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2710#msg-2710</guid>
      <pubDate>Sat, 28 Jul 2007 00:59:45 -0400</pubDate>
    </item>
    <item>
      <title>Re: Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2709#msg-2709</link>
      <author>jens</author>
      <description><![CDATA[I bugged Ralph a lot about that.
Again and again. ;-)

Scrollbars in the text edit fields would be nice as well...]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2709#msg-2709</guid>
      <pubDate>Fri, 27 Jul 2007 17:08:32 -0400</pubDate>
    </item>
    <item>
      <title>Re: Atariage Forums</title>
      <link>http://www.atariforums.com/read.php?23,2702,2708#msg-2708</link>
      <author>jens</author>
      <description><![CDATA[0.3.2 is not able to do it for me, but the 0.3.3 beta is doing fine on AtariAge.
There's a lot of JavaScript on the forums though which can't be used.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2702,2708#msg-2708</guid>
      <pubDate>Fri, 27 Jul 2007 17:07:04 -0400</pubDate>
    </item>
    <item>
      <title>Re: Settable window size at start</title>
      <link>http://www.atariforums.com/read.php?23,1511,2706#msg-2706</link>
      <author>Ektus</author>
      <description><![CDATA[Window sizes and positions are stored in the config file in latest hw builds.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,1511,2706#msg-2706</guid>
      <pubDate>Thu, 26 Jul 2007 13:08:18 -0400</pubDate>
    </item>
    <item>
      <title>Re: Hotlist?</title>
      <link>http://www.atariforums.com/read.php?23,1478,2705#msg-2705</link>
      <author>Ektus</author>
      <description><![CDATA[Hotlist is already implemented in CVS. New release pending, but you could try the latest beta snapshot from may 7th, 2007, in the archive http://highwire.atari-users.net/source/hw070507.zip.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,1478,2705#msg-2705</guid>
      <pubDate>Thu, 26 Jul 2007 13:06:33 -0400</pubDate>
    </item>
    <item>
      <title>Re: Atariage Forums</title>
      <link>http://www.atariforums.com/read.php?23,2702,2704#msg-2704</link>
      <author>Ektus</author>
      <description><![CDATA[I was able to open those forums with hw and read your question on Eiffel there. No posting, though, as I'm not registered there.]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2702,2704#msg-2704</guid>
      <pubDate>Thu, 26 Jul 2007 13:03:38 -0400</pubDate>
    </item>
    <item>
      <title>Atariage Forums</title>
      <link>http://www.atariforums.com/read.php?23,2702,2702#msg-2702</link>
      <author>Crash</author>
      <description><![CDATA[It seems that neither Highwire or Cab can open the forum pages at Atariage, shame on them:

http://www.atariage.com/forums/index.php

Any idea why, or whether support for this page type is one the list?

Thanks!]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2702,2702#msg-2702</guid>
      <pubDate>Thu, 26 Jul 2007 08:03:11 -0400</pubDate>
    </item>
    <item>
      <title>Select, Copy, and Paste</title>
      <link>http://www.atariforums.com/read.php?23,2701,2701#msg-2701</link>
      <author>Crash</author>
      <description><![CDATA[Greetings,

It would be nice to be able to select text to copy and paste elsewhere.

Thanks!]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2701,2701#msg-2701</guid>
      <pubDate>Thu, 26 Jul 2007 08:01:34 -0400</pubDate>
    </item>
    <item>
      <title>Re: Hotlist?</title>
      <link>http://www.atariforums.com/read.php?23,1478,2700#msg-2700</link>
      <author>Crash</author>
      <description><![CDATA[My solution was to use MiNT, Xaaes, and Teradesk.  From there, I used CAB to surf around and create a Hotlist.  Then, I made a symbolic link from HOTLIST.HTM to HIGHWIRE.HTM.  Now, my CAB Hotlist shows up in Highwire as the homepage, and I can add to it at any time with the changes available in Highwire.

Cheers!]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,1478,2700#msg-2700</guid>
      <pubDate>Thu, 26 Jul 2007 07:57:42 -0400</pubDate>
    </item>
    <item>
      <title>Re: Settable window size at start</title>
      <link>http://www.atariforums.com/read.php?23,1511,2699#msg-2699</link>
      <author>Crash</author>
      <description><![CDATA[So there is no way to open Highwire at full screen / Maximized?  I don't understand why it would default to a window smaller than 640x480 :/

Thanks!]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,1511,2699#msg-2699</guid>
      <pubDate>Thu, 26 Jul 2007 07:55:25 -0400</pubDate>
    </item>
    <item>
      <title>Re: Magxnet support -2</title>
      <link>http://www.atariforums.com/read.php?23,2486,2685#msg-2685</link>
      <author>Mark</author>
      <description><![CDATA[Corrected.

It's indeed Magic 5.0.4

Thanks

Mark]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2486,2685#msg-2685</guid>
      <pubDate>Wed, 11 Jul 2007 15:47:03 -0400</pubDate>
    </item>
    <item>
      <title>Re: Magxnet support -2</title>
      <link>http://www.atariforums.com/read.php?23,2486,2672#msg-2672</link>
      <author>jens</author>
      <description><![CDATA[You're using MagiC, aren't you?]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2486,2672#msg-2672</guid>
      <pubDate>Mon, 09 Jul 2007 17:39:55 -0400</pubDate>
    </item>
    <item>
      <title>Re: Magxnet support -2</title>
      <link>http://www.atariforums.com/read.php?23,2486,2667#msg-2667</link>
      <author>Mark</author>
      <description><![CDATA[Hello,

I'm runing magxnet1.3.9b on MAGIC 5.0.4, on a plain Falcon. I use a netusbee.
I've the same problems as Jens, I can ping to everything without problems, I can go to the internet under gluestik, but when I use HW.3.2 the regular ovl file for magxnet gives problems. I get the same errors as Jens

I'm not an expert but I think there is something wrong with the settings for the proxy.

Regards,

Mark]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2486,2667#msg-2667</guid>
      <pubDate>Mon, 09 Jul 2007 04:12:33 -0400</pubDate>
    </item>
    <item>
      <title>Re: Magxnet support</title>
      <link>http://www.atariforums.com/read.php?23,2486,2514#msg-2514</link>
      <author>jens</author>
      <description><![CDATA[Hrm - I think I'll have a talk with Ralph on ICQ these days to maybe get things clear.

Thanks nonetheless. :-)]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2486,2514#msg-2514</guid>
      <pubDate>Wed, 02 May 2007 15:50:23 -0400</pubDate>
    </item>
    <item>
      <title>Re: Magxnet support</title>
      <link>http://www.atariforums.com/read.php?23,2486,2508#msg-2508</link>
      <author>Ektus</author>
      <description><![CDATA[Hi Jens!

Sorry, wrong version number. These changes were in 6.2, change date December 30th, 1999, in the history.
As you're using 6.2, this shouldn't be the reason.
For me, the MiNT-Net overlay is working on both the Milan and the CT2A Falcon.

With best regards
Ekkehard]]></description>
      <category>HighWire - Features</category>
      <guid isPermaLink="true">http://www.atariforums.com/read.php?23,2486,2508#msg-2508</guid>
      <pubDate>Tue, 01 May 2007 10:57:59 -0400</pubDate>
    </item>
  </channel>
</rss>
