Frequently Asked Questions About Importing Microsoft Word documents

I don`t have/can`t find either "ImageMagick" or "wvware" for my system. Can I still use Siteseed?
 
 

Yes.

ImageMagick is a piece of (open source) software which does all kinds of graphic manipulations on files. It's extremely useful if you have to deal with journalists uploading 20 MB images without any real sense of what they're doing!

If you don't/can't have ImageMagick on your system, you will have to resize images "manually" before the upload (sure they've got acceptable sizes for Web images - around 10-30 KB is all right, jpg with a 75% ratio will be fine).

"wvware" is a piece of software which converts Microsoft Word documents to HTML.

Why do you need it? Well, it's not actually required to make Siteseed work. It permits you to upload Word files and have Siteseed convert them directly to HTML. Also, there is a very nice utility embedded into Siteseed called "visual editor", which looks like Word, and is much easier to use when you need to do fancy formatting... if you don't have "wvware" installed, you'll have to do the formatting using HTML tags.

(the RPM package for Red Hat Linux is called wv-...-rpm, so do a

rpm --query wv
to see if it's installed)

As said, they're not REQUIRED, they're just useful, but you can have all the power of Siteseed without having to bother with them.

 
Ask for more info / explore this entry in a forum

Can I run Siteseed on a web hosting (virtual host) service?
 
 

If you do not have root access your install.pl script must be hacked and the lines refering to group change on "images", "dm" and "cache" must be commented out.

From the siteseed mailing list:

From: plaureano@mail.mrnet.pt
To: siteseed@mrnet.pt
Subject: Re: Installation help please !!
Date: Fri, 22 Feb 2002 17:51:36 +0000

On Friday 22 February 2002 16:44, you wrote:

> Unfortunately, i can't run anything else than windows on the old machine i
> owe at home, for i already tried to installed several linux distributions
> and it always smashed the whole things up after a while. That's why i'll
> first try the way Luis told me ... (For info, my remote server is a unix
> machine ...)
>
> I already and carefully read the install documentation, and some things
> seemed quite obscure, that i hope i'll be able to manage by now.

The lines on the install.pl script that may will cause problems for the
non-root user are:

118, 119
124, 125
141, 142

These atempt to setup the group of the webserver on directories "images",
"dm" and "www". This are the operations that require root previleges. If you
comment them out your install.pl will run fine on virtual hosts.

There are two ways of getting around this:

- Totally unsecure approach 1: chmod -R 777 images* dm* cache* (you can do it with no root previleges, but every other user in that machine will be able to access those directories with read/write)

- Totally secure/unsecure approach depending on the hosting service 2: ask root to setup those three directories with permissions 770 and chgrp them to the apache group (other users if apache is not chrooted will be able to write
on those directories using php but not directly. It SHOULD BE chrooted on a hosting service that has multiple users, but it is NOT in the vast majority of them because its way cheapper in terms of resources to have a shared apache/mysql instead of chrooted ones to each user: which would be a secure setup but no one cares...)

- Secure approach (on every hosting service): use ftp instead and keep permissions on 755 (usually the default in most servers) for those three directories. You loose a lot of the siteseed power (like uploading images and on-line resize) but you can have a secured site (if none of the other uses
scales its previleges and hacks the server - it's very, _very_ hard, to keep a linux server secure with multi-users with local shells).


> Thanks for your answer, and for the help you (all) provide :)

My pleasure! Hope you can get it running.

PLS


Note:

  • Security should be taken seriously and the only option that people on webhosting services have is really the ftp one. You loose a lot (disk caches, data mining and import of word documents and on-line image processing) but at least you will not get your site defaced.

  •  
    Ask for more info / explore this entry in a forum

    How to use this FAQ section

    If you want to explore further or debate one of the answers feel free to do so by following the link presented in its box. Help us improve our FAQ with your participation.

    If a answer to your question is not present already please go straight to one of the other forums:

  • "Other questions" (not yet covered in the FAQ)
  • "Found a bug!"
  • "Wish list" (features you want in Siteseed)
  • "Hackers" (generic forum for people that want to help with code)
  • "Why Siteseed is great..."
  • "Other CMS systems that do something better"
  • "Why Siteseed stinks..."
  • "Security" (report and get help with security problems)

    Rules when posting messages:

  • No HTML/Javascript is allowed. PHP can be entered but not enclose it in "tags" ("<?php", "<?" or ">") or mix it with HTML tags (since they will be stripped from the message). If you want to send code mail it directly to other users with a CC to code@mrnet.pt. If itīs usefull will add it to the faq answer.
  • Do not insult people and be polite.
  • The FAQ/FORUM moderators will delete all messages that are not considered usefull from time to time. This is required to keep the FAQ and forums usefull and readable.
  • Registered users (that have logged into the system) will have their postings on display instantly, anonymous users wont - they must be approved in order to be displayed. Register yourself to get help or to help others faster.

    This FAQ / FORUM does not replace the project mailing list. Join it if you want to get the best possible support from other Siteseed users and hackers.


  • Login:

    Password:




    [New user]
    Other sites:
  • siteseed.org
  • On-line manual

    FAQ
  • Generic
  • Install Windows
  • Install Unix
  • Install OS X
  • Menu Journalist
  • Menu Editor
  • Menu Technical
  • About Interfaces
  • About Objects
  • About Articles
  • About Foruns
  • Import files
  • Import Word
  • Manual
  • Translations
  • Source code
  • External modules
  • License
  • Performance
  • ML siteseed-dev
  • ML siteseed