-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
251 lines (246 loc) · 16.3 KB
/
index2.html
File metadata and controls
251 lines (246 loc) · 16.3 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Salih Emin" />
<meta name="copyright" content="Salih Emin" />
<meta name="description" content="Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary">
<meta property="og:title" content="Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer"/>
<meta name="twitter:title" content="Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer">
<meta property="og:url" content="http://businesspi.github.io" />
<meta property="og:description" content="Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer" />
<meta name="twitter:description" content="Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer">
<meta property="og:site_name" content="BusinessPi" />
<meta property="og:article:author" content="Salih Emin" />
<title>BusinessPi
</title>
<!-- <link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/css/bootstrap-combined.min.css" media="screen">-->
<!-- <link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/css/font-awesome.css" media="screen"> -->
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/css/pygments.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/tipuesearch/tipuesearch.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/css/elegant.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://businesspi.github.io/theme/css/custom.css" media="screen">
<link href="http://businesspi.github.io/feeds/all.rss.xml" type="application/atom+xml" rel="alternate" title="BusinessPi - Full Atom Feed" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67310740-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="content-sans-footer">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://businesspi.github.io/"><span class=site-name>BusinessPi</span></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right top-menu">
<li class="active"><a href="http://businesspi.github.io">Home</a></li>
<li ><a href="http://businesspi.github.io/pages/downloads.html">Downloads</a></li>
<li ><a href="http://businesspi.github.io/pages/feedback.html">Feedback</a></li>
<li ><a href="http://businesspi.github.io/categories.html">Categories</a></li>
<li ><a href="http://businesspi.github.io/tags.html">Tags</a></li>
<li ><a href="http://businesspi.github.io/archives.html">Archives</a></li>
<li><form class="navbar-search" action="http://businesspi.github.io/search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<div class="row-fluid">
<header class="page-header span12">
<h1><a href="http://businesspi.github.io">Έργο ΕΛ/ΛΑΚ για την δημιουργία εταιρικού διακομιστή σε Single-board computer</a></h1>
</header>
<div class="row-fluid">
<div class="span8">
<header>
<h1 id="about-me">About me</h1>
</header>
<div class="article-content">
<p>Το BusinessPi αποτελεί συνδυασμό ανοικτού λογισμικού (μινιμαλιστικoύ LAMP stack και πλήρους VTiger CRM) και ανοικτού hardware (Pi-board), το οποίο συνδεόμενο στο τοπικό δίκτυο αυτοματοποιεί μια νέα εμπορική/υπηρεσιών ή και εξαγωγική επιχείρηση (τηλέφωνα, ραντεβού, πωλήσεις, αποθήκη, υποστήριξη πελατών, γνωσιακή βάση κ.α.), με κόστος λιγότερο από 100 ευρώ (αγορά hardware). Επισκεφθείτε την σελίδα με τα περιεχόμενα του έργου στο <a href="https://github.com/ellak-monades-aristeias/BusinessPi">Github</a> </p>.<p>Το project χρηματοδοτείται από το έργο "Ηλεκτρονικές Υπηρεσίες για την Ανάπτυξη και Διάδοση του Ανοιχτού Λογισμικού" από την ΕΛ/ΛΑΚ <a href="https://ellak.gr/">https://ellak.gr/</a> υπο την δράση <a href="https://ma.ellak.gr">https://ma.ellak.gr</a>
</div>
</div>
<div class="span4">
<header>
<h1 id="my-projects">Projects</h1>
</header>
<ul class="list-all-articles">
<li>
<a href="" title=""></a> <span class="proj-desc"><a href="https://github.com/ellak-monades-aristeias/BusinessPi" target="_blank"><img alt="repository-banner" style="border-width:0" src="images/repository.png"></a></span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="" title=""></a> <span class="proj-desc"><a href="https://forum-businesspi.rhcloud.com" target="_blank"><img alt="forum-banner" style="border-width:0" src="images/forum.png"></a></span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="" title=""></a> <span class="proj-desc"><a href="https://github.com/ellak-monades-aristeias/BusinessPi/wiki" target="_blank"><img alt="wiki-banner" style="border-width:0" src="images/wiki.png"></a></span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="" title=""></a> <span class="proj-desc"><a href="https://github.com/ellak-monades-aristeias/BusinessPi/issues" target="_blank"><img alt="bugreport-banner" style="border-width:0" src="images/bugreport.png"></a></span>
</li>
</ul>
<ul class="list-all-articles">
<li>
<a href="" title=""></a> <span class="proj-desc"><a href="http://businesspi.github.io/feeds/all.rss.xml" target="_blank"><img src="/images/rss.png" alt="businesspi rss"><a href="https://joindiaspora.com/u/cerebrux" target="_blank"><img src="/images/diaspora_d_32.png" alt="diaspora"></a><a href="https://plus.google.com/u/0/+SalihEmin/posts" target="_blank"><img src="/images/googleplus.png" alt="businesspi google plus"></a><a href="https://www.facebook.com/salihcerebrux" target="_blank"><img src="/images/facebook.png" alt="businesspi facebook"></a><a href="https://twitter.com/cerebrux" target="_blank"><img src="/images/twitter.png" alt="businesspi twitter"></a></span>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<header>
<h1 id="recent-posts">Latest Posts <a id="allposts" href="http://businesspi.github.io/archives.html">Previous Posts >></a></h1>
</header>
<div class="recent-posts">
<article>
<a href="http://businesspi.github.io/seminario-businesspi-pamak.html">Παρουσίαση BusinessPi στο Παν. Μακεδονίας </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#photos-ref">Photos</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-10-21T12:30:00+03:00">21-10-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/dimiourgia-dianomis-board.html">Τροποποίηση διανομής και δημιουργία νέας για Single Board Computer </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-10-07T22:14:00+03:00">07-10-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/video-parousiasi-businesspi-greeklug.html">Βίντεο από την παρουσίαση του BusinessPi </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#videos-ref">Videos</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-28T09:30:00+03:00">28-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/businesspi-software-freedom-day-greeklug.html">Παρουσίαση του έργου BusinessPi στην εκδήλωση SFD του GreekLUG </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#news-ref">News</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-24T11:30:00+03:00">24-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/dimiourgia-server-pi-board.html">Δημιουργία εταιρικού διακομιστή σε Single Board Computer (Pi board) </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-13T18:30:00+03:00">13-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/sindesi-egkatastasi-businesspi.html">Σύνδεση BananaPi και εγκατάσταση του BusinessPi </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-13T16:14:00+03:00">13-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/diathesimi-gia-lipsi-1504-1.html">Διαθέσιμη η έκδοση 15.04-1 του BussinessPi για λήψη </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#news-ref">News</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-12T18:14:00+03:00">12-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/leitourgiko-upiresies-logismiko.html">Λειτουργικό Σύστημα, Υπηρεσίες παρασκηνίου και Λογισμικό </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-10T19:00:00+03:00">10-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/hardware-dokimon.html">Hardware δοκιμών </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-09T17:14:00+03:00">09-09-2015</time>
</div>
</section>
</article>
<article>
<a href="http://businesspi.github.io/ti-einai-to-businesspi.html">Τι είναι το BusinessPi </a>
<section>
posted in
<a href="http://businesspi.github.io/categories.html#documentation-ref">Documentation</a>
<div class="recent-posts-time">
<time pubdate="pubdate" datetime="2015-09-07T18:14:00+03:00">07-09-2015</time>
</div>
</section>
</article>
</div>
</div>
</div>
</div>
</div>
<div class="span1"></div>
</div>
</div>
<div id="push"></div>
</div>
<footer>
<div id="footer">
<ul class="footer-content">
<li class="elegant-license"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Άδεια Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /> Το έργο με τίτλο <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">BusinessPi</span> από τον δημιουργό <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/ellak-monades-aristeias/BusinessPi/wiki" property="cc:attributionName" rel="cc:attributionURL">Salih Emin</a> διατίθεται με την άδεια <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Αναφορά Δημιουργού - Μη Εμπορική Χρήση - Παρόμοια Διανομή 4.0 Διεθνές </a>.</li>
<li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>. Theme: <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
</ul>
</div>
</footer> <script src="http://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
</body>
<!-- Theme: Elegant built for Pelican
License : http://oncrashreboot.com/pelican-elegant -->
</html>