Skip to content

johnbenjaminmccarthy/SimpleSeminarWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Seminar Website

A simple website designed for an academic seminar, to be hosted on a typical academic webserver running Apache and PHP. Previously used to host the Imperial Junior Geometry Seminar in 2021/22. An archived version of the website can be accessed at https://jmccarthy.au/ac/ijg/

Uses .htaccess to control access to a simple admin page which allows talks to be added, edited, or deleted. Password stored outside of public root in .htpasswd (default username/password is admin/admin).

Talks are displayed paginated on the home page. Emails are displayed using email.php, which builds a graphical display of the email text (served to the page as ?email=base64) which is immune to web crawlers. image

Talks are added by addtalk.php (file permissions 774): image

Talks are stored in talks.xml (file permissions 777)

About

A lightweight content management system for managing academic seminar websites on typical Apache+PHP academic web servers.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors