| 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. |
| | 16 | - user-friendly default configuration |
| | 17 | - improved keyword highlighting |
| | 18 | - configurable color schemes and info bars |
| | 19 | - new menu, toolbar and additional keyset |
| | 20 | - mode-dependent configuration including syntax expansion with |
| | 21 | coding styles and expression matching |
| | 22 | - improved command shell features |
| | 23 | - easier configuration to avoid macro recompilation. |
| | 24 | [[br]][[br]] |
| 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''. |
| | 26 | == Prerequisites == |
| | 27 | |
| | 28 | EPM 6.03b should be installed by your OS/2 or eComStation installation program. |
| | 29 | As an (not recommended) alternative, you can also install the ''EPM package for Warp 3 users''. |
| | 30 | |
| | 31 | WarpIN should be installed, preferably the latest version. |
| | 32 | [[br]][[br]] |
| 39 | | For a complete list of local wiki pages, see TitleIndex. |
| | 42 | |
| | 43 | === ''Outdated versions'' === |
| | 44 | |
| | 45 | Version 1.00 (2002): |
| | 46 | - ftp://www.netlabs.org/pub/nepmd/nepmd100_eng.wpi |
| | 47 | |
| | 48 | Version 1.13 (2007, inofficial debug version): |
| | 49 | - http://www.alice-dsl.net/schnellbacher-warp/nepmd/nepmd113_eng.wpi |
| | 50 | |
| | 51 | |
| | 52 | === ''EPM package for Warp 3 users'' === |
| | 53 | |
| | 54 | This WarpIN package was assembled from the EPMBBS files. The latest |
| | 55 | available version is older than EPM 6.03b of Warp 4. |
| | 56 | - http://www.alice-dsl.net/schnellbacher-warp/nepmd/nepmd_epmbase.wpp |
| | 57 | |
| | 58 | To install it, copy it to the directory of the WPI file before installing the WPI file. |
| | 59 | |
| | 60 | |
| | 61 | === ''Source code'' === |
| | 62 | |
| | 63 | Check out the trunk. That suffices in most cases: |
| | 64 | {{{ |
| | 65 | md nepmd |
| | 66 | cd nepmd |
| | 67 | svn checkout http://svn.netlabs.org/repos/nepmd/trunk |
| | 68 | }}} |
| | 69 | |
| | 70 | If you really want to check out the entire archive (trunk, tags and branches), |
| | 71 | be warned that it may become huge in the future: |
| | 72 | {{{ |
| | 73 | md nepmd |
| | 74 | cd nepmd |
| | 75 | svn checkout http://svn.netlabs.org/repos/nepmd |
| | 76 | }}} |
| | 77 | [[br]][[br]] |
| | 78 | |
| | 79 | == Reporting bugs and mailing lists == |
| | 80 | |
| | 81 | Since the installable versions are quite outdated, please refrain from reporting until the next version will be available. |
| | 82 | |
| | 83 | It still has to be decided if we will use xTracker or trac's bugtracker. |
| | 84 | |
| | 85 | For questions, you could use the user list: |
| | 86 | - http://news.gmane.org/gmane.org.netlabs.nepmd.user/ |
| | 87 | |
| | 88 | If you compile NEPMD yourself, you could use the developer list on: |
| | 89 | - http://news.gmane.org/gmane.org.netlabs.nepmd.devel/ |
| | 90 | |
| | 91 | For more infos about the lists and for the newsgroup or mailing list interfaces, see here: |
| | 92 | - http://wiki.netlabs.org/index.php/Mailinglists |
| | 93 | The NEPMD list names are ''nepmd-user'' and ''nepmd-dev''. |
| | 94 | |