# code.liw.fi `code.liw.fi` is where I publish my free software projects. There is a directory per project, for project specific files, and a repository of packages for Debian. SCENARIO code.liw.fi GIVEN server is also known as code.liw.fi WHEN user fetches http://code.liw.fi/ THEN HTTP status is 200 AND HTTP body matches "http://liw\.fi/code" WHEN user fetches http://code.liw.fi/debian/ THEN HTTP status is 200 AND HTTP body matches "dists" AND HTTP body matches "pool" `apt.asc` has the signing key for the Debian package archive. WHEN user fetches http://code.liw.fi/apt.asc THEN HTTP status is 200 AND HTTP body matches "-----BEGIN PGP PUBLIC KEY BLOCK-----"