From 8ae14db35765950a15a37ea37c0f8c2b391f0e9e Mon Sep 17 00:00:00 2001 From: Don Kirkby Date: Mon, 18 Jan 2016 21:51:43 -0800 Subject: [PATCH] Close #5 by renaming to Moonside. --- .project | 2 +- CONTRIBUTING.md | 20 ++++++++------------ domiculture.py => moonside.py | 0 3 files changed, 9 insertions(+), 13 deletions(-) rename domiculture.py => moonside.py (100%) diff --git a/.project b/.project index 31b5bae..8b1ec71 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - domiculture + moonside diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c06ec1..077d37e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ ## Contributing ## -If you like Domiculture and want to make it better, help out. It could be as +If you like Moonside and want to make it better, help out. It could be as simple as sending Don a nice note on [Google+][g+], you could report a bug, or pitch in with some development work. @@ -9,12 +9,13 @@ did you expect to happen? Are you planning to submit your own fix in a pull request? ### New Domino Puzzles ### -Do you have an idea for another type of puzzle to include in Domiculture? Create +Do you have an idea for another type of puzzle to include in Moonside? Create an issue, and describe how it would work. ### Development ### -Domiculture is written in Python. It also depends on the [NetworkX library][nx], -so that needs to be installed via pip or your package manager. +Moonside's software to generate puzzles is written in Python. It also depends +on the [NetworkX library][nx], so that needs to be installed via pip or your +package manager. ### Building a Release ### No releases yet, but steps will be something like this: @@ -27,17 +28,12 @@ Before publishing a release, check the following: To publish a release: -* Run the script to generate the PDF and HTML versions. -* Deploy them in the gh-pages branch. -* Run the `deploy.sh` script to copy all the files to the gh-pages project. If - you checked out the master branch as `~/git/domiculture`, then the script - assumes that you have checked out the `gh-pages` branch as - `~/git/domiculture-gh-pages`. +* Run the script to generate the PDF version. +* Copy it to the gh-pages branch. * Commit the `gh-pages` branch and check that the new version works on the web site. -* Check if the `master` branch has anything to commit. It usually doesn't. * Go to the GitHub [releases page][releases], create a new release using a tag - like `v0.x.0-alpha`. Attach the APK file. + like `v0.x.0-alpha`. * Close the milestone. [g+]: http://google.com/+donkirkby diff --git a/domiculture.py b/moonside.py similarity index 100% rename from domiculture.py rename to moonside.py