Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localwiki/localwiki-backend-server
Primary LocalWiki backend server environment
https://github.com/localwiki/localwiki-backend-server
Last synced: 5 days ago
JSON representation
Primary LocalWiki backend server environment
- Host: GitHub
- URL: https://github.com/localwiki/localwiki-backend-server
- Owner: localwiki
- License: gpl-2.0
- Created: 2015-01-26T07:32:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T03:31:42.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T12:48:12.616Z (3 months ago)
- Language: Python
- Size: 32.8 MB
- Stars: 48
- Watchers: 16
- Forks: 16
- Open Issues: 71
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING
- License: COPYING
Awesome Lists containing this project
- awesome-starred - localwiki/localwiki-backend-server - Primary LocalWiki backend server environment (others)
README
========================
localwiki-backend-server
========================LocalWiki is a grassroots effort to collect, share and open the world's local knowledge.
**To edit LocalWiki or to bring LocalWiki to your community, please visit https://localwiki.org.**
For information on the LocalWiki API, please see https://localwiki.org/api.
This repository contains the primary backend server software used to run the LocalWiki project. For
information on running this backend code in a local development environment, see ``INSTALL``.Development
===========.. image:: https://travis-ci.org/localwiki/localwiki-backend-server.png?branch=master
:target: https://travis-ci.org/localwiki/localwiki-backend-server.. image:: https://coveralls.io/repos/localwiki/localwiki-backend-server/badge.png?branch=master
:target: https://coveralls.io/r/localwiki/localwiki-backend-server:Code: https://github.com/localwiki/localwiki-backend-server
:Issues: https://github.com/localwiki/localwiki-backend-server/issues
:Dev Docs: https://localwiki.org/dev/
:IRC: irc://irc.freenode.net/localwiki
:License: GPLv2, see COPYING fileLegal Stuff
===========
Copyright (c) 2010-2015 by Philip NeustromCopyright (c) 2010-2013 by Mike Ivanov
All rights reserved, see COPYING for details.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA