Skip to content

Commit daf04fe

Browse files
committed
Split index.org into projects.org and appendix.org
That way everything is more cleaner.
1 parent 02fc3ff commit daf04fe

File tree

6 files changed

+485
-161
lines changed

6 files changed

+485
-161
lines changed

Diff for: appendix.html

+176
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" lang="bt-br" xml:lang="bt-br">
5+
<head>
6+
<title>Apêndice</title>
7+
<!-- 2018-02-15 Thu 04:03 -->
8+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
9+
<meta name="generator" content="Org-mode" />
10+
<meta name="author" content="Manoel Vilela" />
11+
<style type="text/css">
12+
<!--/*--><![CDATA[/*><!--*/
13+
.title { text-align: center; }
14+
.todo { font-family: monospace; color: red; }
15+
.done { color: green; }
16+
.tag { background-color: #eee; font-family: monospace;
17+
padding: 2px; font-size: 80%; font-weight: normal; }
18+
.timestamp { color: #bebebe; }
19+
.timestamp-kwd { color: #5f9ea0; }
20+
.right { margin-left: auto; margin-right: 0px; text-align: right; }
21+
.left { margin-left: 0px; margin-right: auto; text-align: left; }
22+
.center { margin-left: auto; margin-right: auto; text-align: center; }
23+
.underline { text-decoration: underline; }
24+
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
25+
p.verse { margin-left: 3%; }
26+
pre {
27+
border: 1px solid #ccc;
28+
box-shadow: 3px 3px 3px #eee;
29+
padding: 8pt;
30+
font-family: monospace;
31+
overflow: auto;
32+
margin: 1.2em;
33+
}
34+
pre.src {
35+
position: relative;
36+
overflow: visible;
37+
padding-top: 1.2em;
38+
}
39+
pre.src:before {
40+
display: none;
41+
position: absolute;
42+
background-color: white;
43+
top: -10px;
44+
right: 10px;
45+
padding: 3px;
46+
border: 1px solid black;
47+
}
48+
pre.src:hover:before { display: inline;}
49+
pre.src-sh:before { content: 'sh'; }
50+
pre.src-bash:before { content: 'sh'; }
51+
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
52+
pre.src-R:before { content: 'R'; }
53+
pre.src-perl:before { content: 'Perl'; }
54+
pre.src-java:before { content: 'Java'; }
55+
pre.src-sql:before { content: 'SQL'; }
56+
57+
table { border-collapse:collapse; }
58+
caption.t-above { caption-side: top; }
59+
caption.t-bottom { caption-side: bottom; }
60+
td, th { vertical-align:top; }
61+
th.right { text-align: center; }
62+
th.left { text-align: center; }
63+
th.center { text-align: center; }
64+
td.right { text-align: right; }
65+
td.left { text-align: left; }
66+
td.center { text-align: center; }
67+
dt { font-weight: bold; }
68+
.footpara:nth-child(2) { display: inline; }
69+
.footpara { display: block; }
70+
.footdef { margin-bottom: 1em; }
71+
.figure { padding: 1em; }
72+
.figure p { text-align: center; }
73+
.inlinetask {
74+
padding: 10px;
75+
border: 2px solid gray;
76+
margin: 10px;
77+
background: #ffffcc;
78+
}
79+
#org-div-home-and-up
80+
{ text-align: right; font-size: 70%; white-space: nowrap; }
81+
textarea { overflow-x: auto; }
82+
.linenr { font-size: smaller }
83+
.code-highlighted { background-color: #ffff00; }
84+
.org-info-js_info-navigation { border-style: none; }
85+
#org-info-js_console-label
86+
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
87+
.org-info-js_search-highlight
88+
{ background-color: #ffff00; color: #000000; font-weight: bold; }
89+
/*]]>*/-->
90+
</style>
91+
<link rel="stylesheet" type="text/css" href="/org-theme/dist/short/bundle.min.css"/>
92+
<script src="/org-theme/dist/short/bundle.min.js" type="text/javascript" ></script>
93+
<script type="text/javascript">
94+
/*
95+
@licstart The following is the entire license notice for the
96+
JavaScript code in this tag.
97+
98+
Copyright (C) 2012-2013 Free Software Foundation, Inc.
99+
100+
The JavaScript code in this tag is free software: you can
101+
redistribute it and/or modify it under the terms of the GNU
102+
General Public License (GNU GPL) as published by the Free Software
103+
Foundation, either version 3 of the License, or (at your option)
104+
any later version. The code is distributed WITHOUT ANY WARRANTY;
105+
without even the implied warranty of MERCHANTABILITY or FITNESS
106+
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
107+
108+
As additional permission under GNU GPL version 3 section 7, you
109+
may distribute non-source (e.g., minimized or compacted) forms of
110+
that code without the copy of the GNU GPL normally required by
111+
section 4, provided you include this license notice and a URL
112+
through which recipients can access the Corresponding Source.
113+
114+
115+
@licend The above is the entire license notice
116+
for the JavaScript code in this tag.
117+
*/
118+
<!--/*--><![CDATA[/*><!--*/
119+
function CodeHighlightOn(elem, id)
120+
{
121+
var target = document.getElementById(id);
122+
if(null != target) {
123+
elem.cacheClassElem = elem.className;
124+
elem.cacheClassTarget = target.className;
125+
target.className = "code-highlighted";
126+
elem.className = "code-highlighted";
127+
}
128+
}
129+
function CodeHighlightOff(elem, id)
130+
{
131+
var target = document.getElementById(id);
132+
if(elem.cacheClassElem)
133+
elem.className = elem.cacheClassElem;
134+
if(elem.cacheClassTarget)
135+
target.className = elem.cacheClassTarget;
136+
}
137+
/*]]>*///-->
138+
</script>
139+
</head>
140+
<body>
141+
<div id="content">
142+
<h1 class="title">Apêndice</h1>
143+
<ul class="org-ul">
144+
<li>[Inglês] Build Your Own Lisp, por Daniel Holder
145+
<ul class="org-ul">
146+
<li>[Amazon] <a href="https://www.amazon.com.br/Build-Your-Own-Lisp-English-ebook/dp/B00ONV8CNO/">Livro físico</a>
147+
</li>
148+
<li><a href="http://www.buildyourownlisp.com/">Versão online</a>
149+
</li>
150+
</ul>
151+
</li>
152+
<li><a href="https://github.com/luksamuk/YASWEG">YASWEG (Yet Another Static Website Generator), sintaxe para geração de websites estáticos</a>, escrito em Guile Scheme.
153+
</li>
154+
<li>[Youtube/Inglês] <a href="https://www.youtube.com/watch?v=cMxbSsRntv4">Transcrição regravada da mini-palestra de Alan Turing</a>
155+
Originalmente difundida na rádio BBC de Londres, em 15 de maio de 1951. Leitura por James Grime.
156+
</li>
157+
<li><a href="http://lerax.me/lisp-bookmarks/">Lista de links relacionados a Lisp e/ou à cultura cyberpunk em geral</a>
158+
É provável que alguns destes links acabem integrados a esta lista.
159+
</li>
160+
<li>[Inglês] <a href="http://hyperpolyglot.org/lisp">Comparativo entre os dialetos Common Lisp, Racket, Clojure e Emacs Lisp</a>
161+
</li>
162+
<li>[Inglês] <a href="http://borretti.me/article/common-lisp-sotu-2015">Estado do Ecossistema de Common Lisp (2015)</a>
163+
</li>
164+
<li>[Youtube/Inglês] <a href="https://www.youtube.com/playlist?list=PLBgJcoaU2hl-JnoVOzjYB5qk_PfYjPm-I">Playlist: Série Process Hacking</a>
165+
</li>
166+
</ul>
167+
</div>
168+
<div id="postamble" class="status">
169+
<p class="date">Date: <span class="timestamp-wrapper"><span class="timestamp">&lt;2018-02-15 Thu&gt;</span></span></p>
170+
<p class="author">Author: Manoel Vilela</p>
171+
<p class="date">Created: 2018-02-15 Thu 04:03</p>
172+
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
173+
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
174+
</div>
175+
</body>
176+
</html>

Diff for: appendix.org

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#+SETUPFILE: org-theme/setup/short.setup
2+
3+
#+AUTHOR: Manoel Vilela
4+
#+DATE: <2018-02-15 Thu>
5+
#+TITLE: Apêndice
6+
#+LANGUAGE: bt-br
7+
8+
9+
- [Inglês] Build Your Own Lisp, por Daniel Holder
10+
- [Amazon] [[https://www.amazon.com.br/Build-Your-Own-Lisp-English-ebook/dp/B00ONV8CNO/][Livro físico]]
11+
- [[http://www.buildyourownlisp.com/][Versão online]]
12+
- [[https://github.com/luksamuk/YASWEG][YASWEG (Yet Another Static Website Generator), sintaxe para geração de websites estáticos]], escrito em Guile Scheme.
13+
- [Youtube/Inglês] [[https://www.youtube.com/watch?v=cMxbSsRntv4][Transcrição regravada da mini-palestra de Alan Turing]]
14+
Originalmente difundida na rádio BBC de Londres, em 15 de maio de 1951. Leitura por James Grime.
15+
- [[http://lerax.me/lisp-bookmarks/][Lista de links relacionados a Lisp e/ou à cultura cyberpunk em geral]]
16+
É provável que alguns destes links acabem integrados a esta lista.
17+
- [Inglês] [[http://hyperpolyglot.org/lisp][Comparativo entre os dialetos Common Lisp, Racket, Clojure e Emacs Lisp]]
18+
- [Inglês] [[http://borretti.me/article/common-lisp-sotu-2015][Estado do Ecossistema de Common Lisp (2015)]]
19+
- [Youtube/Inglês] [[https://www.youtube.com/playlist?list=PLBgJcoaU2hl-JnoVOzjYB5qk_PfYjPm-I][Playlist: Série Process Hacking]]

0 commit comments

Comments
 (0)