Changeset a3a2dee5 in rtems
- Timestamp:
- Aug 28, 2003, 1:45:57 PM (17 years ago)
- Children:
- cb625dba
- Parents:
- 22e47e3
- Location:
- doc/FAQ
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/ChangeLog
r22e47e3 ra3a2dee5 1 2003-08-28 Ralf Corsepius <corsepius@faw.uni-ulm.de> 2 3 * basic.t, build45.t, tools.t: Reflect new VARS in 4 ../common/setup.texi, various minor changes and fixes. 5 1 6 2003-08-22 Joel Sherrill <joel@OARcorp.com> 2 7 -
doc/FAQ/basic.t
r22e47e3 ra3a2dee5 146 146 @section How can I get RTEMS? 147 147 148 RTEMS is distributed by OAR Corporation via the Internet. Point your 148 RTEMS is distributed by @uref{http://www.OARcorp.com,OAR Corporation} via the 149 Internet. Point your 149 150 favorite browser at the following URL and following the link: 150 151 151 @c this version should work 152 @c @set OAR-URL http://www.OARcorp.com 153 @c @uref{@value{OAR-URL},@value{OAR-URL}} 154 @uref{http://www.OARcorp.com,http://www.OARcorp.com} 152 @uref{@value{RTEMSHTTPURL},@value{RTEMSHTTPURL}} 155 153 156 154 @section What about support? … … 161 159 @section Are there any mailing lists? 162 160 163 The primary RTEMS mailing list is @code{ rtems-users@@oarcorp.com}. This161 The primary RTEMS mailing list is @code{@value{RTEMSUSERS}}. This 164 162 list is for general RTEMS discussions, questions, design help, advice, 165 163 etc.. Subscribe by sending an empty mail 166 message to @code{ rtems-users-subscribe@@OARcorp.com}. This164 message to @code{@value{RTEMSUSERSSUBSCRIBE}}. This 167 165 mailing list is archived at: 168 166 … … 171 169 @end example 172 170 173 The @code{ rtems-snapshots@@oarcorp.com} mailing list is for those171 The @code{@value{RTEMSSNAPSHOTS}} mailing list is for those 174 172 interested in taking a more active role in the design, development, 175 173 and maintenance of RTEMS. Discussions on this list tend to focus 176 174 on problems in the development source, design of new features, problem 177 175 reports, etc.. Subscribe by sending an empty mail 178 message to @code{ rtems-snapshots-subscribe@@OARcorp.com}.176 message to @code{@value{RTEMSSNAPSHOTSSUBSCRIBE}}. 179 177 mailing list is archived at: 180 178 -
doc/FAQ/build45.t
r22e47e3 ra3a2dee5 73 73 GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required 74 74 to build them from source are available from 75 @uref{ ftp://ftp.oarcorp.com,OAR Corporation}.75 @uref{@value{RTEMSFTPURL},the RTEMS ftp site}. 76 76 77 77 … … 412 412 Several possibilities (In decreasing preference): 413 413 @itemize @bullet 414 @item File a bug report at @uref{ http://www.oarcorp.com/cgi-bin/gnatsweb.pl,OAR's GNAT}415 @item Send an email to @uref{mailto: rtems-bugs@@OARcorp.com,rtems-bugs@@OARcorp.com}414 @item File a bug report at @uref{@value{RTEMSGNATS},RTEMS's GNATS} 415 @item Send an email to @uref{mailto:@value{RTEMSBUGS},@value{RTEMSBUGS}} 416 416 @item Report your problem to one of the RTEMS mailing lists 417 417 (Cf. @ref{Are there any mailing lists?}). -
doc/FAQ/tools.t
r22e47e3 ra3a2dee5 14 14 @section What is GNU? 15 15 16 Take a look at @uref{http://www.gnu.org } for information on the GNU Project.16 Take a look at @uref{http://www.gnu.org,http://www.gnu.org} for information on the GNU Project. 17 17 18 18 @section How do I generate a patch?
Note: See TracChangeset
for help on using the changeset viewer.