diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-02-10 21:29:31 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-02-10 21:29:31 +0000 |
commit | c442ab4b5246254c315643ce7d5e9a79b2c9909d (patch) | |
tree | 2029e09f2ea1e20f096e6c0a71a3dfa6bda93d4c | |
parent | 16ec51fd217f38bebb6ced48ed9196dba3cd4c4b (diff) | |
download | lightningwavestories-c442ab4b5246254c315643ce7d5e9a79b2c9909d.tar.gz lightningwavestories-c442ab4b5246254c315643ce7d5e9a79b2c9909d.zip |
- Migrate links to self-hosting
- Add newly-learned title
- Remove github-specifics
-rw-r--r-- | README.md | 34 |
1 files changed, 26 insertions, 8 deletions
@@ -1,12 +1,24 @@ -I have wanted to convert this story into a book-like format for a very long time -- ever since I read it, honestly. Many thanks to Lightning-on-the-Wave for writing this story. Also, thanks to the creators of [pandoc](http://pandoc.org/) and the LaTeX community for building such wonderful tools. +# Lightning On The Wave / The Sacrifices Arc -I've done a little cleanup on scene separators (originals were a string of "SSSSS", replaced with horizontal lines), cleaned up typos and some extra words here and there, and removed some author warnings (due to this being a *book* format, instead of a series of livejournal / fanfiction.net postings). +Update: It's 2025 (18 years later) and I've just learned this is called +"The Sacrifices Arc" <https://fanlore.org/wiki/The_Sacrifices_Arc> -Please only contribute typos and other corrections. I do not intend to take the more explicit content from the LiveJournal entries and add it to the book. I would consider including "Slash warnings" or other explicit content markers, though I would like to see a few proofs of concept before doing so. +I have wanted to convert this story into a book-like format for a very +long time -- ever since I read it, honestly. Many thanks to +Lightning-on-the-Wave for writing this story. Also, thanks to the +creators of [pandoc](http://pandoc.org/) and the LaTeX community for +building such wonderful tools. -Downloads available [in the releases section](https://github.com/tydavis/lightningwavestories/releases) +I've done a little cleanup on scene separators (originals were a string +of "SSSSS", replaced with horizontal lines), cleaned up typos and some +extra words here and there, and removed some author warnings (due to +this being a book/printed format, instead of a series of livejournal / +fanfiction.net postings). + +Downloads available in the tag "1.0" of this repo. ### Reading Order ### + 1. Saving Connor 2. No Mouth But Some Serpent's 3. Comes Out of Darkness Morn @@ -17,22 +29,28 @@ Downloads available [in the releases section](https://github.com/tydavis/lightni 8. I Am Also Thy Brother ## Details ## -Original Author LiveJournal [available here](http://lightningwave.livejournal.com/) -Story content downloaded from [FanFiction.net](https://m.fanfiction.net/u/895946/) (Apologies for the mobile site. Main site is not working at the moment.) +Original Author LiveJournal [available +here](http://lightningwave.livejournal.com/) -## To Contribute ## +Story content from [FanFiction.net](https://fanfiction.net/u/895946/) -If you wish to submit changes, please fork this repository, add your changes to a [pull request](https://help.github.com/articles/creating-a-pull-request/), and I will review. Many thanks in advance! +[Archive link +here](https://web.archive.org/web/20190930084753/https://www.fanfiction.net/u/895946/) +-- last archived 2019-09-30 ## To Build ## + To build PDFs run the following: + ``` latexmk -cd -e -f -pdf -interaction=nonstopmode -synctex=1 <FILE> ``` Followed by: + ``` latexmk -C ``` + to clean up ancillary files. |