From 9f0d42a93207217df997f6e8d5f8d401e76ae0d4 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen Date: Thu, 8 Nov 2018 17:09:42 +0100 Subject: [PATCH] Edit text --- README.html | 220 ++++++++++++++++++++++++++-------------------------- README.org | 6 +- 2 files changed, 115 insertions(+), 111 deletions(-) diff --git a/README.html b/README.html index e8665f7..8cd6ca6 100644 --- a/README.html +++ b/README.html @@ -70,6 +70,7 @@ pre.src-fortran:before { content: 'Fortran'; } pre.src-gnuplot:before { content: 'gnuplot'; } pre.src-haskell:before { content: 'Haskell'; } + pre.src-hledger:before { content: 'hledger'; } pre.src-java:before { content: 'Java'; } pre.src-js:before { content: 'Javascript'; } pre.src-latex:before { content: 'LaTeX'; } @@ -195,44 +196,44 @@

Table of Contents

@@ -243,11 +244,12 @@ btn_donate_LG.gif -
-

1 Overview

+
+

1 Overview

-
-

1.1 Description

+
+
+

1.1 Description

Though you can easily override CSS stylesheets and add your own HTML themes, we @@ -273,8 +275,8 @@ Follow f_niessen on Twitter for upda

-
-

1.2 Requirements

+
+

1.2 Requirements

Org mode version 8 (or later) is required. @@ -287,11 +289,12 @@ If such a version is not bundled with your Emacs, install one from ELPA.

-
-

2 Quotations

+
+

2 Quotations

-
-

2.1 About Bigblow

+
+
+

2.1 About Bigblow

“Very very nice, I enjoy it a lot.”
@@ -332,8 +335,8 @@ wonderful package!”

-
-

2.2 About ReadTheOrg

+
+

2.2 About ReadTheOrg

“OMG. The ReadTheOrg theme for exported HTML from org mode files is eye @@ -373,8 +376,8 @@ available.”

-
-

3 Gallery

+
+

3 Gallery

This is a list of available HTML themes for Org mode, which you can use right @@ -382,8 +385,8 @@ now! Well, I hope to have more than one in a couple of weeks…

-
-

3.1 Bigblow

+
+

3.1 Bigblow

Bigblow is perfect for your work: it is a clean design aimed at optimal Org @@ -483,8 +486,8 @@ Keyboard shortcuts to save time and boost your productivity:

-
-

3.2 ReadTheOrg

+
+

3.2 ReadTheOrg

ReadTheOrg is a clone of the official – and great! – theme (called Sphinx) @@ -519,8 +522,8 @@ default structure of the HTML export)!

-
-

4 Demo

+
+

4 Demo

I’ve written a demo page for the themes that provides a maximal working support @@ -534,14 +537,14 @@ admonitions, footnotes, tables and other details.

-
-

5 Installing a theme

+
+

5 Installing a theme

-Using a theme from the theme gallery for your own Org documents is very easy: -you just need to clone the Org-HTML themes project, add a #+SETUPFILE: directive -in the preamble to include the CSS and JavaScript files, then export your Org -mode file to HTML. +Using a theme from the theme gallery for your own Org documents is very easy: +you just need to clone or download the Org-HTML themes project, add +a #+SETUPFILE: directive in the preamble to include the CSS and JavaScript +files, then export your Org mode file to HTML.

@@ -554,7 +557,7 @@ copy the “setup file” of the chosen theme to the directory of your O

-
  #+SETUPFILE: THEME-NAME.setup
+
  #+SETUPFILE: THEME-NAME.setup
 
@@ -568,7 +571,7 @@ repository)

-
  #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
+
  #+SETUPFILE: path/to/Git/repo/setup/THEME-NAME.setup
 
@@ -579,8 +582,8 @@ C-e h h.

-
-

5.1 Bigblow

+
+

5.1 Bigblow

In order to use the Bigblow style, just copy the theme-bigblow.setup file to @@ -588,7 +591,7 @@ your project and link to it this way:

-
#+SETUPFILE: theme-bigblow.setup
+
#+SETUPFILE: theme-bigblow.setup
 
@@ -598,56 +601,56 @@ your Org file instead:

-
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/bigblow.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/hideshow.css"/>
-
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
-
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.localscroll-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/bigblow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/hideshow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script>
+
# -- mode: org; --
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/bigblow.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/bigblow/css/hideshow.css"/>
+
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
+
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.localscroll-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery.zclip.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/bigblow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/hideshow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.min.js"></script>
 
-
-

Local version

-
+
+

Local version

+

Here a local version (using relative paths):

-
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/bigblow.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/hideshow.css"/>
-
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-1.11.0.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
-
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.localscroll-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.zclip.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/bigblow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="styles/lib/js/jquery.stickytableheaders.min.js"></script>
+
# -- mode: org; --
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/bigblow.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="styles/bigblow/css/hideshow.css"/>
+
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-1.11.0.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery-ui-1.10.2.min.js"></script>
+
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.localscroll-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/jquery.zclip.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/bigblow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/bigblow/js/hideshow.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/lib/js/jquery.stickytableheaders.min.js"></script>
 
-
-

5.2 ReadTheOrg

+
+

5.2 ReadTheOrg

In order to use the ReadTheOrg style, just copy the theme-readtheorg.setup file @@ -655,7 +658,7 @@ to your project and link to it this way:

-
#+SETUPFILE: theme-readtheorg.setup
+
#+SETUPFILE: theme-readtheorg.setup
 
@@ -665,26 +668,27 @@ your Org file instead:

-
# -*- mode: org; -*-
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
-
-#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
-#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
+
# -- mode: org; --
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/readtheorg.css"/>
+
+#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/readtheorg.js"></script>
 
-
-

6 Contributing

+
+

6 Contributing

-
-

6.1 Issues

+
+
+

6.1 Issues

Report issues and suggest features and improvements on the GitHub issue tracker. @@ -692,8 +696,8 @@ Report issues and suggest features and improvements on the -

6.2 Patches

+
+

6.2 Patches

I love contributions! Patches under any form are always welcome! @@ -701,8 +705,8 @@ I love contributions! Patches under any form are always welcome!

-
-

6.3 Donations

+
-
-

6.4 Follow me

+
+

6.4 Follow me

I have an f_niessen account on Twitter. You should follow it. @@ -728,8 +732,8 @@ I have an f_niessen account on Twitt

-
-

7 License

+
+

7 License

Copyright (C) 2011-2017 Fabrice Niessen. diff --git a/README.org b/README.org index 48ef937..fdb921d 100644 --- a/README.org +++ b/README.org @@ -168,9 +168,9 @@ admonitions, footnotes, tables and other details. * Installing a theme Using a theme from the [[id:79e0ed21-c3b0-4f00-bdab-29fbff9dcad4][theme gallery]] for your own Org documents is very easy: -you just need to clone the Org-HTML themes project, add a =#+SETUPFILE:= directive -in the preamble to include the CSS and JavaScript files, then export your Org -mode file to HTML. +you just need to *clone or download* the Org-HTML themes project, add +a =#+SETUPFILE:= directive in the preamble to include the CSS and JavaScript +files, then export your Org mode file to HTML. You can either: