From 43117e987b955e207cc1f52b963f8c3e66c3046e Mon Sep 17 00:00:00 2001 From: jarnaldich Date: Wed, 12 Jan 2011 15:18:31 +0100 Subject: [PATCH] backup --- Effects.lua | 26 ++++++++++++++++++++++++++ Theory.lua | 16 ++++++++++++++++ sputnik/navigation.lua | 17 +++++------------ 3 files changed, 47 insertions(+), 12 deletions(-) create mode 100644 Effects.lua create mode 100644 Theory.lua diff --git a/Effects.lua b/Effects.lua new file mode 100644 index 0000000..61fcdc5 --- /dev/null +++ b/Effects.lua @@ -0,0 +1,26 @@ + +title = "Effects" +category = "" +content = [[Effects +======= + +Pages on how to achieve different post-processing effects. + +Catalog +------- + +- Curves + - Cross processing + - Portra + - Velvia + - Redscale +- Vignetting +- High Contrast / Low saturation +- Sharpening +- Dragan effect +- Brenizer effect +- Tilt/Shift effect + + +]] +breadcrumb = "" \ No newline at end of file diff --git a/Theory.lua b/Theory.lua new file mode 100644 index 0000000..eca224e --- /dev/null +++ b/Theory.lua @@ -0,0 +1,16 @@ + +title = "Theory" +category = "" +content = [=[Theory +====== + +Little explanation on different concepts of Digital imaging. + +* [[Color theory]] + Color Wheel, Additive/Substractive... + +* + + +]=] +breadcrumb = "" \ No newline at end of file diff --git a/sputnik/navigation.lua b/sputnik/navigation.lua index 9cea2e2..303116e 100644 --- a/sputnik/navigation.lua +++ b/sputnik/navigation.lua @@ -29,25 +29,18 @@ http_expires = "" content = [[NAVIGATION = { {id="index", title="Let's Start", - {id="index", title="Start"}, - {id="Another Page", title="Some Other Page"}, - }, - {id="News", title="Timeline", - - {id="News"}, - - {id="Future Plans"}, + {id="Photo", title="Digital Imaging", + {id="Effects", title="Effects"}, + {id="Theory", title="Theory"}}, + {id="News", title="Timeline", {id="history", title="Recent Wiki Edits"}, - {id="history/edits_by_recent_users", title="Edits by Recent Users"}, - - {id="history.rss", title="RSS Feed"}, - + {id="history.rss", title="RSS Feed"} }, {id="This Site", title="This Site", -- 2.11.4.GIT