fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
708 B
Text
12 lines
708 B
Text
sitecopy is for copying locally stored websites to remote web servers.
|
|
The program will upload files to the server which have changed locally,
|
|
and delete files from the server which have been removed locally, to keep
|
|
the remote site synchronized with the local site, with a single command.
|
|
The aim is to remove the hassle of uploading and deleting individual files
|
|
using an FTP client. sitecopy will also optionally try to spot files you move
|
|
locally, and move them remotely.
|
|
|
|
sitecopy is designed to not care about what is actually on the remote
|
|
server - it simply keeps a record of what it THINKS is in on the remote
|
|
server, and works from that. WebDAV can be used to maintain remote sites
|
|
as well as FTP.
|