Add makefile and versioning
This commit is contained in:
parent
7905c2264b
commit
aeed22a417
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
install:
|
||||||
|
@echo Installing into $(DESTDIR)
|
||||||
|
@cp router.php parsedown.php $(DESTDIR)
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/* Aquinas v. 0.1 */
|
||||||
|
|
||||||
require "parsedown.php";
|
require "parsedown.php";
|
||||||
|
|
||||||
$tryuri = ltrim("$_SERVER[REQUEST_URI]", '/');
|
$tryuri = ltrim("$_SERVER[REQUEST_URI]", '/');
|
||||||
|
@ -297,4 +299,3 @@ function make_bkgd_img($src, $opts = "", $q=80) {
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue