Browse Source

license

master
Ivan Polyakov 2 years ago
parent
commit
5055e0e706
  1. 0
      COPYING
  2. 17
      hyde.scm
  3. 17
      layouts/default.sxml
  4. 17
      src/index.sxml

0
LICENSE → COPYING

17
hyde.scm

@ -1,3 +1,20 @@
;; Copyright (C) <year> <author> <email>
;;
;; This file is part of <program>.
;;
;; <program> is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; <program> is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(import hyde) (import hyde)
(output-dir "dist") (output-dir "dist")

17
layouts/default.sxml

@ -1,3 +1,20 @@
;; Copyright (C) <year> <author> <email>
;;
;; This file is part of <program>.
;;
;; <program> is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; <program> is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
() ()
`((xhtml-1.0-strict) `((xhtml-1.0-strict)
(html (html

17
src/index.sxml

@ -1,3 +1,20 @@
;; Copyright (C) <year> <author> <email>
;;
;; This file is part of <program>.
;;
;; <program> is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; <program> is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
((title . "title")) ((title . "title"))
'(div "content") '(div "content")

Loading…
Cancel
Save