Gtkmm-forge digest, Vol 1 #879 - 4 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 168030] New: Patch for phpwebnotes support for tutorial (bugzilla-daemon bugzilla gnome org)
   2. [Bug 168030] Patch for phpwebnotes support for tutorial (bugzilla-daemon bugzilla gnome org)
   3. [Bug 168030] Patch for phpwebnotes support for tutorial (bugzilla-daemon bugzilla gnome org)
   4. [Bug 168030] Patch for phpwebnotes support for tutorial (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 21 Feb 2005 05:13:28 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168030] New: Patch for phpwebnotes support for tutorial

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168030
 gtkmm | reference documentation | Ver: unspecified

           Summary: Patch for phpwebnotes support for tutorial
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: reference documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: roel vanhout gmail com
         QAContact: gtkmm-forge lists sourceforge net
                CC: all-bugs bugzilla gnome org


phpwebnotes is an application to allow users to enter comments on webpages,
similar to the system that the php documentation uses (ie
http://www.php.net/manual/en/features.remote-files.php). To have
docbook-generated documentation use this system, a couple of options have to be
configured in a customization layer that will insert the php code necessary. The
attached xsl file is such a customization layer; the patch adds support to the
docs/tutorial/makefile.am to build that documentation. This way it's easy to
build both un-annotated documentation for distribution with the tarball and
annotated documentation for the website.

Websites that want to display annotated documentation will need to be hosted on
a webserver with php support and access to a mysql database.
Start with downloading phpwebnotes from http://webnotes.futureware.biz/. Untar
the release tarball to the directory where the index.html file of the tutorial
is (actually the index.php file, because the xsl will make xsltproc generate
.php files instead of .html files). (It is also possible to install phpwebnotes
somewhere else, like in the docs/ subdirectory, if you do that you'll have to
keep that location in account when reading the rest of this procedure) There is
an INSTALL file in the doc/ subdirectory that will tell you how to install
phpwebnotes further; basically, you have to make a mysql database and populate
it with the script in the sql/ directory, create a file called
'custom_config_inc.php' in the core/ directory and set the database host, name
and username/password and the directory where phpwebnotes is installed, relative
to the docroot (for example I have it set to '/html/phpwebnotes/' because my
docroot is the gtkmm2\docs\tutorial\html\ directory).

Now if you generate the annotated version of the tutorial (make html/index.php I
think) and navigate to the index.php file in your browser, you'll see that you
can enter new annotations there. You can also login (the default
username/password is 'administrator'/'root') and then you can delete and approve
annotations. If you want annotations to be approved by default (so not needing
approval basically), you can set that in the custom_config_inc.php file.

Please note that the makefile.am is untested as I don't have a make environment
on this (Windows) machine. Also I never really understood automake but I think
the patch should work. If it doesn't, the command line in it is clear and should
allow anyone who does know how automake work to easily correct any mistakes.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 21 Feb 2005 05:14:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168030] Patch for phpwebnotes support for tutorial

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168030
 gtkmm | reference documentation | Ver: unspecified





------- Additional Comments From Roel Vanhout  2005-02-21 05:14 -------
Created an attachment (id=37740)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=37740&action=view)
Patch to docs/tutorial/makefile.am


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 21 Feb 2005 05:14:49 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168030] Patch for phpwebnotes support for tutorial

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168030
 gtkmm | reference documentation | Ver: unspecified





------- Additional Comments From Roel Vanhout  2005-02-21 05:14 -------
Created an attachment (id=37741)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=37741&action=view)
The docbook customization layer needed to insert the phpwebnotes code


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 21 Feb 2005 11:06:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 168030] Patch for phpwebnotes support for tutorial

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168030
 gtkmm | reference documentation | Ver: unspecified





------- Additional Comments From Murray Cumming  2005-02-21 11:06 -------
As you can see here:
http://www.murrayc.com/temp/gtkmm_book_with_comments/html/ch01s02.php#id2637067

it's generating &lt; and &gt; instead of < and >, so the php code is just
displayed as plain text instead of being processed. Do you have an idea to fix that?

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]