quinta-feira, 18 de agosto de 2011

Integrating PHP applications in Plone

How to use PHPParser to display content from an external PHP application inside Plone.
http://plone.org/documentation/kb/integrate-php-applications

PHParser/PHPGateway
http://old.zope.org/Members/hewei/PHParser

Latest Release: 1.1.5
Last Updated: 2005-10-18 11:31:22
Author:Hewei


Integrando aplicacoes php com plone e disponibilizando o conteudo no corpo do plone

1-Primeiro instale o produto PhP Parser
2-Adicione o caminho das suas aplicações usando o php gatway na ZMI
3-Adicione um php parser na zmi com o script php
4-adicione o page template com o seguinte codigo
<html metal:use-macro="here/main_template/macros/master">
<head>
</head>
<body>

<tal:block metal:fill-slot="content" content="structure here/nomedoscriptphp">
</tal:block>
</body>
</html>


Voce pode optar por colocar structure ou nao!

Original, muito lento para obter: http://doidao.objectis.net/dicas-informatica/desenvolvimento-web/plone-zope/integrando-aplicacoes-php-com-plone-e-disponibilizando-o-conteudo-no-corpo-do-plone/

quarta-feira, 17 de agosto de 2011

Zope Development FAQ - Quintagroup

http://quintagroup.com/services/support/zope-development
  • I'm a client in the USA/Canada/EU/other. How can we arrange payments?
  • Can Quintagroup design my website?
  • Do I need any other software to use Zope / Plone Content Management System?
  • Is there a limitation on the number of editors in Plone / Zope Content Management System?
  • What kinds of server operating systems are supported?
  • Do I have to install software locally on my computer in order to use Zope / Plone Content Management System?
  • In what language was Zope / Plone Content Management System?
  • What kind of database is used in Plone / Zope Content Management System?
  • What is Zope?
  • What is Plone?
  • Are there limits in the way my web pages have to be designed when using Zope / Plone Content Management System?
  • Can existing HTML pages be imported into Zope / Plone Content Management System?
  • Is it possible to use Plone / Zope Content Management System to design and maintain an Intranet portal?
  • How secure is Plone / Zope Content Management System? What kinds of security concepts are supported?
  • Is LDAP supported?
  • Is there a workflow integrated in Zope / Plone Content Management System and if so, of what kind?
  • I would like to install Plone / Zope Content Management System using my service provider. What do I have to look out for?
  • What languages does Zope / Plone Content Management System support?
  • Solutions based on Zope / Plone Content Management System are extremely cost-effective. How is that possible?

Aprendendo a utilizar o htaccess

http://www.plugmasters.com.br/sys/materias/10/1/Aprendendo-a-utilizar-o-htaccess

Plone SEOptimizer (quintagroup.seoptimizer)

http://projects.quintagroup.com/products/wiki/qSEOptimizer

Quintagroup Search Engine Optimization Tool enhances Search Engines visibility of Plone sites.

Features

SEOptimizer products allows per document editing of:
  • HTML Title tag
  • META description tag
  • META keywords tag
  • HTML comment into page header
  • META robots tag
  • META Disposition tag
  • Canonical URL

Installation

quintagroup.seoptimizer can be installed on both traditional and buildout-based instances. See Installation instructions here.
[buildout]
   ....
   eggs =
        ...
        quintagroup.seoptimizer >=4.0

Don't Lose People Who Don't Type WWW

Canonical URL

http://www.aboutus.org/Learn/Don't-Lose-People-Who-Don't-Type-WWW

To make sure that both http://www.Example.com and http://Example.com take people to your website, the recommended method is to create a redirect from http://Example.com to http://www.Example.com

WWW vs. Non-WWW, The PageRank, The Effect And The Solution

http://www.tutorialsroom.com/tutorials/hosting/www_vs_non_www.html

Have you ever wondered if there is a difference between using http://www.anysite.com and http://anysite.com for your site links? Does this affect your PageRank? Read on.

Webfaction

http://docs.webfaction.com/software/static.html#redirect-a-domain-with-a-static-cgi-php-app

Static Files, CGI Scripts, and PHP Pages - can be served by two different, but related, types of applications, Static-only and Static/CGI/PHP applications.

Tópicos:
Static-only
Serving Static Media
Setting expires max
Static/CGI/PHP
Installing a Custom PHP Package
Adding a MIME Type
Blocking an IP Address or Host Name
Changing the Handler for Files
Enabling Server Side Includes
Granting Apache Write Access
Hiding Configuration Files
Password Protecting a Directory with a Static/CGI/PHP App
Redirect a Domain with a Static/CGI/PHP App
Using RewriteBase
Serving HTML Files as PHP Scripts
Troubleshooting
Error: 500 Internal Server Error
Error: Permission denied
Error: Premature end of script headers
Error: No such file or directory
Error: Invalid command or Illegal option with .htaccess
URLs without a Trailing Slash Redirect to the Wrong Domain
Uploaded Files Owned by Apache