Commit graph

647 commits

Author SHA1 Message Date
Bradley M. Kuhn
7186e11281 Restore next+ processing. 2014-11-07 01:37:03 -05:00
Bradley M. Kuhn
b234ed1929 Although, monolith must be defined to something. 2014-11-07 01:20:39 -05:00
Bradley M. Kuhn
cdaf766aea next+ stuff seems to be causing a problem. 2014-11-07 01:19:40 -05:00
Bradley M. Kuhn
7bc476d497 Correct bottom menu. 2014-11-07 01:15:17 -05:00
Bradley M. Kuhn
f9cc9a78f8 Attempts to get the tag matching right. 2014-11-07 01:11:53 -05:00
Bradley M. Kuhn
69935ea24a More missing closed <a> tags. 2014-11-07 00:57:12 -05:00
Bradley M. Kuhn
d0576a16ce Symbolic link for index.html on monolithic install 2014-11-07 00:54:59 -05:00
Bradley M. Kuhn
4816cece30 Correct problematic unclosed a tag. 2014-11-07 00:54:44 -05:00
Bradley M. Kuhn
53a64ca4a1 Ensure that title appears properly. 2014-11-07 00:51:54 -05:00
Bradley M. Kuhn
816c59aa3d Hack to get all menus to appear in right places.
The only way I could figure out how to get different output for
monolithic and section-based versions was to do this rather odd hack,
which uses tex4ht.usr to conditionally insert specific bootstrap HTML
for the mention that will allow proper formatting.
2014-11-07 00:50:51 -05:00
Bradley M. Kuhn
988c791a78 These \IgnorePara and such can't be right. 2014-11-06 23:05:54 -05:00
Bradley M. Kuhn
8e1045074b Correct permissions bf. rsync & --delay-updates 2014-11-06 23:02:51 -05:00
Bradley M. Kuhn
38e093a8e2 Remove image, and add next/next+ config. 2014-11-06 23:00:50 -05:00
Bradley M. Kuhn
760fff4704 Add missing fn-in. 2014-11-06 22:40:28 -05:00
Bradley M. Kuhn
df3a2c0dc7 Better names for navigation operations. 2014-11-06 22:25:21 -05:00
Bradley M. Kuhn
9730276f9c Don't necessarily move to right for navbar on top. 2014-11-06 22:24:36 -05:00
Bradley M. Kuhn
295f439fbd configure crosslinks to work with bootstrap. 2014-11-06 22:20:30 -05:00
Bradley M. Kuhn
3f10dad1b9 fix closes on svg and img tags here. 2014-11-06 22:20:23 -05:00
Bradley M. Kuhn
681c5afd3f Add \Hnewline on the end of all these lines. 2014-11-06 22:03:43 -05:00
Bradley M. Kuhn
e2f9cbe39a Hacks to get top-bar branding on website. 2014-11-06 21:45:05 -05:00
Bradley M. Kuhn
4fc7088b9c refer to favicon.ico 2014-11-06 21:32:47 -05:00
Bradley M. Kuhn
8512ac184a Load bootstrap, assumed to be in / 2014-11-06 21:32:30 -05:00
Bradley M. Kuhn
b46d1bc16f Correction to formatting on copyright notices. 2014-11-06 21:30:53 -05:00
Bradley M. Kuhn
23c7fd7449 URLs should always use \url{URL}, not \verb0URL0
I just decided this should be done even when the URLs are fake ones in
example.{com,org}.
2014-11-06 17:02:23 -05:00
Bradley M. Kuhn
467a23152a Copyright notice updates.
Joshua Gay made contributions to all the files earlier in 2014 (see git
log) which were copyrighted by the FSF, so FSF's copyright needs
refreshed to include this year.

Denver recently added a section to the enforcement-case-studies.tex, so
his copyright notice needs to go there and at the top file.

I made changes to enforcement-case-studies.tex on top of Denver's.

Also, remove commented-out copyright notices -- the ones in the actual
text are now primary and should be maintained directly.
2014-11-06 16:59:48 -05:00
Bradley M. Kuhn
67b54c1115 Prefer footnotes at bottom of each page.
Without "fn-in" option, the footnotes each get their own page, which
seems silly.

This fixes that.

Also included are more rm files, so htlatex doesn't freak when it gets
run again after html files have been moved to public_html.
2014-11-06 16:54:37 -05:00
Bradley M. Kuhn
17284ca4c1 Other files that should be git ignore'd. 2014-11-06 16:19:57 -05:00
Bradley M. Kuhn
5add1b9f4d Remove additional stuff. 2014-11-06 16:19:48 -05:00
Bradley M. Kuhn
aab19d9e4c Use \url here instead of \verb0URL0 2014-11-06 16:04:45 -05:00
Bradley M. Kuhn
daf8915cb8 Create symlink for index.html: temporary hack. 2014-11-06 15:48:53 -05:00
Bradley M. Kuhn
527125f08d Improve dependency and cleanups. 2014-11-06 15:15:17 -05:00
Bradley M. Kuhn
20bae66371 Correct to not have body > 2014-11-06 15:14:57 -05:00
Bradley M. Kuhn
6037a3726d Additional CSS to beautify the Guide.
HT jgay who pasted this to me on IRC.
2014-11-06 14:51:08 -05:00
Bradley M. Kuhn
913551b960 Add css for guide and include it from webhacks. 2014-11-06 14:49:23 -05:00
Bradley M. Kuhn
c568e41728 Commands to install right Debian packages. 2014-11-06 13:21:39 -05:00
Bradley M. Kuhn
17c3de45ce BOOK_CLASS_FILE is not used.
It was a vestige from old Makefile.
2014-11-06 13:21:16 -05:00
Bradley M. Kuhn
d45e79218b Install configuration. 2014-11-06 12:41:31 -05:00
Bradley M. Kuhn
441df63ee7 Hack tex4ht's overlib stuff to use jQuery tooltip
tex4ht supports "overlib" for footnote popups.  The hack is pretty
straightforward; it dumps a Javascript area into a .js file that can
then be used by overlib to popup stuff.

This hack is to use that output to make the same thing work with jQuery
UI's tooltip widget.

Note that we run with overlib support first, then *without* it in the
Makefile setup.  This is to force the needed .js file to be generated,
but make sure the HTML doesn't try to load overlib (which is default).

(This should be adapted as a patch to upstream tex4ht ultimately.)

Also included herein are improvements to the Makefile to build the HTML
output.
2014-11-06 12:34:18 -05:00
Bradley M. Kuhn
87a9a059d4 A few temporary formatting hacks.
Put \verb0_0 around _'s and use \url{} for the url.
2014-11-06 08:25:55 -05:00
Bradley M. Kuhn
c14feb3df0 Fix formatting error. 2014-11-06 08:23:47 -05:00
Bradley M. Kuhn
615e498d9f First version of Makefile for this project. 2014-11-06 08:22:46 -05:00
Denver Gingerich
fce20d7af3 Add rootfs and U-Boot install notes to case study
This change also fixes the location of the multiple image note, which
is better included after the note added in 3c15418 so that it's clear
what "This step" refers to.

Also added were notes on how we checked to confirm the kernel was
corresponding and commentary on why the toolchain issue was much less
severe than the toolchain issues we usually see.
2014-11-02 16:49:23 -05:00
Denver Gingerich
3c1541897c Add compliance tips on tricky steps to case study
Additionally, remove an unneeded FIXME and clarify an existing FIXME
so we know the title is ok for now, but the section needs format fix.
2014-11-02 15:40:43 -05:00
Denver Gingerich
573bd70b2f Add log files from the build steps, mention in doc 2014-11-02 12:41:25 -05:00
Denver Gingerich
c36b248e01 Fix typo in name: "ThinkPengiun" -> "ThinkPenguin"
This typo was introduced when the section was first added, in 5c22a2b.
2014-11-02 11:54:56 -05:00
Denver Gingerich
2c4923c70f Add firmware comparison section showing steps used 2014-10-25 19:49:47 -04:00
Denver Gingerich
60a400c18f Update build notes to be more "walk through"-style 2014-10-25 19:45:56 -04:00
Bradley M. Kuhn
813687673a A few additional ideas on how this section could be expanded 2014-10-25 00:02:26 -07:00
Bradley M. Kuhn
e7ec09b24d Note for later work to be added on this issue 2014-10-24 23:57:52 -07:00
Bradley M. Kuhn
2eb7082e68 Rework first paragraph 2014-10-24 23:56:11 -07:00