From 0a3830517f4921426cc1659b3ee429208c8ee36f Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 17 Sep 2021 14:32:08 +0200 Subject: [PATCH] move doc to README --- BibtexbrowserTest.php | 2 +- README.md | 9 --------- bibtexbrowser-documentation.wiki => README.wiki | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100755 README.md rename bibtexbrowser-documentation.wiki => README.wiki (99%) diff --git a/BibtexbrowserTest.php b/BibtexbrowserTest.php index d3d1443..5a08cfb 100755 --- a/BibtexbrowserTest.php +++ b/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")); } diff --git a/README.md b/README.md deleted file mode 100755 index 204a64d..0000000 --- a/README.md +++ /dev/null @@ -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 . - -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. diff --git a/bibtexbrowser-documentation.wiki b/README.wiki similarity index 99% rename from bibtexbrowser-documentation.wiki rename to README.wiki index 10a7d05..bc91900 100755 --- a/bibtexbrowser-documentation.wiki +++ b/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+++