⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atom.jsp

📁 版本信息:Jaoso新闻文章发布系统 0.9.1beta1 原POPTEN新闻发布系统现更名为Jaoso,不兼容popten,目前不提供popten升级Jaoso的程序.
💻 JSP
字号:
<%@ include file="../include/includexml.jsp" %>

<%
	String context = "http://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
	java.util.Date date = new java.util.Date();
%>
<?xml version="1.0" encoding="UTF-8"?> 
<feed xmlns="http://purl.org/atom/ns#" version="0.3">
	<title xmlns="">Jaoso</title>
	<link xmlns="" rel="alternate" type="text/html" href="<%=context%>" />
	<modified xmlns=""><%=date%></modified>
	<tagline xmlns="">Jaoso group</tagline>
	<id xmlns=""></id>
	<generator xmlns="" url="<%=context%>" version="1.2">Jaoso</generator>
	<copyright xmlns="">Copyright (c) 2004, Jaoso</copyright>
<logic:iterate id="article" name="articles">
		<entry xmlns="">
			<title><![CDATA[ <bean:write name="article" property="artTitle"/> ]]></title>
			<link><%=context%>/viewArticle.do?method=viewArticle&amp;id=<bean:write name="article" property="artId"/></link>
			<modified><bean:write name="article" property="artLastdate"/></modified>
			<issued><bean:write name="article" property="artLastdate"/></issued>
			<id><bean:write name="article" property="artId"/></id>
			<created><bean:write name="article" property="artCreatedate"/></created>
			<summary type="text/plain">
				<bean:write name="article" property="artContent"/> 
			</summary>
			<author>
				<name><bean:write name="article" property="author.name"/></name> 
				<email></email> 
			</author>
			<subject><bean:write name="article" property="artTitle"/></subject> 
			<content type="text/html" lang="zh" base="http://gigix.blogdriver.com">
				<bean:write name="article" property="artContent"/>
			</content>
		</entry>
</logic:iterate>
</feed>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -