Re: Building user designed links (was: Another "simple" problem) by Robert Inder
>>>>> Jochen Stenzel writes:> To: "Robert Inder" <robert@interactive.co.uk>> Cc: "perlpoint@perl.org" <perlpoint@perl.org>> Date: Wed, 30 Jan 2002 22:00:02 +0100>...
View ArticlePlacing HTML slide titles arbitrarily (was: Another "simple" problem) by...
> > This sounds (to me) as if it was built using templates (for header,> > slide contents and footer).>>Yes. The HTML for a slide was something close...
View ArticleBuilding user designed links (was: Another "simple" problem) by Jochen Stenzel
>In fact, in an ideal world, I'd like to plant a very "full featured">link, with javascript mouseovers and all sorts. I could generate>the link very easily in Perl, if only I knew the file...
View ArticleInternals (was: Another "simple" problem) by Jochen Stenzel
>That is what I'm after: how to peep at the "innards" of>PerlPoint. Then I could generate my whole menu in Perl.There are two types of PerlPoint innards. The frameset (Package)innards are...
View ArticleRe: Near miss that might be a bug by Jochen Stenzel
>I defined LLINK to be macro that expanded to EMBEDed Perl to generate>the HTML for the link, and then generated an XREF with that HTML>as an "EMBED" in the body. Thus...>> +LLINK:>...
View ArticleRe: Building user designed links (was: Another "simple" problem) by Jochen...
>My perl at run-time does not know what the name of the slide/file>is going to be. But it can NAME that filename: it can plant a>tag that will be turned into it. So the perl could...
View Articleask help(cant telnet with perl-module) by henry
Dear List: My cpan-module is not well-installed :<procedures to install > 1. choose full_install to install linux ( Redhat or slackware), type "rpm -q perl" to make sure it's well_installed . 2....
View ArticleBug Report by Robert Inder
I've found a bug in pp2latex.The code.... =Background *Blah *Blah *A Sublist> *Foo *Bar *WubGenerates \section{Example} \begin{itemize} \item Blay \item Blah \item A Sublist \end{itemize} % Shift...
View ArticleRe: Bug Report (sublists in pp2latex) by Robert Inder
>>>>> lorenz writes:> Date: Tue, 19 Mar 2002 11:20:46 +0100> To: perlpoint@perl.org> Subject: Re: Bug Report (sublists in pp2latex) :> It works for simple lists, but you get...
View Articlepp2Latex "bug" and question by Robert Inder
I've found a misfeature of pp2latex that is so severe that I'dcall it a bug! A link like... \L{url=foo}<bah>translates into commands that typeset the URL in smallfont, and then put the body. This...
View Articlepp2html: subtle bug by Robert Inder
I've found a problem with pp2html. pp2html tries to detect empty table cells, and plant an " " in them to make them look sensible when the HTML is rendered.Unfortunately, the way it detects...
View ArticleRe: Bug Report (sublists in pp2latex) by Jochen Stenzel
Hello, Robert and Lorenz,sorry for my long silence. I'm privately swamped at the moment but hopeto get a rest soon.Yes, the parser deals with lists as you investigated, mostly to makeusage as simple...
View ArticleRe: Bug Report (sublists in pp2latex) by Jochen Stenzel
Sorry,>But of course, the *result* of this parsing could be streamed in a>*nested* manner, and possibly this is a better approach then the chain>I implemented. I see no reason for changing the...
View ArticleTree Applet by Robert Inder
Is the source for the tree applet available anywhere?I'm finding it is horribly unstable in Netscape (4.7): it willonly run for a few minutes before lockingNetscape up completely.Java in Netscape 4.7...
View ArticleRe: Tree Applet by Jochen Stenzel
>Is the source for the tree applet available anywhere?>>I'm finding it is horribly unstable in Netscape (4.7): it will>only run for a few minutes before locking>Netscape up completely.I...
View ArticleIs perl5.005 still a need? by Jochen Stenzel
Hello,I'm working on a new (and almost ready) package version and justrecognized that the test suite fails under 5.005. ;-( The code seems towork slightly different in perl 5.6 and perl 5.005.That's...
View ArticleRe: DocBook converter (was: Is perl5.005 still a need?) by Jochen Stenzel
>By the way, I'm starting to look into DocBook. Is there already a>pp2docbook around?Not yet. I'll post this part back to the list as well, as it might beof interest for other people, too. I'm...
View ArticleRe: Is perl5.005 still a need? by Jochen Stenzel
Hello,a few answers I got privately indicate that in business environmentsperl 5.005 ist still in use. So ok, we'll try to continue 5.005support.Fortunately, I figured out why the tests failed under...
View ArticlePerlPoint::Package 0.37 released by Jochen Stenzel
Hello,I just published a new version of PerlPoint::Package via CPAN. It is amaintenance update that does not require new converters - so documentsand converters do not need to be updated. (Incompatible...
View Articlepp2html: template thoughts by Jochen Stenzel
Hello,for the templates of pp2html, I had a look at the HTML::Templatemodule. I think it is definitely one of the modules to be taken intoaccount and only needs a few prerequisites.But there might be...
View ArticleNet::Telnet Module by Ramasubramaniam, Narayan
Hi All,I am using the Net::Telnet module from NT to telnet to unix boxessuccessfully.We are migrating to SSH and wondering if there is any Perl Module which cando the same trick. Or can I use the same...
View Articlelists by Jerrad Pierce
pp2html claims to support deifntion lists,and the parser seems to have some code for it...but nowhere is the syntax for marking up definition lists given.It seems the ability to embed lists would be...
View ArticleRe: lists by Robert Inder
>>>>> Jerrad Pierce writes:> To: perlpoint@perl.org> Subject: lists> Date: Wed, 07 Aug 2002 14:01:57 -0400> pp2html claims to support deifntion lists,> and the parser...
View ArticlePod::PerlPoint 0.02 released by Jochen Stenzel
Hello,I just released a first public version of Pod::PerlPoint, asupplementary package that provides a POD => PerlPoint translatormodule and a ready to run translator pod2pp.It was successfully...
View ArticleUpdates: PerlPoint::Package 0.38, Pod::PerlPoint 0.03 by jochen.stenzel
Hello,I just releaed these two packages, PerlPoint::Package 0.38 andPod::PerlPoint 0.03.PerlPoint::Package fixes a few bugs, especially in the paragraph filterimplementation. I used pfilters in a large...
View ArticleChanges to pp2latex by Robert Inder
I've been using perlpoint for a while now, to generate fairly complexsuites of HTML pages, and also documents that I can both print viaLaTeX and distribute via the web.There were a few places where I...
View ArticlePerlPoint to be found at SourceForge by Jochen Stenzel
Hello,in the occasion of Roberts mail we decided to announce that PerlPointbecame a SourceForge project. It is to be found atwww.sourceforge.net/projects/perlpoint.We started the site a while ago but...
View ArticleRe: Changes to pp2latex by Lorenz.Domke
On 31 Jan 2003 Robert Inder wrote:> I've been using perlpoint for a while now, to generate fairly complex> suites of HTML pages, and also documents that I can both print via> LaTeX and...
View ArticlePackage 0.39 released by Jochen Stenzel
Hello,I just released version 0.39 of the package.This is a feature release. Documents do not need to be adapted. On theother hand, to make use of the new features, you need adaptedconverters. For...
View ArticlePerlPointCD 3.00 released by Jochen Stenzel
Hello,a first PerlPoint application was released today. PerlPointapplications are programs written in form of PerlPoint documents.PerlPointCD allows to easily build and maintain conference CDs, aswell...
View ArticlePerlPoint::Package 0.40 and related new distributions released by Jochen Stenzel
Hello,last week I released a bunch of modules which grew up in silence for a while.First, there is the new PP::Package 0.40. It has a few new features, most of them in the API for converter authors,...
View ArticleHomepage by Jochen Stenzel
Hello,SourceForge provides a homepage for each project. The PerlPoint project homepage at http://perlpoint.sourceforge.net/ now has real content: an overview, a quick start section, the tutorial, API...
View ArticleUpdates, new module, TT2 and S5 support by Jochen Stenzel
Hello,I just released several updates both on CPAN and SourceForge.Updates for PP::Package, PP::Generator::XML andPP::Generator::XML::XHTML besides fixes most importantly bring thesechanges: * all XML...
View ArticleWindows binary package allows one step installation by Jochen Stenzel
Hello,a new package, PerlPoint-binary-win, is available at SourceForge. Itcontains a perlpoint.exe built with PAR's pp that can be used out of thebox, without installation of perl or additional...
View ArticleBinary package for Linux available by Jochen Stenzel
Hello,after a few days the binary package is available for Linux now as well,named PerlPoint-binary-lin and available at SourceForge (due to its sizeI don't think it is welcome on CPAN, but that's just...
View ArticleWindows binary package repacked by Jochen Stenzel
Hello,due to a non common Zip format version (6.0) 0.01 could not be read byall archivers. If you cannot unpack it please try the free 7Zip tohandle it.For new downloads I just released a 0.01a...
View ArticleSeveral updates by Jochen Stenzel
Hello,the German Perl Workshop often is a kick to PerlPoint development, sonow that it took place for this year I just updated a bunch of PerlPointdistributions both on CPAN and SF, including both...
View ArticlePackage 0.43, Pod::PP 0.06, new API for standard import filters by Jochen...
Hello,updates for PP::Package and Pod::PP have entered both SourceForge andCPAN. The Windows all-in-one distribution is updated, the Linuxall-in-one distribution shall follow.These updates are...
View Article