can be found, i.e., http://www.FreeBSD.org/cgi at the moment. This allows for easier pre-commit testing of CGI scripts, and avoids SNAFUs with an incorrect URL being committed, as has happened a couple of times recently. en/ should be fully converted with this commit; other languages need to be updated, but are in mid merge molasses at present so I have not touched them.
		
			
				
	
	
		
			37 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!-- $FreeBSD: www/share/sgml/includes.sgml,v 1.1 2003/10/11 18:51:26 hrs Exp $ -->
 | |
| 
 | |
| <!--  
 | |
|   Base is the absolute URL for the given page, minus the actual page
 | |
|   part.  It should either be specified as a fully qualified URL, or
 | |
|   relative to the server root.  It should be defined in the prolog
 | |
|   <em>before</em> including this file if the page does not live at the
 | |
|   default location below. 
 | |
| 
 | |
|   When making a link, use <a href="&base;/mypage.html">foo</a> and
 | |
|   &base; will be expanded appropriately.  Base is also used in the
 | |
|   definition of standard boilerplate entities in this file, so be sure
 | |
|   base is correct!
 | |
| 
 | |
|   To translators: When making a link to original documents are needed,
 | |
|   use &enbase; instead of &base;.
 | |
| -->
 | |
| 
 | |
| <!ENTITY base CDATA ".">
 | |
| <!ENTITY cgibase CDATA "http://www.FreeBSD.org/cgi">
 | |
| <!ENTITY enbase CDATA ".">
 | |
| 
 | |
| <!ENTITY % includes.release SYSTEM "includes.release.sgml">
 | |
| %includes.release;
 | |
| <!ENTITY % includes.header SYSTEM "includes.header.sgml">
 | |
| %includes.header;
 | |
| <!ENTITY % includes.misc SYSTEM "includes.misc.sgml">
 | |
| %includes.misc;
 | |
| 
 | |
| <!-- 
 | |
|      Local Variables:
 | |
|      mode: sgml
 | |
|      sgml-indent-data: t
 | |
|      sgml-omittag: nil
 | |
|      sgml-always-quote-attributes: t
 | |
|      End:
 | |
| -->
 |