This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (66 loc) · 3.92 KB
/
index.html
File metadata and controls
86 lines (66 loc) · 3.92 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
---
layout: home
title: Home
---
<p>Directoki is an Open Source PHP/Symfony application that lets you present a directory of information to the public.</p>
<a href="{{ site.baseurl }}/static/screenshots/record1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/record1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/record2.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/record2.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/map1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/map1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/search1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/search1.png">
</a>
<p>Members of the public can suggest edits, new entries or just send a report to you for consideration. All these are moderated.</p>
<a href="{{ site.baseurl }}/static/screenshots/edit1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/edit1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/report1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/report1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/moderate1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/moderate1.png">
</a>
<p>There are tools to help with the biggest challenge; keeping records up to date.
Collect emails from members of the public and prompt them about specific records they have edited before.
A bot will check any web page links in your records and report any 404's.
List oldest records for a volunteer to check. [Some of this is in progress]</p>
<a href="{{ site.baseurl }}/static/screenshots/edit2.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/edit2.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/externalcheck1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/externalcheck1.png">
</a>
<p>You can define the fields you want from a list of types. So like a more structured wiki!</p>
<a href="{{ site.baseurl }}/static/screenshots/fields1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/fields1.png">
</a>
<p>Have different content for different locales - so you can start asking users to translate your content! [In Progress]</p>
<a href="{{ site.baseurl }}/static/screenshots/editstringwithlocale1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/editstringwithlocale1.png">
</a>
<p>Full history kept of all edits for safety. Have multiple Admins for a project who can leave private notes for each other about a particular record.</p>
<a href="{{ site.baseurl }}/static/screenshots/history1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/history1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/adminnote1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/adminnote1.png">
</a>
<p>There is an HTTP API. There is also an internal API so that other Symfony apps can add this as a bundle and use it directly.
And a web interface so users can browse data directly!</p>
<a href="{{ site.baseurl }}/static/screenshots/httpapi1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/httpapi1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/internalapi1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/internalapi1.png">
</a>
<a href="{{ site.baseurl }}/static/screenshots/webui1.png" class="screenshot">
<img src="{{ site.baseurl }}/static/screenshots/webui1.png">
</a>
<p>While this is already being used for real projects it is still beta software and version 1 has not been released yet.
For more <a href="https://github.com/Directoki/Directoki-Core">see the source code</a>,
post <a href="https://groups.google.com/forum/#!forum/directoki">on the email/web forum</a> or email us on hello at jmbtechnology dot co dot uk</p>