From 0aa3940ba6ef8370d4e25e5e9fa048f58ca2c8f2 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Sat, 10 Sep 2016 15:11:17 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0929503..d158ffb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# MyImouto +![Logo](https://code.acr.moe/kazari/myimouto/raw/master/public/images/logo.png "Logo") +# Sequenzia LTS (MyImouto LTS - ACR Rev.) MyImouto is a clone of [Moebooru](https://github.com/moebooru/moebooru) for PHP and MySQL. In order for this clone to be as exact as possible, MyImouto uses a custom framework that is based on Ruby on Rails, thus the code from Moebooru was transcribed to PHP with some small modifications to fit the target language and framework. -MyImouto development stopped around 2014. By then, the port was mostly complete, with some bugs here and there. For more information about its features, changes and additions compared to Moebooru, please refer to the [About MyImouto](https://github.com/myimouto/myimouto/wiki/About-MyImouto) wiki. This Project has now been taken in by ACR to support the LTS project [Sequenzia Project](https://acr.moe/index.php?title=Sequenzia_Project) +MyImouto development stopped around 2014. By then, the port was mostly complete, with some bugs here and there. For more information about its features, changes and additions compared to Moebooru, please refer to the [About MyImouto](https://github.com/myimouto/myimouto/wiki/About-MyImouto) wiki. + +This Project has now been taken in by ACR to support the LTS project [Sequenzia Project](https://acr.moe/index.php?title=Sequenzia_Project). Its completely open for remixing and branching. Some things are moddifed to fit our setup so + +Very big thanks to Parziphal for his efforts in mantaing this project before we picked it up, his efforts are one of the reason this still works today! ## Requirements @@ -21,7 +26,12 @@ MyImouto development stopped around 2014. By then, the port was mostly complete, ## Installation -For an explained, step-by-step guide, please check the [How to Install (Decentralized)](https://acr.moe/index.php/Build_a_Sequenzia_Booru) or [How to Install (Centralized)](https://code.acr.moe/kazari/myimouto/wikis/ubuntu-centralized-installation-guide) guide. Otherwise, here's the quick guide for advanced users: +For an explained, step-by-step guide, please check the following guides: + +* [How to Install (Decentralized)](https://acr.moe/index.php/Build_a_Sequenzia_Booru) - Multiple Servers and with Off-Server Storage and Database +* [How to Install (Centralized)](https://code.acr.moe/kazari/myimouto/wikis/ubuntu-centralized-installation-guide) - All-In-One Setup + +Otherwise, here's the quick guide for advanced users: * Install system dependencies: `composer install`. * Create a database for the booru. From beb72949e77f2a053f69817e9bce4fbf09da4afd Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Sat, 10 Sep 2016 15:19:06 -0400 Subject: [PATCH 2/2] Add contribution guide --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..961c8b7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +Please create a new branch when ever you want to make a contribution as i use automated pull on all my nodes to keep them up-to-date. +You are free to do anything you would like to the project but you must get my approval before you can merge to my branch. \ No newline at end of file