Ticket #335 (new enhancement)

Opened 5 years ago

Last modified 5 years ago

It should be possible to publish HTML documents

Reported by: madarche Assigned to: fguillaume
Priority: P3 Milestone: unspecified
Component: CPSDocument Version: unspecified
Severity: normal Keywords:
Cc:

Description

As of now it is not possible to publish HTML documents.

I think CPS should make this possibilty available to reach a wider range of users, especially power users, who prefer to use HTML directly on their website.

Attachments

RestrictedHtmlWidget.py (3.8 kB) - added by disabled-hc@nuxeo.com on 05/03/05 01:54:28.
Widget I made
utils.py (3.4 kB) - added by disabled-hc@nuxeo.com on 05/03/05 01:54:28.
Utilities needed

Change History

03/01/04 10:25:53 changed by madarche

  • cc set to epietriga@nuxeo.com.

03/08/04 12:12:47 changed by fguillaume

  • priority changed from P2 to P3.
  • severity changed from normal to enhancement, ben@nuxeo.com.

Enhancement.

Also, it's fairly trivial to write a widget displaying raw HTML, or even simply a specialized view accessing the attribute that stores the HTML.

03/08/04 12:32:06 changed by madarche

Yes this an enhancement, but I need this enhancement if I want to use CPS in activities not related to Nuxeo. Without this functionnality CPS will not be used.

Since this is a personnal need, I'm eager and ready to take the ownership of this bug to have this functionnality included.

We just need to talk to how best implement this feature.

04/28/04 15:47:01 changed by disabled-hc@nuxeo.com

I made a widget which allows a subset of HTML using an SGML parser. This is GPL-code, I can contribute it. Yes, it's even used in production ;-)

04/28/04 15:51:44 changed by madarche

Yes yes yes please.

04/30/04 10:00:47 changed by disabled-hc@nuxeo.com

  • cc set to hc@nuxeo.com.

04/30/04 10:01:44 changed by disabled-hc@nuxeo.com

I atttached the code I made.

05/03/05 01:54:28 changed by disabled-hc@nuxeo.com

  • attachment utils.py added.

Widget I made