94 projects tagged "Site Management"
HPFind searches your users' directories for homepages and displays them in a table on an html page. All outputted text and background colours, and file locations can be specified by the administrator. It is able to exclude a given list of users. This program can be used as a small search program to search for filenames.
ht://Check is a link checker derived from ht://Dig. It can retrieve information through HTTP/1.1 and store it in a MySQL database so that after a "crawl", ht://Check can return broken links, anchors not found, content-types, and HTTP status codes summaries. ht://Check also performs accessibility checks in accordance with the principles of the University of Toronto's Open Accessibility Checks (OAC) project, allowing users to discover site-wide barriers like images without proper alternatives, missing titles, etc. A PHP interface lets the user query and view the results directly via the Web.
HTML-Tree is a Perl program that recursively decends directories, and creates a web-page based graphical map of HTML pages on a webserver. A configuration file provides control over the "root" directory for the map, map page title and header, directories to be excluded, link substitution strings, and map page background image. This mapper may be run as a cron task to provide an up-to-date roadmap of a webserver. It is primarily useful as a web site development and administration tool, since it shows all pages available to web browsers, and can identify where links are needed.
HTTrack is an easy-to-use offline browser utility. It allows you to download a Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the mirrored Web site in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. WebHTTrack is a Web-based GUI for HTTrack.
Load is a utility for Web application and SOAP-based Web services performance and scalability testing. It features a scripting language and a library of test objects for the creation of intelligent agents that drive the Web application or SOAP-based Web service. Running hundreds of agents concurrently shows how your software performs in production environments. Load is a Java application that runs on Linux, Solaris, NT, Win2000, and Macintosh. While Load continues to be maintained, the next generation is the TestMaker program.
PHP Content Management System (phpCMS) makes it possible to need only one template for your whole Web site. It allows you to provide dynamic menus with unlimited levels, and use templates and sub-templates without a database. It is search engine-friendly and proxy-friendly, as the pages it generates can not be distinguished from static HTML pages. PHP code can be added to any template and content file with an optional module. It supports the caching of parsed pages and gzip compression.
PicBook automatically produces a photo album in HTML format of your scanned images or photographs. It come with automatic image processing, slideshow, transition effects, and other nifty features. It is easy to customise with its configuration file and HTML-templates. PicBook is a Bourne shell script and therefore should run on any Unix or Linux system. It requires the standard grep and awk commands, which should be available on most systems. Additionally, it needs the "convert" and "identify" commands from the ImageMagick package to handle images.
Site Index is a simple script which generates HTML pages showing a site index for all of your local domains. It uses the natural hierarchy of your filesystem, so if you've organized your pages well, the job is fully automated. It breaks the index into multiple pages to respect a links-per-page limit, and can do some sorting/management of the results according to domain/page "importance".
C++ template classes implementing a B+ tree key/data container in main memory.