|
Posted by Toby A Inkster on 04/10/07 11:55
Lisa wrote:
> -integrated ftp that only uploads pages you have changed
FTP is an insecure protocol that sends your both password and your files
across the Internet unencrypted. I'd advise against using FTP and moving
towards something like SCP or SFTP.
Most hosts that support those protocols also support Rsync, which is a
fantastic tool for synchronising large collections of files. Not only does
it only copy across files that have been changed, for large files it
actually inspects *inside* the file and only sends across the *parts* of
the files that are different.
It's a command-line tool, but there are various GUI wrappers available for
it.
> -link checking
I'd advise an online tool for this -- there are plenty of them, and
they'll save your bandwidth.
> -it would be wonderful to have a tool that uncluttered MS html, or the
> ability to remove all span tags, all attributes from p, etc. that's
> what my authors write in.
Try "Tidy" <http://tidy.sf.net/>
> -find and replace across a whole project
Many text editors offer this. My current favourites are Nedit, SciTE and
TextWrangler.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|