Bug 21909 - Add custom documentation in PDF/PS format
Summary: Add custom documentation in PDF/PS format
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Documentation viewer (show other bugs)
Version: 2.1
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-08 16:48 UTC by Michael Schuerig
Modified: 2007-02-23 11:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schuerig 2001-03-08 16:20:15 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           KDE 2.1.0 
Severity:          wishlist
Installed from:    Debian Packages
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

KDevelop allows to add custom documentation in the "Others" folder. Unfortunately it only seems to accept HTML (and text?). It would be nice if additionally PS and PDF docs could be added and if they were indexed as well.

(Submitted via bugs.kde.org)
Comment 1 Moritz Moeller-Herrmann 2001-07-30 08:49:09 UTC
Submitter doesn't respond does NOT seem like a valid reason to close a
bug what kind of attitude is this? Bugs should be closed if they
can't be reproduced not if the reporter does not reply.

Concerning your information requests:

kmailservice mailto:some@email.com just works as intended (as I said
in MY bug report in konqueror it works fine)


$KDEDIR/share/services/kmailservice.protocol 

[Protocol]
exec=kmailservice %u
protocol=mailto
input=none
output=none
helper=true
listing=false
reading=false
writing=false
makedir=false
deleting=false


I have reopened the bug.

It is not my bug YOU merged it with another bug.  Checking it out
takes about 4 seconds (after objprelink maybe 3) and it is still
present if it wasn't fixed in the last 4 days.

ATM the following occurs: You click on a mailto: link in khelpcenter
and now you get a konqueror window with the mailto: link which in
turn opens a konsole with mutt. Does still not sound right to me but
it is an improvement.

The same thing happens BTW if you middleclick on a mailto: link in
konqueror.

-- 
Moritz Moeller-Herrmann mmh@gmx.net ICQ# 3585990
wiss. Mitarbeiter IMGB
Linus Torvalds: "I'm a big fan of konqueror and I use it for everything."
Comment 2 Alexander Dymo 2004-05-07 23:38:47 UTC
You can add now any type of documentation to a bookmark list - not only HTML. But more advanced support for PDF would be really cool.
Moving to the list of bugs for new documentation part.
Comment 3 Alexander Dymo 2004-06-19 21:27:49 UTC
CVS commit by dymo: 

Added custom documentation plugin which is capable of creating catalogs for any types of documentation (txt, ps, html, etc.) which can be viewed.
This is also used as a plugin to display project user manuals. help:/projectname can be set as user manual url for KDE projects.
CCMAIL: 21909@bugs.kde.org


  A            plugins/custom/.cvsignore   1.1
  A            plugins/custom/Makefile.am   1.1
  A            plugins/custom/doccustomplugin.cpp   1.1 [GPL (v2+)]
  A            plugins/custom/doccustomplugin.desktop   1.1
  A            plugins/custom/doccustomplugin.h   1.1 [GPL (v2+)]
  M +3 -1      .cvsignore   1.5
  M +1 -1      plugins/Makefile.am   1.6


--- kdevelop/parts/documentation/plugins/Makefile.am  #1.5:1.6
@@ -1,3 +1,3 @@
 INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
 METASOURCES = AUTO
-SUBDIRS = qt doxygen devhelp kdevtoc chm
+SUBDIRS = qt doxygen devhelp kdevtoc chm custom

--- kdevelop/parts/documentation/.cvsignore  #1.4:1.5
@@ -12,3 +12,5 @@
 find_documentationbase.h
 selecttopicbase.cpp
-selecttopicbase.h
\ No newline at end of file
+selecttopicbase.h
+docprojectconfigwidgetbase.cpp
+docprojectconfigwidgetbase.h


Comment 4 Amilcar do Carmo Lucas 2004-07-20 17:31:41 UTC
Comment #1 seams completly out-of-place. I think the guy commited to the wrong BR# :)
Anyway HEAD supports PDF documentation. Only PS is missing :)
Comment 5 Alexander Dymo 2004-07-20 22:26:51 UTC
Custom documentation plugin allows to add .ps files into the list. Providing .ps files does not contain anything useful (reachable contents, index, search database) I can say that .ps files are fully supported.
Comment 6 Andreas Pakulat 2007-02-23 11:51:34 UTC
Judging from the comments this feature is implemented.