You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Carol Hassler <Ca...@wicourts.gov> on 2012/04/24 16:59:22 UTC

problem getting rid of outlink image

Hi everyone,
 
I'm trying to get rid of the little red arrow next to outbound links,
the use of which should be set by:
jspwiki.translatorReader.useOutlinkImage = false
 
So we've changed this line in our properties file to false and
restarted, but the little red arrow is still appearing next to new
outbound links. We want to get rid of it since our wiki is on an
internal network, but we frequently copy and paste to external emails
and that red arrow turns into a big, ugly empty image.
 
I'm on JSPWiki v2.8.4. Any ideas?
 
Thanks!

Re: archiving our wiki

Posted by Andrew Higgins <ra...@gmail.com>.
Hi, Carol.

Have you looked at Siegfried Goeschl's Wiki On A
Stick<https://github.com/sgoeschl/jspwiki-on-a-stick>?
We use it to put a copy of our wiki on a USB flash drive that can be
plugged into any PC with Java installed.  We avoid the page by page
transfer by zipping our page directory and then extracting it to the flash
drive.  You can also put WOAS and your pages on a CD instead of a flash
drive.

hth
Andy


On Tue, May 22, 2012 at 3:58 PM, Carol Hassler
<Ca...@wicourts.gov>wrote:

>  My organization would like to archive/export our wiki...
>

Re: archiving our wiki

Posted by Lo...@log-net.com.
I have a batch file that nightly submits page (not file) changes into 
perforce.  If you want to take a look at that I can send you the file.


"Carol Hassler" <Ca...@wicourts.gov> wrote on 2012-05-22 04:58:20 
PM:

> "Carol Hassler" <Ca...@wicourts.gov> 
> 2012-05-22 04:59 PM
> 
> Please respond to
> jspwiki-user@incubator.apache.org
> 
> To
> 
> <js...@incubator.apache.org>, 
> 
> cc
> 
> Subject
> 
> archiving our wiki
> 
> My organization would like to archive/export our wiki in some kind 
> of end-user friendly format. The concept is to copy the wiki 
> contents annually to a format that can be used on any standard 
> computer in case of an emergency (i.e. saved as an HTML web-style 
> archive, saved as PDF files, saved as Word files).
> 
> Another way to put it is that we are looking for a way to export the
> contents of the wiki into a printer-friendly format - to a document 
> that maintains some organization and formatting and can be used on 
> any standard computer.
> 
> Is anybody aware of a tool out there that would allow for this sort 
> of mass export? Our wiki is large and we would prefer not to do this
> type of export one page at a time.
> 
> Thanks!

Re: archiving our wiki

Posted by Florian Holeczek <fl...@holeczek.de>.
Hi Carol,

you could give some website download tool like HTTrack a try.

But which format is more interoperable and timeless than simple text like wiki text is? I'd simply archive the page and attachment repository and maybe add a copy of the current wiki server installation.

Regarding printer-friendliness, there's an inherent problem: Wikis are hypertext, which is not in a linear form like printed text. It's hard to serialize hypertext for printing it out in an order that makes sense, at least in general and without further semantic markup.

Another possibility which just came to my mind is (mis-)using the JCR export tool. It's producing XML, which could then probably be XSL-transformed into a suitable format. However, keep in mind that this is just a helper tool which was written for migrating a wiki to a future JCR backend.

Regards
 Florian


----- Ursprüngliche Mail -----
Von: "Carol Hassler" <Ca...@wicourts.gov>
An: jspwiki-user@incubator.apache.org
Gesendet: Dienstag, 22. Mai 2012 22:58:20
Betreff: archiving our wiki


My organization would like to archive/export our wiki in some kind of end-user friendly format. The concept is to copy the wiki contents annually to a format that can be used on any standard computer in case of an emergency (i.e. saved as an HTML web-style archive, saved as PDF files, saved as Word files). 

Another way to put it is that we are looking for a way to export the contents of the wiki into a printer-friendly format - to a document that maintains some organization and formatting and can be used on any standard computer. 

Is anybody aware of a tool out there that would allow for this sort of mass export? Our wiki is large and we would prefer not to do this type of export one page at a time. 

Thanks!

archiving our wiki

Posted by Carol Hassler <Ca...@wicourts.gov>.
My organization would like to archive/export our wiki in some kind of
end-user friendly format. The concept is to copy the wiki contents
annually to a format that can be used on any standard computer in case
of an emergency (i.e. saved as an HTML web-style archive, saved as PDF
files, saved as Word files).
 
Another way to put it is that we are looking for a way to export the
contents of the wiki into a printer-friendly format - to a document that
maintains some organization and formatting and can be used on any
standard computer.
 
Is anybody aware of a tool out there that would allow for this sort of
mass export? Our wiki is large and we would prefer not to do this type
of export one page at a time.
 
Thanks!

Re: problem getting rid of outlink image

Posted by Harry Metske <ha...@gmail.com>.
did you clear your browser cache ?

If that doesnt help, can you verify your access logs (apache or tomcat) to
see if and what requests are coming in if you refresh the page
(/images/out.png)

regards,
Harry


2012/4/24 Carol Hassler <Ca...@wicourts.gov>

>  We are using Tomcat Version 5.5.16 and JSPwiki 2.8.4
> Here is our code:
>
> #
> #  If set to true, all outward links have a small icon attached.  The icon
> #  can be found from images/out.png.  Default is true.
> #
> jspwiki.translatorReader.useOutlinkImage = false
>
>
> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
> 3:08 PM >>>
>
> Hi Carol,
>
> exactly what version of JSPWiki + Tomcat are you using? A simple restart
> should be more than enough.. Can you post the relevant section of your
> jspwiki.properties?
>
>
> regards,
> juan pablo
>
>
> 2012/4/24 Carol Hassler <Ca...@wicourts.gov>
>
> >  Our tech folks took a look...no such folder exists in *
> > work/Catalina/localhost/*.
> >
> > Generally, other changes we've made to our properties file worked with a
> > simple restart in the past (a few months ago, same version).
> >
> > >>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
> > 11:35 AM >>>
> > Hi,
> >
> > if the latter is the case, tell it on jspwiki-user, if not, please do
> > follow up also on the same list, with the exact version of jspwiki, so we
> > can test against the same installation.
> >
> >
> > regards,
> > juan pablo
> >
> > On Tue, Apr 24, 2012 at 6:30 PM, Carol Hassler <
> Carol.Hassler@wicourts.gov
> > > wrote:
> >
> >>  Thanks for responding so quickly, Juan Pablo.
> >>  My browser's cache was already cleared, but I'll check on that second
> >> recommendation.
> >>
> >> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
> >> 11:06 AM >>>
> >>
> >> Hello Carol,
> >>
> >> I've just quick-tested on a local installation and setting
> >> jspwiki.translatorReader.useOutlinkImage = false
> >>
> >> did the trick. Can you check that you've cleared your browser's cache
> and
> >> that you've deleted the $TOMCAT_HOME/work/Catalina/localhost/JSPWiki
> >> folder
> >> before restarting?
> >>
> >>
> >> regards,
> >> juan pablo
> >>
> >>
> >> On Tue, Apr 24, 2012 at 4:59 PM, Carol Hassler
> >> <Ca...@wicourts.gov>wrote:
> >>
> >> > Hi everyone,
> >> >
> >> > I'm trying to get rid of the little red arrow next to outbound links,
> >> the
> >> > use of which should be set by:
> >> > jspwiki.translatorReader.useOutlinkImage = false
> >> >
> >> > So we've changed this line in our properties file to false and
> >> restarted,
> >> > but the little red arrow is still appearing next to new outbound
> links.
> >> We
> >> > want to get rid of it since our wiki is on an internal network, but we
> >> > frequently copy and paste to external emails and that red arrow turns
> >> into
> >> > a big, ugly empty image.
> >> >
> >> > I'm on JSPWiki v2.8.4. Any ideas?
> >> >
> >> > Thanks!
> >> >
> >>
> >
> >
>

Re: problem getting rid of outlink image

Posted by Carol Hassler <Ca...@wicourts.gov>.
We are using Tomcat Version 5.5.16 and JSPwiki 2.8.4
Here is our code:
 
#
#  If set to true, all outward links have a small icon attached.  The
icon
#  can be found from images/out.png.  Default is true.
#
jspwiki.translatorReader.useOutlinkImage = false
 

>>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
3:08 PM >>>
Hi Carol,

exactly what version of JSPWiki + Tomcat are you using? A simple
restart
should be more than enough.. Can you post the relevant section of your
jspwiki.properties?


regards,
juan pablo


2012/4/24 Carol Hassler <Ca...@wicourts.gov>

>  Our tech folks took a look...no such folder exists in *
> work/Catalina/localhost/*.
>
> Generally, other changes we've made to our properties file worked
with a
> simple restart in the past (a few months ago, same version).
>
> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com>
4/24/2012
> 11:35 AM >>>
> Hi,
>
> if the latter is the case, tell it on jspwiki-user, if not, please
do
> follow up also on the same list, with the exact version of jspwiki,
so we
> can test against the same installation.
>
>
> regards,
> juan pablo
>
> On Tue, Apr 24, 2012 at 6:30 PM, Carol Hassler
<Carol.Hassler@wicourts.gov
> > wrote:
>
>>  Thanks for responding so quickly, Juan Pablo.
>>  My browser's cache was already cleared, but I'll check on that
second
>> recommendation.
>>
>> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com>
4/24/2012
>> 11:06 AM >>>
>>
>> Hello Carol,
>>
>> I've just quick-tested on a local installation and setting
>> jspwiki.translatorReader.useOutlinkImage = false
>>
>> did the trick. Can you check that you've cleared your browser's
cache and
>> that you've deleted the
$TOMCAT_HOME/work/Catalina/localhost/JSPWiki
>> folder
>> before restarting?
>>
>>
>> regards,
>> juan pablo
>>
>>
>> On Tue, Apr 24, 2012 at 4:59 PM, Carol Hassler
>> <Ca...@wicourts.gov>wrote:
>>
>> > Hi everyone,
>> >
>> > I'm trying to get rid of the little red arrow next to outbound
links,
>> the
>> > use of which should be set by:
>> > jspwiki.translatorReader.useOutlinkImage = false
>> >
>> > So we've changed this line in our properties file to false and
>> restarted,
>> > but the little red arrow is still appearing next to new outbound
links.
>> We
>> > want to get rid of it since our wiki is on an internal network,
but we
>> > frequently copy and paste to external emails and that red arrow
turns
>> into
>> > a big, ugly empty image.
>> >
>> > I'm on JSPWiki v2.8.4. Any ideas?
>> >
>> > Thanks!
>> >
>>
>
>

Re: problem getting rid of outlink image

Posted by Juan Pablo Santos Rodríguez <ju...@gmail.com>.
Hi Carol,

exactly what version of JSPWiki + Tomcat are you using? A simple restart
should be more than enough.. Can you post the relevant section of your
jspwiki.properties?


regards,
juan pablo


2012/4/24 Carol Hassler <Ca...@wicourts.gov>

>  Our tech folks took a look...no such folder exists in *
> work/Catalina/localhost/*.
>
> Generally, other changes we've made to our properties file worked with a
> simple restart in the past (a few months ago, same version).
>
> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
> 11:35 AM >>>
> Hi,
>
> if the latter is the case, tell it on jspwiki-user, if not, please do
> follow up also on the same list, with the exact version of jspwiki, so we
> can test against the same installation.
>
>
> regards,
> juan pablo
>
> On Tue, Apr 24, 2012 at 6:30 PM, Carol Hassler <Carol.Hassler@wicourts.gov
> > wrote:
>
>>  Thanks for responding so quickly, Juan Pablo.
>>  My browser's cache was already cleared, but I'll check on that second
>> recommendation.
>>
>> >>> Juan Pablo Santos Rodríguez<ju...@gmail.com> 4/24/2012
>> 11:06 AM >>>
>>
>> Hello Carol,
>>
>> I've just quick-tested on a local installation and setting
>> jspwiki.translatorReader.useOutlinkImage = false
>>
>> did the trick. Can you check that you've cleared your browser's cache and
>> that you've deleted the $TOMCAT_HOME/work/Catalina/localhost/JSPWiki
>> folder
>> before restarting?
>>
>>
>> regards,
>> juan pablo
>>
>>
>> On Tue, Apr 24, 2012 at 4:59 PM, Carol Hassler
>> <Ca...@wicourts.gov>wrote:
>>
>> > Hi everyone,
>> >
>> > I'm trying to get rid of the little red arrow next to outbound links,
>> the
>> > use of which should be set by:
>> > jspwiki.translatorReader.useOutlinkImage = false
>> >
>> > So we've changed this line in our properties file to false and
>> restarted,
>> > but the little red arrow is still appearing next to new outbound links.
>> We
>> > want to get rid of it since our wiki is on an internal network, but we
>> > frequently copy and paste to external emails and that red arrow turns
>> into
>> > a big, ugly empty image.
>> >
>> > I'm on JSPWiki v2.8.4. Any ideas?
>> >
>> > Thanks!
>> >
>>
>
>

Re: problem getting rid of outlink image

Posted by Juan Pablo Santos Rodríguez <ju...@gmail.com>.
Hello Carol,

I've just quick-tested on a local installation and setting
jspwiki.translatorReader.useOutlinkImage = false

did the trick. Can you check that you've cleared your browser's cache and
that you've deleted the $TOMCAT_HOME/work/Catalina/localhost/JSPWiki folder
before restarting?


regards,
juan pablo


On Tue, Apr 24, 2012 at 4:59 PM, Carol Hassler
<Ca...@wicourts.gov>wrote:

>  Hi everyone,
>
> I'm trying to get rid of the little red arrow next to outbound links, the
> use of which should be set by:
> jspwiki.translatorReader.useOutlinkImage = false
>
> So we've changed this line in our properties file to false and restarted,
> but the little red arrow is still appearing next to new outbound links. We
> want to get rid of it since our wiki is on an internal network, but we
> frequently copy and paste to external emails and that red arrow turns into
> a big, ugly empty image.
>
> I'm on JSPWiki v2.8.4. Any ideas?
>
> Thanks!
>