Browse Source

move doc to README

pull/117/head
Martin Monperrus 4 years ago
parent
commit
0a3830517f
  1. 2
      BibtexbrowserTest.php
  2. 9
      README.md
  3. 2
      README.wiki

2
BibtexbrowserTest.php

@ -72,7 +72,7 @@ class BibtexbrowserTest extends PHPUnit_Framework_TestCase {
function test_checkdoc() {
if(!is_file('gakowiki-syntax.php')) { return; }
if (!function_exists('gk_wiki2html')) { include('gakowiki-syntax.php'); }
$result = create_wiki_parser()->parse(file_get_contents('bibtexbrowser-documentation.wiki'));
$result = create_wiki_parser()->parse(file_get_contents('README.wiki'));
$this->assertEquals(1, strpos($result,"bibtexbrowser is a PHP script that creates publication lists from Bibtex files"));
}

9
README.md

@ -1,9 +0,0 @@
[![Build Status](https://travis-ci.com/monperrus/bibtexbrowser.svg?branch=master)](https://travis-ci.org/monperrus/bibtexbrowser)
This is the github repository of bibtexbrowser.
It is used to collect patches and extensions as pull requests.
The official home page of bibtexbrowser is <http://www.monperrus.net/martin/bibtexbrowser/>.
Bibtexbrowser 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.

2
bibtexbrowser-documentation.wiki → README.wiki

@ -6,7 +6,7 @@ Is is rendered as HTML on http://www.monperrus.net/martin/bibtcomexbrowser/.
bibtexbrowser is a PHP script that creates publication lists from Bibtex files. bibtexbrowser is stable, mature and easy to install. It is used in [[http://www.monperrus.net/martin/bibtexbrowser/users|hundreds of different universities and institutions]] (over 469 different domains according to Google).
This documentation is collaborative, you can improve it using a [[https://github.com/monperrus/bibtexbrowser/edit/master/bibtexbrowser-documentation.wiki|pull request on ''bibtexbrowser-documentation.wiki'']].
This documentation is collaborative, you can improve it using a [[https://github.com/monperrus/bibtexbrowser/edit/master/README.wiki|pull request]].
+++TOC+++
Loading…
Cancel
Save