GitXplorerGitXplorer
T

website

public
12 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
6c8e415c46e41391d6dedd180f0a2ad7ac644ceb

Merge branch 'master' of git@github.com:wsexport/website.git

TTpt committed 12 years ago
Unverified
51c6984fa17e8645b1c33247e1d0ed461de4eb80

Fix an issue with submodules

TTpt committed 12 years ago
Unverified
5cdf4b1a3473a5296666adc458b3a7f1a059ea7d

avoid to overwrite the whole wsexportConfig but fixup only the needed part

committed 12 years ago
Unverified
795b7f77713c3fdcfb175f1741fdb0dedd5e29ff

Fournir les options sous une forme valide

committed 12 years ago
Unverified
f7728096034e42747508da1371fb722f4b0e0ad7

Update of dependances:

TTpt committed 12 years ago
Unverified
0453de06fcf742df0cb349db089823d7d8f4a67b

Refactoring of the opds catalog : a lot of bug fixed and small improvements.

TTpt committed 13 years ago

README

The README file for this repository.

What is Wikisource Export Website ?

Wikisource export website is a web site for easy downloads of books from Wikisource in various electronic formats. It also provides an OPDS catalog.

Installation

The repository contains a git submodule repository. After cloning this repository, you also need to initiate the submodule with: git submodule init git submodule update

You will also need to download Jelix 1.3 here. The lib directory should be put in the main directory (next to wsexport), you also have to create temp/wsexport and make it writable by your web server.

The database configuration is located in wsexport/var/config/profiles.ini.php The database schema can be find in wsexport/modules/wsexport/install/sql/install.sql

Composition

This website is a jelix application named wsexport with only one module wsexport.

Licence

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, see http://www.gnu.org/licenses/.