-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
123 lines (115 loc) · 5.48 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<title>skarphed</title>
<link href="static/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
</head>
<body>
<div id="site">
<div id="head">
<a href="index.html"><img src="static/logo.png"></a>
<div id="menu">
<div id="headline"> <span class="headline_big">skarphed</span>
<span class="headline_small"> the free open source webmanagement system</span>
</div>
<div id="menubottomwrap">
<a href="blog.html">
<div class="menupoint firstmenupoint">
Blog
</div>
</a>
</div>
</div>
</div>
<div>
<div id="sidebar">
<a href="https://github.com/skarphed/skarphed" target="_blank">
<div class="sidebarlink">
skarphed on github
</div>
</a>
<a href="dox/index.html">
<div class="sidebarlink">
documentation
</div>
</a>
<a href="dox/faq.html">
<div class="sidebarlink">
FAQ
</div>
</a>
<p><span class="contact">
<span id="contact_heading">
contact:
</span><br>
email:<br>
<em>info [at] skarphed (dot) org</em><br>
irc: <br>
<em>#skarphed</em> on <em>freenode</em><br>
mailinglist: <br>
<em>skarphed-talk [at] skarphed (dot) org</em><br>
</span></p>
</div>
<div id="content">
<div class="blog">
<h1>Blog</h1>
<p>This blog contains information about the ongoing development of skarphed</p>
<div class="titlebox">
<span class="title">A picture galery module</span><div class="metadata">
written by grindhold on 2014-04-18</div>
</div>
<p>
Currently i am developing a module to create and manage picture galeries.
Each photo offers the possibility to add a description. The galery upload
should work simpy by dumping a folder via drag an drop into the module's gui.
<br>
The development of this module will test, if the binary-class in the skarphed-core
is versatile enough, as it is right now; i am sure there will be some tweaking
necessary.
</p>
<div class="titlebox">
<span class="title">Finally, a devblog</span><div class="metadata">
written by grindhold on 2014-04-18</div>
</div>
<p>I am hereby happily announcing the newly opening development blog of the
skarphed project.
I managed to relaunch the skarphed-website just in time with the start of the
Easterhegg hacking conference in Stuttgart.
The project exists for almost three years now and i think it is time to blog
a bit more actively.
I will try to fill this blog in the future, but i will also try to write down
notable events around the skarphed-project that happened in the past
</p>
<div class="titlebox">
<span class="title">The beginning of a newsmodule</span><div class="metadata">
written by grindhold on 2013-05-14</div>
</div>
<p>
To test all the module-related code i wrote, i decided to write a first module
with more complex functions against my API. I thought, a news-module would be
the best choice. It should support some basic features, like adding, removing
and editing articles, users should be able to write comments. The module
should be able to resolve sluggified strings of the articles' titles. The
project "news-module" was the incentive to a lot of tweaks in the views- and
module-system of skarphed.
</p>
<footer id="footer">
<br>We use and like:<br><br>
<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">
<img src="static/agpl.png" style="margin-right:40px;">
</a>
<a href="http://firebirdsql.org" target="_blank">
<img src="static/fb.png" style="margin-right:40px;">
</a>
<a href="https://python.org" target="_blank">
<img src="static/python.png">
</a>
<br><a href="imprint.html">Imprint</a><br><br>
</footer>
</div>
</div>
</div>
</body>
</html>