Compare commits
47 Commits
7ebf7078ff
...
master
Author | SHA1 | Date | |
---|---|---|---|
66cd4d207c | |||
f88aaab222 | |||
82a8322ff8 | |||
ded3cc856b | |||
67cde4c4ae | |||
dea94db721 | |||
c9a2cd1afc | |||
c5c886a774 | |||
ef1d6bd7cf | |||
b40c9d83b6 | |||
cde9c83a25 | |||
e482c694a5 | |||
981a1c6785 | |||
26baa4f333 | |||
c9c0e9e8ab | |||
eb894cae4a | |||
efbc442116 | |||
a06ed4abab | |||
52079e5740
|
|||
333e14f2f7 | |||
1e30cb3078
|
|||
df080d255a
|
|||
|
6100e6a6f8 | ||
|
0e2346fb13 | ||
|
28c741931e | ||
|
02e532a9f5 | ||
9d94787183 | |||
5ac2d0248b | |||
2abacdc60e | |||
c251d29945
|
|||
41f57f0c12
|
|||
dbc243276e
|
|||
45d3e9de14
|
|||
c3101c91b0
|
|||
027f184c27 | |||
37883bf420 | |||
521e2ec13c
|
|||
d7d0e09bb4 | |||
|
7575622112 | ||
|
05c4a14ce3 | ||
|
9044c265d5 | ||
|
52fe66343f | ||
a27ca527f8 | |||
954d8a3aca | |||
59ced0bfca
|
|||
1d34e7b168 | |||
|
313041fe72 |
1
.~lock.dogadjaji.csv#
Normal file
1
.~lock.dogadjaji.csv#
Normal file
@@ -0,0 +1 @@
|
||||
,user,localhost,03.05.2025 20:05,file:///home/user/.config/libreoffice/4;
|
22
README.md
22
README.md
@@ -6,7 +6,7 @@ Redisign of dmz.rs .
|
||||
|
||||
Run
|
||||
|
||||
```
|
||||
```sh
|
||||
python atom_gen.py
|
||||
python prep.py
|
||||
python build_pages.py
|
||||
@@ -18,25 +18,35 @@ Complete website will be contained in `site/`. You can copy this to server.
|
||||
|
||||
To start a development server, first build site, then run (possibly with `sudo`)
|
||||
|
||||
```
|
||||
```sh
|
||||
nginx -p . -c nginx.dev.conf
|
||||
```
|
||||
|
||||
To stop it:
|
||||
|
||||
```
|
||||
```sh
|
||||
nginx -p . -s stop
|
||||
```
|
||||
|
||||
## Events
|
||||
|
||||
To update events, update the `events.csv` then run commands
|
||||
|
||||
```sh
|
||||
python build_pages.py # builds html out of csv
|
||||
python image_poster.py # generates images for events
|
||||
```
|
||||
|
||||
|
||||
## TODO:
|
||||
|
||||
- [x] create page builder
|
||||
- rename `prep.py` to more informative name (`build_events.py`)
|
||||
- [x] rename `prep.py` to more informative name (`build_events.py`)
|
||||
- [x] create xmpp bot that connects to events section.
|
||||
- [ ] create blogging system
|
||||
- [ ] create xmpp bot that connects to events section.
|
||||
- [ ] webring system
|
||||
- [x] make page
|
||||
- [ ] populate page
|
||||
- [x] make english version
|
||||
- double check spelling and wording
|
||||
- add account and donations page and style them with the site style
|
||||
- [x] add account and donations page and style them with the site style
|
||||
|
@@ -10,7 +10,7 @@ PAGES = [
|
||||
{'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'},
|
||||
{'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'},
|
||||
{'name': 'webring', 'titleSR': 'Webring', 'titleEN': 'Webring', 'style': ''},
|
||||
{'name': 'donations', 'titleSR': 'Donacije', 'titleEN': 'Donations', 'style': 'donations'},
|
||||
{'name': 'support', 'titleSR': 'Podrška', 'titleEN': 'Support', 'style': 'support'},
|
||||
{'name': 'deconference', 'titleSR': 'Dekonferencija', 'titleEN': 'Deconference', 'style': 'deconference'},
|
||||
]
|
||||
|
||||
@@ -29,13 +29,15 @@ def main():
|
||||
templateEN = fTempEN.read()
|
||||
for page in PAGES:
|
||||
with open(f'pages/sr/{page["name"]}.html') as f:
|
||||
pageHtml = f.read()
|
||||
pageHtml = "<div><img src='/img/students_bug.jpg' alt='Studenti su nasli bug' /></div>"
|
||||
pageHtml += f.read()
|
||||
html = buildPage(page['name'], page['titleSR'], pageHtml, page['style'], templateSR)
|
||||
f = open(f'site/{page["name"]}.html', 'w')
|
||||
f.write(html)
|
||||
f.close()
|
||||
with open(f'pages/en/{page["name"]}.html') as f:
|
||||
pageHtml = f.read()
|
||||
pageHtml = "<div><img src='/img/students_bug.jpg' alt='Students found the bug' /></div>"
|
||||
pageHtml += f.read()
|
||||
html = buildPage(page['name'], page['titleEN'], pageHtml, page['style'], templateEN)
|
||||
f = open(f'site/en/{page["name"]}.html', 'w')
|
||||
f.write(html)
|
||||
|
@@ -102,7 +102,7 @@ datum, vreme, lokacija, tema, tip, link
|
||||
16-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lighting talks, lighting,
|
||||
22-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Nadzorni Kapitalizam, lecture discussion,
|
||||
23-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, The Art of Code, movie,
|
||||
29-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, "Samizdat - izrada zinova,knjiga,slikovnica", ,
|
||||
29-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,"Samizdat - izrada zinova,knjiga,slikovnica", ,
|
||||
30-01-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Intro to 3D printing, lecture,
|
||||
05-02-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hackathon, hack,
|
||||
06-02-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
|
||||
@@ -217,6 +217,71 @@ datum, vreme, lokacija, tema, tip, link
|
||||
16-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Softverski hakaton, hack, https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
|
||||
17-12-2024, 18:00, DC Krov https://www.openstreetmap.org/node/10594728522, Verifiable Computing Project - Truly Open Source Hardware (en), lecture, https://forum.dmz.rs/t/plan-za-decembar-2024/815/29
|
||||
17-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hardverski hakaton, hack, https://forum.dmz.rs/t/hardware-hackathon-novembar/832
|
||||
18-12-2024, 18:00, Matematički fakultet (Učionica 153) https://www.openstreetmap.org/node/12291697569, Git basics (en), lecture,
|
||||
18-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Git basics (en), lecture,
|
||||
23-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Osnove Elektrotehnike (OET), lecture,
|
||||
24-12-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Praznicno-novogodisnji izazov u kodiranju 2024, hack,
|
||||
13-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
|
||||
14-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Hardware hackathon, hack, https://wiki.dmz.rs/decentrala/dogadjaji/hakaton
|
||||
20-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Parser combinators (Haskel introduction hard way), lecture,
|
||||
21-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin vežbe, workshop, https://wiki.dmz.rs/en/sysadmin
|
||||
27-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Svet van linuxa, lecture,
|
||||
28-01-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, OpenStreetMap editovanje, meeting, https://osmcal.org/event/3355/
|
||||
03-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Gaming audio, lecture,
|
||||
04-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Guitar pedals, lecture workshop,
|
||||
10-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
|
||||
11-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, TIC-80 gamejam, hack, https://forum.dmz.rs/t/tic-80-game-jam/946
|
||||
17-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin radionica, workshop,
|
||||
18-02-2025, 20:00, DC Krov https://www.openstreetmap.org/node/10594728522, Tumbleweed board game implementation (Rust/MCTS/GGEZ), lecture,
|
||||
24-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Idejno-politička diskusija, discussion,
|
||||
25-02-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Intro to 3d printing, lecture,
|
||||
4-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Nadzor na radnom mestu - predavanje i razgovor,,
|
||||
10-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lightning talks, lighting,
|
||||
11-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, LAN Party, party,
|
||||
17-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Home made IDS - Clear NDR community edition, workshop,
|
||||
18-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Radna akcija, hack,
|
||||
24-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Decentrilized storage, lecture,
|
||||
25-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin radionica, workshop,
|
||||
31-03-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Mesečni pregled decentrale, meeting,
|
||||
1-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Popravka racunara/hardwera, workshop,
|
||||
7-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Tasks overview (soft/fixme), workshop,
|
||||
8-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Selfhosting - basics, lecture,
|
||||
14-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Sysadmin radionica, workshop,
|
||||
15-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Lighting talks,lecture workshop,
|
||||
21-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, LAN party, party,
|
||||
22-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Network IDS, lecture,
|
||||
28-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Arduino radionica - ekrani, workshop,
|
||||
29-04-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Revizija meseca decentrale, meeting,
|
||||
05-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Standalone gamedev u gzdoom-u,workshop,
|
||||
06-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Degoogled phone radionica - custom ROM,workshop,
|
||||
12-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Predavanje: Zašto Golang?,lecture,
|
||||
13-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Prosveceni humanizam,lecture,
|
||||
19-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Embedded rust na esp32 mikrokontroleru,lecture,
|
||||
20-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,LAN party,party,
|
||||
26-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Sysadmin radionica,workshop,
|
||||
27-05-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Lighting talks,lighting,
|
||||
02-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Razgovor o moderaciji,discussion,
|
||||
03-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Uvod u Radio-amaterizam,lecture,
|
||||
09-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Terminal Lighting talks,lighting,
|
||||
10-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Sysadmin radionica,workshop,
|
||||
16-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Introduction to x86,lecture,
|
||||
17-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,The Plan 9 Operating System,lecture,
|
||||
23-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Lighting talks,lighting,
|
||||
24-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Malware forensics,workshop,
|
||||
30-06-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Hardverski hakaton,hack,
|
||||
01-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Lan party,party,
|
||||
07-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Nevinost bez zastite - prvi domaci audio film,movie,
|
||||
08-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,OverTheWire: Bandit,workshop,
|
||||
14-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Sysadmin radionica,workshop,
|
||||
15-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,LLMs,lecture,
|
||||
21-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Technotise: Edit & I,movie,
|
||||
22-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Lighting talks,lighting,
|
||||
28-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Hardverski hakaton,hack,
|
||||
29-07-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Terminal lighting talks,lighting,
|
||||
04-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,OpenWRT radionica,workshop,
|
||||
05-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Mobile phones radionica,workshop,
|
||||
11-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,FIlm - The Luddites (1988),movie,
|
||||
12-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Software hackatron, workshop,
|
||||
18-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Diskusija - transparentnost plata na poslu,discussion,
|
||||
19-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Hardware hackatron, workshop,
|
||||
25-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Sysadmin Radionica, workshop,
|
||||
26-08-2025, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,Lighting talks,lighting,
|
||||
|
|
@@ -63,8 +63,8 @@ def drawPoster(events, bg, fg, month:int):
|
||||
draw.text((165, height), "Pondeljkom i utorkom u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
|
||||
height += 200
|
||||
|
||||
draw.text((165, height), "Sredom u 18h na MATF-u", font=fontIosevkaSmall, fill=fg)
|
||||
height += 200
|
||||
# draw.text((165, height), "Sredom u 18h na MATF-u", font=fontIosevkaSmall, fill=fg)
|
||||
# height += 200
|
||||
|
||||
draw.text((165, height), "Svi dogadjaji su uvek besplatni", font=fontIosevkaSmall, fill=fg)
|
||||
height += 300
|
||||
|
@@ -6,54 +6,85 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/account">E-mail</a></td>
|
||||
<td>E-mail account that you can use with any e-mail client (for example, with the <a href="https://www.thunderbird.net/">Thunderbird</a>).</td>
|
||||
<td>
|
||||
E-mail account that you can use with any e-mail client (for example, with
|
||||
the <a href="https://www.thunderbird.net/">Thunderbird</a>).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://forum.dmz.rs/">Forum</a></td>
|
||||
<td>Forum for general discussion and <a href="/events">event</a> organization.</td>
|
||||
<td>
|
||||
Forum for general discussion and <a href="/events">event</a> organization.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/account">Chat</a></td>
|
||||
<td>
|
||||
We have our XMPP server, on which you can make an account.
|
||||
If you already have an account, you can find us at group <a href="decentrala@conference.dmz.rs">decentrala@conference.dmz.rs</a>.
|
||||
We have our XMPP server, on which you can make an account. If you already
|
||||
have an account, you can find us at group
|
||||
<a href="decentrala@conference.dmz.rs">decentrala@conference.dmz.rs</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://gitea.dmz.rs/">Git</a></td>
|
||||
<td><a href="https://gitea.io/en-us/">Gitea</a> instance on which we host our code and resources (including the code for this site).
|
||||
<td>
|
||||
<a href="https://gitea.io/en-us/">Gitea</a> instance on which we host our
|
||||
code and resources (including the code for this site).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wiki.dmz.rs/">Wiki</a></td>
|
||||
<td><a href="https://js.wiki/">Wiki.js</a> instance on which we publish documentation for our projects,
|
||||
<a href="/events">events</a> resources, and tutorials.
|
||||
<td>
|
||||
<a href="https://js.wiki/">Wiki.js</a> instance on which we publish
|
||||
documentation for our projects, <a href="/events">events</a> resources,
|
||||
and tutorials.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://jitsi.dmz.rs/">Jitsi</a></td>
|
||||
<td>
|
||||
<a href="https://jitsi.org/">Jitsi.org</a> meeting app, conferences, group video calls, online events, alternative to zoom.
|
||||
</td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td><a href="https://nextcloud.dmz.rs/">Nextcloud</a></td>
|
||||
<td><a href="https://nextcloud.com/">Nextcloud</a> instance on which we organize tasks we need to do and use as calandar.
|
||||
</td>
|
||||
</tr>
|
||||
</tr>-->
|
||||
<!--<tr>
|
||||
<td><a href="https://cryptpad.dmz.rs/">CryptPad</a></td>
|
||||
<td>
|
||||
<a href="https://cryptpad.org/">CryptPad</a> alternative to google office
|
||||
</td>
|
||||
</tr>-->
|
||||
|
||||
<tr></tr>
|
||||
<tr>
|
||||
<td><a href="https://search.dmz.rs/">Search</a></td>
|
||||
<td><a href="https://github.com/hnhx/librex/">LibreX</a> instance used for Web searching.</td>
|
||||
<td>
|
||||
<a href="https://github.com/searxng/searxg/">SearXNG</a> instance used for
|
||||
Web searching.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pastebin.dmz.rs/">Pastebin</a></td>
|
||||
<td><a href="https://privatebin.info/">PrivateBin</a> instance we use for sharing text files</td>
|
||||
<td>
|
||||
<a href="https://privatebin.info/">PrivateBin</a> instance we use for
|
||||
sharing text files
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="ssh://soft.dmz.rs:2222/">Soft Serve</a></td>
|
||||
<td>
|
||||
<a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a> instance that we use as a replacement for the Gitea service.
|
||||
Soft Serve works entirely from the terminal.
|
||||
<a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a>
|
||||
instance that we use as a replacement for the Gitea service. Soft Serve
|
||||
works entirely from the terminal.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
These are some of the services we currently maintain on our servers.
|
||||
To use these services, you can register for each service separately,
|
||||
or you can create a unique <a href="/en/account">account</a>
|
||||
These are some of the services we currently maintain on our servers. To use
|
||||
these services, you can register for each service separately, or you can
|
||||
create a unique <a href="/en/account">account</a>
|
||||
on our server and use all services with the same account.
|
||||
</p>
|
||||
|
@@ -6,23 +6,22 @@
|
||||
znanja. Decentralizacija uključuje ravnopravnost korišćenja tehnologije,
|
||||
slobodnog softvera, privatnost i bezbednost.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Decentrala prihvata donacije iskljucivo od fizičkog lica, bez uslova i
|
||||
obaveza.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Na Decentralinoj arhitekturi hostuju se samo servisi koji su otvorenog koda
|
||||
</p>
|
||||
<p>
|
||||
Delovi statua mogu biti definisati kao nepromenjivi i protiv nepromenjivog
|
||||
delova statua se ne može glasati.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Svaki pojedinac i grupa ima pravo da sprovodi akcije u duhu ciljeva
|
||||
Decentrale koje su definisane statutom, ako su prethodno objavljeni i
|
||||
objašnjeni na javnim digitalnim kanalima komunikacije Decentrale.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
O pravilima i statutu Decentrale odlucuje nezavisno glasacko telo u kome se
|
||||
odluke donose se na principima direktne demokratije, dogovorom ili najmanje
|
||||
@@ -37,30 +36,24 @@
|
||||
Decentrala o zahtevima za prijem u članstvo odlučuje dvotrećinskom većinom
|
||||
prisutnog članstva kolektiva.
|
||||
</p>
|
||||
|
||||
<p>Samo članovi koji su fizički prisutni imaju pravo glasa.</p>
|
||||
|
||||
<p>Ne postoji ograničenje broja članova glasačkog tela.</p>
|
||||
|
||||
<p>
|
||||
Za ukidanje članstva u kolektivu pojedinac se moze sam iskljuciti u bilo kom
|
||||
momentu ili moze biti izglasan sa dvotrećinskom većinom prisutnog članova.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Ako član glasačkog tela nije prisutan tokom tri uzastopna sastanka
|
||||
automatski je isključen iz glasačkog tela.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Član moze biti ponovo ukljucen u glasacko telo po vec definisanoj proceduri
|
||||
dodavanja novog clana, ako je prisutan na tom sastanku.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Trenutni članovi glasačkog tela su pod pseudonimom fram3d, climatechanged,
|
||||
anonionman, goodv1bes, coja, vuk, bora, mad3v, wingaxe, nothke, duchman,
|
||||
texhno, txrpe, fl3ka, euffrat.
|
||||
Trenutni članovi glasačkog tela su pod pseudonimom climatechanged,
|
||||
anonionman, malin, goodv1bes, coja, bora, mad3v, wingaxe, nothke, duchman,
|
||||
txrpe, fl3ka, euffrat.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -71,16 +64,13 @@
|
||||
Sastanak glasačkog tela je validan ukoliko mu prisustvuje najmanje troje
|
||||
članova glasačkog tela.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Vreme i mesto sastanka skupštine Decentrale se mora najaviti bar nedelju
|
||||
dana pred vremena sastanka na forumu Decentrale.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Na sastanku glasačkog tela se jedino moze glasati o tačkama koje su
|
||||
najavljene na forumu Decentrale, bar nedelju dana pre vremena sastanka.
|
||||
</p>
|
||||
|
||||
<p>Sastanak glasačkog tela treba se održati barem jednom u dva meseca.</p>
|
||||
</div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<h1>Donations</h1>
|
||||
<h1>Support</h1>
|
||||
<dd>
|
||||
<p>
|
||||
Decentrala accepts donations exclusively from the natural person and without
|
||||
@@ -10,7 +10,7 @@
|
||||
(permacomputing).
|
||||
</p>
|
||||
<p>
|
||||
Support can also be contributing to our
|
||||
Support can also be by contributing to our
|
||||
<a href="https://wiki.dmz.rs" target="_blank">wiki</a> page, projects on
|
||||
<a href="https://gitea.dmz.rs" target="_blank">gitea</a>, writing
|
||||
documentation, reporting and/or fixing bugs, typos, translations, etc.
|
||||
@@ -21,8 +21,8 @@
|
||||
participate in one of our events, probably host one.
|
||||
</p>
|
||||
<p>
|
||||
Simple usage of our software also counts as a contribution, because that way
|
||||
you will join the decetralization.
|
||||
By simply using services we are hosting, conts as contributing, because in
|
||||
that way you joining the decetralization.
|
||||
</p>
|
||||
<p>
|
||||
Also, we accept donations in bitcoin and monero to the following addresses:
|
@@ -6,60 +6,88 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/account">E-mail</a></td>
|
||||
<td>E-mail nalog koji možeš da koristiš sa bilo kojim email
|
||||
klijentom generalne namene (na primer <a href="https://www.thunderbird.net/">Thunderbird</a>-om).</td>
|
||||
<td>
|
||||
E-mail nalog koji možeš da koristiš sa bilo kojim email klijentom
|
||||
generalne namene (na primer
|
||||
<a href="https://www.thunderbird.net/">Thunderbird</a>-om).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://forum.dmz.rs/">Forum</a></td>
|
||||
<td>Forum na kom obično organizujemo naše <a href="/events">događaje</a>.
|
||||
<td>
|
||||
Forum na kom obično organizujemo naše <a href="/events">događaje</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/account">Chat</a></td>
|
||||
<td>Održavamo sopstveni XMPP server, na kojem možeš da napraviš nalog.
|
||||
Ako već poseduješ nalog možeš da nas nađeš u grupi <a
|
||||
href="decentrala@conference.dmz.rs">decentrala@conference.dmz.rs</a>.
|
||||
<td>
|
||||
Održavamo sopstveni XMPP server, na kojem možeš da napraviš nalog. Ako već
|
||||
poseduješ nalog možeš da nas nađeš u grupi
|
||||
<a href="decentrala@conference.dmz.rs">decentrala@conference.dmz.rs</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://gitea.dmz.rs/">Git</a></td>
|
||||
<td><a href="https://gitea.io/en-us/">Gitea</a> instanca na kojoj držimo kôd kao i ostale resurse za naše
|
||||
<a href="/projects">projekte</a>, <a href="/events">događaje</a>, kao i projekte naših
|
||||
prijatelja.
|
||||
Ovo može biti dom tvog sledećeg projekta. Bolji od Github-a.
|
||||
<td>
|
||||
<a href="https://gitea.io/en-us/">Gitea</a> instanca na kojoj držimo kôd
|
||||
kao i ostale resurse za naše <a href="/projects">projekte</a>,
|
||||
<a href="/events">događaje</a>, kao i projekte naših prijatelja. Ovo može
|
||||
biti dom tvog sledećeg projekta. Bolji od Github-a.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wiki.dmz.rs/">Wiki</a></td>
|
||||
<td><a href="https://js.wiki/">Wiki.js</a> instanca koju koristimo da dokumentujemo naše
|
||||
<a href="/projects">projekte</a> kao i ostale <a href="/events">događaje</a>.
|
||||
<td>
|
||||
<a href="https://js.wiki/">Wiki.js</a> instanca koju koristimo da
|
||||
dokumentujemo naše <a href="/projects">projekte</a> kao i ostale
|
||||
<a href="/events">događaje</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://jitsi.dmz.rs/">Jitsi</a></td>
|
||||
<td>
|
||||
<a href="https://jitsi.org/">Jitsi.org</a> aplikacija za sastanke, groupne video pozive, online dogadjaje, alternativa za zoom.
|
||||
</td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td><a href="https://nextcloud.dmz.rs/">Nextcloud</a></td>
|
||||
<td><a href="https://nextcloud.com/">Nextcloud</a> instanca koju koristimo da zapisujemo stvari koje planiramo da uradimo i kao kalendar.
|
||||
<td>
|
||||
<a href="https://nextcloud.com/">Nextcloud</a> instanca koju koristimo da
|
||||
zapisujemo stvari koje planiramo da uradimo i kao kalendar.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>-->
|
||||
<!--<tr>
|
||||
<td><a href="https://cryptpad.dmz.rs/">CryptPad</a></td>
|
||||
<td>
|
||||
<a href="https://cryptpad.org/">CryptPad</a> zamena za google office
|
||||
</td>
|
||||
<tr>-->
|
||||
<tr>
|
||||
<td><a href="https://search.dmz.rs/">Search</a></td>
|
||||
<td><a href="https://github.com/hnhx/librex/">LibreX</a> instanca koju koristimo za pretraživanje Interneta.
|
||||
Bolji od Google-a.
|
||||
<td>
|
||||
<a href="https://github.com/searxng/searxng/">SearXNG</a> instanca koju
|
||||
koristimo za pretraživanje Interneta. Zamena za Google.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://pastebin.dmz.rs/">Pastebin</a></td>
|
||||
<td><a href="https://privatebin.info/">PrivateBin</a> instanca koju koristimo za brzo deljenje tekstualnih fajlova
|
||||
<td>
|
||||
<a href="https://privatebin.info/">PrivateBin</a> instanca koju koristimo
|
||||
za brzo deljenje tekstualnih fajlova
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="ssh://soft.dmz.rs:2222/">Soft Serve</a></td>
|
||||
<td><a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a> instanca koju koristimo kao zamenu za Gitea servis.
|
||||
Soft Serve radi potpuno iz terminala
|
||||
<td>
|
||||
<a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a>
|
||||
instanca koju koristimo kao zamenu za Gitea servis. Soft Serve radi
|
||||
potpuno iz terminala
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Ovo su neki od servisa koje trenutno održavamo na našim serverima. Da bi koristio ove servise, <em>možeš</em> da se
|
||||
registuješ na svaki servis posebno, a možeš i da napraviš jedinstveni <a href="/account">nalog</a> na našem
|
||||
serveru i da koristiš sve servise sa istim nalogom.</p>
|
||||
<p>
|
||||
Ovo su neki od servisa koje trenutno održavamo na našim serverima. Da bi
|
||||
koristio ove servise, <em>možeš</em> da se registuješ na svaki servis posebno,
|
||||
a možeš i da napraviš jedinstveni <a href="/account">nalog</a> na našem
|
||||
serveru i da koristiš sve servise sa istim nalogom.
|
||||
</p>
|
||||
|
@@ -6,13 +6,16 @@
|
||||
znanja. Decentralizacija uključuje ravnopravnost korišćenja tehnologije,
|
||||
slobodnog softvera, privatnost i bezbednost.
|
||||
</p>
|
||||
<p>
|
||||
Na Decentralinoj arhitekturi hostuju se samo servisi koji su otvorenog koda
|
||||
</p>
|
||||
<p>
|
||||
Decentrala prihvata donacije iskljucivo od fizičkog lica, bez uslova i
|
||||
obaveza.
|
||||
</p>
|
||||
<p>
|
||||
Delovi statua mogu biti definisati kao nepromenjivi i protiv nepromenjivog
|
||||
delova statua se ne može glasati.
|
||||
Delovi statuta mogu biti definisati kao nepromenjivi i protiv nepromenjivih
|
||||
delova statuta se ne može glasati.
|
||||
</p>
|
||||
<p>
|
||||
Svaki pojedinac i grupa ima pravo da sprovodi akcije u duhu ciljeva
|
||||
@@ -48,9 +51,9 @@
|
||||
dodavanja novog clana, ako je prisutan na tom sastanku.
|
||||
</p>
|
||||
<p>
|
||||
Trenutni članovi glasačkog tela su pod pseudonimom fram3d, climatechanged,
|
||||
anonionman, goodv1bes, coja, vuk, bora, mad3v, wingaxe, nothke, duchman,
|
||||
texhno, txrpe, fl3ka, euffrat.
|
||||
Trenutni članovi glasačkog tela su pod pseudonimom climatechanged,
|
||||
anonionman, malin, goodv1bes, coja, bora, mad3v, wingaxe, nothke, duchman,
|
||||
txrpe, fl3ka, euffrat.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<h1>Donacije</h1>
|
||||
<h1>Podrška</h1>
|
||||
<dd>
|
||||
<p>
|
||||
Decentrala prihvata donacije isključivo od fizičkih lica i bez obaveza.
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
cairosvg
|
||||
markdown
|
||||
freetype-py
|
||||
python-dateutil
|
@@ -45,7 +45,7 @@
|
||||
<a class="lang" hreflang="en" href="/en/deconference">EN</a>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Dekonferencija</h1>
|
||||
<div><img src='/img/students_bug.jpg' alt='Studenti su nasli bug' /></div><h1>Dekonferencija</h1>
|
||||
|
||||
<h2 id="program"><a href="#program">Program</a></h2>
|
||||
<p>11:00 Otvaranje<p>
|
||||
@@ -87,9 +87,10 @@
|
||||
<nav>
|
||||
<a href="/events">Događaji</a>
|
||||
<a href="/services">Servisi</a>
|
||||
<a href="/about">O nama</a>
|
||||
<a href="/statute">Statut</a>
|
||||
<a href="/about">O nama</>
|
||||
<a class="account" href="/account">Nalog</a>
|
||||
<a href="/donations">Donacije</a>
|
||||
<a href="/support">Podrška</a>
|
||||
</nav>
|
||||
<span class="links">
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
|
||||
|
BIN
site/img/students_bug.jpg
Normal file
BIN
site/img/students_bug.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
@@ -9,3 +9,8 @@
|
||||
<a href="https://dmz.rs/events.ical">ical</a> datotekom.
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
<a href="https://wiki.dmz.rs/en/kako-pronaci-prostor" target="_blank">Kratako uputstvo</a> kako pronaci prostor
|
||||
</p>
|
||||
<br />
|
||||
<br />
|
||||
|
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!--
|
||||
<!--
|
||||
<pre>
|
||||
|
||||
*@@*
|
||||
@@ -30,38 +30,49 @@
|
||||
</pre>
|
||||
-->
|
||||
|
||||
<link rel="stylesheet" href="/styles/reset.css">
|
||||
<link rel="stylesheet" href="/styles/style.css">
|
||||
<!--ADDITIONAL_STYLE-->
|
||||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
|
||||
<script src="/scripts/main.js" defer></script>
|
||||
<title><!--TITLE--> Decentrala</title>
|
||||
<link rel="alternate" hreflang="sr" href="/PAGE_NAME" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a id="logo" href="/en/index"><img src="/img/logo-light.svg" alt="Logo"> Decentrala</a>
|
||||
<button id="theme-switcher"></button>
|
||||
<a class="lang" hreflang="sr" href="/PAGE_NAME">SR</a>
|
||||
</header>
|
||||
<main>
|
||||
<!--MAIN-->
|
||||
</main>
|
||||
<footer>
|
||||
<button id="sections-button" opened="false"><img src="/img/strelica-closed-light.svg" alt="OpenMenu"></button>
|
||||
<nav>
|
||||
<a href="/en/events">Events</a>
|
||||
<a href="/en/services">Services</a>
|
||||
<a href="/en/about">About</a>
|
||||
<a href="/en/account">Account</a>
|
||||
<a href="/en/donations">Donations</a>
|
||||
</nav>
|
||||
<span class="links">
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
|
||||
<a href="/en/webring"><img src="/img/w-light.svg" alt="Webring"></a>
|
||||
<a href="https://gitea.dmz.rs/Decentrala/website"><img src="/img/git-light.svg" alt="SourceCode"></a>
|
||||
<a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon-light.svg" alt="Mastodon"></a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
<link rel="stylesheet" href="/styles/reset.css" />
|
||||
<link rel="stylesheet" href="/styles/style.css" />
|
||||
<!--ADDITIONAL_STYLE-->
|
||||
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
|
||||
<script src="/scripts/main.js" defer></script>
|
||||
<title><!--TITLE--> Decentrala</title>
|
||||
<link rel="alternate" hreflang="sr" href="/PAGE_NAME" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a id="logo" href="/en/index"
|
||||
><img src="/img/logo-light.svg" alt="Logo" /> Decentrala</a
|
||||
>
|
||||
<button id="theme-switcher"></button>
|
||||
<a class="lang" hreflang="sr" href="/PAGE_NAME">SR</a>
|
||||
</header>
|
||||
<main>
|
||||
<!--MAIN-->
|
||||
</main>
|
||||
<footer>
|
||||
<button id="sections-button" opened="false">
|
||||
<img src="/img/strelica-closed-light.svg" alt="OpenMenu" />
|
||||
</button>
|
||||
<nav>
|
||||
<a href="/en/events">Events</a>
|
||||
<a href="/en/services">Services</a>
|
||||
<a href="/en/statute">Statute</a>
|
||||
<a href="/en/about">About</a>
|
||||
<a href="/en/account">Account</a>
|
||||
<a href="/en/support">Support</a>
|
||||
</nav>
|
||||
<span class="links">
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||||
><img src="/img/cc-light.svg" alt="CreativeCommons"
|
||||
/></a>
|
||||
<a href="/en/webring"><img src="/img/w-light.svg" alt="Webring" /></a>
|
||||
<a href="https://gitea.dmz.rs/Decentrala/website"
|
||||
><img src="/img/git-light.svg" alt="SourceCode"
|
||||
/></a>
|
||||
<a href="https://balkan.fedive.rs/@decentrala"
|
||||
><img src="/img/mastodon-light.svg" alt="Mastodon"
|
||||
/></a>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -52,9 +52,10 @@
|
||||
<nav>
|
||||
<a href="/events">Događaji</a>
|
||||
<a href="/services">Servisi</a>
|
||||
<a href="/about">O nama</a>
|
||||
<a href="/statute">Statut</a>
|
||||
<a href="/about">O nama</>
|
||||
<a class="account" href="/account">Nalog</a>
|
||||
<a href="/donations">Donacije</a>
|
||||
<a href="/support">Podrška</a>
|
||||
</nav>
|
||||
<span class="links">
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
|
||||
|
Reference in New Issue
Block a user