Merge: nitcatalog: isolate package page into a subdirectory
authorJean Privat <jean@pryen.org>
Tue, 15 Sep 2015 19:18:38 +0000 (15:18 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 Sep 2015 19:18:38 +0000 (15:18 -0400)
commit3db1439cf59dda267b461ce65bd39ce250bc3340
treec1a3eb19cb2d4c2dc6bc04ec8aa72ecedc208da3
parent32b79dde9c35e1dd5a840cdc26b64cd896fb3407
parentc50875a01584e8429cd83632178d48dae1a0a110
Merge: nitcatalog: isolate package page into a subdirectory

HTML files are generated into a `/p/` subdirectory so they will not conflict with other generated files.

One other point is to have stable and final URL for packages in the catalog. eg http://nitlanguage.org/catalog/p/nitiwiki.html

Pull-Request: #1714
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>