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

📄 myshop.xml

📁 实现一个网络购物
💻 XML
字号:
<?xml version="1.0"?><!DOCTYPE application PUBLIC "-//MMBase//DTD application config 1.1//EN" "http://www.mmbase.org/dtd/application_1_1.dtd"><application name="MyShop" maintainer="mmatch.nl" version="1" auto-deploy="true">	<requirements>		<requires type="application" name="MySites" maintainer="mmatch.nl" version="1" />	</requirements>	<neededbuilderlist>		<builder maintainer="mmbase.org" version="1">articles</builder>		<builder maintainer="mmbase.org" version="1">attachments</builder>		<builder maintainer="mmbase.org" version="1">editwizards</builder>		<builder maintainer="mmbase.org" version="1">editwizardgroups</builder>		<builder maintainer="mmbase.org" version="1">images</builder>		<builder maintainer="mmbase.org" version="1">insrel</builder>		<builder maintainer="mmbase.org" version="1">keys</builder>		<builder maintainer="mmbase.org" version="1">mmbaseusers</builder>		<builder maintainer="mmbase.org" version="1">mmevents</builder>		<builder maintainer="mmbase.org" version="1">pages</builder>		<builder maintainer="mmbase.org" version="1">paragraphs</builder>		<builder maintainer="mmbase.org" version="1">posrel</builder>		<builder maintainer="mmbase.org" version="1">discounts</builder>		<builder maintainer="mmbase.org" version="1">discountrel</builder>		<builder maintainer="mmbase.org" version="1">readmore</builder>		<builder maintainer="mmbase.org" version="1">templates</builder>		<builder maintainer="mmbase.org" version="1">exturls</builder>		<builder maintainer="mmbase.org" version="1">products</builder>		<builder maintainer="mmbase.org" version="1">productgroups</builder>	</neededbuilderlist>	<neededreldeflist>		<reldef source="related" target="related" direction="bidirectional" guisourcename="Related" guitargetname="Related" builder="insrel" />		<reldef source="posrel" target="posrel" direction="bidirectional" guisourcename="Posrel" guitargetname="Posrel" builder="posrel" />		<reldef source="readmore" target="readmore" direction="bidirectional" guisourcename="ReadMore" guitargetname="ReadMore" builder="readmore" />		<reldef source="discountrel" target="discountrel" direction="unidirectional" guisourcename="DiscountRel" guitargetname="DiscountRel" builder="discountrel" />	</neededreldeflist>	<allowedrelationlist>		<relation from="articles" to="paragraphs" type="posrel" />		<relation from="articles" to="products" type="readmore" />		<relation from="articles" to="images" type="posrel" />		<relation from="articles" to="pages" type="readmore" />		<relation from="editwizardgroups" to="editwizards" type="posrel" />		<relation from="images" to="exturls" type="posrel" />		<relation from="mmbaseusers" to="editwizardgroups" type="posrel" />		<relation from="pages" to="articles" type="posrel" />		<relation from="pages" to="discounts" type="posrel" />		<relation from="pages" to="images" type="posrel" />		<relation from="pages" to="productgroups" type="posrel" />		<relation from="pages" to="pages" type="posrel" />		<relation from="pages" to="templates" type="related" />		<relation from="paragraphs" to="attachments" type="posrel" />		<relation from="paragraphs" to="images" type="posrel" />		<relation from="paragraphs" to="pages" type="readmore" />		<relation from="paragraphs" to="exturls" type="posrel" />		<relation from="productgroups" to="products" type="posrel" />		<relation from="products" to="articles" type="posrel" />		<relation from="products" to="discounts" type="posrel" />		<relation from="products" to="images" type="posrel" />		<relation from="products" to="keys" type="posrel" />		<relation from="products" to="attachments" type="posrel" />		<relation from="products" to="productgroups" type="discountrel" />		<relation from="products" to="mmevents" type="posrel" />		<relation from="templates" to="editwizards" type="related" />	</allowedrelationlist>	<datasourcelist>		<datasource builder="articles" path="MyShop/articles.xml" />		<datasource builder="attachments" path="MyShop/attachments.xml" />		<datasource builder="editwizards" path="MyShop/editwizards.xml" />		<datasource builder="discounts" path="MyShop/discounts.xml" />		<datasource builder="editwizardgroups" path="MyShop/editwizardgroups.xml" />		<datasource builder="images" path="MyShop/images.xml" />		<datasource builder="keys" path="MyShop/keys.xml" />		<datasource builder="mmbaseusers" path="MyShop/mmbaseusers.xml" />		<datasource builder="mmevents" path="MyShop/mmevents.xml" />		<datasource builder="pages" path="MyShop/pages.xml" />		<datasource builder="paragraphs" path="MyShop/paragraphs.xml" />		<datasource builder="templates" path="MyShop/templates.xml" />		<datasource builder="exturls" path="MyShop/exturls.xml" />		<datasource builder="products" path="MyShop/products.xml" />		<datasource builder="productgroups" path="MyShop/productgroups.xml" />	</datasourcelist>	<relationsourcelist>		<relationsource builder="insrel" path="MyShop/insrel.xml" />		<relationsource builder="posrel" path="MyShop/posrel.xml" />		<relationsource builder="readmore" path="MyShop/readmore.xml" />		<relationsource builder="discountrel" path="MyShop/discountrel.xml" />	</relationsourcelist>	<contextsourcelist>		<contextsource path="MyShop/backup.xml" type="depth" goal="backup"/>	</contextsourcelist>	<description><![CDATA[Installs the Shop]]></description>	<install-notice><![CDATA[Shop websites installed.]]></install-notice></application>

⌨️ 快捷键说明

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