-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (67 loc) · 3.56 KB
/
index.html
File metadata and controls
72 lines (67 loc) · 3.56 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
---
layout: page
title: Welcome
page_category: primary
---
<div class="row">
<div class="col-md-6">
<img src="{{ 'images/infinity.png' | image_path }}" alt="" class="img-fluid">
</div>
<div class="col-md-6 align-self-md-center">
<h1 class="tagline text-center">SubjectsPlus is a free and open source tool to help manage several interrelated parts of your library website.</h1>
</div>
</div>
<div class="highlights">
{% include highlights.html %}
</div>
<h2 id="features" class="fw-light mt-4">Features</h2>
<div class="row">
<div class="col-lg-6">
<ul class="list-space">
<li><strong>Create Guides</strong><br/>
Create unlimited Research Guides via drag'n'drop interface</li>
<li><strong>Staff List</strong><br />
Sorted A-Z, By Department, By Librarian</li>
<li><strong>Database List</strong><br />
A-Z, By Format, By Subject</li>
<li><strong>FAQs</strong><br />
Store your FAQs in one handy place, integrate them anywhere</li>
<li><strong>Suggestion Box</strong><br />
Easy way to display and respond to patron comments</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="list-space">
<li><strong>Installer/Updater</strong><br />
Makes running & managing SP simpler</span></li>
<li><strong>Multilingual</strong><br />
French & Spanish versions included; new translations coming!</li>
<li><strong>API</strong><br />
Use your data in other applications</li>
<li><strong>Customizable</strong><br />
You have complete control; add your own headers & footers, tweak the layout & css</li>
</ul>
</div>
</div>
<h2 id="about" class="fw-light mt-4">About</h2>
<div class="row">
<div class="col-lg-7">
<p>SubjectsPlus sprang from the loins (more or less) of Pirate Source, developed by the Joyner Library
at East Carolina University. It became abandonware, and with permission, an expanded version of this original software was open sourced and renamed SubjectsPlus. Development was undertaken at the <a href="http://www.ithacalibrary.com/" target="_blank">Ithaca College Library</a>, and now the <a href="https://www.library.miami.edu/" target="_blank">University of Miami Libraries</a>.</p>
<p>SP is licensed under the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU GPL</a>.</p>
</div>
<div class="col-lg-5 text-lg-center">
<img src="{{ 'images/sp-contributors.jpg' | image_path }}" alt="Contributors" class="img-fluid" />
<p class="fs-sm">Many people have <a href="https://github.com/subjectsplus/SubjectsPlus/graphs/contributors" target="_blank">contributed to SP</a> over the years.</p>
</div>
</div>
<h2 id="help" class="fw-light mt-4">Help</h2>
<p>Oh. Sorry to hear you're having trouble. This is what I'd do:</p>
<ul class="list-space">
<li>Check the <a href="https://github.com/subjectsplus/SubjectsPlus/wiki" target="_blank">wiki</a><br />
There's a lot of information there, including troubleshooting tips.</li>
<li>Post to the <a href="http://groups.google.com/group/subjectsplus" target="_blank">Google Group</a><br />
Most problems have been encountered before, and someone generally responds pretty quickly. You could search the archives, too.</li>
<li>And there are <a href="https://www.youtube.com/user/SubjectsPlus" target="_blank">some videos on YouTube</a>.
</li>
</ul>