<% String title = request.getParameter( "title" ); if ( title == null ) { title = ""; } String url = request.getParameter( "url" ); if ( url == null ) { url = ""; } String subtitle = request.getParameter( "subtitle" ); if ( subtitle == null ) { subtitle = ""; } String author = request.getParameter( "author" ); if ( author == null ) { author = ""; } String introduction = request.getParameter( "introduction" ); if ( introduction == null ) { introduction = ""; } introduction = introduction.replace( '\r', ' ' ); introduction = introduction.replace( '\n', ' ' ); introduction = introduction.replace( '"', '\'' ); String dateString = request.getParameter( "date" ); if ( dateString == null ) { dateString = ""; } /* java.util.Enumeration en = request.getParameterNames(); while( en.hasMoreElements() ) { String name = (String)en.nextElement(); String[] values = request.getParameterValues( name ); name += ":"; for( int i = 0; i < values.length; i++ ) { name += " "; name += values[i]; } */ %> <% /* } */ %>

Please fill in all required fields (marked with '*').

* Date to publish: 
* Title:
  Subtitle:
  Author:
* Introduction:
* URL:
 
  
 
Force update (if article exists)