diff --git a/THANKS b/THANKS index dc607f40f..9c46ab14e 100644 --- a/THANKS +++ b/THANKS @@ -1,119 +1,119 @@ Umbrello UML Modeller is the work of many people. Some of the contributors are listed at: http://uml.sourceforge.net/developers.php If you find any problems or want features added please request or vote -for them at http://bugs.kde.org and consider implementing the feature +for them at https://bugs.kde.org and consider implementing the feature yourself, all contributions are very welcome. Some ideas for people wanting to contribute to Umbrello: http://uml.sourceforge.net/junior-jobs.php --- People who have contributed to Umbrello: (Please contact umbrello-devel@kde.org if we have forgot you) Marcus Alanen Danny Allen Laurent Bardi Zoltan Bartko Bernhard Beschow Stephan Binner Luis De la Parra Blum Raymond Bosman Clarke Brunsdon Ben Burton Albert Cervera Albert Astals Cid Andrew Coles Richard Dale Vincent Decorges Antoine Dopffer Christian Ehrlicher Alan Ezust Jean-Remy Falleri David Faure Christoph Feck Andi Fischer Pascal Fleury JP Fournier Aurelien Gateau Gregorio Guidi Jose Gutierrez Ralf Habacker Esben Mose Hansen Olaf Hartig Pavel Heimlich Marius Helf Paul Hensgen Michel Hermier Harald Herres David Hugh-Jones Pekka Jaaskeläinen Klas Kalass Oliver Kellogg Kleag (kleag @free.fr) Tobias Koenig Piotr Kolaczkowski Matthias Kretz Gopala Krishna Thorsten Kunz Dmitry N. Kurashkin Jari-Matti Mäkelä Gustavo Madrigal martin Rene Meyer Laurent Montel Yan Morin Tom Morris Lutz Mueller Heiko Nardmann Dimitri Ognibene Michael Palomas Anthony Parent Carsten Pfeiffer Ivan Porres Maciej Puzio Ruediger Ranft Sharan Rao John Ratke Vincent Ricard Daniel Richard G. Jonathan Riddell Matt Rogers Peeter Russak Paulo Roberto Rodriguez Sehn Daniel Calvino Sanchez Leo Savernik Carlo Segato Frederik Schwarzer Peter Soetens Achim Spangler Sebastian Stein Joris Steyn Andrew Sutton Tanuj Brian Thomas Pino Toscano Tonton Emmanuel Lepage Vallee Ferenc Veres Jean Vittor Egbert Voigt Stefan Walter Jeremy Wickersheimer Yurgen Wolfgang Maciej J. Woloszyk Tobias Wulff Florence MATTLER Thibault NORMAND Caroline BOURDEU D'AGUERRE Pierre PETTERA Hassan KOUCH Alexandre GALINIER Thomas GALLINARI Pierre-Benoit BESSE Mohamed-Amine BOUCHIKHI Stanislas KRZYWDA Vincent ASFAUX diff --git a/TODO b/TODO index 4484c4adc..a323d7a4c 100644 --- a/TODO +++ b/TODO @@ -1,29 +1,29 @@ Immediate TODO: * Clean up showProperties() / showPropertiesDialog() methods (Normalize signatures, factor into virtual methods) -- There is always something to do for Umbrello UML Modeller. You can find an up-to-date list of remaining bugs in the bug tracker system at: -http://bugs.kde.org/ +https://bugs.kde.org/ If you do not like chasing bugs you can add an incredible new feature. To get an idea what might be good feature look at the feature tracker system: -http://bugs.kde.org/ +https://bugs.kde.org/ You can discuss a solution for a problem with the Umbrello developers at the Umbrello developer's mailing list: umbrello-devel@kde.org If you want to translate Umbrello to another language please join the relevant KDE translation team: http://i18n.kde.org/ Finally, to get an overview look at the home page: http://uml.sourceforge.net/ diff --git a/doc/introduction.docbook b/doc/introduction.docbook index 93519ef38..f28d355ed 100644 --- a/doc/introduction.docbook +++ b/doc/introduction.docbook @@ -1,44 +1,44 @@ Introduction &umbrello; is a ¨ diagram tool that can support you in the software development process. Especially during the analysis and design phases of this process, &umbrello; will help you to get a high quality product. ¨ can also be used to document your software designs to help you and your fellow developers. Having a good model of your software is the best way to communicate with other developers working on the project and with your customers. A good model is extremely important for medium and big-size projects, but it is also very useful for small ones. Even if you are working on a small one man project you will benefit from a good model because it will give you an overview that will help you code things right the first time. ¨ is the diagramming language used to describing such models. You can represent your ideas in ¨ using different types of diagrams. &umbrello; 2.11 supports the following types: Class Diagram Sequence Diagram Collaboration Diagram Use Case Diagram State Diagram Activity Diagram Component Diagram Deployment Diagram Entity Relationship Diagram More information about ¨ can be found at the website of OMG, http://www.omg.org who create the ¨ standard. We hope you enjoy &umbrello; and that it helps you create high quality software. &umbrello; is Free Software and available at no cost, the only thing we ask from you is to report any bugs, problems, or suggestions to the &umbrello; developers at umbrello-devel@kde.org or -http://bugs.kde.org. +https://bugs.kde.org.