Kildekoden bak https://www.pvv.ntnu.no/
Go to file
dependabot[bot] 995b8d7ae7 Bump phpmailer/phpmailer from 6.1.5 to 6.1.6
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.1.5...v6.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-28 16:07:46 +02:00
dist Whoops again 2018-08-24 13:24:42 +02:00
gammel dokumentasjon Added documentation from outdated repo. Covers alot of the wishes for the new website for the uninformed. 2016-08-29 19:46:52 +02:00
inc Add git.pvv.ntnu.no to the website 2019-04-08 19:34:31 +02:00
lib Usergroup system 2017-11-11 17:00:08 +01:00
src Fix utf8 and JSON issues resulting from MYSQL being weird 2018-08-24 13:53:18 +02:00
www Broen er oppe 2020-02-28 16:26:57 +01:00
.gitignore Add dataporten config 2017-11-11 21:57:17 +01:00
.gitmodules Update OAuth2 client library 2017-11-11 15:37:13 +01:00
README.md Add submodule and Windows info to README 2017-10-11 01:51:51 +02:00
composer.json Switch to useing markdown for user formatted text 2018-08-12 03:52:55 +02:00
composer.lock Bump phpmailer/phpmailer from 6.1.5 to 6.1.6 2020-05-28 16:07:46 +02:00
dev.bat Updated navbar, added aktiviteter, deleted soek, made the ticker into an include 2016-08-30 18:13:31 +02:00
dev.sh Add dataporten config 2017-11-11 21:57:17 +01:00

README.md

Programvareverkstedet nettside

A website created with the latest and greatest web technologies. May contain blackjack and other things one tends to include in awesome projects.

Installation

git clone --recursive https://github.com/Programvareverkstedet/nettsiden.git

Put it in a folder your webserver can find.

Development setup

Make sure you have sqlite3 and PHP installed, with pdo-sqlite module. These can be obtained from your package manager.

./dev.sh

or on Windows, if you have PHP and sqlite3 available in path:

dev.bat