Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- Apr 12, 2018, 8:40:16 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = W elcome to Trac 1.0.10=1 = Willkommen zur Veranstaltung Webtechnologien = 2 2 3 Trac is a '''minimalistic''' approach to '''web-based''' management of 4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 3 {{{ 4 #!comment 5 == Allgemeine Hinweise == 6 - SVN / Blockformat / Prüfung etc. 7 }}} 5 8 6 All aspects of Trac have been designed with the single goal to 7 '''help developers write great software''' while '''staying out of the way''' 8 and imposing as little as possible on a team's established process and 9 culture. 9 == Inhalte der Veranstaltung == 10 10 11 As all Wiki pages, this page is editable, this means that you can 12 modify the contents of this page simply by using your 13 web-browser. Simply click on the "Edit this page" link at the bottom 14 of the page. WikiFormatting will give you a detailed description of 15 available Wiki formatting commands. 11 * [[Vorlesung]] 12 * [[uebung|Übungen]] 16 13 17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 18 a new Trac environment, containing a default set of wiki pages and some sample 19 data. This newly created environment also contains 20 [wiki:TracGuide documentation] to help you get started with your project. 14 == Webquellen == 21 15 22 You can use [wiki:TracAdmin trac-admin] to configure 23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 24 regard to ''components'', ''versions'' and ''milestones''. 16 * [[https://www.w3schools.com/html/default.asp|HTML]] 17 * [[https://www.w3schools.com/css/default.asp|CSS]] 18 * [[https://getbootstrap.com/docs/4.0/getting-started/introduction/|Bootstrap]] 19 * [[https://www.w3schools.com/bootstrap/default.asp|Bootstrap auf W3Schools]] 20 * [[https://www.w3schools.com/js/default.asp|JavaScript]] 21 * [[https://api.jquery.com/|jQuery]] 22 * [[https://www.w3schools.com/jquery/default.asp|jQuery auf W3Schools]] 23 * [[https://angular.io/docs|Angular]] ACHTUNG! Angular ist nicht AngularJS 24 * [[https://nodejs.org/en/docs|Node.js]] 25 * [[https://expressjs.com/en/4x/api.html|Express]] 25 26 27 == Weiterführende Literatur == 28 * Crockford: !JavaScript: The Good Parts 29 * Stefanov: !JavaScript Patterns 30 * Richardson, Amundsen, Ruby: RESTful Web APIs 31 * Allamaraju: RESTful Web Services Cookbook 26 32 27 TracGuide is a good place to start. 33 == Hinweise zur Prüfungsvorbereitung == 34 Prüfungstermin: 13.04.2018 16:00 Uhr, Audimax 28 35 29 Enjoy! [[BR]] 30 ''The Trac Team'' 36 Nachprüfung: 10.07.2018 31 37 32 == Starting Points == 38 In der Prüfung geht es darum, die erworbenen Fähigkeiten auf unbekannte Probleme zu transferieren. Es geht nicht darum, auswendig gelernte Folien wiederzugeben. 33 39 34 * TracGuide -- Built-in Documentation 35 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 36 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 37 * TracSupport -- Trac Support 40 Eine sinnvolle Prüfungsvorbereitung besteht daher darin, eine (oder mehrere ;-) ) auf jQuery, Angular, Node.js und Express basierende Webapplikation zu implementieren. Dazu können Sie die [[uebung/pruefungsvorbereitung|zusätzlichen Übungsaufgaben]] nutzen, die über die bereits bearbeiteten Übungen hinausgehen, sich jedoch im Kontext des Weblogs bewegen. 38 41 39 For a complete list of local wiki pages, see TitleIndex. 42 == Kontakt == 43 * Prof. Dr. Thomas Richter: !tr@hsrw.eu 44 45 == Admin == 46 47 [[AdminMain]]