Navigation
Issue Tracker
You can use GitHub's issue tracker to submit bug reports or feature requests.
Development Version
The development version of Diffuse is mainly meant for developers and may be unstable. The development code resides in a Git repository. Use this command to get a local copy of the code:
$ git clone https://github.com/MightyCreak/diffuse.git
The Git repository may also be browsed using the web interface.
ChangeLog
The changes are tracked in the repo, in the CHANGELOG.md file.
Contributing
If you are interested in coding, you can take a look at existing issues for ideas or just code what you like and bring it up for discussion. If you are interested in translating the user interface or documentation, please read the translations/README file.
Tools Used in Diffuse Development
- Interpreter: Python
- User interface: PyGObject
- Documentation processing: xsltproc and DocBook stylesheets
- Microsoft Windows binary: cx_Freeze and py2exe (old)
- Microsoft Windows installer: Inno Setup and ADD_PATH