Remove github and cthn entirely :)
This commit is contained in:
parent
c1ac5b112c
commit
a325217af2
4 changed files with 18 additions and 15 deletions
11
README.mkd
11
README.mkd
|
@ -1,9 +1,10 @@
|
|||
Handerlesen und für gut befunden seit 2010 von [Michael Reutter](https://twitter.com/mezzomix22). Jeden Monat ein
|
||||
neues Buch aus seiner Sammlung zu den Themengebieten Netzkultur, Geektum,
|
||||
Computerspiele und Cyberpunk. Als CTHN-Projekt begonnen ist diese Bücherliste
|
||||
mittlerweile Anlaufstelle für so manchen Leser der nach neuem Stoff sucht.
|
||||
Handerlesen und für gut befunden seit 2010 von [Michael
|
||||
Reutter](https://twitter.com/mezzomix22). Jeden Monat ein neues Buch aus seiner
|
||||
Sammlung zu den Themengebieten Netzkultur, Geektum, Computerspiele und
|
||||
Cyberpunk. Diese Bücherliste ist mittlerweile Anlaufstelle für so manchen Leser
|
||||
der nach neuem Stoff sucht.
|
||||
|
||||
Eine Übersichtsseite mit allen Covern gibt es [hier](https://buchdesmonats.gridbag.net/).
|
||||
Eine Übersichtsseite mit allen Covern gibt es [hier](https://buchdesmonats.okoyono.de/).
|
||||
|
||||
|
||||
## 2015
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
(defproject buchdesmonats "1.1"
|
||||
:description "A simple tool to fetch all books of the month from the cthn.de project."
|
||||
:url "http://cthn.de/projects/buch_des_monats"
|
||||
:description "A simple tool to fetch all books of the month from the okoyono.de project."
|
||||
:url "https://git.okoyono.de/mezzomix/buch_des_monats"
|
||||
:license {:name "MIT License"
|
||||
:url "http://opensource.org/licenses/MIT"}
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
|
@ -9,3 +9,4 @@
|
|||
[clj-http "0.9.2"]]
|
||||
:main ^:skip-aot buchdesmonats.core
|
||||
:profiles {:uberjar {:aot :all}})
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
(.write out content))))
|
||||
|
||||
(defn -main [& args]
|
||||
(let [github-url "https://raw.github.com/CTHN/wiki-data/master/pages/projects/buch_des_monats.mkd"
|
||||
(let [github-url "https://git.okoyono.de/mezzomix/buch_des_monats/raw/master/README.mkd"
|
||||
target-dir (io/file "public" "book-covers")]
|
||||
(fs/mkdirs target-dir)
|
||||
(generate-html (scrape-book-urls github-url) "public")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>cthn.de -- Buch des Monats</title>
|
||||
<title>okoyono.de -- Buch des Monats</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="vendors/jquery-2.1.0.min.js"></script>
|
||||
<script src="vendors/masonry-3.1.5.pkgd.min.js"></script>
|
||||
|
@ -14,12 +14,13 @@
|
|||
<p>Handerlesen und für gut befunden seit 2010
|
||||
von <a href="https://twitter.com/mezzomix22" rel="author">Michael
|
||||
Reutter</a>. Jeden Monat ein neues Buch aus seiner Sammlung zu den
|
||||
Themengebieten Netzkultur, Geektum, Computerspiele und
|
||||
Cyberpunk. Als <a href="http://cthn.de/projects/buch_des_monats">CTHN-Projekt</a>
|
||||
begonnen ist diese Bücherliste mittlerweile Anlaufstelle für so manchen
|
||||
Leser der nach neuem Stoff sucht. Die Buchcover stammen
|
||||
von <a href="http://lovelybooks.de/">Lovely Books</a>, <a href="https://github.com/aaronmueller/buchdesmonats">der Code</a>
|
||||
von <a href="https://aaron-mueller.de/">Aaron Mueller</a>.</p>
|
||||
Themengebieten Netzkultur, Geektum, Computerspiele und Cyberpunk. Diese
|
||||
Bücherliste ist mittlerweile Anlaufstelle für so manchen Leser der nach
|
||||
neuem Stoff sucht. Die Buchcover stammen
|
||||
von <a href="http://lovelybooks.de/">Lovely
|
||||
Books</a>, <a href="https://git.okoyono.de/mezzomix/buch_des_monats">der
|
||||
Code</a> von <a href="https://aaron-fischer.net/">Aaron Fischer</a>.
|
||||
Ein <a href="https://okoyono.de/">økoyono</a> Projekt.</p>
|
||||
|
||||
<div id="covers">
|
||||
<div class="cover-item">
|
||||
|
|
Loading…
Reference in a new issue