sweetie 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. data/.gitignore +6 -0
  2. data/.travis.yml +2 -0
  3. data/Rakefile +4 -5
  4. data/bin/sweetie +3 -3
  5. data/lib/sweetie/conversion.rb +131 -0
  6. data/lib/sweetie.rb +4 -93
  7. data/spec/source/_config.yml +18 -0
  8. data/spec/source/site/404.html +1 -0
  9. data/spec/source/site/about.html +66 -0
  10. data/spec/source/site/archiv.html +70 -0
  11. data/spec/source/site/atom.xml +60 -0
  12. data/spec/source/site/colophon.html +73 -0
  13. data/spec/source/site/contact.html +67 -0
  14. data/spec/source/site/css/config.rb +24 -0
  15. data/spec/source/site/css/sass/site.sass +180 -0
  16. data/spec/source/site/css/stylesheets/iphone.css +17 -0
  17. data/spec/source/site/css/stylesheets/site.css +246 -0
  18. data/spec/source/site/css/stylesheets/syntax.css +60 -0
  19. data/spec/source/site/follow.html +79 -0
  20. data/spec/source/site/images/2_avatars.gif +0 -0
  21. data/spec/source/site/images/favicon.png +0 -0
  22. data/spec/source/site/images/images-global/matthias_guenther.jpg +0 -0
  23. data/spec/source/site/images/images-global/matthias_guenther_thumbnail_normal.jpg +0 -0
  24. data/spec/source/site/images/images-global/matthias_guenther_thumbnail_small.jpg +0 -0
  25. data/spec/source/site/images/images-global/zoom/closebox.png +0 -0
  26. data/spec/source/site/images/images-global/zoom/zoom-caption-fill.png +0 -0
  27. data/spec/source/site/images/images-global/zoom/zoom-caption-l.png +0 -0
  28. data/spec/source/site/images/images-global/zoom/zoom-caption-r.png +0 -0
  29. data/spec/source/site/images/images-global/zoom/zoom-shadow1.png +0 -0
  30. data/spec/source/site/images/images-global/zoom/zoom-shadow2.png +0 -0
  31. data/spec/source/site/images/images-global/zoom/zoom-shadow3.png +0 -0
  32. data/spec/source/site/images/images-global/zoom/zoom-shadow4.png +0 -0
  33. data/spec/source/site/images/images-global/zoom/zoom-shadow5.png +0 -0
  34. data/spec/source/site/images/images-global/zoom/zoom-shadow6.png +0 -0
  35. data/spec/source/site/images/images-global/zoom/zoom-shadow7.png +0 -0
  36. data/spec/source/site/images/images-global/zoom/zoom-shadow8.png +0 -0
  37. data/spec/source/site/images/images-global/zoom/zoom-spin-1.png +0 -0
  38. data/spec/source/site/images/images-global/zoom/zoom-spin-10.png +0 -0
  39. data/spec/source/site/images/images-global/zoom/zoom-spin-11.png +0 -0
  40. data/spec/source/site/images/images-global/zoom/zoom-spin-12.png +0 -0
  41. data/spec/source/site/images/images-global/zoom/zoom-spin-2.png +0 -0
  42. data/spec/source/site/images/images-global/zoom/zoom-spin-3.png +0 -0
  43. data/spec/source/site/images/images-global/zoom/zoom-spin-4.png +0 -0
  44. data/spec/source/site/images/images-global/zoom/zoom-spin-5.png +0 -0
  45. data/spec/source/site/images/images-global/zoom/zoom-spin-6.png +0 -0
  46. data/spec/source/site/images/images-global/zoom/zoom-spin-7.png +0 -0
  47. data/spec/source/site/images/images-global/zoom/zoom-spin-8.png +0 -0
  48. data/spec/source/site/images/images-global/zoom/zoom-spin-9.png +0 -0
  49. data/spec/source/site/images/rails3.jpg +0 -0
  50. data/spec/source/site/index.html +121 -0
  51. data/spec/source/site/js/FancyZoom.js +761 -0
  52. data/spec/source/site/js/FancyZoomHTML.js +318 -0
  53. data/spec/source/site/robots.txt +4 -0
  54. data/spec/source/site/sitemap.xml +17 -0
  55. data/spec/source/site/test/config.rb +24 -0
  56. data/spec/source/site/test/sass/ie.scss +5 -0
  57. data/spec/source/site/test/sass/print.scss +3 -0
  58. data/spec/source/site/test/sass/screen.scss +6 -0
  59. data/spec/source/site/test/stylesheets/ie.css +5 -0
  60. data/spec/source/site/test/stylesheets/print.css +3 -0
  61. data/spec/source/site/test/stylesheets/screen.css +69 -0
  62. data/spec/source/site/why-i-use-jekyll-for-blogging.html +125 -0
  63. data/spec/sweetie_spec.rb +30 -0
  64. data/sweetie.gemspec +26 -0
  65. metadata +86 -9
@@ -0,0 +1,24 @@
1
+ # Require any additional compass plugins here.
2
+
3
+ # Set this to the root of your project when deployed:
4
+ http_path = "/"
5
+ css_dir = "stylesheets"
6
+ sass_dir = "sass"
7
+ images_dir = "images"
8
+ javascripts_dir = "javascripts"
9
+
10
+ # You can select your preferred output style here (can be overridden via the command line):
11
+ # output_style = :expanded or :nested or :compact or :compressed
12
+
13
+ # To enable relative paths to assets via compass helper functions. Uncomment:
14
+ # relative_assets = true
15
+
16
+ # To disable debugging comments that display the original location of your selectors. Uncomment:
17
+ # line_comments = false
18
+
19
+
20
+ # If you prefer the indented syntax, you might want to regenerate this
21
+ # project again passing --syntax sass, or you can uncomment this:
22
+ # preferred_syntax = :sass
23
+ # and then run:
24
+ # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
@@ -0,0 +1,180 @@
1
+ $blue: #0048a2
2
+ $hoverblue: #3366CC
3
+ $grey: #BDBBBB
4
+ $darkgrey: #bdbbbb
5
+ $codeborder: #ddd
6
+ $codebackground: #eef
7
+ $inlinecodeborder: #888888
8
+ $inlinecodebackground: #ffff88
9
+ $imgbackground: #F3F3F3
10
+ $imgborder: #DDDDDD
11
+
12
+ // just a global reset
13
+ *
14
+ :margin 5px 0 0 0
15
+ :padding 0
16
+
17
+ html, body
18
+ :height 100%
19
+
20
+ body
21
+ :background-color white
22
+ :font 400 1em trebuchet ms, arial, clean
23
+ :text-align center
24
+
25
+ h1,h2,h3,h4,h5,h6
26
+ :font-size 110%
27
+ :margin 30px 0 10px 0
28
+ :text-transform uppercase
29
+
30
+ h3
31
+ :margin 20px 0 10px 0
32
+
33
+ h1
34
+ :font-size 120%
35
+
36
+ h2,h3,h4,h5,h6
37
+ :font-size 110%
38
+
39
+ #sitetitle
40
+ :font 400 3.5em arial, sans-serif
41
+ :letter-spacing -0.1em
42
+ :text-transform uppercase
43
+ :height 1.15em
44
+ a
45
+ :color $grey
46
+ :text-decoration none
47
+ :border-bottom 0px
48
+
49
+ #tagseperator
50
+ :font-size 3.5em
51
+ :color $grey
52
+
53
+ #tagline
54
+ :font-size 0.9em
55
+ :color $darkgrey
56
+
57
+ a#navlink, a#archivelink
58
+ :padding-right 10px
59
+ :text-transform uppercase
60
+ :border-bottom 0px dotted $blue
61
+
62
+ a#navlink:hover
63
+ :color $hoverblue
64
+
65
+ a#archivelink
66
+ :float right
67
+
68
+ .title
69
+ :margin-bottom 10px
70
+
71
+ .nav
72
+ :margin-bottom 40px
73
+ :border-bottom 2px solid $grey
74
+
75
+ p
76
+ :margin 1em 0
77
+
78
+ a
79
+ :color $blue
80
+ :text-decoration none
81
+ :border-bottom 1px dotted $blue
82
+
83
+ a.blog
84
+ :border-bottom 0px
85
+
86
+ a.blog-small
87
+ :border-bottom 0px
88
+ :float left
89
+ :margin-left 10px
90
+
91
+ a:hover
92
+ :color $hoverblue
93
+ :border-bottom none
94
+
95
+ table
96
+ :font-size inherit
97
+ :font 100%
98
+
99
+ img
100
+ :border 0px dotted $imgborder
101
+
102
+ ul, ol
103
+ li
104
+ :margin-left 40px
105
+
106
+ /* my posts */
107
+ ul.posts
108
+ :margin 1em
109
+ :list-style-type none
110
+ li
111
+ :line-height 1.60em
112
+ span
113
+ :font-size 80%
114
+ :color $darkgrey
115
+
116
+ ul.archiv
117
+ :margin 1em
118
+ :list-style-type none
119
+ li
120
+ :line-height 1.5em
121
+ :margin-left 15px
122
+
123
+ .site
124
+ :font-size 100%
125
+ :text-align justify
126
+ :width 40em
127
+ // trick to center the page with auto
128
+ :margin 0 auto 3em auto
129
+ :line-height 1.4em
130
+ .footer
131
+ :font-size 70%
132
+ :border-top 4px solid $grey
133
+ :margin-top 10px
134
+ a
135
+ :text-decoration none
136
+ :border-bottom 0px dotted $blue
137
+
138
+ /* Posts */
139
+ #post, .site
140
+ pre
141
+ :border 1px solid $codeborder
142
+ :background-color $codebackground
143
+ :font 15px helvetica,arial,clean,sans-serif
144
+ :padding 0 .4em
145
+ :white-space pre-wrap
146
+ code
147
+ :font-size 105%
148
+ :border 1px dotted $inlinecodeborder
149
+ :background-color $inlinecodebackground
150
+ :padding 0 .2em
151
+ :display inline-block
152
+ .highlight code
153
+ :border none
154
+ :background-color $codebackground
155
+
156
+ /* Miscleanous */
157
+ span.tweet
158
+ :float right
159
+ :margin-top 5px
160
+ a
161
+ :text-decoration none
162
+ :border-bottom none
163
+ :font-style italic
164
+
165
+ .author
166
+ :font-size 80%
167
+ :color $darkgrey
168
+ :margin 0 0 1em 0
169
+ :float right
170
+ a
171
+ :text-decoration none
172
+ :border-bottom none
173
+ :font-style italic
174
+
175
+ #disqus_thread
176
+ :margin 2em 0 0 0
177
+
178
+ .clearer
179
+ :clear both
180
+
@@ -0,0 +1,17 @@
1
+ body {
2
+ background-color: black;
3
+ color: #222;
4
+ font-family: Trebuchet MS; /* The font used for the main apps */
5
+ font-size: 16px;
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+
10
+ .site {
11
+ width: 810px;
12
+ }
13
+
14
+ .site img{
15
+ width: 140px;
16
+ }
17
+
@@ -0,0 +1,246 @@
1
+ /* line 13, ../sass/site.sass */
2
+ * {
3
+ margin: 5px 0 0 0;
4
+ padding: 0;
5
+ }
6
+
7
+ /* line 17, ../sass/site.sass */
8
+ html, body {
9
+ height: 100%;
10
+ }
11
+
12
+ /* line 20, ../sass/site.sass */
13
+ body {
14
+ background-color: white;
15
+ font: 400 1em trebuchet ms, arial, clean;
16
+ text-align: center;
17
+ }
18
+
19
+ /* line 25, ../sass/site.sass */
20
+ h1, h2, h3, h4, h5, h6 {
21
+ font-size: 110%;
22
+ margin: 30px 0 10px 0;
23
+ text-transform: uppercase;
24
+ }
25
+
26
+ /* line 30, ../sass/site.sass */
27
+ h3 {
28
+ margin: 20px 0 10px 0;
29
+ }
30
+
31
+ /* line 33, ../sass/site.sass */
32
+ h1 {
33
+ font-size: 120%;
34
+ }
35
+
36
+ /* line 36, ../sass/site.sass */
37
+ h2, h3, h4, h5, h6 {
38
+ font-size: 110%;
39
+ }
40
+
41
+ /* line 39, ../sass/site.sass */
42
+ #sitetitle {
43
+ font: 400 3.5em arial, sans-serif;
44
+ letter-spacing: -0.1em;
45
+ text-transform: uppercase;
46
+ height: 1.15em;
47
+ }
48
+ /* line 44, ../sass/site.sass */
49
+ #sitetitle a {
50
+ color: #bdbbbb;
51
+ text-decoration: none;
52
+ border-bottom: 0px;
53
+ }
54
+
55
+ /* line 49, ../sass/site.sass */
56
+ #tagseperator {
57
+ font-size: 3.5em;
58
+ color: #bdbbbb;
59
+ }
60
+
61
+ /* line 53, ../sass/site.sass */
62
+ #tagline {
63
+ font-size: 0.9em;
64
+ color: #bdbbbb;
65
+ }
66
+
67
+ /* line 57, ../sass/site.sass */
68
+ a#navlink, a#archivelink {
69
+ padding-right: 10px;
70
+ text-transform: uppercase;
71
+ border-bottom: 0px dotted #0048a2;
72
+ }
73
+
74
+ /* line 62, ../sass/site.sass */
75
+ a#navlink:hover {
76
+ color: #3366cc;
77
+ }
78
+
79
+ /* line 65, ../sass/site.sass */
80
+ a#archivelink {
81
+ float: right;
82
+ }
83
+
84
+ /* line 68, ../sass/site.sass */
85
+ .title {
86
+ margin-bottom: 10px;
87
+ }
88
+
89
+ /* line 71, ../sass/site.sass */
90
+ .nav {
91
+ margin-bottom: 40px;
92
+ border-bottom: 2px solid #bdbbbb;
93
+ }
94
+
95
+ /* line 75, ../sass/site.sass */
96
+ p {
97
+ margin: 1em 0;
98
+ }
99
+
100
+ /* line 78, ../sass/site.sass */
101
+ a {
102
+ color: #0048a2;
103
+ text-decoration: none;
104
+ border-bottom: 1px dotted #0048a2;
105
+ }
106
+
107
+ /* line 83, ../sass/site.sass */
108
+ a.blog {
109
+ border-bottom: 0px;
110
+ }
111
+
112
+ /* line 86, ../sass/site.sass */
113
+ a.blog-small {
114
+ border-bottom: 0px;
115
+ float: left;
116
+ margin-left: 10px;
117
+ }
118
+
119
+ /* line 91, ../sass/site.sass */
120
+ a:hover {
121
+ color: #3366cc;
122
+ border-bottom: none;
123
+ }
124
+
125
+ /* line 95, ../sass/site.sass */
126
+ table {
127
+ font-size: inherit;
128
+ font: 100%;
129
+ }
130
+
131
+ /* line 99, ../sass/site.sass */
132
+ img {
133
+ border: 0px dotted #dddddd;
134
+ }
135
+
136
+ /* line 103, ../sass/site.sass */
137
+ ul li, ol li {
138
+ margin-left: 40px;
139
+ }
140
+
141
+ /* my posts */
142
+ /* line 107, ../sass/site.sass */
143
+ ul.posts {
144
+ margin: 1em;
145
+ list-style-type: none;
146
+ }
147
+ /* line 110, ../sass/site.sass */
148
+ ul.posts li {
149
+ line-height: 1.6em;
150
+ }
151
+ /* line 112, ../sass/site.sass */
152
+ ul.posts span {
153
+ font-size: 80%;
154
+ color: #bdbbbb;
155
+ }
156
+
157
+ /* line 116, ../sass/site.sass */
158
+ ul.archiv {
159
+ margin: 1em;
160
+ list-style-type: none;
161
+ }
162
+ /* line 119, ../sass/site.sass */
163
+ ul.archiv li {
164
+ line-height: 1.5em;
165
+ margin-left: 15px;
166
+ }
167
+
168
+ /* line 123, ../sass/site.sass */
169
+ .site {
170
+ font-size: 100%;
171
+ text-align: justify;
172
+ width: 40em;
173
+ margin: 0 auto 3em auto;
174
+ line-height: 1.4em;
175
+ }
176
+ /* line 130, ../sass/site.sass */
177
+ .site .footer {
178
+ font-size: 70%;
179
+ border-top: 4px solid #bdbbbb;
180
+ margin-top: 10px;
181
+ }
182
+ /* line 134, ../sass/site.sass */
183
+ .site .footer a {
184
+ text-decoration: none;
185
+ border-bottom: 0px dotted #0048a2;
186
+ }
187
+
188
+ /* Posts */
189
+ /* line 140, ../sass/site.sass */
190
+ #post pre, .site pre {
191
+ border: 1px solid #dddddd;
192
+ background-color: #eeeeff;
193
+ font: 15px helvetica, arial, clean, sans-serif;
194
+ padding: 0 0.4em;
195
+ white-space: pre-wrap;
196
+ }
197
+ /* line 146, ../sass/site.sass */
198
+ #post code, .site code {
199
+ font-size: 105%;
200
+ border: 1px dotted #888888;
201
+ background-color: #ffff88;
202
+ padding: 0 0.2em;
203
+ display: inline-block;
204
+ }
205
+ /* line 152, ../sass/site.sass */
206
+ #post .highlight code, .site .highlight code {
207
+ border: none;
208
+ background-color: #eeeeff;
209
+ }
210
+
211
+ /* Miscleanous */
212
+ /* line 157, ../sass/site.sass */
213
+ span.tweet {
214
+ float: right;
215
+ margin-top: 5px;
216
+ }
217
+ /* line 160, ../sass/site.sass */
218
+ span.tweet a {
219
+ text-decoration: none;
220
+ border-bottom: none;
221
+ font-style: italic;
222
+ }
223
+
224
+ /* line 165, ../sass/site.sass */
225
+ .author {
226
+ font-size: 80%;
227
+ color: #bdbbbb;
228
+ margin: 0 0 1em 0;
229
+ float: right;
230
+ }
231
+ /* line 170, ../sass/site.sass */
232
+ .author a {
233
+ text-decoration: none;
234
+ border-bottom: none;
235
+ font-style: italic;
236
+ }
237
+
238
+ /* line 175, ../sass/site.sass */
239
+ #disqus_thread {
240
+ margin: 2em 0 0 0;
241
+ }
242
+
243
+ /* line 178, ../sass/site.sass */
244
+ .clearer {
245
+ clear: both;
246
+ }
@@ -0,0 +1,60 @@
1
+ .highlight { background: #ffffff; }
2
+ .highlight .c { color: #999988; font-style: italic } /* Comment */
3
+ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4
+ .highlight .k { font-weight: bold } /* Keyword */
5
+ .highlight .o { font-weight: bold } /* Operator */
6
+ .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7
+ .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8
+ .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9
+ .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10
+ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11
+ .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12
+ .highlight .ge { font-style: italic } /* Generic.Emph */
13
+ .highlight .gr { color: #aa0000 } /* Generic.Error */
14
+ .highlight .gh { color: #999999 } /* Generic.Heading */
15
+ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16
+ .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17
+ .highlight .go { color: #888888 } /* Generic.Output */
18
+ .highlight .gp { color: #555555 } /* Generic.Prompt */
19
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
20
+ .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
21
+ .highlight .gt { color: #aa0000 } /* Generic.Traceback */
22
+ .highlight .kc { font-weight: bold } /* Keyword.Constant */
23
+ .highlight .kd { font-weight: bold } /* Keyword.Declaration */
24
+ .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25
+ .highlight .kr { font-weight: bold } /* Keyword.Reserved */
26
+ .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27
+ .highlight .m { color: #009999 } /* Literal.Number */
28
+ .highlight .s { color: #d14 } /* Literal.String */
29
+ .highlight .na { color: #008080 } /* Name.Attribute */
30
+ .highlight .nb { color: #0086B3 } /* Name.Builtin */
31
+ .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32
+ .highlight .no { color: #008080 } /* Name.Constant */
33
+ .highlight .ni { color: #800080 } /* Name.Entity */
34
+ .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35
+ .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36
+ .highlight .nn { color: #555555 } /* Name.Namespace */
37
+ .highlight .nt { color: #000080 } /* Name.Tag */
38
+ .highlight .nv { color: #008080 } /* Name.Variable */
39
+ .highlight .ow { font-weight: bold } /* Operator.Word */
40
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
41
+ .highlight .mf { color: #009999 } /* Literal.Number.Float */
42
+ .highlight .mh { color: #009999 } /* Literal.Number.Hex */
43
+ .highlight .mi { color: #009999 } /* Literal.Number.Integer */
44
+ .highlight .mo { color: #009999 } /* Literal.Number.Oct */
45
+ .highlight .sb { color: #d14 } /* Literal.String.Backtick */
46
+ .highlight .sc { color: #d14 } /* Literal.String.Char */
47
+ .highlight .sd { color: #d14 } /* Literal.String.Doc */
48
+ .highlight .s2 { color: #d14 } /* Literal.String.Double */
49
+ .highlight .se { color: #d14 } /* Literal.String.Escape */
50
+ .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51
+ .highlight .si { color: #d14 } /* Literal.String.Interpol */
52
+ .highlight .sx { color: #d14 } /* Literal.String.Other */
53
+ .highlight .sr { color: #009926 } /* Literal.String.Regex */
54
+ .highlight .s1 { color: #d14 } /* Literal.String.Single */
55
+ .highlight .ss { color: #990073 } /* Literal.String.Symbol */
56
+ .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57
+ .highlight .vc { color: #008080 } /* Name.Variable.Class */
58
+ .highlight .vg { color: #008080 } /* Name.Variable.Global */
59
+ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
60
+ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,79 @@
1
+ <!DOCTYPE html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
3
+
4
+ <head>
5
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
+ <title>Following me</title>
7
+ <meta name="author" content="Matthias Günther" />
8
+ <meta name="description" content="Where you can find me in the web" />
9
+ <meta name="keywords" content="software developer, writer, hiker, jogger and mobile apps lover" />
10
+ <meta name="robots" content="noodp, nodyr" />
11
+ <link href="http://feeds.feedburner.com/wikimatze-blog" rel="alternate" title="Blog of Matthias Günther" type="application/atom+xml" />
12
+
13
+ <link rel="stylesheet" href="/css/stylesheets/syntax.css" type="text/css" />
14
+ <link rel="stylesheet" href="/css/stylesheets/site.css" type="text/css" media="screen, projection" />
15
+ <link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
16
+ <script src="/js/FancyZoom.js" type="text/javascript"></script>
17
+ <script src="/js/FancyZoomHTML.js" type="text/javascript"></script>
18
+
19
+ <!-- iphone settings and css -->
20
+ <meta name="viewport" content="user-scalable=no, width=device-width" />
21
+ <link rel="stylesheet" type="text/css" href="/css/iphone.css" media="only screen and (max-width: 470px)" />
22
+ <script type="text/javascript" src="<txp:site_url />textpattern/jquery.js"></script>
23
+ <script type="text/javascript">
24
+ /* <![CDATA[ */
25
+ $(document).ready(function() {
26
+ $('.external').attr('target', '_blank');
27
+ });
28
+ /* ]]> */
29
+ </script>
30
+ </head>
31
+ <body onLoad="setupZoom();">
32
+ <div class="site">
33
+ <a name="top"></a>
34
+ <div class="title">
35
+ <span id="sitetitle">
36
+ <a href="/index.html">wikimatze</a>
37
+ </span>
38
+ <span id="tagseperator">|</span>
39
+ <span id="tagline">
40
+ Follow me in the dark sides of the web
41
+ </span>
42
+ </div>
43
+ <div class="nav">
44
+ <a id="navlink" href="/archiv.html">blog-archive</a>
45
+ <a id="navlink" href="/about.html">about</a>
46
+ <a id="navlink" href="/contact.html">contact</a>
47
+ <a id="navlink" href="/follow.html">follow</a>
48
+ </div>
49
+ <h1>Following me</h1>
50
+ <p>Like nearly everyone today, I&#8217;m active in various social networking sites. There are some to spend only a few seconds and other which have longer (some lifetime) appeal for your patience. Here is a list where you can find me:</p>
51
+ <ul>
52
+ <li><a href="http://twitter.com/wikimatze" title="twitter @wikimatze">twitter (@wikimatze)</a></li>
53
+ <li><a href="http://github.com/matthias-guenther" title="matthias-guenther">github</a></li>
54
+ <li><a href="http://www.flickr.com/photos/wikimatze" title="wikimatze">flickr (wikimatze)</a></li>
55
+ </ul>
56
+ <p>There are more social network sites where I publish personal information about me. If we know each in personal we can connect each other:</p>
57
+ <ul>
58
+ <li><a href="https://www.facebook.com/matthias.guenther.socialmedia" title="facebook page">facebook</a></li>
59
+ <li><a href="http://www.xing.com/profile/Matthias_Guenther31" title="xing">xing</a></li>
60
+ </ul>
61
+ <h2>Feeds</h2>
62
+ <p>Is a buzz from the old times of the Internet and means that you use news a feed reader like (in my opinion the best out there) <a href="http://reader.google.com/" title="google reader">Google Reader</a> to get informed about new articles about different websites. If you want, you can subsribe to my feed:</p>
63
+ <ul>
64
+ <li><a href="http://feeds.feedburner.com/wikimatze-blog" title="news feed wikimatze">News feed</a></li>
65
+ </ul>
66
+ <p>Of course, you can just visit this page without using this feed if this is to complicated for you.</p>
67
+ <div class="clearer"></div>
68
+ <div class="footer">
69
+ Copyright &copy;2011 Matthias Günther
70
+ &bull;
71
+ <a rel="nofollow" href="http://blog.wikimatze.de/follow.html#top">top</a>
72
+ &bull;
73
+ <a rel="nofollow" href="http://feeds.feedburner.com/wikimatze-blog">RSS</a>
74
+ &bull;
75
+ <a rel="nofollow" href="/colophon.html">colophon</a>
76
+ </div>
77
+ </div>
78
+ </body>
79
+ </html>
Binary file
Binary file