mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-22 05:40:49 +02:00
Improve contributing page
This commit is contained in:
parent
0705f4de47
commit
4b48c4effb
2 changed files with 24 additions and 24 deletions
|
@ -88,9 +88,11 @@ The source text and images are `hosted on Github
|
||||||
published immediately to `readthedocs.org <https://df-walkthrough.rtfd.org>`_
|
published immediately to `readthedocs.org <https://df-walkthrough.rtfd.org>`_
|
||||||
every time a change is pushed.
|
every time a change is pushed.
|
||||||
|
|
||||||
Inspiration and original text - from which I learnt to play DF - by
|
This project was inspired by `TinyPirate's DF tutorials
|
||||||
`TinyPirate <http://afteractionreporter.com/dwarf-fortress-tutorials/>`_,
|
<http://afteractionreporter.com/dwarf-fortress-tutorials/>`_, which taught
|
||||||
adapted with :reddit:`permission <368j7h>`.
|
me to play DF. The walkthrough started as an update of these tutorials.
|
||||||
|
Other content is original or (for some tutorials and most masterclasses)
|
||||||
|
links back to the primary source.
|
||||||
|
|
||||||
Consider `supporting my work <https://www.patreon.com/PeridexisErrant>`_
|
Consider `supporting my work <https://www.patreon.com/PeridexisErrant>`_
|
||||||
on Patreon.
|
on Patreon.
|
||||||
|
|
|
@ -5,30 +5,26 @@ Contributing to this project
|
||||||
Are you interested in contributing to this project, or just interested
|
Are you interested in contributing to this project, or just interested
|
||||||
in learning what goes into it? Then this is the page for you!
|
in learning what goes into it? Then this is the page for you!
|
||||||
|
|
||||||
There are two main areas of work: maintaining and improving the
|
|
||||||
existing content (walkthrough chapters and tutorials), and adding
|
|
||||||
new tutorials.
|
|
||||||
|
|
||||||
At the moment I'm focussing on updating Tiny Pirate's
|
|
||||||
`old tutorials <http://afteractionreporter.com/dwarf-fortress-tutorials/>`_ -
|
|
||||||
the chapters are written for DF v0.28.181.40d, which was
|
|
||||||
released in 2008!
|
|
||||||
|
|
||||||
If you want to help out by improving existing chapters and tutorials,
|
|
||||||
that would be much appreciated. I'm also very happy to take bug reports!
|
|
||||||
(for the updated chapters, anyway - I know the old ones are old!)
|
|
||||||
|
|
||||||
You can `find the project on Github
|
You can `find the project on Github
|
||||||
<https://github.com/PeridexisErrant/DF-Walkthrough>`_.
|
<https://github.com/PeridexisErrant/DF-Walkthrough>`_.
|
||||||
|
|
||||||
If this sounds like a lot of work - and it is - you can
|
There are two main areas of work: maintaining and improving the
|
||||||
`support me on Patreon <https://www.patreon.com/PeridexisErrant>`_ instead.
|
existing content (walkthrough chapters and tutorials), and adding
|
||||||
|
new tutorials. It would be great if you wanted to help out!
|
||||||
|
|
||||||
|
I'm also very happy to take bug reports - just send me a message about
|
||||||
|
small errors, typos, or formatting problems. Larger issues about content
|
||||||
|
should be reported on the Github issue tracker, so I'm not the only one
|
||||||
|
who can work on them.
|
||||||
|
|
||||||
|
You can also `support me on Patreon <https://www.patreon.com/PeridexisErrant>`_
|
||||||
|
if this sounds like a lot of work.
|
||||||
|
|
||||||
|
|
||||||
How to turn text into the website
|
How to turn text into the website
|
||||||
=================================
|
=================================
|
||||||
Anyone who wants to contribute content, fix a bug, or just have an offline
|
Anyone who wants to contribute content, fix a bug, or just have an offline
|
||||||
copy need to turn the text files into the website. Luckily, this is
|
copy needs to turn the text files into the website. Luckily, this is
|
||||||
pretty easy! You only need two things installed:
|
pretty easy! You only need two things installed:
|
||||||
|
|
||||||
* `Python <https://www.python.org>`_.
|
* `Python <https://www.python.org>`_.
|
||||||
|
@ -41,7 +37,7 @@ pretty easy! You only need two things installed:
|
||||||
alternative install instructions.
|
alternative install instructions.
|
||||||
|
|
||||||
Get the code from the GitHub repo, either by forking the repo if you want
|
Get the code from the GitHub repo, either by forking the repo if you want
|
||||||
to contribute), or usig the 'download ZIP' option and unzipping the folder.
|
to contribute, or using the 'download ZIP' option and unzipping the folder.
|
||||||
|
|
||||||
Congratulations, you now have the text! There's only one more step:
|
Congratulations, you now have the text! There's only one more step:
|
||||||
open a command prompt in the DF-Walkthrough folder, and run ``make html``
|
open a command prompt in the DF-Walkthrough folder, and run ``make html``
|
||||||
|
@ -58,10 +54,9 @@ add yourself if you're not!*
|
||||||
Person Contribution
|
Person Contribution
|
||||||
=================== ===========================================================
|
=================== ===========================================================
|
||||||
PeridexisErrant Project leader, does some of everything else too
|
PeridexisErrant Project leader, does some of everything else too
|
||||||
TinyPirate Author of old "Getting Started with Dwarf Fortress"
|
TinyPirate Author and inspiration for project
|
||||||
series, inspiration for project
|
/u/buschwacker Contributed chapters and many, many images
|
||||||
/u/buschwacker Contributed many images
|
/u/Mechanixm Wrote a great masterclass series
|
||||||
/u/Mechanixm Wrote several excellent tutorials
|
|
||||||
=================== ===========================================================
|
=================== ===========================================================
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,6 +77,9 @@ The tutorials each cover a single, self-contained topic. Tutorials
|
||||||
are aimed at players who have just finished the walkthrough. They
|
are aimed at players who have just finished the walkthrough. They
|
||||||
introduce core topics not covered in the walkthrough.
|
introduce core topics not covered in the walkthrough.
|
||||||
|
|
||||||
|
A masterclass is like a tutorial, but covering an advanced topic for
|
||||||
|
experienced players.
|
||||||
|
|
||||||
|
|
||||||
Style
|
Style
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue