Skip to content

Commit f54b3f3

Browse files
committed
Preparing scaffolding to start writing pretty soon
1 parent 71ee950 commit f54b3f3

File tree

4 files changed

+69
-1
lines changed

4 files changed

+69
-1
lines changed

README.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,51 @@
11
hoborg
22
======
33

4-
A dieselpunk novel with Spanish-created robot hobos in a balcanized America at the beginning of the XX century
4+
A dieselpunk novel with Spanish-created robot hobos in a balcanized
5+
America at the beginning of the XX century
6+
7+
Plot outline
8+
---------------
9+
10+
After America is defeated by a technologically superior Cuba and
11+
Spain, Florida becomes an independent multiracial socialist state
12+
which is inmediately at war with the (now diminished) America.
13+
14+
An American Pinkerton agent is sent into that state to recover a
15+
*mechanical man* that has been seen in a circus doing gigs from
16+
Pensacola to St. Pitersburg entertaining the masses.
17+
18+
He succeeds, but going back to Washington is not easy. He becomes a
19+
raiway hobo, accompanied with a hobo cyborg - the hoborg of the title.
20+
21+
How you can help
22+
-----------------------
23+
24+
After 4 paragraphs, you might have already realized English is not my
25+
main language. That's not the only way you can help
26+
27+
* Get a GitHub account http://github.com
28+
* Watch, star or fork this repo. You don't need to do anything else
29+
for the time being, but it will help me achieve some visibility.
30+
* You can interact with the text and the rest directly from the web:
31+
you can comment on text and changes in it (called *commits*)
32+
* You can also request changes on the text using *issues*. If you find
33+
an error of any kind, just raise an issue and I'll fix it (or try
34+
to).
35+
* Create your own version: once forked, you can use git (check out
36+
this manual http://wiki.freegeek.org/index.php/Git_for_dummies ) to
37+
branch and evolve the story in whicheer way you want
38+
* You can keep it (hey, it's free as in free speech) or, if you think
39+
it's a worthwhile addition to Hoborg, do a Pull Request.
40+
41+
Full disclosure
42+
------------------
43+
44+
When the novel is roughly finished (that is, it's got an ending, it
45+
will actually never be finished since it might evolve in time) I
46+
intend to publish it in Amazon.com. Since all your contributions will
47+
be here, in the repo, they are obviously acknowledged, but I'll
48+
acknowledge it also in the prologue itself and, if I earn enough to be
49+
able to physically print it and mail it, will mail you a copy. That's
50+
quite unlikely to happen, however, so I'll make a promise I can keep:
51+
to follow you in Twitter.

license.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5+
<title></title>
6+
</head>
7+
8+
<body>
9+
<h1>Hoborg License</h1>
10+
11+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.es_ES"><img alt="Licencia de Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Hoborg</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://github.com/JJ/hoborg" property="cc:attributionName" rel="cc:attributionURL">JJ Merelo</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.es_ES">Creative Commons Reconocimiento 3.0 Unported License</a>.<br />Creado a partir de la obra en <a xmlns:dct="http://purl.org/dc/terms/" href="http://github.com/JJ/hoborg" rel="dct:source">http://github.com/JJ/hoborg</a>.
12+
13+
</body> </html>

resources/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RESOURCES
2+
========
3+
4+
Additional resources go here: logos, images, plotslines, character description, stuff.

text/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TEXT
2+
===
3+
4+
The actual text goes here. It will be written in HTML for easy conversion to ePub and MOBI.

0 commit comments

Comments
 (0)