Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion django/crashreport/stats/templates/stats/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
<div id="footer" class="page-footer">
<p class="about">
<strong>LibreOffice Crash Reports</strong> - Powered by <a href="https://github.com/mmohrhard/crash">Crash</a> - Inspired by <a href="https://github.com/mozilla/socorro">Socorro</a> - All dates are UTC - <a href="https://www.libreoffice.org/imprint">Impressum (some German legal stuff)</a>
<strong>LibreOffice Crash Reports</strong> - Powered by <a href="https://github.com/tdf/crash-srv">LibreOffice Crash Reporting Server</a> - Inspired by <a href="https://github.com/mozilla/socorro">Socorro</a> - All dates are UTC - <a href="https://www.libreoffice.org/imprint">Impressum (some German legal stuff)</a>
</p>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/README.setup
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uwsgidecorators-fallback

* Installation

* clone https://github.com/mmohrhard/crash
* clone https://github.com/tdf/crash-srv.git

* install postgresql and create a user and a database

Expand Down