Re: [Zope] Forum

2011-01-06 Thread Shane Graber
What kind of integration do you need?  If you're open to a php-based forum
solution, phpBB has LDAP capabilities.  I'm not sure about vBulletin or
SMF...

Shane


On Thu, Jan 6, 2011 at 5:52 PM, Ricardo Newbery r...@digitalmarbles.comwrote:



 Not sure about integration but GroupServer is built on Zope.

 http://groupserver.org/

 Cheers,
 Ric



 On Jan 6, 2011, at 6:09 AM, Richard Harley wrote:

  Hello all
 
  Are there any current forums which integrate into Zope nicely? I have
  tried Zforum and Squishdot in the past but I don't think either of these
  two have been updated in quite a while?
 
  Thanks
  Rich
  ___
  Zope maillist  -  Zope@zope.org
  https://mail.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )
 

 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope products that allows people to Add Commentsto publications

2007-06-27 Thread Shane Graber

So in order to be running the latest code base the implementer should
be doing a svn/trunk checkout of SquishDot?  It would be helpful to
have this posted someplace on squishdot.org.  Besides, this post
really makes it sound like it is/will not be significantly maintained:

http://www.squishdot.org/1177282074/index_html

A quick look at svn
(http://squishdot.svn.sourceforge.net/viewvc/squishdot/) shows no
activity for 11 months, which also lends itself to this inference.
I'm not meaning to sound harsh so I hope it doesn't come across this
way.

Shane


On 6/27/07, Chris Withers [EMAIL PROTECTED] wrote:

kamal hamzat wrote:
 Then what i have done wrong to be getting the error and how do i correct
 it.

You're not using the svn trunk of Squishdot, you're likely trying to use
the 1.5.0 release...

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )




--
-
Bender: Amy, you like cute things so I baked you a pony.
-

http://www.reefs.org - Where reefkeeping begins on the internet.
http://www.advancedaquarist.com - High quality, free monthly publication for
the reef keeping hobbyist.
http://www.aquaristcourses.org - Distance learning courses for the
marine aquarist.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] htmltopdf

2005-11-14 Thread Shane Graber
FWIW, there's also Prince that you can run on your server:
http://www.princexml.com  I haven't worked much with it, but the docs
say you can.

Shane

On 11/14/05, Charles Zealey [EMAIL PROTECTED] wrote:
 Christoph Berendes wrote:

  Asad Habib wrote:
 
  Has anyone successfully used htmltopdf, a PHP script written by Jason
  Rust (www.rustyparts.com) to convert an HTML file to PDF, with Zope?
  In particular, I wanted to find out if anyone had used the python
  equivalent of this PHP script.
 
 
 
  We've been looking into this recently. Raw notes on various tools and
  links below, first on HTML to pdf/ps, and then on HTML to image
  (jpeg/png) directly, which is ultimately what we need to do.
 
 
  The main thing is that many of the html to ps/pdf tools don't handle
  CSS well, if at all. The big exception there is shown (with a live
  demo) at http://www.tufat.com/script19.htm. It's fabulous - handles
  pages from csszengarden quite well.
 
  At the moment, we're going with a simpler approach to our problem
  (watermarks), but if we went the HTML to PDF/image route, I'd look at
  the tufat.com script, or the approach noted at the hackdiary.com link.
 
 
  HTML TO PDF/PS CONVERSION
  html2ps:http://user.it.uu.se/~jan/html2ps.html
 
  html to pdf in php:http://www.rustyparts.com/pdf.php
 
  python script for html to pdf
  conversion:http://www.rustyparts.com/scripts/HTML_ToPDF/contrib/html2pdf.py
 
 
  html2doc:http://www.easysw.com/htmldoc , a proprietary tool
 
  denature:http://denature.sourceforge.net/, html to pdf via xsl/fo in
  Perl
 
  other html to pdf:http://tinyurl.com/a8u7q tools at Freshmeat
 
  
  Zope cookbook has a recipe:http://zopelabs.com/cookbook/1069611008
  using (yum-able)
  recode:http://www.gnu.org/software/recode/recode.html and
  html2doc:http://www.htmldoc.org/ aka a product from
  ESP:http://www.easysw.com/htmldoc/ (under GNU license)
 
  * there's also the apparently very simple
  ZpdfDocument:http://www.zope.org/Members/gaaros/ZpdfDocument
 
 
 
  
 
  There is a php version of html2ps:http://www.tufat.com/script19.htm
  which handles background images, e.g. from here
  http://www.netmechanic.com/news/vol5/HTMLTest_background.htm:http://www.netmechanic.com/news/vol5/HTMLTest_background.htm
 
 
 
  HTML TO IMAGE CONVERSION
 
  * html2jpg:http://freshmeat.net/projects/html2jpg/ project
  page:http://marginalhacks.com/Hacks/html2jpg/ (requires mozilla)
 
  * khtml2png:http://directory.fsf.org/webauth/misc/khtml2png.html
  (not maintained) also used
  here:http://www.michaelhoover.org/work/2004/07/khtml2png.html
 
  * another python-based
  app:http://www.hackdiary.com/archives/55.html(may be the most
  promising)http://www.pygtk.org/:http://www.pygtk.org/
 
  * webkit2png:http://www.paulhammond.org/webkit2png/
 
 
  * Easy capture:http://www.perturb.org/display/entry/728/ for the PHP
  environment (not HTML, just images)
 
  * HTML/CSS/javascript
  approach:http://www.electropubs.com/watermark_install.htm
 
 
  * using PHP and GD:http://www.sitepoint.com/print/watermark-images-php
  ___
  Zope maillist  -  Zope@zope.org
  http://mail.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )

 I've been using the htmldoc route for ages now.  Bit limited in that
 it's HTML 3 but works fine for me.

 Charles
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )



--
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Zope 2.7.7 and Python 2.4.0

2005-10-28 Thread Shane Graber
I just updated my Zope 2.7.5 instance on Ubuntu/breezy to Zope 2.7.7. 
While I was running Zope 2.7.5, Python 2.3.5 was the version that was
specified and shown in the ZMI.  After upgrading from Ubuntu/hoary to
Ubuntu/breezy two nights ago, my versions are now Zope 2.7.7 and
Python 2.4.0.  I understand that Python 2.4.x is not
supported/recommended in Zope 2.7.7, so how does one specify an older
version of python?  I'm still learning Linux so any help would be
appreciated.

Thanks in advance,

Shane
--
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ECommerce?

2005-08-09 Thread Shane Graber
I'm looking for an e-commerce solution for Zope / Plone.  My specific
requirements are that we want to make available files for download
that customers would have to pay for before they could download them.

Does anyone have any suggestions on what Zope and/or Plone products to look for?

Thanks,

Shane
-- 
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] fcForum

2005-07-14 Thread Shane Graber
I believe that's because the author has moved on to zforum: 
http://zforum.org/  I believe somewhere in the fcforum site there is a
couple posts about this new forum product.

Shane

On 7/13/05, Chris Withers [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
  Does anyone know the status of the fcForum product?  Is it still in
  production?  Posts on the http://fcforum.techfuel.net website seem to
  have gone unanswered for several months now.
 
 I wouldn't use it :-S
 
 Chris
 
 --
 Simplistix - Content Management, Zope  Python Consulting
 - http://www.simplistix.co.uk
 
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 


-- 
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: Epoz and Tidy

2005-04-29 Thread Shane Graber
Kupu takes care of all the M$ crap code from my experience.

Shane

On 4/29/05, Daniel Dekany [EMAIL PROTECTED] wrote:
 Friday, April 29, 2005, 7:12:30 PM, Maik Jablonski wrote:
 
 BTW, anybody has found a solution for fixing HTML copy-pasted from
 Microsoft Word (mostly 2000/XP)?
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Unable to login to zope management interface on Ubuntu

2005-04-28 Thread Shane Graber
Or apt-get install zope2.7.  Apt has packages for both 2.6.x (apt-get
install zope) and Zope 2.7.x (apt-get install zope2.7).

Shane

On 4/28/05, Andreas Jung [EMAIL PROTECTED] wrote:
 
 
 --On Donnerstag, 28. April 2005 23:28 Uhr +0530 Vishwas Narendra
 [EMAIL PROTECTED] wrote:
 
  Hi,
 
  I'm running Ubuntu (warty). I just installed zope 2.6.4-1.1 through
  synaptic. I created a user with the zpasswd inituser command.
 
 Get the latest Zope 2.7.6 version and install it from the Zope sources.
 2.6.4 is old and obsolete.
 
 -aj
 
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 
 
 
 


-- 
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Re: Plone/Zope on Debian Sarge

2005-04-01 Thread Shane Graber
google search for your error message yielded:

http://mail.zope.org/pipermail/zope/2005-January/155790.html

If you did an 'apt-get install plone' it's still trying to pull in
Zope 2.6.  What I ended up doing was to uninstall plone and then
'apt-get install zope2.7', create my default instance w/
mkzopeinstance.py (installed to /var/lib/zope2.7/instance/default) and
then just dropped the Plone, etc packages into my
/instances/default/Producs folder.

Shane

On Apr 1, 2005 10:05 AM, Tres Seaver [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Peter Bittner wrote:
 
  I am running a Debian Linux box with Debian/testing (Sarge) and I am trying 
  to
  get Plone up and running. I have made a clean, new install of the whole
  system last week, so all packages are really up-to-date and there was no
  dirty installation that was updated.
 
  I have noticed that the Plone package on Debian is or was somewhat broken, 
  but
  there was a notice about that on the Plone website (download page) which has
  disappeared. For me that looked like this problem was fixed by the package
  maintainer.
 
  Unfortunately still, after installing Plone (and implicitly thus Zope 2.7)
  Zope did not want to come up, saying:
 
Zope starting all instances
'*' is an old/purged instance, not started
 
  What is wrong here?
 
 You need to supply more detail, like showing the exact working
 directory, comand lines, etc. you used, and the full traceback, if any.
  Also note that the Debian maintainer should probably be your first line
 of contact:  very few folks on this list are likely to grok the details
 of packaging for Debian.
 
  I know I have to set up a new Plone site (obviously using the Zope interface
  at http://localhost:9673), but how can I when Zope is not running.
 
  Any help is greatly appreciated!
 
 Tres.
 - --
 ===
 Tres Seaver[EMAIL PROTECTED]
 Zope Corporation  Zope Dealers   http://www.zope.com
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCTWNCGqWXf00rNCgRAioBAJ9TjpjdUT9dvzS88pYt+h3+qHLfWgCffyhs
 0WUBtrHLRi4YSJzl+XF0ZOA=
 =l//E
 -END PGP SIGNATURE-
 
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 


-- 
http://liquid.homelinux.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )