Skip to content

Commit

Permalink
Working on the download package
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Jan 14, 2013
1 parent 47bb931 commit cca685a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
8 changes: 6 additions & 2 deletions create-archive.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
#!/bin/bash
git archive --format=tar.gz --prefix=. HEAD Comb prototype thesis/thesis.*.pdf > archive.tar.gz
#!/bin/bash -xe
(cd prototype; git archive --format=tar.gz --prefix=prototype HEAD > ../thesis-package/prototype.tar.gz)
(cd Comb; git archive --format=tar.gz --prefix=prototype HEAD > ../thesis-package/comb.tar.gz)
cp thesis/thesis.*.pdf thesis-package/
tar -cvf thesis-package.tar.gz thesis-package
sha1sum thesis-package.tar.gz
22 changes: 16 additions & 6 deletions speciale.sublime-project
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"folders": [
{"path": "prototype"},
{"path": "Comb"},
{"path": "thesis",
"file_exclude_patterns": [
"folders":
[
{
"path": "prototype"
},
{
"path": "Comb"
},
{
"file_exclude_patterns":
[
"*.aux",
"*.auxlock",
"*.fdb_latexmk",
Expand All @@ -21,7 +27,11 @@
"*-figure*.dpth",
"*.run.xml",
"*.out"
]
],
"path": "thesis"
},
{
"path": "/Users/anders/Workspace/uni/speciale"
}
]
}
15 changes: 15 additions & 0 deletions thesis/80-technical-appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,25 @@
\chapter{Technical Appendix}

\section{Downloads}
\label{app:downloads}
The prototype application from chapter \ref{chap:prototype} and the Comb
pre-parser and client library can be downloaded together with
the demo applications from chapter \ref{chap:demo} as a single gzipped tarball
from the URL: \url{}

The SHA-1 sum of the archive is: \inline{}

\todo{Add information about where to download the prototype, Comb and demo applications
also include all three editions of the thesis}

\section{Digital version of this thesis}
This thesis exists as PDFs in three different versions:
Print (adjusted grayscale for better contrast),
digital (colors and single sided layout) and
ebook (adjusted grayscale with dimensions adjusted for the Amazon Kindle).

All versions are included in the archive from appendix \ref{app:downloads}

\section{Bootstrap}
\label{app:bootstrap}
Bootstrap is a combination of JavaScript and CSS which supplies a developer
Expand Down

0 comments on commit cca685a

Please sign in to comment.