From f63a57e71a3aed6fe5e80ca979186e3bd6c7eb6b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 20 Nov 2009 17:24:24 +0000 Subject: [PATCH] add meta data (language, description, keywords) --- cc.plp | 4 +++- charset.plp | 4 +++- digraphs.plp | 4 +++- index.plp | 4 +++- mplayer.plp | 4 +++- mutt.plp | 4 +++- nethack.plp | 4 +++- readline.plp | 4 +++- source.plp | 16 +++++++++++----- termcol.plp | 4 ++-- unicode.plp | 4 +++- vim.plp | 4 +++- vimperator.plp | 4 +++- 13 files changed, 46 insertions(+), 18 deletions(-) diff --git a/cc.plp b/cc.plp index 7138c3b..e2d4f99 100644 --- a/cc.plp +++ b/cc.plp @@ -3,11 +3,13 @@ :> - + country code cheat sheet + + <:= stylesheet(qw'light dark mono red') :> diff --git a/charset.plp b/charset.plp index 66e0cc9..5931b5c 100644 --- a/charset.plp +++ b/charset.plp @@ -3,11 +3,13 @@ :> - + charset cheat sheet + + <:= stylesheet(qw'light') :> diff --git a/digraphs.plp b/digraphs.plp index 5c3bf07..14bcfbd 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -3,11 +3,13 @@ :> - + digraph cheat sheet + + <:= stylesheet(qw'light') :> diff --git a/index.plp b/index.plp index 50130f7..d0a791f 100644 --- a/index.plp +++ b/index.plp @@ -3,11 +3,13 @@ :> - + cheat sheets + + <:= stylesheet(qw'light dark red') :> diff --git a/mplayer.plp b/mplayer.plp index 5cd7d16..46dcaa3 100644 --- a/mplayer.plp +++ b/mplayer.plp @@ -7,11 +7,13 @@ :> - + mplayer cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: diff --git a/mutt.plp b/mutt.plp index bc8b447..3055bcd 100644 --- a/mutt.plp +++ b/mutt.plp @@ -7,11 +7,13 @@ :> - + mutt cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: diff --git a/nethack.plp b/nethack.plp index bba68fb..22e87f5 100644 --- a/nethack.plp +++ b/nethack.plp @@ -7,11 +7,13 @@ :> - + nethack cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: diff --git a/readline.plp b/readline.plp index 7b90b39..13f8dc2 100644 --- a/readline.plp +++ b/readline.plp @@ -7,11 +7,13 @@ :> - + readline cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: diff --git a/source.plp b/source.plp index f713a73..a813db4 100644 --- a/source.plp +++ b/source.plp @@ -1,22 +1,28 @@ <(common.inc.plp)><: our $VERSION = 'v1.0'; + my $source = $ENV{PATH_INFO}; + $source =~ s{^/}{}; + :> - + -sheet page source code +<:= $source :> source code +"> + <:= stylesheet(qw'light dark mono red') :> <: -my $source = $ENV{PATH_INFO}; -$source =~ s{^/}{}; - if (not $source) { print "

Source files

"; diff --git a/termcol.plp b/termcol.plp index 0eb10b2..8b0b3cf 100644 --- a/termcol.plp +++ b/termcol.plp @@ -5,11 +5,11 @@ :> - + -terminal colour cheat sheet +terminal colour cheat sheet <:= stylesheet(qw'light') :> diff --git a/unicode.plp b/unicode.plp index 79ba220..bc3ee70 100644 --- a/unicode.plp +++ b/unicode.plp @@ -3,11 +3,13 @@ :> - + digraph cheat sheet + + <:= stylesheet(qw'light dark red') :> diff --git a/vim.plp b/vim.plp index 62587c0..9f0c6aa 100644 --- a/vim.plp +++ b/vim.plp @@ -7,11 +7,13 @@ :> - + vi cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: diff --git a/vimperator.plp b/vimperator.plp index ca4e673..586801b 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -7,11 +7,13 @@ :> - + vimperator cheat sheet + + <:= stylesheet(qw'light dark circus mono red terse') :> <: -- 2.30.0