Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/sgloss
Simple Glossary Management Tool
https://github.com/nichtich/sgloss
Last synced: 22 days ago
JSON representation
Simple Glossary Management Tool
- Host: GitHub
- URL: https://github.com/nichtich/sgloss
- Owner: nichtich
- Created: 2011-02-17T23:21:16.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-06T23:04:46.000Z (almost 14 years ago)
- Last Synced: 2024-10-30T16:24:47.622Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 262 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sgloss is the little sister of authority file and encyclopedia
This project consists of:
- an XML based format for simple glossaries
- a couple of scripts to convert from and to sgloss format
- a wiki software to edit glossaries online
You will find more information in the file 'about.xml' which
is also an example of an sgloss glossary.GETTING STARTED
1. Put the project files into a web server that supports PHP.
2. Make sure that the directory 'data' is writeable by the
user which your PHP scripts are run by. For instance:$ sudo chown www-data data
3. Optionally copy 'config-local-example.php' to 'config-local.php'
and adjust your configuration.4. Locate your browser to the web directory where you have
installed the project files.5. Make sure that the data directory is not readable via web
http://example.org/data/
include/normal contains Unicode normalization routines from MediaWiki. You can get the
latest version via:$ svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/includes/normal