DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: nh_ttnews_zip

Author:Nikolas Hagelstein
Created:2006-08-24T18:49:51
Changed by:Nikolas Hagelstein
Changed:2006-08-26T15:06:13
Info 1:Nikolas Hagelstein
Info 2:nikolas.hagelstein@gmail.com
Info 3:
Info 4:

EXT: nh_ttnews_zip

Extension Key: nh_ttnews_zip

Copyright 2006-2006, Nikolas Hagelstein, <nikolas.hagelstein@gmail.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: nh_ttnews_zip 1

Introduction 1

What does it do? 1

New Post 2

Check your Data 3

Backend configuration 3

Users manual 4

FAQ 4

Adminstration 4

Record storage 4

Configuration 5

Configuration via the BE-Flexform 5

Naming conventions of BBCode 5

Naming conventions of Smilies 5

Optical adaption 5

Adding/changing a translation 5

Reference 6

Upgrade notes 7

Known problems 7

To-Do list 7

Changelog 8

Credits 8

Introduction

What does it do?

Adds the opportunity to download a whole article and its related data (images, files) as zipfile. Including a PDF version of the article itself.

Users manual

Installation

In order to get articles rendered as PDF you have to specify the location of htmldoc which is needed for html to pdf conversion. It is usually found in /usr/bin on Linux or /usr/pgk/bin on BSD systems. Htmldoc can be downloaded at http://www.easysw.com/htmldoc/ . Html doc path defaults to /usr/pkg/bin/htmldoc.

img-1

Quickstart

This section will give you a short overview about the basic setup requirements for nh_ttnews_zip to work. For more detailed informations you can have a look in the sections “Configuration” in this manual.

Include static extension templates

For the first test, open your main TS-template (in list view), scroll down to the “Include static (from extensions)”-section and include the “base” templates from nh_ttnews_zip, f.e. the “News ziplink”. If you dont't know how to do this -> see section “Templates” in the “Getting Started” document:

img-2

Aftwards you have to add the ###zip_link### marker to the single section of your “tt_news.tmpl”

Configuration

Reference

Markers:

disable

Key

disable

Description

Disables the “download as zip link”

Default

0

disableTXT

Key

disableTXT

Description

Disables the inclusion of article as text file

Default

0

disablePDF

Key

disablePDF

Description

Disables the inclusion of article as PDF file

Default

0

disableImages

Key

disableImages

Description

Disables the inclusion of images

Default

0

disableFiles

Key

disableFiles

Description

Disables the inclusion of files

Default

0

stdWrap

Key

stdWrap

Description

stdWrap

Default

Known problems

If there are problems, just mail me: nikolas.hagelstein@gmail.com

To-Do list

  • More flexibel link creation
  • Better naming of archive and article data
  • More configuration options

Changelog

Version 0.0.1

Initial release

Version 0.0.2

  • Added manual
  • Fixed the missing L parameter

Credits

Many Thanks to Najda Macht < ich@nadjamacht.de > for creative, mental and social support .

EXT: nh_ttnews_zip - 3